@charset "UTF-8";
/*
Theme Name: Nutri-Mate Theme
Theme URI: 
Author URI: https://stormbox.com.au/
Version: 1.0
*/
/* Browser Reset
https://www.joshwcomeau.com/css/custom-css-reset/
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/ftb3etx.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

#root,
#__next {
  isolation: isolate; }

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Mixins */
/* Website Variables */
html {
  scroll-behavior: smooth;
  margin-top: 0px !important; }

body {
  font-family: "Poppins", sans-serif;
  text-wrap: pretty;
  overflow-x: hidden;
  padding-top: 175px; }
  body.home {
    padding-top: 0px !important; }
  @media (max-width: 1480px) {
    body {
      padding-top: 120px; } }
  @media (max-width: 1000px) {
    body {
      padding-top: 75px; } }

a {
  color: #223b69; }

/* 
    External Link icon for anchors with target=_blank
    Applying to anchors in paragraphs and lists.
*/
body.page-template section.staggered p a,
body.page-template section.staggered ul li a,
body.page-template section.staggered ol li a {
  color: #223b69; }
  body.page-template section.staggered p a[target=_blank]::after,
  body.page-template section.staggered ul li a[target=_blank]::after,
  body.page-template section.staggered ol li a[target=_blank]::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("assets/img/external-link.svg");
    background-size: contain;
    position: relative;
    top: 2px;
    left: 2px; }

.main {
  max-width: 2000px;
  margin: auto; }

.main-title {
  font-size: 4.38rem; }

.h1 {
  font-size: 3.75rem;
  color: #223b69; }

.h2 {
  font-size: 3.44rem;
  color: #223b69;
  line-height: 1.3em; }

.h3 {
  font-size: 2.5rem;
  color: #223b69; }

p,
li {
  padding-bottom: 10px; }

.icon_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px; }

.pink-btn {
  color: white;
  background: #ee4266;
  padding: 15px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  max-width: 230px;
  width: 100%;
  text-align: center;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px; }
  .pink-btn:hover {
    background-color: #F8BD07; }

.yellow-btn {
  color: #223b69;
  background: #F8BD07;
  padding: 5px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  font-weight: 600; }
  .yellow-btn:hover {
    background-color: #223b69;
    color: white; }

.blue-btn {
  color: #fff;
  background-color: #223b69 !important;
  padding: 15px 20px;
  font-size: 1rem !important;
  -webkit-transition: 0.5s ease-in-out background-color;
  -o-transition: 0.5s ease-in-out background-color;
  transition: 0.5s ease-in-out background-color;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  border-radius: 3px; }
  .blue-btn:hover {
    background-color: #ee4266 !important; }

.archive section:not(.column):not(.adverise-calculator),
.page-template-default:not(.home) section:not(.column):not(.adverise-calculator),
.page-template-internal-template section:not(.column):not(.adverise-calculator),
.single-product section:not(.column):not(.adverise-calculator) {
  margin-block: 80px; }
  @media (max-width: 1000px) {
    .archive section:not(.column):not(.adverise-calculator),
    .page-template-default:not(.home) section:not(.column):not(.adverise-calculator),
    .page-template-internal-template section:not(.column):not(.adverise-calculator),
    .single-product section:not(.column):not(.adverise-calculator) {
      margin-block: 25px; } }

.grecaptcha-badge {
  display: none; }

.home .header {
  position: fixed;
  width: 100%;
  z-index: 999;
  margin: auto; }
  .home .header .main-header {
    background-color: transparent;
    -webkit-transition: background-color ease-in-out 0.5s;
    -o-transition: background-color ease-in-out 0.5s;
    transition: background-color ease-in-out 0.5s; }
  .home .header.scrolled .main-header {
    background-color: #0b2836; }

.header {
  margin: auto;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0; }
  .header .top-header {
    background-color: #223b69;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-block: 10px; }
    .header .top-header > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: white; }
      .header .top-header > div a {
        color: white;
        text-decoration: none; }
      .header .top-header > div.rating a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px; }
      .header .top-header > div.rating rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header .top-header > div.rating rating svg {
          fill: #f1ce5c;
          stroke: #f1ce5c; }
      .header .top-header > div.middle a {
        padding-inline: 10px; }
      .header .top-header > div.end {
        gap: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .header .top-header > div.end > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 15px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .header .top-header > div.end > a svg {
            stroke: #f1ce5c;
            width: 35px;
            height: 35px; }
        .header .top-header > div.end .socials {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px; }
          .header .top-header > div.end .socials > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 5px; }
            .header .top-header > div.end .socials > a:nth-child(1) svg {
              stroke: #25D0FC; }
            .header .top-header > div.end .socials > a:nth-child(2) svg {
              stroke: #F624F7; }
            .header .top-header > div.end .socials > a:nth-child(3) svg {
              stroke: #f1ce5c; }
  .header .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px 25px;
    background-color: #0b2836; }
    .header .main-header > .logo img {
      max-width: 180px;
      width: 100%; }
    .header .main-header .menu .mobile-btns {
      display: none; }
    .header .main-header .menu .menu-list .primary-nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding-inline: 25px;
      gap: 25px;
      position: relative; }
      .header .main-header .menu .menu-list .primary-nav > ul .no-desktop {
        display: none; }
      .header .main-header .menu .menu-list .primary-nav > ul li {
        padding-block: 25px; }
        .header .main-header .menu .menu-list .primary-nav > ul li a {
          -webkit-transition: color 0.5s ease-in-out;
          -o-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
          color: #fff;
          text-decoration: none;
          font-size: 1.13rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 5px; }
        .header .main-header .menu .menu-list .primary-nav > ul li.has-product-submenu ul li {
          -webkit-box-flex: 0 !important;
          -ms-flex: none !important;
          flex: none !important; }
          .header .main-header .menu .menu-list .primary-nav > ul li.has-product-submenu ul li strong {
            font-size: 14px !important; }
        .header .main-header .menu .menu-list .primary-nav > ul li.about ul.sub-menu {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .header .main-header .menu .menu-list .primary-nav > ul li.about ul.sub-menu li {
            padding: 0px;
            width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none; }
            .header .main-header .menu .menu-list .primary-nav > ul li.about ul.sub-menu li .menu-subtitle {
              padding: 25px; }
        @media (min-width: 1050px) {
          .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children.has-product-submenu > ul:after,
          .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children.products > ul:after {
            left: 85px; }
          .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children.about > ul:after {
            right: 174px; }
          .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children.about .menu-subtitle {
            min-height: 150px; }
          .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children.product .menu-product-item {
            min-height: 230px; }
          .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul {
            background: black; }
            .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul:after {
              content: '';
              width: 20px;
              height: 20px;
              background: #F8BD07;
              position: absolute;
              top: -20px;
              -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
              clip-path: polygon(50% 0%, 0 100%, 100% 100%); } }
        .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-inline: 0px;
          position: absolute;
          list-style: none;
          top: 100%;
          -webkit-transition: opacity 0.5s ease-in-out;
          -o-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          visibility: hidden;
          opacity: 0;
          z-index: 99;
          padding-bottom: 0px;
          width: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0px;
            overflow: hidden; }
            .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-product-item,
            .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-subtitle {
              text-align: center;
              background-repeat: no-repeat;
              background-size: cover;
              background-blend-mode: multiply;
              background-color: #2f2f2fe6;
              padding: 25px 15px;
              max-width: 250px;
              -webkit-transition: 0.5s ease-in-out transform, background-color 0.5s ease-in-out;
              -o-transition: 0.5s ease-in-out transform, background-color 0.5s ease-in-out;
              transition: 0.5s ease-in-out transform, background-color 0.5s ease-in-out; }
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-product-item img,
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-subtitle img {
                width: 180px;
                max-height: 180px;
                -o-object-fit: contain;
                object-fit: contain;
                height: auto;
                margin: auto; }
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-product-item strong,
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-subtitle strong {
                padding-bottom: 4px;
                display: block;
                font-size: 14px; }
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-product-item p.subtitle,
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-subtitle p.subtitle {
                font-size: 14px; }
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-product-item .menu-product-desc,
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-subtitle .menu-product-desc {
                font-size: 0.8rem; }
            .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li:hover a {
              color: #fff; }
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li:hover a .menu-product-item,
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li:hover a .menu-subtitle {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05);
                background-color: #2f2f2fab; }
            .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-subtitle {
              text-align: left !important;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-line-pack: center;
              align-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              max-width: 100%;
              gap: 15px;
              width: 100% !important; }
              .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul li .menu-subtitle img {
                width: 100px;
                max-height: 100px;
                margin: 0px; }
        .header .main-header .menu .menu-list .primary-nav > ul li:hover > a {
          color: #F8BD07; }
        .header .main-header .menu .menu-list .primary-nav > ul li:hover > ul {
          visibility: visible;
          opacity: 1; }
    .header .main-header .logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header .main-header .logos img {
        max-width: 90px;
        width: 100%; }
  @media (max-width: 1750px) {
    .header .top-header .rating,
    .header .top-header div.end > a {
      display: none; }
    .header .main-header .logos {
      display: none; } }
  @media (max-width: 1480px) {
    .header .main-header {
      padding: 0px 25px; }
      .header .main-header .menu .menu-list .primary-nav > ul li.menu-item-has-children > ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .header .main-header .menu .menu-list .primary-nav > ul {
        gap: 15px; }
    .header .main-header .menu .menu-list .primary-nav > ul li a {
      font-size: 1rem; }
    .header .main-header > .logo img {
      max-width: 130px; } }
  @media (max-width: 1050px) {
    .header .top-header {
      display: none; }
    .header.scrolled .main-header {
      background-color: rgba(11, 40, 54, 0.5) !important; }
    .header .main-header {
      position: relative;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .header .main-header .logo img {
        padding: 10px; }
      .header .main-header .menu .mobile-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header .main-header .menu .mobile-btns svg {
          width: 30px;
          height: 45px; }
        .header .main-header .menu .mobile-btns a {
          background-color: #ee4266;
          padding: 15px;
          color: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .header .main-header .menu .mobile-btns span {
          background-color: #F8BD07;
          padding: 15px;
          color: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      .header .main-header .menu .menu-list nav.primary-nav {
        background-color: #0b2836;
        padding-block: 45px;
        position: fixed;
        top: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        left: -100%;
        -webkit-transition: left ease-in-out 0.5s;
        -o-transition: left ease-in-out 0.5s;
        transition: left ease-in-out 0.5s;
        height: 100%;
        width: 85%;
        max-width: 400px; }
        .header .main-header .menu .menu-list nav.primary-nav.open {
          left: 0%; }
        .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 20px; }
          .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu .current-menu-item a {
            color: #F8BD07; }
          .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li {
            padding-block: 5px; }
            .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li:hover .menu-product-item,
            .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li:hover .menu-subtitle {
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
            .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li.open .sub-menu {
              display: block !important; }
            .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu {
              position: relative;
              opacity: 1;
              visibility: visible;
              display: none !important;
              margin-top: 15px;
              padding-block: 0px;
              z-index: 99;
              justify-items: start;
              padding-left: 15px; }
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu strong {
                font-weight: 500; }
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu li {
                width: 100%; }
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu li:nth-last-child(1) {
                background-color: #0b2836; }
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-item-difference .pink-btn {
                display: none; }
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-item-difference .menu-product-info {
                padding: 15px 0 !important; }
                .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-item-difference .menu-product-info strong {
                  font-size: 14px;
                  color: #fff; }
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-item,
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-subtitle {
                text-align: left;
                padding-block: 15px;
                background-color: transparent !important;
                background-image: none !important; }
                .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-item strong,
                .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-subtitle strong {
                  font-size: 16px !important; }
                .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-item p.subtitle,
                .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-subtitle p.subtitle {
                  display: none; }
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu img,
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-thumb,
              .header .main-header .menu .menu-list nav.primary-nav ul#menu-main-menu > li .sub-menu .menu-product-desc {
                display: none; } }

section.video-banner {
  position: relative; }
  section.video-banner .video-hero {
    overflow: hidden;
    position: relative;
    height: 90vh; }
    section.video-banner .video-hero #yt-player,
    section.video-banner .video-hero video {
      width: 100%; }
    section.video-banner .video-hero:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(27, 27, 27, 0.1); }
  section.video-banner .pos {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1070px;
    width: 100%;
    color: #fff;
    text-align: center; }
    section.video-banner .pos h1 {
      font-size: 4.38rem; }
    section.video-banner .pos > div {
      font-size: 1.13rem; }
  @media (max-width: 1500px) {
    section.video-banner .video-hero {
      height: auto; }
    section.video-banner .pos {
      top: 50%;
      width: 100%;
      padding-inline: 25px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
      section.video-banner .pos h1 {
        font-size: 2.38rem; } }
  @media (max-width: 980px) {
    section.video-banner .video-hero {
      height: 52vh; }
    section.video-banner video {
      -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
      transform: scale(2.5); } }
  @media (max-width: 767px) {
    section.video-banner .video-hero {
      min-height: 460px;
      height: auto; }
      section.video-banner .video-hero video {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5); } }

section.difference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  section.difference .diff-main {
    background-color: #9acccb;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
    section.difference .diff-main > div {
      max-width: 700px;
      margin: 0 0 0 auto; }
      section.difference .diff-main > div .diff-content {
        max-width: 500px;
        padding-block: 4rem; }
        section.difference .diff-main > div .diff-content h2 {
          font-size: 3.75rem;
          color: #223b69;
          line-height: 3rem;
          padding-bottom: 25px;
          line-height: 1.3em; }
          section.difference .diff-main > div .diff-content h2 span {
            font-size: 2.5rem; }
        section.difference .diff-main > div .diff-content p {
          text-wrap: balance; }
      section.difference .diff-main > div img {
        margin-bottom: -2px;
        float: right;
        max-height: 700px; }
  section.difference .diff-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    section.difference .diff-boxes .box {
      position: relative;
      min-height: 400px;
      overflow: hidden; }
      section.difference .diff-boxes .box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.5s ease-in-out transform;
        -o-transition: 0.5s ease-in-out transform;
        transition: 0.5s ease-in-out transform; }
      section.difference .diff-boxes .box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 6;
        background-color: rgba(27, 27, 27, 0.5); }
      section.difference .diff-boxes .box > div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        z-index: 9; }
        section.difference .diff-boxes .box > div h3 {
          font-size: 1.56rem;
          margin-bottom: 15px; }
      section.difference .diff-boxes .box:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  @media (max-width: 1500px) {
    section.difference .diff-main > div .diff-content {
      padding-inline: 25px; }
    section.difference .diff-boxes .box img {
      min-height: 200px; }
    section.difference .diff-boxes .box > div {
      width: 100%;
      padding-inline: 25px; } }
  @media (max-width: 1152px) {
    section.difference {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.difference .diff-main {
        width: 100%; }
        section.difference .diff-main > div {
          margin: auto;
          max-width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          section.difference .diff-main > div .diff-content {
            padding-block: 25px; }
          section.difference .diff-main > div > img {
            max-height: 440px; } }
  @media (max-width: 980px) {
    section.difference .diff-main > div .diff-content h2 {
      font-size: 2.75rem;
      max-width: 260px; }
      section.difference .diff-main > div .diff-content h2 span {
        font-size: 2rem; }
    section.difference .diff-boxes .box {
      min-height: 250px; }
      section.difference .diff-boxes .box > div h3 {
        font-size: 18px; } }
  @media (max-width: 767px) {
    section.difference .diff-main > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      section.difference .diff-main > div img {
        width: auto; } }

.ingredients {
  position: relative;
  overflow: hidden; }
  .ingredients .ingredient-list > div {
    position: absolute; }
  .ingredients .ingredient-list .dog-food {
    top: 14%;
    left: 3%;
    max-width: 500px; }
  .ingredients .ingredient-list .carrots {
    top: 0%;
    max-width: 600px;
    right: 0; }
  .ingredients .ingredient-list .rice {
    left: 55%;
    top: 40%; }
  .ingredients .ingredient-list .salt {
    bottom: 1%;
    right: 15%; }
  .ingredients .ingredient-list .peas {
    top: 20%;
    right: 20%;
    max-width: 200px; }
  .ingredients .ingredient-list .flour {
    max-width: 360px;
    right: -6%;
    bottom: 52%; }
  .ingredients .ingredient-list .pea-pods {
    max-width: 150px;
    left: -25px;
    bottom: 25%; }
    .ingredients .ingredient-list .pea-pods img {
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg); }
  .ingredients .ingredient-list .fish {
    bottom: 0%;
    left: 50%; }
    .ingredients .ingredient-list .fish img {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .ingredients .ingredient-list .wheat {
    max-width: 340px;
    top: -4%;
    left: -76px; }
    .ingredients .ingredient-list .wheat img {
      -webkit-transform: rotate(133deg);
      -ms-transform: rotate(133deg);
      transform: rotate(133deg); }
  .ingredients .part-one .content {
    max-width: 800px;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-block: 10rem; }
    .ingredients .part-one .content h2 {
      font-size: 2.5rem;
      color: #223b69;
      line-height: 1.3em; }
    .ingredients .part-one .content > div {
      padding-block: 25px; }
  .ingredients .part-two {
    background-color: #f9eae1;
    padding-block: 15rem; }
    .ingredients .part-two .content {
      max-width: 1400px;
      margin: auto;
      width: 100%; }
      .ingredients .part-two .content h2 {
        font-size: 3.44rem;
        color: #223b69;
        max-width: 650px;
        width: 100%;
        text-wrap: balance;
        padding-inline: 25px; }
        @media (min-width: 1480px) {
          .ingredients .part-two .content h2 {
            padding-left: 4rem; } }
      .ingredients .part-two .content .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 25px;
        gap: 8rem;
        position: relative; }
        .ingredients .part-two .content .line .icon {
          max-width: 260px;
          position: relative;
          z-index: 1;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .ingredients .part-two .content .line .icon img {
            margin: 0 auto; }
          .ingredients .part-two .content .line .icon > div {
            text-align: center;
            padding-top: 25px; }
            .ingredients .part-two .content .line .icon > div span {
              color: #223b69;
              font-weight: 600; }
            .ingredients .part-two .content .line .icon > div p {
              font-size: 1rem; }
          @media (min-width: 1480px) {
            .ingredients .part-two .content .line .icon {
              min-height: 380px; }
              .ingredients .part-two .content .line .icon:first-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end; }
              .ingredients .part-two .content .line .icon:nth-child(2) {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                padding-bottom: 3rem; }
              .ingredients .part-two .content .line .icon:nth-child(3) {
                padding-top: 3rem; } }
        .ingredients .part-two .content .line .line-img {
          position: absolute;
          max-width: 75%;
          max-height: 70%;
          left: 50%;
          top: 42%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 0; }
  @media (max-width: 1680px) {
    .ingredients .ingredient-list .dog-food {
      left: 1% !important;
      max-width: 370px !important;
      top: 18%; }
    .ingredients .ingredient-list .pea-pods,
    .ingredients .ingredient-list .carrots,
    .ingredients .ingredient-list .peas {
      display: none; } }
  @media (max-width: 1480px) {
    .ingredients .ingredient-list .dog-food {
      left: 1% !important;
      max-width: 370px !important;
      top: 21% !important; }
    .ingredients .ingredient-list .rice {
      left: 40%; }
    .ingredients .part-two .content .line .line-img {
      display: none; } }
  @media (max-width: 1240px) {
    .ingredients .part-two .content {
      padding-inline: 25px; }
    .ingredients .ingredient-list .rice,
    .ingredients .ingredient-list .flour,
    .ingredients .ingredient-list .salt,
    .ingredients .ingredient-list .wheat {
      display: none; } }
  @media (max-width: 1250px) {
    .ingredients .ingredient-list .fish,
    .ingredients .ingredient-list .dog-food {
      display: none; }
    .ingredients .part-one .content {
      margin-block: 25px;
      padding: 25px; }
    .ingredients .part-two {
      padding-block: 25px; }
      .ingredients .part-two .content h2 {
        text-align: center;
        line-height: 1.3em;
        margin: auto; }
      .ingredients .part-two .content .line {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 26px 15px; } }
  @media (max-width: 980px) {
    .ingredients .part-one .content h2 {
      font-size: 2rem; }
    .ingredients .part-two .content h2 {
      font-size: 2rem;
      line-height: 1.3em; } }

.products-section {
  padding-block: 100px;
  max-width: 1600px;
  margin: auto;
  width: 100%;
  position: relative; }
  .products-section h2,
  .products-section h1 {
    text-align: center;
    font-size: 3.44rem;
    max-width: 800px;
    margin: auto;
    color: #223b69;
    line-height: 1.3em; }
  .products-section .products-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    padding: 25px;
    gap: 15px;
    justify-items: center; }
    .products-section .products-grid.three-layout {
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }
      .products-section .products-grid.three-layout > div {
        -ms-grid-column-span: 1 !important;
        grid-column: 1 span !important; }
    .products-section .products-grid > div {
      -ms-grid-column-span: 2;
      grid-column: 2 span;
      text-align: center;
      padding-bottom: 25px; }
      .products-section .products-grid > div > a {
        color: #223b69;
        text-decoration: none; }
        .products-section .products-grid > div > a img {
          height: auto;
          max-width: 400px; }
        .products-section .products-grid > div > a h3 {
          padding: 5px; }
      .products-section .products-grid > div > div {
        padding-bottom: 25px; }
      .products-section .products-grid > div .pink-btn {
        color: #fff; }
      .products-section .products-grid > div:nth-last-child(-n+2) {
        -ms-grid-column-span: 3;
        grid-column: 3 span; }
  .products-section video.dog-video {
    position: absolute;
    bottom: 0;
    max-width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media (max-width: 1300px) {
    .products-section .three-layout .product-item:last-child {
      -ms-grid-column-span: 2 !important;
      grid-column: 2 span !important; } }
  @media (max-width: 1160px) {
    .products-section {
      padding-block: 100px 0px; }
      .products-section video.dog-video {
        position: relative; } }
  @media (max-width: 1128px) {
    .products-section {
      padding-block: 25px 0px; }
      .products-section h1,
      .products-section h2 {
        font-size: 2rem;
        line-height: 1.3em;
        padding-inline: 25px; }
      .products-section .products-grid.three-layout {
        grid-template-columns: repeat(auto-fit, minmax(358px, 1fr)) !important; }
      .products-section .products-grid {
        padding-top: 0px;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
        .products-section .products-grid > div:last-child {
          -ms-grid-column-span: 4 !important;
          grid-column: 4 span !important; }
        .products-section .products-grid > div {
          -ms-grid-column-span: 2 !important;
          grid-column: 2 span !important; } }
  @media (max-width: 767px) {
    .products-section .products-grid {
      display: block; }
      .products-section .products-grid > div > a img {
        max-width: 330px;
        margin: auto; } }

.stockist {
  padding-block: 100px;
  background-color: #f9eae1; }
  .stockist > div {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .stockist > div h2 {
      font-size: 2.5rem;
      color: #223b69;
      max-width: 640px;
      text-align: center;
      line-height: 1.3em; }
    .stockist > div .logos {
      padding: 25px; }
      .stockist > div .logos ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        list-style: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0px; }
        .stockist > div .logos ul img {
          width: 200px;
          -o-object-fit: contain;
          object-fit: contain;
          padding-inline: 25px;
          height: auto; }
      .stockist > div .logos .major {
        padding-bottom: 50px; }
        .stockist > div .logos .major img {
          width: 280px; }
  @media (max-width: 1025px) {
    .stockist > div .logos .major img {
      width: 170px; }
    .stockist > div .logos .stand img {
      width: 150px; } }
  @media (max-width: 980px) {
    .stockist {
      padding-block: 25px; }
      .stockist > div h2 {
        font-size: 2rem;
        padding-inline: 25px; } }

.reviews {
  margin-block: 80px; }
  .reviews > div {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 25px; }
    .reviews > div h2,
    .reviews > div h1 {
      text-align: center;
      color: #223b69;
      font-size: 2.5rem; }
      .reviews > div h2 span,
      .reviews > div h1 span {
        color: #ee4266; }
    .reviews > div .intro {
      padding-inline: 25px; }
      .reviews > div .intro h2 {
        text-align: center;
        color: #223b69;
        font-size: 2.5rem; }
        .reviews > div .intro h2 span {
          color: #ee4266; }
    .reviews > div .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 35px;
      padding-block: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .reviews > div .list .review {
        text-align: center;
        max-width: 370px; }
        .reviews > div .list .review .blue {
          padding: 30px;
          color: #fff;
          background-color: #223b69;
          min-height: 260px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative; }
          .reviews > div .list .review .blue:after {
            background-color: #223b69;
            width: 50px;
            height: 50px;
            content: '';
            -webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
            clip-path: polygon(49% 100%, 0 0, 100% 0);
            position: absolute;
            bottom: -16px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
        .reviews > div .list .review .title {
          padding-top: 25px; }
          .reviews > div .list .review .title h4 {
            color: #223b69;
            font-size: 1.25rem; }
          .reviews > div .list .review .title .stars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-block: 10px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .reviews > div .list .review .title .stars svg {
              fill: #f1ce5c;
              stroke: #f1ce5c; }
  @media (max-width: 1250px) {
    .reviews {
      margin-block: 25px; }
      .reviews > div .list {
        gap: 15px; }
        .reviews > div .list .review .blue {
          padding: 20px; } }
  @media (max-width: 980px) {
    .reviews > div {
      text-align: center; }
      .reviews > div h2 {
        font-size: 2rem; } }

.subscribe {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c1eff7; }
  .subscribe .subscribe-form {
    padding: 4rem; }
    .subscribe .subscribe-form h2 {
      color: #223b69;
      font-size: 2.5rem;
      padding-bottom: 15px; }
  .subscribe .side-image img {
    max-width: 410px;
    margin-top: -39px; }
  @media (max-width: 980px) {
    .subscribe .subscribe-form {
      padding: 25px; }
      .subscribe .subscribe-form h2 {
        font-size: 2rem; }
    .subscribe .side-image img {
      margin-top: 0px;
      float: right;
      max-width: 340px; } }
  @media (max-width: 767px) {
    .subscribe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-inline: 25px;
      width: auto;
      margin-bottom: 25px; }
      .subscribe .side-image img {
        margin-top: 0px;
        float: right;
        max-width: 250px; } }

.mission {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .mission .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 2;
    color: white;
    padding-top: 5rem; }
    .mission .text > div {
      max-width: 600px;
      margin: 0 0 0 auto; }
      .mission .text > div h2 {
        font-size: 3.44rem;
        padding-bottom: 25px; }
      .mission .text > div div {
        padding-bottom: 15px; }
        .mission .text > div div p {
          padding-bottom: 15px; }
      .mission .text > div a {
        max-width: 190px; }
  .mission .dog {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 1; }
    .mission .dog img {
      visibility: hidden; }
  @media (max-width: 1250px) {
    .mission {
      background-size: 105%;
      background-position: 2% 28%; }
      .mission .text {
        padding: 25px; } }
  @media (max-width: 980px) {
    .mission {
      padding-top: 25px;
      background-size: 122%;
      background-position: bottom; }
      .mission .text > div h2 {
        font-size: 2.44rem; } }
  @media (max-width: 767px) {
    .mission {
      background-size: 601% !important;
      background-position: 0% 52% !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .mission .dog {
        width: 100%; }
        .mission .dog img {
          visibility: visible;
          max-width: 400px;
          float: right; } }

section.adverise-calculator .row {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  background-color: #c1eff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cd6e9), color-stop(50%, #84e0ee), to(#5cd6e9));
  background: -webkit-linear-gradient(top, #5cd6e9 0%, #84e0ee 50%, #5cd6e9 100%);
  background: -o-linear-gradient(top, #5cd6e9 0%, #84e0ee 50%, #5cd6e9 100%);
  background: linear-gradient(to bottom, #5cd6e9 0%, #84e0ee 50%, #5cd6e9 100%); }
  section.adverise-calculator .row .image {
    padding-bottom: 15px; }
  section.adverise-calculator .row .content {
    color: #223b69;
    font-weight: 600;
    padding: 25px; }
    section.adverise-calculator .row .content strong span {
      color: #ee4266; }
    section.adverise-calculator .row .content h2 {
      font-size: 3.44rem;
      color: #fff;
      line-height: 1.5em; }
    section.adverise-calculator .row .content .pink-btn,
    section.adverise-calculator .row .content a.blue-btn {
      margin-top: 15px;
      display: inline-block; }

@media (max-width: 1010px) {
  section.adverise-calculator {
    margin-inline: 25px;
    width: auto; }
    section.adverise-calculator .row .content h2 {
      font-size: 2.44rem; } }

@media (max-width: 767px) {
  section.adverise-calculator .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    section.adverise-calculator .row .image {
      padding-bottom: 15px;
      overflow: hidden; } }

section.lucky {
  background-color: #c1eff7; }
  section.lucky .row {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-inline: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem; }
    section.lucky .row .image img {
      max-width: 560px;
      margin-top: -45px;
      z-index: 5;
      position: relative;
      width: 100%; }
    section.lucky .row .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 700px;
      width: 100%; }
      section.lucky .row .content .quote {
        position: relative;
        color: #223b69;
        font-style: italic;
        font-size: 30px;
        line-height: 1.3em;
        padding-bottom: 30px; }
        section.lucky .row .content .quote strong:first-child {
          font-family: "epicursive", sans-serif;
          font-size: 65px;
          line-height: 1.5em; }
          @media (max-width: 1000px) {
            section.lucky .row .content .quote strong:first-child {
              font-size: 45px; } }
        section.lucky .row .content .quote span {
          color: #ee4266;
          font-size: 113px;
          position: absolute; }
        section.lucky .row .content .quote span.top {
          top: 27px;
          left: -58px; }
        section.lucky .row .content .quote span.bottom {
          right: 38px;
          bottom: 9px; }
      section.lucky .row .content .pink-btn {
        max-width: 290px;
        border-radius: 70px;
        padding: 25px; }
    @media (max-width: 1000px) {
      section.lucky .row {
        gap: 25px;
        padding: 25px; }
        section.lucky .row .quote {
          font-size: 25px !important; }
          section.lucky .row .quote span {
            display: none; }
        section.lucky .row .image img {
          margin-top: 0px; } }

.news {
  padding-block: 80px 0;
  max-width: 1600px;
  margin: auto;
  width: 100%; }
  .news .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 3rem;
    padding-inline: 25px; }
    .news .intro img {
      max-width: 180px;
      height: auto; }
    .news .intro h2 {
      font-size: 2.5rem;
      color: #223b69; }
  .news .posts {
    padding-top: 3rem; }
    .news .posts article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .news .posts article:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      @media (min-width: 1000px) {
        .news .posts article:before {
          content: '';
          width: 50px;
          height: 50px;
          background: #fff;
          position: absolute;
          z-index: 5;
          -webkit-transform: rotate(45deg) translateX(-50%);
          -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
          left: 49.5%;
          top: 50%; } }
      .news .posts article .post-thumbnail {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .news .posts article .post-thumbnail img {
          width: 100%;
          height: auto;
          max-height: 400px;
          -o-object-fit: cover;
          object-fit: cover; }
        .news .posts article .post-thumbnail .post-categories {
          position: absolute;
          right: 20px;
          bottom: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 15px; }
          .news .posts article .post-thumbnail .post-categories a span {
            background-color: #F8BD07;
            padding: 5px;
            height: auto;
            display: block;
            -webkit-transition: 0.5s ease-in-out background-color;
            -o-transition: 0.5s ease-in-out background-color;
            transition: 0.5s ease-in-out background-color; }
            .news .posts article .post-thumbnail .post-categories a span svg {
              -webkit-transition: 0.5s ease-in-out color;
              -o-transition: 0.5s ease-in-out color;
              transition: 0.5s ease-in-out color;
              color: #223b69; }
          .news .posts article .post-thumbnail .post-categories a:hover span {
            background-color: #223b69; }
            .news .posts article .post-thumbnail .post-categories a:hover span svg {
              color: #F8BD07; }
      .news .posts article .summary {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .news .posts article .summary > div {
          margin: auto;
          max-width: 600px; }
          @media (min-width: 1000px) {
            .news .posts article .summary > div {
              padding-inline: 25px; } }
          .news .posts article .summary > div h3 {
            padding-bottom: 15px;
            font-size: 1.56rem; }
            .news .posts article .summary > div h3 a {
              color: #223b69;
              text-decoration: none; }
          .news .posts article .summary > div > div {
            padding-bottom: 15px; }
  .news .center-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-block: 5rem; }
  @media (max-width: 1250px) {
    .news .posts {
      padding-top: 0; }
    .news .center-btn {
      padding-block: 25px; } }
  @media (max-width: 1160px) {
    .news .posts article {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      gap: 0px; }
      .news .posts article .post-thumbnail {
        width: 100%; }
        .news .posts article .post-thumbnail img {
          -o-object-fit: cover;
          object-fit: cover; }
      .news .posts article .summary {
        padding: 25px; } }
  @media (max-width: 980px) {
    .news {
      padding-block: 0; }
      .news .intro h2 {
        font-size: 2rem; }
      .news .intro {
        padding-block: 25px;
        text-align: center; } }

.news-layout .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 40px 25px; }
  .news-layout .intro h1 {
    font-size: 2.5rem;
    color: #223b69; }
  .news-layout .intro img {
    max-width: 180px;
    height: auto; }
  .news-layout .intro > div {
    max-width: 550px;
    text-align: center; }
  @media (max-width: 980px) {
    .news-layout .intro {
      padding: 25px; }
      .news-layout .intro h1 {
        font-size: 2rem; } }

.news-layout .categories {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px; }
  .news-layout .categories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #223b69;
    text-decoration: none;
    background-color: #F2F2F2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-right: 15px;
    font-size: 1.25rem;
    color: #223b69;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    position: relative;
    overflow: hidden; }
    .news-layout .categories a span {
      background-color: #F8BD07;
      padding: 5px;
      height: auto;
      display: block; }
      .news-layout .categories a span svg {
        -webkit-transition: 0.5s ease-in-out color;
        -o-transition: 0.5s ease-in-out color;
        transition: 0.5s ease-in-out color;
        color: #223b69;
        z-index: 8;
        position: relative; }
    .news-layout .categories a p {
      z-index: 8;
      position: relative;
      padding-bottom: 0px; }
    .news-layout .categories a:before {
      content: '';
      width: 10px;
      height: 10px;
      background: #F8BD07;
      position: absolute;
      z-index: 5;
      -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%);
      left: 32px;
      top: 50%;
      -webkit-transition: 0.5s ease-in-out transform;
      -o-transition: 0.5s ease-in-out transform;
      transition: 0.5s ease-in-out transform; }
    .news-layout .categories a:hover:before {
      -webkit-transform: scale(26.5);
      -ms-transform: scale(26.5);
      transform: scale(26.5); }
    .news-layout .categories a.active {
      background-color: #F8BD07; }
  @media (max-width: 1010px) {
    .news-layout .categories {
      padding-bottom: 25px; } }

.news-layout .news-posts {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  padding-bottom: 80px; }
  .news-layout .news-posts article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F2F2F2;
    position: relative; }
    .news-layout .news-posts article:before {
      content: '';
      width: 50px;
      height: 50px;
      background: #F2F2F2;
      position: absolute;
      z-index: 5;
      -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%);
      left: 49.5%;
      top: 50%; }
    .news-layout .news-posts article:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .news-layout .news-posts article .post-thumbnail {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .news-layout .news-posts article .post-thumbnail img {
        width: 100%;
        height: auto;
        max-height: 400px;
        -o-object-fit: cover;
        object-fit: cover; }
      .news-layout .news-posts article .post-thumbnail .post-categories {
        position: absolute;
        right: 20px;
        bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px; }
        .news-layout .news-posts article .post-thumbnail .post-categories a span {
          background-color: #F8BD07;
          padding: 5px;
          height: auto;
          display: block;
          -webkit-transition: 0.5s ease-in-out background-color;
          -o-transition: 0.5s ease-in-out background-color;
          transition: 0.5s ease-in-out background-color; }
          .news-layout .news-posts article .post-thumbnail .post-categories a span svg {
            -webkit-transition: 0.5s ease-in-out color;
            -o-transition: 0.5s ease-in-out color;
            transition: 0.5s ease-in-out color;
            color: #223b69; }
        .news-layout .news-posts article .post-thumbnail .post-categories a:hover span {
          background-color: #223b69; }
          .news-layout .news-posts article .post-thumbnail .post-categories a:hover span svg {
            color: #F8BD07; }
    .news-layout .news-posts article .summary {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .news-layout .news-posts article .summary > div {
        margin: auto;
        max-width: 600px;
        padding-inline: 25px; }
        .news-layout .news-posts article .summary > div h3 {
          padding-bottom: 15px;
          font-size: 1.56rem; }
          .news-layout .news-posts article .summary > div h3 a {
            color: #223b69;
            text-decoration: none; }
        .news-layout .news-posts article .summary > div > div {
          padding-bottom: 15px; }
  .news-layout .news-posts .pagination {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px; }
    .news-layout .news-posts .pagination .page-numbers {
      color: #223b69;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: 600; }
    .news-layout .news-posts .pagination span.page-numbers {
      border: 2px solid #ee4266;
      border-radius: 6px; }
    .news-layout .news-posts .pagination a.page-numbers {
      color: #223b69;
      text-decoration: none; }
  @media (max-width: 1160px) {
    .news-layout .news-posts {
      padding-bottom: 25px; }
      .news-layout .news-posts article {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 0px; }
        .news-layout .news-posts article:before {
          display: none; }
        .news-layout .news-posts article .post-thumbnail {
          width: 100%; }
          .news-layout .news-posts article .post-thumbnail img {
            -o-object-fit: cover;
            object-fit: cover; }
        .news-layout .news-posts article .summary {
          padding: 25px; } }

.single-article {
  padding: 80px 25px;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .single-article .main-article {
    max-width: 900px;
    width: 100%; }
    .single-article .main-article h1 {
      color: #223b69;
      font-size: 2.5rem; }
    .single-article .main-article .meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 25px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 25px; }
      .single-article .main-article .meta span,
      .single-article .main-article .meta a {
        color: #1b1b1b;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px; }
        .single-article .main-article .meta span svg,
        .single-article .main-article .meta a svg {
          color: #ee4266; }
    .single-article .main-article .post-thumbnail {
      position: relative;
      margin-bottom: 25px; }
      .single-article .main-article .post-thumbnail img {
        width: 100%;
        height: auto; }
      .single-article .main-article .post-thumbnail .post-categories {
        position: absolute;
        right: 20px;
        bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px; }
        .single-article .main-article .post-thumbnail .post-categories a span {
          background-color: #F8BD07;
          padding: 5px;
          height: auto;
          display: block;
          -webkit-transition: 0.5s ease-in-out background-color;
          -o-transition: 0.5s ease-in-out background-color;
          transition: 0.5s ease-in-out background-color; }
          .single-article .main-article .post-thumbnail .post-categories a span svg {
            -webkit-transition: 0.5s ease-in-out color;
            -o-transition: 0.5s ease-in-out color;
            transition: 0.5s ease-in-out color;
            color: #223b69; }
        .single-article .main-article .post-thumbnail .post-categories a:hover span {
          background-color: #223b69; }
          .single-article .main-article .post-thumbnail .post-categories a:hover span svg {
            color: #F8BD07; }
    .single-article .main-article div#main-content a {
      color: #223b69; }
    .single-article .main-article div#main-content p {
      padding-bottom: 15px; }
    .single-article .main-article div#main-content ul {
      margin-bottom: 15px;
      list-style: none; }
      .single-article .main-article div#main-content ul li {
        position: relative; }
        .single-article .main-article div#main-content ul li a {
          color: #1b1b1b; }
        .single-article .main-article div#main-content ul li:before {
          content: '›';
          color: #ee4266;
          position: absolute;
          left: -18px;
          font-size: 32px;
          top: -14px; }
  .single-article .other-articles {
    max-width: 360px;
    width: 100%; }
    .single-article .other-articles > div {
      margin-bottom: 25px;
      background-color: #F2F2F2; }
      .single-article .other-articles > div a {
        color: #1b1b1b;
        text-decoration: none;
        position: relative; }
        .single-article .other-articles > div a img {
          -o-object-fit: cover;
          object-fit: cover;
          max-height: 240px; }
        .single-article .other-articles > div a > div {
          padding: 15px 25px 15px; }
          .single-article .other-articles > div a > div h3 {
            color: #223b69; }
          .single-article .other-articles > div a > div span.link {
            text-decoration: underline; }
  @media (max-width: 1024px) {
    .single-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-block: 25px; }
      .single-article .other-articles {
        padding-top: 25px; }
      .single-article > div {
        max-width: 100%; } }

.gform_wrapper .gform_required_legend {
  display: none; }

.gform_wrapper .gform-body .gform_fields {
  -webkit-column-gap: 14px !important;
  column-gap: 14px !important;
  row-gap: 35px !important; }
  .gform_wrapper .gform-body .gform_fields .gfield.floating-label {
    position: relative; }
    .gform_wrapper .gform-body .gform_fields .gfield.floating-label .gfield_label {
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 12px;
      -webkit-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
    .gform_wrapper .gform-body .gform_fields .gfield.floating-label .floating {
      top: -10px;
      left: 0px; }
    .gform_wrapper .gform-body .gform_fields .gfield.floating-label input {
      margin-top: 5px; }
  .gform_wrapper .gform-body .gform_fields label {
    font-weight: 600;
    color: #223b69; }
  .gform_wrapper .gform-body .gform_fields input[type="text"],
  .gform_wrapper .gform-body .gform_fields input[type="email"],
  .gform_wrapper .gform-body .gform_fields input[type="phone"],
  .gform_wrapper .gform-body .gform_fields input[type="number"],
  .gform_wrapper .gform-body .gform_fields input[type="checkbox"],
  .gform_wrapper .gform-body .gform_fields input[type="radio"],
  .gform_wrapper .gform-body .gform_fields select,
  .gform_wrapper .gform-body .gform_fields textarea {
    --gf-local-border-color: $primary;
    --gf-color-primary: $primary;
    --gf-color-in-ctrl-primary: $primary !important;
    border: none !important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 16px; }
  .gform_wrapper .gform-body .gform_fields .validation_message {
    color: #ee4266 !important; }

.gform_wrapper .gform-footer,
.gform_wrapper .gform-page-footer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .gform_wrapper .gform-footer .gform_button,
  .gform_wrapper .gform-footer .gform_next_button,
  .gform_wrapper .gform-page-footer .gform_button,
  .gform_wrapper .gform-page-footer .gform_next_button {
    background-color: #223b69 !important;
    padding: 15px 20px !important;
    font-size: 1.13rem !important;
    -webkit-transition: 0.5s ease-in-out background-color;
    -o-transition: 0.5s ease-in-out background-color;
    transition: 0.5s ease-in-out background-color; }
    .gform_wrapper .gform-footer .gform_button:hover,
    .gform_wrapper .gform-footer .gform_next_button:hover,
    .gform_wrapper .gform-page-footer .gform_button:hover,
    .gform_wrapper .gform-page-footer .gform_next_button:hover {
      background-color: #ee4266 !important; }

.gform_validation_errors {
  border: 2px solid #ee4266 !important;
  background: #223b69 !important; }
  .gform_validation_errors h2 {
    color: #fff !important; }
    @media (max-width: 1000px) {
      .gform_validation_errors h2 {
        font-size: 20px !important; } }
  .gform_validation_errors .gform-icon {
    color: #fff !important;
    border-color: #fff !important; }

.gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

.gf_progressbar_wrapper .gf_progressbar .percentbar_blue {
  background-color: #ee4266 !important; }

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #ee4266 !important; }

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #ee4266 !important; }

footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 25px 17rem 25px; }
  footer .top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #223b69; }
    footer .top-footer .start > .logo {
      padding-bottom: 25px;
      display: block; }
      footer .top-footer .start > .logo img {
        max-width: 180px;
        width: 100%; }
    footer .top-footer .start > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px;
      max-width: 230px; }
      footer .top-footer .start > span svg {
        width: 32px;
        height: 24px; }
    footer .top-footer .start .socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px;
      padding-top: 25px; }
      footer .top-footer .start .socials a {
        color: #223b69; }
    footer .top-footer .footer-widgets-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 25px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 5rem; }
      footer .top-footer .footer-widgets-area .widget_nav_menu h3 {
        padding-bottom: 25px; }
      footer .top-footer .footer-widgets-area .widget_nav_menu ul {
        padding: 0px;
        list-style-type: none; }
        footer .top-footer .footer-widgets-area .widget_nav_menu ul li {
          padding-block: 5px; }
          footer .top-footer .footer-widgets-area .widget_nav_menu ul li a {
            color: #223b69;
            text-decoration: none; }
    footer .top-footer .last > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .top-footer .last > div img {
        max-width: 90px;
        width: 100%; }
    footer .top-footer .last a.stormbox svg {
      max-width: 100px;
      margin-top: 25px;
      float: right; }
  footer .bottom-footer {
    text-align: center;
    padding: 4rem 25px;
    color: #223b69; }
  @media (max-width: 980px) {
    footer {
      padding: 25px;
      background-position: top;
      padding-bottom: 6rem; }
      footer .top-footer {
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer .top-footer .footer-widgets-area {
          gap: 25px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          footer .top-footer .footer-widgets-area .widget_nav_menu h3 {
            padding-bottom: 15px; }
      footer .bottom-footer {
        padding: 15px 25px; } }

.single-product .container {
  max-width: 1600px;
  margin: auto;
  width: 100%; }
  .single-product .container #main .product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding-bottom: 80px;
    padding-inline: 25px; }
    .single-product .container #main .product .product-images-wrapper {
      background-color: #F2F2F2;
      width: 100%;
      padding: 25px;
      border-radius: 0px 0px 25px 25px;
      padding-bottom: 5rem; }
      .single-product .container #main .product .product-images-wrapper .product-featured-image {
        cursor: pointer;
        padding: 15px; }
        .single-product .container #main .product .product-images-wrapper .product-featured-image img {
          -o-object-fit: contain;
          object-fit: contain; }
      .single-product .container #main .product .product-images-wrapper .product-gallery-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 15px; }
        .single-product .container #main .product .product-images-wrapper .product-gallery-images .product-gallery-image {
          cursor: pointer;
          background: #fff;
          border-radius: 25px;
          max-width: 150px;
          height: 150px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      .single-product .container #main .product .product-images-wrapper #gallery-popup {
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        position: fixed;
        z-index: 999999999999;
        width: 100%;
        height: 100%;
        background: #000000a3;
        left: 0;
        top: 0; }
        .single-product .container #main .product .product-images-wrapper #gallery-popup.hide {
          visibility: hidden;
          opacity: 0; }
        .single-product .container #main .product .product-images-wrapper #gallery-popup #popup-img {
          max-height: 70vh;
          -o-object-fit: scale-down;
          object-fit: scale-down;
          padding: 15px; }
        .single-product .container #main .product .product-images-wrapper #gallery-popup .image {
          max-width: 1400px;
          margin: auto;
          max-height: 80vh;
          position: relative; }
          .single-product .container #main .product .product-images-wrapper #gallery-popup .image span#close {
            background: #F8BD07;
            width: 60px;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #fff;
            position: absolute;
            top: 2%;
            right: 2%;
            cursor: pointer; }
            .single-product .container #main .product .product-images-wrapper #gallery-popup .image span#close svg {
              width: 40px;
              height: 40px; }
          .single-product .container #main .product .product-images-wrapper #gallery-popup .image img {
            margin: auto; }
        .single-product .container #main .product .product-images-wrapper #gallery-popup div#full-gallery-popup {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          gap: 15px;
          position: absolute;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 50%; }
          .single-product .container #main .product .product-images-wrapper #gallery-popup div#full-gallery-popup .product-gallery-image {
            cursor: pointer;
            background: #fff;
            border-radius: 25px;
            max-width: 150px;
            height: 150px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 1408px) {
          .single-product .container #main .product .product-images-wrapper #gallery-popup {
            position: fixed; }
            .single-product .container #main .product .product-images-wrapper #gallery-popup div#full-gallery-popup .product-gallery-image {
              max-width: 150px;
              height: auto; }
            .single-product .container #main .product .product-images-wrapper #gallery-popup .image img {
              max-height: 500px; } }
    .single-product .container #main .product .entry-summary {
      padding: 25px 25px 0 0px;
      width: 100%;
      margin-bottom: 0px; }
      .single-product .container #main .product .entry-summary .product_title {
        max-width: 430px;
        font-size: 3.44rem;
        color: #223b69;
        padding-bottom: 25px;
        line-height: 3.8rem; }
      .single-product .container #main .product .entry-summary .price {
        color: #1b1b1b;
        font-size: 1.13rem;
        font-weight: 600; }
        .single-product .container #main .product .entry-summary .price price {
          color: #ee4266;
          font-weight: bold;
          font-size: 2.5rem; }
      .single-product .container #main .product .entry-summary .product-excerpt {
        color: #223b69;
        font-size: 1.13rem; }
    .single-product .container #main .product .custom-price-tabs-wrapper {
      padding-top: 35px; }
      .single-product .container #main .product .custom-price-tabs-wrapper .custom-product-tabs {
        margin-bottom: -1px; }
        .single-product .container #main .product .custom-price-tabs-wrapper .custom-product-tabs button {
          background-color: #B3E8CE;
          border: 2px solid transparent;
          color: #223b69;
          padding: 10px 20px;
          border-radius: 15px 15px 0 0;
          font-size: 1.13rem; }
          .single-product .container #main .product .custom-price-tabs-wrapper .custom-product-tabs button:nth-of-type(1) {
            background-color: #bbead3; }
          .single-product .container #main .product .custom-price-tabs-wrapper .custom-product-tabs button:nth-of-type(2) {
            background-color: #c3edd8; }
          .single-product .container #main .product .custom-price-tabs-wrapper .custom-product-tabs button:nth-of-type(3) {
            background-color: #caefdd; }
          .single-product .container #main .product .custom-price-tabs-wrapper .custom-product-tabs button:nth-of-type(4) {
            background-color: #d2f1e2; }
          .single-product .container #main .product .custom-price-tabs-wrapper .custom-product-tabs button.active {
            background-color: #fff;
            border: 2px solid #B3E8CE;
            border-bottom: 2px solid transparent;
            font-weight: bold; }
      .single-product .container #main .product .custom-price-tabs-wrapper .tab-content {
        border: 2px solid #B3E8CE;
        border-radius: 0px 25px 25px 25px;
        padding: 25px;
        color: #223b69;
        margin-top: -2px; }
        .single-product .container #main .product .custom-price-tabs-wrapper .tab-content .logos ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 15px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          list-style: none;
          margin: auto;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 25px 0px; }
          .single-product .container #main .product .custom-price-tabs-wrapper .tab-content .logos ul img {
            width: 150px;
            -o-object-fit: contain;
            object-fit: contain;
            padding-inline: 25px;
            height: auto; }
        .single-product .container #main .product .custom-price-tabs-wrapper .tab-content .logos .major img {
          width: 180px; }
        .single-product .container #main .product .custom-price-tabs-wrapper .tab-content a.pink-btn {
          max-width: 300px; }
    .single-product .container #main .product .custom-product-accordion h2 {
      color: #223b69;
      text-transform: uppercase;
      padding-bottom: 15px; }
    .single-product .container #main .product .custom-product-accordion .accordion-item {
      cursor: pointer;
      padding-block: 10px;
      border-bottom: 2px solid #1b1b1b; }
      .single-product .container #main .product .custom-product-accordion .accordion-item .accordion-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .single-product .container #main .product .custom-product-accordion .accordion-item .accordion-title h3 {
          font-weight: normal; }
        .single-product .container #main .product .custom-product-accordion .accordion-item .accordion-title svg {
          stroke: #ee4266; }
        .single-product .container #main .product .custom-product-accordion .accordion-item .accordion-title span {
          padding-inline: 15px; }
        .single-product .container #main .product .custom-product-accordion .accordion-item .accordion-title .minus {
          display: none; }
      .single-product .container #main .product .custom-product-accordion .accordion-item .accordion-content {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out;
        -o-transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out; }
      .single-product .container #main .product .custom-product-accordion .accordion-item.display .accordion-title .minus {
        display: block; }
      .single-product .container #main .product .custom-product-accordion .accordion-item.display .accordion-title .plus {
        display: none; }
      .single-product .container #main .product .custom-product-accordion .accordion-item.display .accordion-content {
        padding-top: 10px;
        max-height: 500px; }
    .single-product .container #main .product .custom-product-description h2 {
      color: #223b69;
      text-transform: uppercase;
      padding-bottom: 15px; }
    .single-product .container #main .product .custom-product-description .description-list {
      padding-top: 15px; }
      .single-product .container #main .product .custom-product-description .description-list .description-item {
        padding-block: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px; }
    @media (max-width: 780px) {
      .single-product .container #main .product {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }

@media (max-width: 1128px) {
  .single-product .container #main .product .custom-price-tabs-wrapper .tab-content {
    padding: 15px; }
    .single-product .container #main .product .custom-price-tabs-wrapper .tab-content .logos ul img {
      width: 130px !important;
      padding-inline: 13px; } }

@media (max-width: 980px) {
  .single-product .container #main .product {
    padding-bottom: 25px; }
    .single-product .container #main .product .custom-price-tabs-wrapper .tab-content {
      border-radius: 0px 0px 25px 25px; }
    .single-product .container #main .product .custom-price-tabs-wrapper .logos ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .single-product .container #main .product .custom-product-description .description-list .description-item .description-text {
      max-width: 80%; }
    .single-product .container #main .product .product-images-wrapper .product-gallery-images .product-gallery-image {
      height: 100px; }
    .single-product .container #main .product .entry-summary .product_title {
      font-size: 2.44rem;
      line-height: 2.8rem; }
  .single-product .custom-product-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-product .custom-product-tabs button.tab-button {
      padding: 10px !important; } }

@media (max-width: 767px) {
  .single-product .container #main .product .product-images-wrapper #gallery-popup div#full-gallery-popup {
    bottom: 20px; }
  .single-product .container #main .product .product-images-wrapper #gallery-popup div#full-gallery-popup .product-gallery-image {
    height: 100px;
    width: 100px; }
  .single-product .container #main .product .product-images-wrapper #gallery-popup .image img {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: auto;
  width: 100%;
  padding-top: 80px; }
  .main-content section.column {
    padding-inline: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main-content section.column h1 {
      font-size: 3.75rem;
      color: #223b69;
      padding-inline: 25px;
      text-wrap: balance; }
    .main-content section.column p {
      padding-bottom: 15px; }
    .main-content section.column img {
      padding-bottom: 15px; }
    .main-content section.column > div {
      margin-block: 25px;
      padding-inline: 25px; }
    .main-content section.column .quote {
      position: relative;
      background-color: #c1eff7;
      color: #223b69;
      padding: 35px;
      max-width: 500px;
      font-size: 2.5rem;
      text-align: center;
      margin: 25px auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: bold;
      border-radius: 100%;
      aspect-ratio: 1 / 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-content section.column .quote p {
        padding: 25px; }
      .main-content section.column .quote span {
        position: absolute;
        font-size: 6.25rem; }
      .main-content section.column .quote span:first-child {
        top: 0;
        left: 0; }
      .main-content section.column .quote span:last-child {
        bottom: 0;
        right: 0;
        line-height: 0; }
    .main-content section.column .caption {
      padding-inline: 25px;
      font-style: italic;
      font-size: 14px; }
    .main-content section.column .subtext-image {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 0px;
      padding: 0px;
      width: 100%; }
      .main-content section.column .subtext-image img {
        padding: 0px;
        width: 100%;
        height: auto; }
      .main-content section.column .subtext-image p {
        position: absolute;
        background-color: rgba(27, 27, 27, 0.6);
        color: white;
        padding: 9px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        bottom: 9%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 1rem; }
    @media (max-width: 1000px) {
      .main-content section.column {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; }
        .main-content section.column .subtext-image {
          margin: 0px; }
        .main-content section.column .caption {
          text-align: center; }
        .main-content section.column .quote {
          font-size: 1.25rem;
          max-width: 300px; }
          .main-content section.column .quote p {
            padding: 0px; } }
  @media (max-width: 1000px) {
    .main-content {
      padding-top: 25px; }
      .main-content section.column h1 {
        font-size: 2.75rem; } }

section.row {
  width: 100%;
  background-color: #223b69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 2000px;
  margin: auto;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  section.row > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    section.row > div h2 {
      padding-bottom: 15px; }
  section.row .feature_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 6rem; }
    section.row .feature_image p {
      font-size: 12px;
      color: #fff;
      text-align: center;
      padding-top: 15px; }
    section.row .feature_image img {
      max-width: 350px;
      padding: 25px 25px 0; }
    @media (max-width: 1620px) {
      section.row .feature_image {
        gap: 0px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 1450px) {
      section.row .feature_image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  section.row .content {
    color: white; }
    section.row .content > div {
      max-width: 790px;
      width: 100%;
      margin: 0 0 auto 0; }
      section.row .content > div p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px; }
  @media (max-width: 1000px) {
    section.row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 25px; }
      section.row .content > div {
        max-width: 100%;
        padding: 25px;
        margin: 0px; }
      section.row .feature_image img {
        margin: auto; } }

.fullwidth-layout {
  padding: 80px 25px;
  max-width: 1600px;
  margin: auto;
  width: 100%; }

.sidebar-layout .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 25px;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  gap: 8em; }
  .sidebar-layout .main .content {
    width: 80%; }
    .sidebar-layout .main .content h1 {
      font-size: 3.44rem; }
    .sidebar-layout .main .content h2 {
      font-size: 2.5rem; }
    .sidebar-layout .main .content h1,
    .sidebar-layout .main .content h2 {
      padding-bottom: 15px;
      color: #223b69; }
  .sidebar-layout .main .sidebar section.subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    position: relative;
    margin-bottom: 25px; }
    .sidebar-layout .main .sidebar section.subscribe .subscribe-form {
      padding: 25px; }
      .sidebar-layout .main .sidebar section.subscribe .subscribe-form h2 {
        font-size: 1.5rem; }
      .sidebar-layout .main .sidebar section.subscribe .subscribe-form .gfield--width-half {
        -ms-grid-column-span: 12;
        grid-column: span 12; }
      .sidebar-layout .main .sidebar section.subscribe .subscribe-form .gform_wrapper .gform-body .gform_fields {
        -webkit-column-gap: 10px !important;
        column-gap: 10px !important;
        row-gap: 27px !important; }
      .sidebar-layout .main .sidebar section.subscribe .subscribe-form .gform_footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .sidebar-layout .main .sidebar section.subscribe .side-image img {
      max-width: 170px;
      margin-top: -71px;
      float: inline-end; }
  .sidebar-layout .main .sidebar .adverise-calculator {
    margin-bottom: 25px; }
    .sidebar-layout .main .sidebar .adverise-calculator .row {
      padding-bottom: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .sidebar-layout .main .sidebar .adverise-calculator .row .image {
        padding-bottom: 15px;
        overflow: hidden; }
        .sidebar-layout .main .sidebar .adverise-calculator .row .image img {
          margin-left: -10px; }
      .sidebar-layout .main .sidebar .adverise-calculator .row .content {
        width: 100%; }
        .sidebar-layout .main .sidebar .adverise-calculator .row .content h2 {
          font-size: 2rem;
          color: #223b69; }

@media (max-width: 1080px) {
  .sidebar-layout .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding-block: 25px; }
    .sidebar-layout .main .content {
      width: 100%; }
      .sidebar-layout .main .content h1 {
        font-size: 2.44rem; }
  .sidebar-layout .adverise-calculator {
    margin-inline: 0; }
    .sidebar-layout .adverise-calculator p {
      padding-bottom: 0px; }
    .sidebar-layout .adverise-calculator .row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
  .sidebar-layout .subscribe .side-image img {
    margin-top: 0px; } }

@media (max-width: 767px) {
  .sidebar-layout .adverise-calculator .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

.reviews .intro {
  text-align: center; }
  .reviews .intro h1 {
    font-size: 3.44rem;
    color: #223b69; }

@media (max-width: 1080px) {
  .reviews img {
    max-width: 360px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .reviews h1 {
    font-size: 2.44rem !important; } }

section.leave-review {
  max-width: 1400px;
  margin: auto;
  background: #ffefc4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  section.leave-review .gform_wrapper {
    padding: 80px; }
    section.leave-review .gform_wrapper .gfield_html h2 {
      font-size: 2.5rem;
      color: #223b69; }
  section.leave-review img {
    max-width: 600px;
    height: auto; }
  @media (max-width: 767px) {
    section.leave-review .gfield_html h2 {
      font-size: 2.44rem; } }
  @media (max-width: 1080px) {
    section.leave-review {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.leave-review .gform_wrapper {
        padding: 25px; }
      section.leave-review img {
        max-width: 360px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      section.leave-review h1 {
        font-size: 2.44rem !important; } }
  @media (max-width: 767px) {
    section.leave-review {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.leave-review img {
        max-width: 310px;
        height: auto;
        margin: auto; } }

.thanks {
  max-width: 1400px;
  margin: auto;
  padding: 25px; }
  .thanks h1 {
    color: #223b69; }

section.team-members {
  max-width: 1600px;
  margin: auto;
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding-inline: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  section.team-members .title {
    width: 100%;
    text-align: center;
    padding-bottom: 25px; }
    section.team-members .title h2 {
      color: #223b69;
      font-size: 3.44rem; }
  section.team-members .team {
    max-width: 760px;
    width: 100%;
    position: relative;
    background-color: #c1eff7;
    padding: 24px;
    min-height: 610px; }
    section.team-members .team.action > div {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    section.team-members .team > div {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 0.8s;
      transition: -webkit-transform 0.8s;
      -o-transition: transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      section.team-members .team > div .flip-icon {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin: auto;
        padding: 8px 25px;
        background: #ee4266;
        border-radius: 44px;
        -webkit-transition: 0.5s ease-in-out background-color;
        -o-transition: 0.5s ease-in-out background-color;
        transition: 0.5s ease-in-out background-color;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        color: #fff; }
        section.team-members .team > div .flip-icon svg {
          stroke: #fff; }
        section.team-members .team > div .flip-icon:hover {
          background-color: #223b69; }
      section.team-members .team > div .front {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section.team-members .team > div .front .image {
          padding-bottom: 30px; }
          section.team-members .team > div .front .image img.head-shot {
            max-width: 180px;
            margin: auto; }
        section.team-members .team > div .front .copy {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 5px; }
          section.team-members .team > div .front .copy .name {
            color: #223b69;
            font-size: 2em; }
      section.team-members .team > div .back,
      section.team-members .team > div .front {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      section.team-members .team > div .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
  @media (max-width: 1000px) {
    section.team-members {
      margin-bottom: 25px; }
      section.team-members .title h2 {
        font-size: 2.44rem; } }
  @media (max-width: 767px) {
    section.team-members .team {
      min-height: 1210px; } }

.thanks h1 {
  font-size: 2.5rem;
  padding-bottom: 15px; }

.thanks p {
  padding-bottom: 15px; }

.thanks a:not(.pink-btn) {
  color: #1b1b1b; }

.thanks .pink-btn {
  margin-top: 15px; }

.review.box {
  position: relative;
  background-color: #ffefc4;
  margin-bottom: 25px;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .review.box .copy {
    padding: 25px;
    z-index: 2; }
    .review.box .copy h2 {
      font-size: 2rem;
      color: #223b69;
      max-width: 320px; }
    .review.box .copy .pink-btn {
      margin-top: 25px; }
  .review.box .image {
    position: absolute;
    top: 0;
    right: 0; }
    .review.box .image img {
      max-width: 180px; }
  @media (max-width: 767px) {
    .review.box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .review.box .copy {
        text-align: center; }
      .review.box .image {
        position: relative; } }

.fullwidth-layout .copy-page h1,
.fullwidth-layout .copy-page h2 {
  color: #223b69;
  padding-block: 15px; }

.fullwidth-layout .copy-page a {
  color: #223b69; }

section.feeding-calculator {
  background-color: #c1eff7;
  padding: 80px 25px; }
  section.feeding-calculator .fc-heading {
    max-width: 1000px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.feeding-calculator .fc-heading h1 {
      font-size: 3.44rem;
      color: #223b69; }
    section.feeding-calculator .fc-heading img {
      max-width: 300px; }
  section.feeding-calculator > div.cal {
    max-width: 1000px;
    margin: auto;
    width: 100%; }
    section.feeding-calculator > div.cal .gf_progressbar_wrapper {
      padding-top: 25px; }
    section.feeding-calculator > div.cal .gform-body .gform_fields label {
      font-size: 16px; }
    section.feeding-calculator > div.cal .gform-body .gform_fields legend {
      font-size: 18px; }
    section.feeding-calculator > div.cal .gfield--input-type-radio .ginput_container_radio .gfield_radio {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.feeding-calculator > div.cal .gfield--input-type-radio .ginput_container_radio .gfield_radio .gchoice {
        cursor: pointer; }
      section.feeding-calculator > div.cal .gfield--input-type-radio .ginput_container_radio .gfield_radio span {
        color: #ee4266;
        font-size: 12px; }
    section.feeding-calculator > div.cal .ginput_container_image_choice .gfield_radio {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
      section.feeding-calculator > div.cal .ginput_container_image_choice .gfield_radio .gchoice {
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        display: inline-block;
        border: none;
        max-width: 280px;
        width: 100%;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer; }
        section.feeding-calculator > div.cal .ginput_container_image_choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        section.feeding-calculator > div.cal .ginput_container_image_choice .gfield_radio .gchoice .gfield-choice-image {
          -o-object-fit: scale-down;
          object-fit: scale-down;
          max-width: 160px; }
        section.feeding-calculator > div.cal .ginput_container_image_choice .gfield_radio .gchoice:where(:has(input:checked))::after {
          background-color: #ee4266; }
    section.feeding-calculator > div.cal .gform_confirmation_message {
      grid-template-areas: '. . '; }
      section.feeding-calculator > div.cal .gform_confirmation_message .thanks {
        width: 100%;
        padding-inline: 0px;
        padding-bottom: 15px; }
      section.feeding-calculator > div.cal .gform_confirmation_message .recommended-food {
        background-color: #F2F2F2;
        max-width: 500px;
        margin: 25px auto;
        padding-inline: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #223b69; }
        section.feeding-calculator > div.cal .gform_confirmation_message .recommended-food .recommendation-text {
          font-size: 16px; }
          section.feeding-calculator > div.cal .gform_confirmation_message .recommended-food .recommendation-text .food-amount {
            font-weight: bold; }
            section.feeding-calculator > div.cal .gform_confirmation_message .recommended-food .recommendation-text .food-amount span.amount {
              font-size: 28px;
              color: #ee4266; }
            section.feeding-calculator > div.cal .gform_confirmation_message .recommended-food .recommendation-text .food-amount span.alt-amount {
              font-size: 12px;
              font-weight: 500; }
        section.feeding-calculator > div.cal .gform_confirmation_message .recommended-food .thumbnail {
          max-width: 170px;
          width: 100%; }
          section.feeding-calculator > div.cal .gform_confirmation_message .recommended-food .thumbnail img {
            width: 100%;
            height: auto;
            margin-top: -33px; }
      section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products h2 {
        font-size: 2.5rem;
        color: #223b69; }
      section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 25px;
        text-align: center; }
        section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products .products .r-product a.title {
          color: #223b69;
          text-decoration: none;
          font-size: 1.25rem;
          font-weight: bold; }
        section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products .products .r-product img {
          margin: auto; }
        section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products .products .r-product p {
          padding-bottom: 0px; }
        section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products .products .r-product .pink-btn {
          margin-top: 15px; }
        @media (max-width: 767px) {
          section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products .products {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
    section.feeding-calculator > div.cal .back-btn {
      padding-block: 0 25px; }
    @media (max-width: 1000px) {
      section.feeding-calculator > div.cal {
        padding: 25px; }
        section.feeding-calculator > div.cal h1 {
          font-size: 2.44rem; }
        section.feeding-calculator > div.cal .recommended-products h2 {
          font-size: 1.5rem; } }
    @media (max-width: 767px) {
      section.feeding-calculator > div.cal .recommended-food {
        padding: 25px 25px 0 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.feeding-calculator > div.cal .recommended-food .recommendation-text {
          text-align: center; }
        section.feeding-calculator > div.cal .recommended-food .thumbnail img {
          margin-top: 0px !important; } }
    section.feeding-calculator > div.cal .gform_confirmation_message .recommended-products h2 h2 {
      font-size: 1.5rem !important; }

.accordion-stockist,
.accordion-faq {
  padding-bottom: 25px;
  max-width: 95%; }
  .accordion-stockist .accordion-item,
  .accordion-faq .accordion-item {
    border-bottom: 1px solid grey;
    padding-block: 15px;
    cursor: pointer; }
    .accordion-stockist .accordion-item h4,
    .accordion-faq .accordion-item h4 {
      width: 100%;
      color: #223b69; }
    .accordion-stockist .accordion-item h3,
    .accordion-faq .accordion-item h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #223b69;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .accordion-stockist .accordion-item h3 span.up,
      .accordion-faq .accordion-item h3 span.up {
        display: none; }
    .accordion-stockist .accordion-item .accordion-content,
    .accordion-faq .accordion-item .accordion-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1rem 3rem;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out;
      -o-transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out;
      transition: max-height 0.4s ease-in-out, padding-top 0.4s ease-in-out; }
      .accordion-stockist .accordion-item .accordion-content .stockist-item img,
      .accordion-faq .accordion-item .accordion-content .stockist-item img {
        width: 130px;
        height: 130px;
        -o-object-fit: scale-down;
        object-fit: scale-down; }
      .accordion-stockist .accordion-item .accordion-content .stockist-item a,
      .accordion-faq .accordion-item .accordion-content .stockist-item a {
        padding-block: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #223b69; }
        .accordion-stockist .accordion-item .accordion-content .stockist-item a svg,
        .accordion-faq .accordion-item .accordion-content .stockist-item a svg {
          width: 18px; }
    .accordion-stockist .accordion-item.display h3 span.down,
    .accordion-faq .accordion-item.display h3 span.down {
      display: none; }
    .accordion-stockist .accordion-item.display h3 span.up,
    .accordion-faq .accordion-item.display h3 span.up {
      display: block;
      color: #F8BD07; }
    .accordion-stockist .accordion-item.display .accordion-content,
    .accordion-faq .accordion-item.display .accordion-content {
      max-height: 1000px;
      padding-top: 10px; }
    @media (max-width: 767px) {
      .accordion-stockist .accordion-item .accordion-content .stockist-item img,
      .accordion-faq .accordion-item .accordion-content .stockist-item img {
        width: 100px;
        height: 100px; } }

.staggered-template.difference h1 {
  padding-bottom: 0px !important; }

.staggered-template .internal_header {
  background-color: #c1eff7;
  padding-top: 80px; }
  .staggered-template .internal_header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    width: 100%; }
    .staggered-template .internal_header .flex > div {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .staggered-template .internal_header .flex .image img {
      max-height: 800px; }
    .staggered-template .internal_header .flex .content {
      padding: 25px; }
      .staggered-template .internal_header .flex .content h1 {
        font-size: 3.75rem;
        color: #223b69;
        line-height: 3rem;
        padding-bottom: 25px; }
        .staggered-template .internal_header .flex .content h1 span {
          font-size: 2.5rem; }
      .staggered-template .internal_header .flex .content h2 {
        color: #223b69; }
      .staggered-template .internal_header .flex .content .pink-btn {
        margin-top: 14px; }
  @media (max-width: 1080px) {
    .staggered-template .internal_header {
      padding-top: 0px; }
      .staggered-template .internal_header h1 {
        font-size: 2.75rem !important; }
      .staggered-template .internal_header .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.staggered-template .staggered {
  padding-top: 80px; }
  .staggered-template .staggered > div {
    z-index: 2;
    position: relative; }
  .staggered-template .staggered .ingredient-list {
    z-index: 1; }
  .staggered-template .staggered .flex .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    width: 100%; }
    .staggered-template .staggered .flex .row > div {
      width: 50%; }
    .staggered-template .staggered .flex .row .content {
      padding: 25px 2rem; }
      .staggered-template .staggered .flex .row .content h2 {
        font-size: 2.5rem;
        padding-bottom: 15px;
        color: #223b69; }
      .staggered-template .staggered .flex .row .content ul {
        list-style: none; }
        .staggered-template .staggered .flex .row .content ul li {
          position: relative; }
          .staggered-template .staggered .flex .row .content ul li a {
            color: #1b1b1b; }
          .staggered-template .staggered .flex .row .content ul li:before {
            content: '›';
            color: #ee4266;
            position: absolute;
            left: -18px;
            font-size: 32px;
            top: -14px; }
  .staggered-template .staggered .flex:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .staggered-template .staggered .flex.light .image img {
    margin-bottom: -25px; }
  .staggered-template .staggered .flex.pink {
    background-color: #f9eae1; }
    .staggered-template .staggered .flex.pink .content {
      padding: 25px 4rem; }
    .staggered-template .staggered .flex.pink .image img {
      margin-top: -25px;
      max-height: 800px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .staggered-template .staggered .flex.imagebg {
    position: relative;
    overflow: hidden; }
    .staggered-template .staggered .flex.imagebg .content {
      padding: 10rem 2rem;
      color: #fff; }
      .staggered-template .staggered .flex.imagebg .content h2 {
        color: #fff; }
      .staggered-template .staggered .flex.imagebg .content a:not(.pink-btn) {
        color: #F8BD07; }
      .staggered-template .staggered .flex.imagebg .content .pink-btn {
        margin-top: 15px; }
    .staggered-template .staggered .flex.imagebg img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; }
  @media (max-width: 1080px) {
    .staggered-template .staggered {
      padding-top: 0px; }
      .staggered-template .staggered .flex .row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
        .staggered-template .staggered .flex .row > div {
          width: 100%; }
        .staggered-template .staggered .flex .row .content {
          padding: 25px; }
        .staggered-template .staggered .flex .row .image img {
          margin: 0px !important; } }

.staggered-template.difference .internal_header .flex {
  max-width: 2000px; }
  .staggered-template.difference .internal_header .flex .content > div {
    max-width: 500px;
    margin: auto; }
  .staggered-template.difference .internal_header .flex .content h1 {
    font-size: 4.38rem;
    line-height: 4rem; }

.staggered-template.difference .staggered {
  position: relative; }
  .staggered-template.difference .staggered .ingredient-list {
    position: absolute;
    width: 100%;
    height: 50%; }
    .staggered-template.difference .staggered .ingredient-list > div {
      position: absolute; }
      .staggered-template.difference .staggered .ingredient-list > div.fish {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        right: -11%;
        bottom: 10%;
        max-width: 520px; }
      .staggered-template.difference .staggered .ingredient-list > div.wheat {
        max-width: 340px;
        top: -4%;
        left: -76px; }
        .staggered-template.difference .staggered .ingredient-list > div.wheat img {
          -webkit-transform: rotate(133deg);
          -ms-transform: rotate(133deg);
          transform: rotate(133deg); }
      .staggered-template.difference .staggered .ingredient-list > div.carrots {
        top: -80px;
        max-width: 600px;
        right: 0; }
      .staggered-template.difference .staggered .ingredient-list > div.pea-pods {
        max-width: 150px;
        left: -25px;
        bottom: 0; }
        .staggered-template.difference .staggered .ingredient-list > div.pea-pods img {
          -webkit-transform: rotate(35deg);
          -ms-transform: rotate(35deg);
          transform: rotate(35deg); }
      .staggered-template.difference .staggered .ingredient-list > div.peas {
        top: 20%;
        max-width: 190px;
        right: 8%; }
    @media (max-width: 1600px) {
      .staggered-template.difference .staggered .ingredient-list .fish,
      .staggered-template.difference .staggered .ingredient-list .pea-pods {
        display: none; } }
    @media (max-width: 1350px) {
      .staggered-template.difference .staggered .ingredient-list .peas {
        display: none; } }
    @media (max-width: 1040px) {
      .staggered-template.difference .staggered .ingredient-list {
        display: none; } }
  .staggered-template.difference .staggered .difference-boxes {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    margin: auto;
    padding-block: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
    .staggered-template.difference .staggered .difference-boxes .box {
      position: relative;
      min-height: 400px;
      overflow: hidden; }
      .staggered-template.difference .staggered .difference-boxes .box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.5s ease-in-out transform;
        -o-transition: 0.5s ease-in-out transform;
        transition: 0.5s ease-in-out transform; }
      .staggered-template.difference .staggered .difference-boxes .box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 6;
        background-color: rgba(27, 27, 27, 0.5); }
      .staggered-template.difference .staggered .difference-boxes .box > div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        max-width: 320px;
        width: 100%;
        z-index: 9; }
        .staggered-template.difference .staggered .difference-boxes .box > div h3 {
          font-size: 1.56rem;
          margin-bottom: 15px; }
      .staggered-template.difference .staggered .difference-boxes .box:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    @media (max-width: 1040px) {
      .staggered-template.difference .staggered .difference-boxes {
        padding-block: 0px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .staggered-template.difference .staggered .difference-boxes .box > div h3 {
        font-size: 1.2rem; } }
