@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  color: #363636;
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 30px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 11px;
  margin: 10px 0;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
  outline: 0;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}

.btn-grey {
  color: #363636 !important;
  background-color: #cccccc;
}

.btn-grey:focus,
.btn-grey.focus {
  color: #363636 !important;
  background-color: #bfbfbf;
}

.btn-grey:hover {
  color: #363636 !important;
  background-color: #bfbfbf;
}

.btn-grey:active,
.btn-grey.active,
.open>.btn-grey.dropdown-toggle {
  color: #363636 !important;
  background-color: #bfbfbf;
}

.btn-grey:active:hover,
.btn-grey:active:focus,
.btn-grey:active.focus,
.btn-grey.active:hover,
.btn-grey.active:focus,
.btn-grey.active.focus,
.open>.btn-grey.dropdown-toggle:hover,
.open>.btn-grey.dropdown-toggle:focus,
.open>.btn-grey.dropdown-toggle.focus {
  color: #363636 !important;
  background-color: #a1a1a1;
}

.btn-grey:active,
.btn-grey.active,
.open>.btn-grey.dropdown-toggle {
  background-image: none;
}

.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #cccccc;
}

.btn-grey .badge {
  color: #cccccc;
  background-color: #363636 !important;
}

.btn-black {
  color: #ffffff !important;
  background-color: #363636;
}

.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #292929;
}

.btn-black:hover {
  color: #ffffff !important;
  background-color: #292929;
}

.btn-black:active,
.btn-black.active,
.open>.btn-black.dropdown-toggle {
  color: #ffffff !important;
  background-color: #292929;
}

.btn-black:active:hover,
.btn-black:active:focus,
.btn-black:active.focus,
.btn-black.active:hover,
.btn-black.active:focus,
.btn-black.active.focus,
.open>.btn-black.dropdown-toggle:hover,
.open>.btn-black.dropdown-toggle:focus,
.open>.btn-black.dropdown-toggle.focus {
  color: #ffffff !important;
  background-color: #0b0b0b;
}

.btn-black:active,
.btn-black.active,
.open>.btn-black.dropdown-toggle {
  background-image: none;
}

.btn-black.disabled:hover,
.btn-black.disabled:focus,
.btn-black.disabled.focus,
.btn-black[disabled]:hover,
.btn-black[disabled]:focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black:hover,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black.focus {
  background-color: #363636;
}

.btn-black .badge {
  color: #363636;
  background-color: #ffffff !important;
}

.popover {
  position: relative;
  border-color: rgba(54, 54, 54, 0.03);
  -webkit-box-shadow: 0 5px 15px rgba(54, 54, 54, 0.1);
  box-shadow: 0 5px 15px rgba(54, 54, 54, 0.1);
  max-width: 400px;
}

.popover.top>.arrow {
  border-top-color: rgba(54, 54, 54, 0.03);
}

.popover .popover-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
  padding: 20px;
}

.popover .popover-wrapper img {
  width: 100px;
  border-radius: 4px;
}

.popover .popover-wrapper p,
.popover .popover-wrapper a {
  font-size: 15px;
}

.popover .popover-wrapper h4 {
  font-weight: 600;
  font-size: 20px;
  font-family: 'Vollkorn';
  margin-top: 0;
}

.popover .popover-wrapper p {
  color: rgba(54, 54, 54, 0.7);
}

.popover .popover-wrapper a {
  position: relative;
  color: #363636;
  padding: 5px 0;
  border-bottom: 1px solid #363636;
}

.popover .popover-wrapper a:hover,
.popover .popover-wrapper a:focus {
  text-decoration: none;
}

.popover .popover-wrapper a::after {
  content: '';
  position: absolute;
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  margin-left: 10px;
}

.hero-section {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.hero-section .container {
  vertical-align: middle;
  margin: auto;
}

.hero-section .hero {
  text-align: center;
}

.hero-section .hero img {
  max-width: 100%;
  width: 200px;
  margin-bottom: 30px;
  margin-top: 100px;
}

.hero-section .hero p {
  line-height: 2;
  margin-bottom: 50px;
  font-size: 15px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .hero-section .hero p {
    text-align: center;
    width: 100%;
  }
}

.hero-section .product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .hero-section .product {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.hero-section .product .box {
  margin-bottom: 20px;
}

.hero-section .product .box-header {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .hero-section .product .box-header {
    text-align: center;
  }
}

.hero-section .product .box-header .title {
  font-weight: 500;
  font-family: 'Vollkorn';
  display: inline-block;
}

.hero-section .product .box-header svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.hero-section .product .box-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  position: relative;
}

.hero-section .product .box-body>div {
  background-color: #fafafa;
  border-radius: 4px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 1px solid transparent;
}

.hero-section .product .box-body>div:hover {
  background-color: whitesmoke;
}

.hero-section .product .box-body>div:focus {
  outline: none;
  border-color: #363636;
}

.hero-section .product .box-body>div p {
  position: relative;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-section .product .box-body>div a {
  position: absolute;
  top: 10px;
  right: 15px;
}

.contact-section .container {
  vertical-align: middle;
  margin: auto;
}

.contact-section .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px;
  grid-template-columns: 1fr 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  background-color: #f2f2f2;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .contact-section .wrapper {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 30px;
  }
}

.contact-section .wrapper address {
  font-size: 14px;
  margin: 0;
  color: rgba(54, 54, 54, 0.7);
}

.contact-section .wrapper address p {
  font-weight: 600;
  margin: 0;
  color: #363636;
}

.contact-section .copyright {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
  color: #999999;
}

.contact-section .copyright a {
  color: #363636;
  text-decoration: none;
}