body {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: unset;
}

p {
  line-height: 1.5;
}

#measure-scrollbar {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -100vh;
}

/* stylelint-disable */
/* stylelint-enable */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.container {
  max-width: 1204px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container--text {
  max-width: 800px;
}
@media screen and (max-width: 1234px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
  margin: 0 0 10px;
}
.content-container p + p {
  margin-top: 20px;
}

.section.product .container {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .section.product .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1020px) {
  .section.product .container {
    flex-direction: column;
  }
}
.section.product .container .product__meta,
.section.product .container .product__image {
  flex-basis: 50%;
  flex-shrink: 0;
}
.section.product .container .product__image {
  flex-basis: 50%;
  flex-shrink: 0;
}
.section.product .container .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section.product .container .product__meta {
  flex-basis: calc(50% - 60px);
  flex-grow: 1;
}
.section.product .container .product__meta h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.section.product .container .product__meta h2 {
  font-size: 63px;
  font-weight: 700;
  letter-spacing: -1.89px;
  margin-bottom: 20px;
}
.section.product .container .product__meta > p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 670px) {
  .section.product .container .product__meta h3 {
    font-size: 16px;
  }
  .section.product .container .product__meta h2 {
    font-size: 50px;
  }
  .section.product .container .product__meta > p {
    font-size: 16px;
    line-height: 26px;
  }
}
.section.product .container .product__meta > div {
  display: flex;
  justify-content: space-between;
}
.section.product .container .product__meta > div .product__buy {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  align-items: flex-end;
}
.section.product .container .product__meta > div .product__buy .button {
  margin: auto 0 5px;
  padding: 10px 45px;
}
.section.product .container .product__meta > div .product__buy span {
  font-size: 14px;
  color: #555555;
}
@media screen and (max-width: 620px) {
  .section.product .container .product__meta > div {
    flex-direction: column;
  }
  .section.product .container .product__meta > div .product__buy {
    margin-top: 10px;
    align-items: unset;
  }
}
.section.product .container .product__meta > div .product__shipping-message {
  margin-top: 5px;
  display: block;
}
.section.product .container .product__meta > div .product__total {
  font-size: 50px;
  font-weight: 700;
  color: #219B13;
}
.section.product .container .product__meta > div .product__total sup {
  top: -0.8em;
  font-size: 24px;
}
.section.product .container .product__meta > div .product__total.product__sale {
  color: #ACACAC;
  font-size: 22px;
  font-weight: 500;
}
.section.product .container .product__meta > div .product__percent-off {
  flex-grow: 1;
  background: #D10C0C;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 9px;
  margin-bottom: 5px;
}
.section.product .container .product__meta > div .product__percent-off span, .section.product .container .product__meta > div .product__percent-off svg {
  display: inline-block;
  vertical-align: middle;
}
.section.product .container .product__meta > div .product__percent-off span {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.section.product .container .product__meta > div .product__percent-off svg {
  width: 20px;
  height: 20px;
}

.section.product-info {
  position: relative;
}
.section.product-info .product-info__desktop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.product-info .product-info__mobile {
  display: none;
}
@media screen and (max-width: 1040px) {
  .section.product-info .product-info__desktop {
    display: none;
  }
  .section.product-info .product-info__mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section.product-info .product-info__mobile .product-info__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1040px) and (max-width: 820px) {
  .section.product-info .product-info__mobile {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1040px) {
  .section.product-info .product-info__mobile .product-info__points {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .section.product-info .product-info__mobile .product-info__points .product-info__point {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: black;
    color: white;
    display: flex;
    gap: 10px;
  }
  .section.product-info .product-info__mobile .product-info__points .product-info__point svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    color: inherit;
  }
  .section.product-info .product-info__mobile .product-info__points .product-info__point svg.bottle {
    scale: 1.7;
  }
  .section.product-info .product-info__mobile .product-info__points .product-info__point span {
    color: inherit;
    font-size: 26px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1040px) and (max-width: 415px) {
  .section.product-info .product-info__mobile .product-info__points .product-info__point span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 355px) {
  .section.product-info .product-info__mobile .product-info__points .product-info__point svg {
    width: 28px;
    height: 28px;
  }
  .section.product-info .product-info__mobile .product-info__points .product-info__point span {
    font-size: 18px;
  }
}

.navigation__nav {
  background: white;
}
.navigation__nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation__nav .container .socials {
  padding: 25px 30px;
  display: flex;
  gap: 15px;
  background: #F7F7F7;
  position: relative;
}
.navigation__nav .container .socials::after {
  position: absolute;
  content: "";
  left: 100%;
  height: 100%;
  top: 0;
  width: calc((100vw - 1204px) / 2 - var(--scrollbar-width) / 2);
  background-color: inherit;
}
@media screen and (max-width: 1234px) {
  .navigation__nav .container .socials::after {
    width: 30px;
  }
}
.navigation__nav .container .socials a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation__nav .container .socials a svg {
  width: 30px;
  height: 30px;
  transition: fill 150ms;
  fill: black;
}
.navigation__nav .container .socials a svg:hover {
  fill: #555555;
}
.navigation__nav .container > a {
  text-decoration: none;
  color: black;
  transition: color 150ms;
  display: flex;
  align-items: center;
  gap: 20px;
}
.navigation__nav .container > a h2 {
  font-size: 36px;
  font-family: "Roboto Slab", "serif";
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.navigation__nav .container > a svg {
  fill: black;
}
@media screen and (max-width: 420px) {
  .navigation__nav .container > a h2 {
    font-size: 30px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 670px) {
  .navigation__nav .container {
    flex-direction: column;
    overflow: hidden;
    width: 100%;
  }
  .navigation__nav .container .socials {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    justify-content: center;
  }
  .navigation__nav .container .socials::after {
    left: 100%;
    width: 100vw;
  }
  .navigation__nav .container > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mobile-menu {
  display: none;
  position: relative;
  color: white;
  background: #111111;
}
@media screen and (max-width: 0px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu__header {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1234px) {
  .mobile-menu__header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .mobile-menu__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mobile-menu__header-icons {
  display: flex;
  gap: 7px;
}
.mobile-menu__header-icons svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.mobile-menu__header-icons a {
  display: flex;
  padding: 10px;
  background-color: black;
  border-radius: 100%;
  transition: background-color 150ms;
}
@media (hover: hover) and (pointer: fine) {
  .mobile-menu__header-icons a:hover {
    background-color: black;
  }
}
.mobile-menu__header-button {
  padding: 8px 34px 8px 12px;
  background-color: #444444;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: block;
  transition-property: background-color, padding-right;
  transition-duration: 150ms;
}
@media (hover: hover) and (pointer: fine) {
  .mobile-menu__header-button:hover {
    background-color: #2b2b2b;
  }
}
.mobile-menu__header-button:first-child {
  margin-left: auto;
}
.mobile-menu__header-button span {
  transition-property: opacity;
  transition-duration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mobile-menu__header-button::before {
  content: "Close";
  position: absolute;
  opacity: 0;
  transition: opacity 150ms;
}
.mobile-menu__header-button::after {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 0.5px);
  transform: translateY(-50%);
  background-color: white;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg height='512' width='512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m40.421 296.421c-22.289 0-40.421-18.132-40.421-40.421s18.132-40.421 40.421-40.421h431.158c22.289 0 40.421 18.132 40.421 40.421s-18.132 40.421-40.421 40.421z'/%3E%3Cpath d='m40.421 107.789c-22.289 0-40.421-18.131-40.421-40.421s18.132-40.421 40.421-40.421h431.158c22.289 0 40.421 18.132 40.421 40.421s-18.132 40.421-40.421 40.421z'/%3E%3Cpath d='m40.421 485.053c-22.289 0-40.421-18.132-40.421-40.421s18.132-40.421 40.421-40.421h431.158c22.289 0 40.421 18.132 40.421 40.421s-18.132 40.421-40.421 40.421z'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg height='512' width='512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m40.421 296.421c-22.289 0-40.421-18.132-40.421-40.421s18.132-40.421 40.421-40.421h431.158c22.289 0 40.421 18.132 40.421 40.421s-18.132 40.421-40.421 40.421z'/%3E%3Cpath d='m40.421 107.789c-22.289 0-40.421-18.131-40.421-40.421s18.132-40.421 40.421-40.421h431.158c22.289 0 40.421 18.132 40.421 40.421s-18.132 40.421-40.421 40.421z'/%3E%3Cpath d='m40.421 485.053c-22.289 0-40.421-18.132-40.421-40.421s18.132-40.421 40.421-40.421h431.158c22.289 0 40.421 18.132 40.421 40.421s-18.132 40.421-40.421 40.421z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center right;
          mask-position: center right;
  -webkit-mask-size: 13px;
          mask-size: 13px;
}
.mobile-menu__header-button.close {
  padding-right: 38px;
}
.mobile-menu__header-button.close span {
  opacity: 0;
}
.mobile-menu__header-button.close::before {
  opacity: 1;
}
.mobile-menu__header-button.close::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg height='512' width='512' viewBox='0 0 320.591 320.591' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m30.391 318.583c-7.86.457-15.59-2.156-21.56-7.288-11.774-11.844-11.774-30.973 0-42.817l257.812-257.813c12.246-11.459 31.462-10.822 42.921 1.424 10.362 11.074 10.966 28.095 1.414 39.875l-259.331 259.331c-5.893 5.058-13.499 7.666-21.256 7.288z'/%3E%3Cpath d='m287.9 318.583c-7.966-.034-15.601-3.196-21.257-8.806l-257.813-257.814c-10.908-12.738-9.425-31.908 3.313-42.817 11.369-9.736 28.136-9.736 39.504 0l259.331 257.813c12.243 11.462 12.876 30.679 1.414 42.922-.456.487-.927.958-1.414 1.414-6.35 5.522-14.707 8.161-23.078 7.288z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg height='512' width='512' viewBox='0 0 320.591 320.591' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m30.391 318.583c-7.86.457-15.59-2.156-21.56-7.288-11.774-11.844-11.774-30.973 0-42.817l257.812-257.813c12.246-11.459 31.462-10.822 42.921 1.424 10.362 11.074 10.966 28.095 1.414 39.875l-259.331 259.331c-5.893 5.058-13.499 7.666-21.256 7.288z'/%3E%3Cpath d='m287.9 318.583c-7.966-.034-15.601-3.196-21.257-8.806l-257.813-257.814c-10.908-12.738-9.425-31.908 3.313-42.817 11.369-9.736 28.136-9.736 39.504 0l259.331 257.813c12.243 11.462 12.876 30.679 1.414 42.922-.456.487-.927.958-1.414 1.414-6.35 5.522-14.707 8.161-23.078 7.288z'/%3E%3C/svg%3E");
}
.mobile-menu__navigation {
  height: 0;
  box-sizing: border-box;
  pointer-events: none;
  transform: scaleY(0);
  transition-property: transform, height;
  transition-duration: 150ms;
  transform-origin: top center;
}
.mobile-menu__navigation.open {
  transform: scaleY(1);
}
.mobile-menu__navigation.open > ul {
  opacity: 1;
}
.mobile-menu__navigation ul, .mobile-menu__navigation li {
  margin: unset;
  padding: unset;
}
.mobile-menu__navigation > ul {
  box-sizing: border-box;
  padding-bottom: 10px;
  opacity: 0;
  transition: opacity 150ms;
}
.mobile-menu__navigation li {
  list-style: none;
}
.mobile-menu__navigation li.menu-item-has-children svg.dropdown {
  width: 12px;
  height: 12px;
  fill: currentcolor;
  color: inherit;
  vertical-align: middle;
  margin-left: 5px;
  transform: rotate(-90deg);
  transition: transform 150ms;
}
.mobile-menu__navigation ul ul {
  margin-left: 20px;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform, height, opacity;
  transition-duration: 150ms;
  overflow: hidden;
  height: 0;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu__navigation li.open > a > svg.dropdown {
  transform: rotate(0);
}
.mobile-menu__navigation li.open > ul {
  transform: scaleY(1);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu__navigation a {
  color: white;
  text-decoration: none;
  display: block;
  background: transparent;
  padding: 8px 20px;
}
@media (hover: hover) and (pointer: fine) {
  .mobile-menu__navigation a:hover {
    background: #1d1d1d;
    color: white;
  }
}

.section.hero {
  min-height: 750px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
}
.section.hero .container {
  display: flex;
  gap: 120px;
  align-items: center;
}
.section.hero .container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.hero .container .hero__content {
  padding-top: 35px;
  padding-bottom: 35px;
  position: absolute;
  bottom: 0;
  max-width: 600px;
}
.section.hero .container .hero__content h2 {
  font-size: 46px;
  margin-bottom: 7px;
  font-weight: 300;
  letter-spacing: -0.92px;
}
.section.hero .container .hero__content h2 b {
  font-weight: 700;
}
.section.hero .container .hero__content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.section.hero .container .hero__content .button {
  font-size: 18px;
}
@media screen and (max-width: 670px) {
  .section.hero .container .hero__content {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section.hero .container .hero__content h2 {
    font-size: 30px;
  }
  .section.hero .container .hero__content p, .section.hero .container .hero__content .button {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .section.hero {
    min-height: 500px;
  }
}

.footer__top {
  padding: 30px 0 40px;
  min-height: 500px;
  color: white;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.footer__top::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  inset: 0;
  width: 100%;
  height: 100%;
}
.footer__top .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.footer__top .container div.column {
  display: flex;
}
.footer__top .container div.column.links {
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .footer__top .container div.column.links {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.footer__top .container div.footer__quick-links {
  flex-basis: 200px;
}
.footer__top .container div.footer__contact {
  flex-basis: 565px;
}
.footer__top .container div.footer__contact label {
  display: none;
}
.footer__top .container div.footer__contact input {
  height: 42px;
  border-radius: 5px;
  flex-grow: 1;
}
.footer__top .container div.footer__contact > div {
  margin-bottom: 25px;
}
.footer__top .container div.footer__contact .gfield--type-submit input[type=submit] {
  padding: 10px 45px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  transition: background 150ms;
  border: 2px white solid;
  flex-shrink: 0;
}
.footer__top .container div.footer__contact .gfield--type-submit input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.6);
}
.footer__top .container div.footer__contact .gform_validation_errors {
  display: none;
}
.footer__top .container div.footer__contact .gform_fields {
  gap: 40px;
  display: flex;
}
.footer__top .container div.footer__contact .gform_fields .gfield--type-text {
  flex-grow: 1;
}
.footer__top .container div.footer__contact .gform_fields .gfield .gfield_validation_message {
  color: #ff695e;
}
@media screen and (max-width: 400px) {
  .footer__top .container div.footer__contact .gform_fields {
    gap: 20px;
    flex-direction: column;
  }
}
.footer__top .container div.footer__contact .gform_footer {
  margin-top: 10px;
}
.footer__top .container div > h2 {
  margin: 0 0 10px;
}
.footer__top .container div .social-links {
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 450px) {
  .footer__top .container div .social-links {
    align-self: unset;
    margin-bottom: unset;
  }
}
.footer__top .container div .social-links p {
  margin: 0 0 15px;
  font-size: 16px;
}
.footer__top .container div .social-links .socials {
  display: flex;
  gap: 15px;
}
.footer__top .container div .social-links .socials a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__top .container div .social-links .socials a svg {
  width: 30px;
  height: 30px;
  transition: fill 150ms;
  fill: white;
}
.footer__top .container div .social-links .socials a svg:hover {
  fill: #ccc;
}
.footer__top .container div .footer__menu ul {
  padding: unset;
  margin: unset;
}
.footer__top .container div .footer__menu ul li {
  list-style: none;
  margin: unset;
}
.footer__top .container div .footer__menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__top .container div .footer__menu ul li a {
  text-decoration: none;
  color: white;
  transition: color 150ms;
  font-weight: 600;
  font-size: 18px;
}
.footer__top .container div .footer__menu ul li a:hover {
  color: #ccc;
}
.footer__bottom {
  background: #FFFFFF;
}
.footer__bottom .container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 460px) {
  .footer__bottom .container {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    gap: 10px;
  }
}
.footer__bottom .container span {
  display: block;
  font-size: 14px;
}
.footer__bottom .container span a {
  text-decoration: none;
  color: black;
  transition: color 150ms;
}
.footer__bottom .container span a:hover {
  color: #333;
}

.button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 13px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #219B13;
  transition: background-color 150ms;
  outline: none !important;
}
.button:hover {
  background: #1c8410;
}
.button:active {
  background: #176e0d;
}

body.page-template-default .section.page-title,
body.page-template-contact-us .section.page-title {
  background: black;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-default .section.page-title h1,
body.page-template-contact-us .section.page-title h1 {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 50px;
}
body.page-template-default .section.page-content,
body.page-template-contact-us .section.page-content {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 820px) {
  body.page-template-default .section.page-content,
  body.page-template-contact-us .section.page-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
body.page-template-default .section.page-content .container.content-container a,
body.page-template-contact-us .section.page-content .container.content-container a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  transition: color 150ms;
}
body.page-template-default .section.page-content .container.content-container a:hover,
body.page-template-contact-us .section.page-content .container.content-container a:hover {
  color: #555;
}

body.page-template-contact-us .gform_wrapper label {
  font-size: 18px;
  font-weight: 600;
}
body.page-template-contact-us .gform_wrapper input[type=text],
body.page-template-contact-us .gform_wrapper input[type=email],
body.page-template-contact-us .gform_wrapper input[type=password],
body.page-template-contact-us .gform_wrapper textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: unset;
}
body.page-template-contact-us .gform_wrapper input[type=text] {
  height: 50px;
}
body.page-template-contact-us .gform_wrapper .gform_footer > input[type=submit].gform_button.button {
  padding: 17px 45px;
  margin-left: auto;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: black;
  transition: background 150ms;
}
body.page-template-contact-us .gform_wrapper .gform_footer > input[type=submit].gform_button.button:hover {
  background: #444;
}

body.page-template-checkout .navigation__nav .container {
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
body.page-template-checkout .navigation__nav .container .socials {
  display: none;
}
body.page-template-checkout .navigation__nav .container > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.page-template-checkout .section.checkout-form {
  padding: 100px 0 650px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
body.page-template-checkout .section.checkout-form .checkout-form__box {
  background: white;
  max-width: 1000px;
  padding: 40px 100px 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
body.page-template-checkout .section.checkout-form .checkout-form__box > img {
  max-height: 250px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1070px) {
  body.page-template-checkout .section.checkout-form .checkout-form__box {
    padding: 40px 50px 60px;
  }
}
@media screen and (max-width: 420px) {
  body.page-template-checkout .section.checkout-form .checkout-form__box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.page-template-checkout .section.checkout-form .checkout-form__box .gform_wrapper legend.gfield_label {
  font-size: 18px;
  font-weight: 600;
}
body.page-template-checkout .section.checkout-form .checkout-form__box .gform_wrapper .gform_footer > input[type=submit].gform_button.button {
  padding: 17px 45px;
  margin-left: auto;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: black;
  transition: background 150ms;
}
body.page-template-checkout .section.checkout-form .checkout-form__box .gform_wrapper .gform_footer > input[type=submit].gform_button.button:hover {
  background: #444;
}
body.page-template-checkout > div.footer > div.footer__top {
  display: none;
}

.section.image-content {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #F7F7F7;
}
.section.image-content .container {
  display: flex;
  gap: 120px;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  .section.image-content .container {
    flex-direction: column;
    gap: 20px;
  }
}
.section.image-content .container > div {
  flex-basis: calc(50% - 60px);
  flex-shrink: 0;
}
.section.image-content .container > div h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}
.section.image-content .container > div h2 b {
  font-weight: 700;
}
.section.image-content .container > div p:not(:last-child) {
  margin-bottom: 20px;
  line-height: 28px;
}
.section.image-content .container > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 670px) {
  .section.image-content .container > div h2 {
    font-size: 32px;
  }
  .section.image-content .container > div p {
    font-size: 16px;
  }
}

svg {
  overflow: unset !important;
}