/*
Theme Name: ALDIBIO
Description: A custom theme built by the FS.
Author: FS
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-block: 0 1rem;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

/* Define the custom font */
@font-face {
  font-family: "Nue Book"; /* Name you assign to the font */
  src: url("fonts/PPNeueMontreal-Book.woff2") format("woff2"), url("fonts/PPNeueMontreal-Book.woff") format("woff"), url("fonts/PPNeueMontreal-Book.ttf") format("truetype"); /* Fallback */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Define the custom font */
@font-face {
  font-family: "Nue Reg"; /* Name you assign to the font */
  src: url("fonts/PPNeueMontreal-Regular.woff2") format("woff2"), url("fonts/PPNeueMontreal-Regular.woff") format("woff"), url("fonts/PPNeueMontreal-Regular.ttf") format("truetype"); /* Fallback */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

@media (min-width: 1024px) {
  [id] {
    scroll-margin-top: 150px;
  }
}
body {
  font-family: "Nue Book";
  font-size: 1.1rem;
  line-height: 26px;
  color: #505050;
}

p {
  font-weight: 400;
  margin-bottom: 1rem;
}

p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  color: #505050;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-family: "Nue Book";
  font-size: 60px;
  font-weight: 375;
  line-height: 1.15;
}

h2 {
  font-family: "Nue Book";
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 30px;
  font-weight: 375;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 2ch;
  }
}

h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 375;
  line-height: 32px;
  margin-bottom: 30px;
}

h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 375;
  line-height: 28px;
  margin-bottom: 30px;
}

p.preheading {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.button + .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .button + a.button, .woocommerce .woocommerce button + .button,
.woocommerce .woocommerce .button + .button, .woocommerce .woocommerce .button + button, .woocommerce .woocommerce button + button,
.woocommerce .woocommerce .reset_variations + button,
.woocommerce .woocommerce button + .reset_variations, .woocommerce .reset_variations + .button, .woocommerce .button + .reset_variations, .woocommerce .reset_variations + .reset_variations {
  margin-top: unset;
}

.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations {
  background: #3E4A58;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px 12px 20px;
  border-radius: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.25s;
}
.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce .woocommerce button:hover,
.woocommerce .woocommerce .button:hover, .woocommerce .reset_variations:hover, .button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus, .woocommerce .woocommerce button:focus,
.woocommerce .woocommerce .button:focus, .woocommerce .reset_variations:focus {
  box-shadow: inset 0 4em 0 0 #4177B1;
}
.button.blue, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.blue.button, .woocommerce .woocommerce button.blue,
.woocommerce .woocommerce .blue.button, .woocommerce .blue.reset_variations {
  background: #4177B1;
}
.button.blue:hover, .woocommerce .woocommerce button.blue:hover, .woocommerce .blue.reset_variations:hover, .button.blue:focus, .woocommerce .woocommerce button.blue:focus, .woocommerce .blue.reset_variations:focus {
  box-shadow: inset 0 4em 0 0 #505050;
}
.button.white, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.white.button, .woocommerce .woocommerce button.white,
.woocommerce .woocommerce .white.button, .woocommerce .white.reset_variations {
  background: #fff;
  color: #4177B1;
  outline: 1px solid #4177B1;
}
.button.white:hover, .woocommerce .woocommerce button.white:hover, .woocommerce .white.reset_variations:hover {
  box-shadow: inset 0 4em 0 0 #4177B1;
  color: #fff;
}
.button.dark, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.dark.button, .woocommerce .woocommerce button.dark,
.woocommerce .woocommerce .dark.button, .woocommerce .dark.reset_variations {
  background: #3E4A58;
  color: #fff;
  outline: 1px solid #3E4A58;
}
.button.dark:hover, .woocommerce .woocommerce button.dark:hover, .woocommerce .dark.reset_variations:hover {
  box-shadow: inset 0 4em 0 0 #4177B1;
  color: #fff;
}

.container {
  width: 100%;
  padding-inline: 4%;
  margin: 0 auto;
}

.bgsettings, .single-post main,
.insidepage main.palmsbg,
.insidepage main:has(.text_only_hero), .product_header, .inside_hero, .full_width_image_content_left, .home_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.poscenter, .home_hero .container {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  main {
    margin-top: 270px;
  }
}
.btnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

header.siteheader {
  position: absolute;
  z-index: 33;
  width: 100%;
  top: 0;
  left: 0;
}

.alertbar {
  background: #4177B1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-inline: 4%;
  padding-block: 10px;
}
.alertbar p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .alertbar p {
    font-size: 13px;
  }
}
.alertbar a {
  color: #fff;
}
@media (max-width: 767px) {
  .alertbar a {
    display: block;
  }
}
.alertbar a:before {
  content: "|";
  display: inline-block;
  margin-right: 1ch;
}
@media (max-width: 767px) {
  .alertbar a:before {
    display: none;
  }
}

.navwrap {
  display: flex;
  padding-inline: 4%;
  padding-top: 30px;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1460px) {
  .navwrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .navwrap {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 980px) {
  .navwrap {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .navwrap {
    flex-wrap: wrap;
    background: #fff;
    padding-top: 1rem;
  }
}
.navwrap nav {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .navwrap nav {
    position: relative;
    top: -1rem;
  }
}
@media (max-width: 980px) {
  .navwrap nav {
    display: none;
  }
  .navwrap nav.is-active {
    display: block;
    background: #fff;
    max-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .navwrap nav.is-active .header-menu {
    flex-direction: column;
  }
  .navwrap nav.is-active .header-menu li {
    border-bottom: 1px solid rgba(80, 80, 80, 0.3);
    padding-block: 1em;
    padding-inline: 3.25rem 2rem;
  }
  .navwrap nav.is-active .header-menu li:first-of-type {
    border-top: 1px solid rgba(80, 80, 80, 0.3);
  }
}
.navwrap .logo {
  width: 250px;
}
@media (min-width: 1024px) {
  .navwrap .logo {
    position: relative;
    top: -1rem;
  }
}
@media (max-width: 767px) {
  .navwrap .logo {
    width: 100%;
  }
  .navwrap .logo a {
    max-width: 60%;
  }
}
.navwrap .logo img {
  display: block;
}
@media (max-width: 767px) {
  .navwrap .logo.haslogo {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .navwrap .logo.has-button {
    width: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .navwrap .logo.has-button .linkedin {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    order: -1;
  }
}
@media (max-width: 980px) {
  .navwrap .logo.has-button {
    display: flex;
    justify-content: flex-end;
    width: auto;
    gap: 1ch;
  }
  .navwrap .logo.has-button .button, .navwrap .logo.has-button .woocommerce .woocommerce button, .woocommerce .woocommerce .navwrap .logo.has-button button, .navwrap .logo.has-button .woocommerce .reset_variations, .woocommerce .navwrap .logo.has-button .reset_variations {
    order: -1;
  }
  .navwrap .logo.has-button a {
    font-size: 11px;
  }
  .navwrap .logo.has-button .linkedin {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .navwrap .logo.has-button {
    padding-block: 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .navwrap .logo.has-button .button, .navwrap .logo.has-button .woocommerce .woocommerce button, .woocommerce .woocommerce .navwrap .logo.has-button button, .navwrap .logo.has-button .woocommerce .reset_variations, .woocommerce .navwrap .logo.has-button .reset_variations {
    padding-inline: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1460px) {
  .navwrap .logo.has-button {
    width: 100%;
    justify-content: flex-end;
  }
}

.header-menu {
  list-style: none;
  display: flex;
  gap: 2%;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1460px) {
  .header-menu {
    justify-content: flex-end;
  }
}
.header-menu a {
  color: #505050;
  text-decoration: none;
  font-size: 1rem;
}

.triggernav {
  display: none;
}
@media (max-width: 980px) {
  .triggernav {
    display: block;
  }
  .triggernav.mobile {
    display: none;
  }
  .triggernav .close {
    display: none;
  }
  .triggernav.is-active .open {
    display: none;
  }
  .triggernav.is-active .close {
    display: block;
  }
}
@media (max-width: 767px) {
  .triggernav.ipad {
    display: none;
  }
  .triggernav.mobile {
    display: block;
  }
}
.triggernav svg {
  min-width: 30px;
  min-height: 30px;
  display: block;
}

.home_hero {
  position: relative;
  min-height: 864px;
}
@media (max-width: 767px) {
  .home_hero {
    min-height: calc(100vh - 194px);
  }
  .home_hero:before {
    content: "";
    background: #000;
    opacity: 0.2;
    position: absolute;
    inset: 0;
  }
}
.home_hero .container {
  position: absolute;
  width: 100%;
  padding-inline: 4%;
}
.home_hero .cnt {
  color: #fff;
  text-align: center;
}
.home_hero h1 {
  font-size: 102px;
  line-height: 98px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1220px) {
  .home_hero h1 {
    font-size: clamp(3.75rem, -6.9688rem + 17.5vw, 6.375rem);
  }
}
@media (max-width: 767px) {
  .home_hero h1 {
    font-size: 50px;
    line-height: 1.75ch;
    margin-bottom: 1ch;
  }
}
.home_hero .mobhero {
  display: none;
}
.home_hero p {
  max-width: 343px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .home_hero p {
    max-width: 100%;
  }
}
.home_hero .button, .home_hero .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .home_hero a.button, .home_hero .woocommerce .woocommerce button, .woocommerce .woocommerce .home_hero button,
.home_hero .woocommerce .woocommerce .button,
.woocommerce .woocommerce .home_hero .button, .home_hero .woocommerce .reset_variations, .woocommerce .home_hero .reset_variations {
  width: 100%;
  margin-top: 26px;
}
.home_hero h2 {
  margin-bottom: 24px;
}
.home_hero h2:last-of-type {
  margin-bottom: 60px;
}

.home .three_icon_block {
  font-size: 1rem !important;
  text-align: left;
}
.home .three_icon_block .flex {
  align-items: stretch;
}
.home .three_icon_block .flex h3 {
  min-height: 6ch;
  line-height: 1.3;
}
.home .three_icon_block .flex .col p {
  margin-top: 0;
}
.home .three_icon_block .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
.home .three_icon_block .col > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.home .three_icon_block div,
.home .three_icon_block p {
  font-size: 1rem !important;
  text-align: left !important;
}

.three_icon_block {
  padding-block: 90px;
}
@media (max-width: 767px) {
  .three_icon_block {
    padding-block: 30px;
  }
}
.three_icon_block h2 {
  text-align: center;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .three_icon_block h2 {
    margin-block: 30px;
  }
}
.three_icon_block .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.three_icon_block .flex .col {
  flex: 1;
}
@media (max-width: 767px) {
  .three_icon_block .flex .col {
    flex: 1 0 100%;
  }
}
.three_icon_block .flex .col img {
  display: block;
  margin: 0 auto;
  margin-block: 0 1rem;
}
.three_icon_block .flex .col p {
  margin-top: 2rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .three_icon_block .flex .col p {
    max-width: unset;
  }
}
.three_icon_block .btnwrap {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .three_icon_block .btnwrap {
    margin-top: 2rem;
  }
}
.three_icon_block .button, .three_icon_block .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .three_icon_block a.button, .three_icon_block .woocommerce .woocommerce button, .woocommerce .woocommerce .three_icon_block button,
.three_icon_block .woocommerce .woocommerce .button,
.woocommerce .woocommerce .three_icon_block .button, .three_icon_block .woocommerce .reset_variations, .woocommerce .three_icon_block .reset_variations {
  min-width: 460px;
}
@media (max-width: 767px) {
  .three_icon_block .button, .three_icon_block .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .three_icon_block a.button, .three_icon_block .woocommerce .woocommerce button, .woocommerce .woocommerce .three_icon_block button,
  .three_icon_block .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .three_icon_block .button, .three_icon_block .woocommerce .reset_variations, .woocommerce .three_icon_block .reset_variations {
    min-width: 100%;
  }
}

.fifty_fifty_block_image.padding-top-bottom {
  padding-block: 70px 100px;
}
.fifty_fifty_block_image.is-inside .container {
  padding-inline: 4%;
}
.fifty_fifty_block_image .container {
  display: flex;
  padding-inline: 0;
}
@media (max-width: 980px) {
  .fifty_fifty_block_image .container {
    flex-wrap: wrap;
  }
}
.fifty_fifty_block_image .container .col {
  flex: 1;
}
@media (max-width: 980px) {
  .fifty_fifty_block_image .container .col {
    flex: 1 0 100%;
  }
}
.fifty_fifty_block_image .container .cntwrap {
  padding: 6%;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .fifty_fifty_block_image .container .cntwrap {
    order: 2;
  }
}
.fifty_fifty_block_image .container .imgwrap {
  position: relative;
}
.fifty_fifty_block_image .container .imgwrap.rounded-image img {
  border-radius: 12px;
}
.fifty_fifty_block_image .container .imgwrap .master {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fifty_fifty_block_image p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) {
  margin-top: 3rem;
}
.fifty_fifty_block_image p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .button, .fifty_fifty_block_image p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .woocommerce button, .woocommerce .woocommerce .fifty_fifty_block_image p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) button, .fifty_fifty_block_image p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .reset_variations, .woocommerce .fifty_fifty_block_image p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .reset_variations {
  width: 100%;
  max-width: 400px;
}
.fifty_fifty_block_image .white {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  transition-delay: 0.3s;
}

.full_width_image_content_left {
  padding-block: 240px;
}
@media (max-width: 767px) {
  .full_width_image_content_left {
    padding-block: 30px;
  }
}
.full_width_image_content_left .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .full_width_image_content_left .mobimg {
    display: block;
  }
}
.full_width_image_content_left .cntwrap {
  max-width: 50%;
  padding: 6%;
}
@media (max-width: 767px) {
  .full_width_image_content_left .cntwrap {
    max-width: 100%;
    padding: 4%;
  }
}
.full_width_image_content_left p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) {
  padding-top: 2rem;
}
.full_width_image_content_left p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .button, .full_width_image_content_left p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .woocommerce button, .woocommerce .woocommerce .full_width_image_content_left p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) button, .full_width_image_content_left p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .reset_variations, .woocommerce .full_width_image_content_left p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .reset_variations {
  width: 100%;
  max-width: 400px;
}

.three_column_with_heading {
  padding-block: 110px;
}
@media (max-width: 767px) {
  .three_column_with_heading {
    padding-block: 30px;
  }
}
.three_column_with_heading .top {
  text-align: center;
}
.three_column_with_heading .flex {
  display: flex;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 767px) {
  .three_column_with_heading .flex {
    flex-wrap: wrap;
  }
}
.three_column_with_heading .single {
  display: flex;
  max-width: 640px;
  width: 100%;
  padding: 40px 40px 64px 40px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
}
.three_column_with_heading .single figure {
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  background: rgba(249, 249, 249, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 38px;
  height: 38px;
}
.three_column_with_heading .single figure img {
  display: block;
  align-self: center;
  width: 32px;
  height: 32px;
}
.three_column_with_heading h4 {
  margin-block: 0;
}
.three_column_with_heading .button, .three_column_with_heading .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .three_column_with_heading a.button, .three_column_with_heading .woocommerce .woocommerce button, .woocommerce .woocommerce .three_column_with_heading button,
.three_column_with_heading .woocommerce .woocommerce .button,
.woocommerce .woocommerce .three_column_with_heading .button, .three_column_with_heading .woocommerce .reset_variations, .woocommerce .three_column_with_heading .reset_variations {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 767px) {
  .three_column_with_heading .button, .three_column_with_heading .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .three_column_with_heading a.button, .three_column_with_heading .woocommerce .woocommerce button, .woocommerce .woocommerce .three_column_with_heading button,
  .three_column_with_heading .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .three_column_with_heading .button, .three_column_with_heading .woocommerce .reset_variations, .woocommerce .three_column_with_heading .reset_variations {
    max-width: 100%;
  }
}
.three_column_with_heading .bottom {
  margin-top: 32px;
}

.full_width_image {
  background: #fff;
  padding-block: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 66px;
}
@media (max-width: 767px) {
  .full_width_image {
    padding-inline: 0;
  }
}
.full_width_image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.18);
}

footer {
  background: #2B3C61;
  padding-block: 40px 40px;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding-block: 60px;
  }
}
footer ul {
  list-style: none;
}
footer nav {
  display: flex;
  justify-content: center;
  margin-block: 50px 50px;
}
@media (max-width: 767px) {
  footer nav {
    margin-block: 50px;
    flex-wrap: wrap;
  }
}
footer .footer-menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 88px;
}
@media (max-width: 767px) {
  footer .footer-menu {
    flex-wrap: wrap;
  }
  footer .footer-menu > li {
    flex: 1;
  }
}
footer .footer-menu a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-block: 0 20px;
}
footer .footer-menu a:hover {
  text-decoration: underline;
}
footer .footer-menu > li > a {
  font-size: 18px;
  font-style: normal;
  font-weight: 375;
}
footer .footer-menu .sub-menu li:last-child a {
  padding-block: 0;
}
footer .bar {
  background: #fff;
  display: block;
  height: 1px;
  width: 100%;
}
footer .mid {
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .mid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  footer .mid > div {
    width: 100%;
    text-align: center;
  }
}
footer .linked {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .linked {
    justify-content: center;
  }
}
footer .linked a {
  color: #fff;
  text-decoration: none;
  display: flex;
  border-radius: 10000px;
  border: 1px solid #FFF;
  padding: 1rem 2rem;
  gap: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
footer .linked a:hover {
  background: #fff;
  color: #2B3C61;
  transition: all 0.3s ease-in-out;
}
footer .linked a:hover svg path {
  fill: #2B3C61;
  transition: all 0.3s ease-in-out;
}
footer .linked a svg {
  order: -1;
}
footer .g-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .g-contact address {
  width: 100%;
  margin-block: 1rem -2rem;
}
footer .g-contact address p {
  font-size: 15px;
}
footer .g-contact a.button,
footer .g-contact .woocommerce .woocommerce a.button,
.woocommerce .woocommerce footer .g-contact a.button, footer .g-contact .woocommerce a.reset_variations, .woocommerce footer .g-contact a.reset_variations {
  text-decoration: none;
}
footer .g-contact a.button:hover, footer .g-contact .woocommerce a.reset_variations:hover, .woocommerce footer .g-contact a.reset_variations:hover {
  box-shadow: unset;
  background: #4177B1;
}
footer .copy {
  font-size: 12px;
}
footer .copy p {
  margin-block: 0;
}

.inside_hero {
  height: 716px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 180px 120px;
  margin-block: 0 30px;
}
@media (max-width: 980px) {
  .inside_hero {
    height: auto;
  }
}
@media (max-width: 767px) {
  .inside_hero {
    padding: 0;
    padding-bottom: 30px;
  }
}
.inside_hero.no-hero {
  height: 500px;
}
.inside_hero.no-hero .cnt {
  width: 100%;
  text-align: center;
}
.inside_hero .container {
  display: flex;
  align-items: center;
  min-height: 100%;
}
@media (max-width: 980px) {
  .inside_hero .container {
    flex-wrap: wrap;
  }
}
.inside_hero .cnt {
  width: 50%;
  padding: 40px 100px;
}
@media (max-width: 980px) {
  .inside_hero .cnt {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .inside_hero .cnt {
    padding: 30px 0;
  }
}
.inside_hero .featured {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inside_hero .featured img {
  display: block;
  max-width: 100%;
}
.inside_hero h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 375;
  line-height: 52px; /* 108.333% */
  margin-block: 0 30px;
}

.card_large_one {
  padding-block: 0 30px;
  margin-block: 0 20px;
}
.card_large_one .inner {
  display: flex;
  padding: 40px 84px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  min-height: 540px;
}
@media (max-width: 980px) {
  .card_large_one .inner {
    flex-wrap: wrap;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .card_large_one .inner {
    padding-inline: 8%;
  }
}
.card_large_one .inner.reverse {
  flex-direction: row-reverse;
}
.card_large_one .cnt {
  text-wrap: balance;
  min-width: 50%;
}
.card_large_one .images {
  min-width: 50%;
}
.card_large_one .images img {
  display: block;
}

.yellow_block {
  background: #F5C47E;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .yellow_block {
    padding-block: 30px;
  }
}
.yellow_block .container {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .yellow_block .container {
    flex-wrap: wrap;
  }
}
.yellow_block .cntwrap {
  width: 60%;
}
@media (max-width: 980px) {
  .yellow_block .cntwrap {
    width: 100%;
  }
}
.yellow_block .cntwrap .button, .yellow_block .cntwrap .woocommerce .woocommerce button, .woocommerce .woocommerce .yellow_block .cntwrap button, .yellow_block .cntwrap .woocommerce .reset_variations, .woocommerce .yellow_block .cntwrap .reset_variations {
  margin-block: 0 1rem;
  min-width: 420px;
}
@media (max-width: 767px) {
  .yellow_block .cntwrap .button, .yellow_block .cntwrap .woocommerce .woocommerce button, .woocommerce .woocommerce .yellow_block .cntwrap button, .yellow_block .cntwrap .woocommerce .reset_variations, .woocommerce .yellow_block .cntwrap .reset_variations {
    min-width: 100%;
  }
}
.yellow_block .cntwrap h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 375;
  line-height: 28px; /* 116.667% */
}
@media (max-width: 767px) {
  .yellow_block .cntwrap h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.yellow_block .imgwrap {
  min-width: 40%;
}
@media (max-width: 980px) {
  .yellow_block .imgwrap {
    width: 100%;
  }
}
.yellow_block .imgwrap img {
  display: block;
  margin: 0 auto;
}

.workflow {
  padding-block: 102px 93px;
  border-bottom: 1px solid #EAEAEA;
}
@media (max-width: 767px) {
  .workflow {
    padding-block: 30px;
  }
}
.workflow .containerfull {
  padding-inline: 6%;
}
.workflow .cnt {
  max-width: 824px;
  margin: 0 auto;
  padding-block: 0 30px;
  padding-inline: 30px;
}
@media (max-width: 767px) {
  .workflow .cnt {
    padding-inline: 0;
  }
}
.workflow .btnwrap {
  margin-top: 80px;
}
.workflow .btnwrap .button, .workflow .btnwrap .woocommerce .woocommerce button, .woocommerce .woocommerce .workflow .btnwrap button, .workflow .btnwrap .woocommerce .reset_variations, .woocommerce .workflow .btnwrap .reset_variations {
  min-width: 420px;
}
@media (max-width: 767px) {
  .workflow .btnwrap .button, .workflow .btnwrap .woocommerce .woocommerce button, .woocommerce .woocommerce .workflow .btnwrap button, .workflow .btnwrap .woocommerce .reset_variations, .woocommerce .workflow .btnwrap .reset_variations {
    min-width: 100%;
  }
}
.workflow .imgwrap img {
  display: block;
  margin: 0 auto;
}

.three_column_cards {
  padding-block: 80px;
}
@media (max-width: 767px) {
  .three_column_cards {
    padding-block: 30px;
  }
}
.three_column_cards a:not(.button) {
  color: #2348A3;
}
.three_column_cards .container.flex {
  display: flex;
  gap: 38px;
}
@media (max-width: 980px) {
  .three_column_cards .container.flex {
    flex-wrap: wrap;
  }
}
.three_column_cards .cnt h3 {
  margin-block: 0 24px;
}
.three_column_cards .btnwrap {
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 32px;
  gap: 12px;
}
.three_column_cards .btnwrap .button, .three_column_cards .btnwrap .woocommerce .woocommerce button, .woocommerce .woocommerce .three_column_cards .btnwrap button, .three_column_cards .btnwrap .woocommerce .reset_variations, .woocommerce .three_column_cards .btnwrap .reset_variations {
  min-width: 420px;
}
@media (max-width: 767px) {
  .three_column_cards .btnwrap .button, .three_column_cards .btnwrap .woocommerce .woocommerce button, .woocommerce .woocommerce .three_column_cards .btnwrap button, .three_column_cards .btnwrap .woocommerce .reset_variations, .woocommerce .three_column_cards .btnwrap .reset_variations {
    min-width: 100%;
  }
}
.three_column_cards .btnwrap .button:nth-child(2), .three_column_cards .btnwrap .woocommerce .woocommerce button:nth-child(2), .woocommerce .woocommerce .three_column_cards .btnwrap button:nth-child(2), .three_column_cards .btnwrap .woocommerce .reset_variations:nth-child(2), .woocommerce .three_column_cards .btnwrap .reset_variations:nth-child(2) {
  background: transparent;
  outline: 1px solid #3E4A58;
  color: #3E4A58;
}
.three_column_cards .btnwrap .button:nth-child(2):hover, .three_column_cards .btnwrap .woocommerce .woocommerce button:nth-child(2):hover, .woocommerce .woocommerce .three_column_cards .btnwrap button:nth-child(2):hover, .three_column_cards .btnwrap .woocommerce .reset_variations:nth-child(2):hover, .woocommerce .three_column_cards .btnwrap .reset_variations:nth-child(2):hover {
  color: #fff;
}
.three_column_cards .singlecard {
  width: 33%;
  max-width: 33%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 980px) {
  .three_column_cards .singlecard {
    width: 100%;
    max-width: unset;
  }
}
.three_column_cards .singlecard figure {
  align-self: flex-start;
}
@media (max-width: 767px) {
  .three_column_cards .singlecard figure {
    align-self: center;
  }
}
.three_column_cards h4 {
  margin-block: 0 0.5em;
}
.three_column_cards a {
  text-transform: uppercase;
  text-decoration: none;
}

.blue_block {
  background: #82B8CA;
  color: #fff;
  padding-block: 160px;
}
@media (max-width: 767px) {
  .blue_block {
    padding-block: 30px;
  }
}
.blue_block .container {
  display: flex;
  gap: 4%;
}
@media (max-width: 980px) {
  .blue_block .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .blue_block .container {
    gap: 30px;
  }
}
.blue_block .cntwrap {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .blue_block .cntwrap {
    width: 100%;
  }
}
.blue_block .cntwrap .cnt {
  max-width: 90%;
  text-align: center;
  padding: 4%;
}
@media (max-width: 767px) {
  .blue_block .cntwrap .cnt {
    max-width: 100%;
  }
}
.blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) {
  margin-block: 2rem 0;
}
.blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .button, .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .woocommerce button, .woocommerce .woocommerce .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) button, .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .reset_variations, .woocommerce .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .reset_variations {
  min-width: 420px;
}
@media (max-width: 767px) {
  .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
  .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .button, .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
  .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .woocommerce button, .woocommerce .woocommerce .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
  .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) button, .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
  .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .reset_variations, .woocommerce .blue_block .cntwrap .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
  .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .reset_variations {
    min-width: 100%;
  }
}
.blue_block .imgwrap {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .blue_block .imgwrap {
    width: 100%;
  }
}
.blue_block .imgwrap img {
  display: block;
}

.product_header {
  min-height: 716px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .product_header {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .product_header {
    flex-wrap: wrap;
  }
}
.product_header .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .product_header .mobimg {
    display: block;
    order: -1;
  }
  .product_header .mobimg img {
    display: block;
  }
}
.product_header .container {
  display: flex;
  justify-content: flex-end;
  padding-block: 60px;
}
@media (max-width: 767px) {
  .product_header .container {
    padding-block: 30px;
  }
}
.product_header .cnt {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  width: 50%;
  padding: 40px;
  max-width: 614px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 980px) {
  .product_header .cnt {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_header .cnt {
    padding: 0;
  }
  .product_header .cnt *:not(.button) {
    color: #000 !important;
  }
}
.product_header .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .button, .product_header .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .woocommerce button, .woocommerce .woocommerce .product_header .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) button, .product_header .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .woocommerce .reset_variations, .woocommerce .product_header .cnt p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) .reset_variations {
  margin-block: 1ch;
  color: #fff;
}
.product_header h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 375;
  line-height: 52px; /* 108.333% */
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .product_header h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.product_header h2 {
  font-size: 40px;
}
.product_header p {
  margin-block: 0 30px;
}
.product_header p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce .reset_variations) {
  margin-block: 0 1rem !important;
}
.product_header .button, .product_header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product_header a.button, .product_header .woocommerce .woocommerce button, .woocommerce .woocommerce .product_header button,
.product_header .woocommerce .woocommerce .button,
.woocommerce .woocommerce .product_header .button, .product_header .woocommerce .reset_variations, .woocommerce .product_header .reset_variations {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .product_header .button, .product_header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product_header a.button, .product_header .woocommerce .woocommerce button, .woocommerce .woocommerce .product_header button,
  .product_header .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .product_header .button, .product_header .woocommerce .reset_variations, .woocommerce .product_header .reset_variations {
    min-width: 420px;
  }
}

.six_card {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .six_card {
    padding-block: 60px;
  }
}
.six_card .cnttop {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-block: 0 44px;
}
.six_card .flexy {
  display: grid;
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}
@media (max-width: 767px) {
  .six_card .flexy {
    grid-template-columns: repeat(1, 1fr);
  }
}
.six_card .singlecard {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 22px;
}
.six_card p {
  margin-block: 0 10px;
}
.six_card .btnwrap {
  display: flex;
  flex-wrap: wrap;
  width: 420px;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .six_card .btnwrap {
    width: 100%;
  }
}
.six_card .button, .six_card .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .six_card a.button, .six_card .woocommerce .woocommerce button, .woocommerce .woocommerce .six_card button,
.six_card .woocommerce .woocommerce .button,
.woocommerce .woocommerce .six_card .button, .six_card .woocommerce .reset_variations, .woocommerce .six_card .reset_variations {
  width: 100%;
  background: #4177B1;
  outline: 1px solid #4177B1;
}
.six_card .button:hover, .six_card .woocommerce .woocommerce button:hover, .woocommerce .woocommerce .six_card button:hover, .six_card .woocommerce .reset_variations:hover, .woocommerce .six_card .reset_variations:hover {
  color: #4177B1;
  box-shadow: inset 0 4em 0 0 #fff;
}
.six_card .button:nth-child(2), .six_card .woocommerce .woocommerce button:nth-child(2), .woocommerce .woocommerce .six_card button:nth-child(2), .six_card .woocommerce .reset_variations:nth-child(2), .woocommerce .six_card .reset_variations:nth-child(2) {
  background: #fff !important;
  color: #4177B1 !important;
  outline: 1px solid #4177B1;
}
.six_card .button:nth-child(2):hover, .six_card .woocommerce .woocommerce button:nth-child(2):hover, .woocommerce .woocommerce .six_card button:nth-child(2):hover, .six_card .woocommerce .reset_variations:nth-child(2):hover, .woocommerce .six_card .reset_variations:nth-child(2):hover {
  color: #fff;
  box-shadow: inset 0 4em 0 0 #4177B1;
}

.chart_block {
  background: #F5C47E;
  padding-block: 120px;
}
@media (max-width: 767px) {
  .chart_block {
    padding-block: 30px;
  }
}
.chart_block h2 {
  text-align: center;
  max-width: 867px;
  margin: 0 auto;
  font-size: 32px;
  font-style: normal;
  font-weight: 375;
  line-height: 32px; /* 100% */
}
@media (max-width: 767px) {
  .chart_block h2 {
    font-size: 28px;
    max-width: unset;
  }
}
.chart_block .chart {
  margin-top: 80px;
  max-width: 1177px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .chart_block .chart {
    max-width: unset;
    margin-top: 40px;
  }
}
.chart_block .singleline {
  display: flex;
}
@media (max-width: 767px) {
  .chart_block .singleline {
    flex-wrap: wrap;
  }
}
.chart_block .singleline:nth-child(1) span:first-of-type {
  border-radius: 12px 0px 0px 0px;
}
@media (max-width: 767px) {
  .chart_block .singleline:nth-child(1) span:first-of-type {
    border-radius: 12px 12px 0px 0px;
    border-right: 1px solid #505050;
  }
}
.chart_block .singleline:nth-child(1) span:last-of-type {
  border-radius: 0px 12px 0px 0px;
}
@media (max-width: 767px) {
  .chart_block .singleline:nth-child(1) span:last-of-type {
    border-radius: unset;
  }
}
.chart_block .singleline span:first-of-type {
  max-width: 30%;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .chart_block .singleline span:first-of-type {
    max-width: unset;
    width: 100%;
    border-right: 1px solid #505050;
    font-weight: 800;
    border-bottom: 1px solid transparent;
  }
}
.chart_block .singleline span {
  display: flex;
  flex: 1;
  padding-inline: 40px;
  padding-block: 20px;
  border: 1px solid #505050;
  border-bottom: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .chart_block .singleline span {
    width: 100%;
    flex: unset;
    padding: 1rem;
  }
}
.chart_block .singleline:last-of-type span {
  border-bottom: 1px solid #505050;
}
@media (max-width: 767px) {
  .chart_block .singleline:last-of-type span {
    border-bottom: 1px solid transparent;
  }
}
.chart_block .singleline:last-of-type span:first-of-type {
  border-radius: 0px 0px 0px 12px;
}
@media (max-width: 767px) {
  .chart_block .singleline:last-of-type span:first-of-type {
    border-radius: unset;
  }
}
.chart_block .singleline:last-of-type span:last-of-type {
  border-radius: 0px 0px 12px 0px;
}
@media (max-width: 767px) {
  .chart_block .singleline:last-of-type span:last-of-type {
    border-radius: 0px 0px 12px 12px;
    border-bottom: 1px solid #505050;
  }
}
@media (max-width: 767px) {
  .chart_block .singleline span:last-of-type {
    border-top: 1px solid transparent;
  }
}
.chart_block .btnwrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 44px;
}
.chart_block .btnwrap .button, .chart_block .btnwrap .woocommerce .woocommerce button, .woocommerce .woocommerce .chart_block .btnwrap button, .chart_block .btnwrap .woocommerce .reset_variations, .woocommerce .chart_block .btnwrap .reset_variations {
  width: 100%;
  max-width: 420px;
}
.chart_block .btnwrap .button:nth-child(2), .chart_block .btnwrap .woocommerce .woocommerce button:nth-child(2), .woocommerce .woocommerce .chart_block .btnwrap button:nth-child(2), .chart_block .btnwrap .woocommerce .reset_variations:nth-child(2), .woocommerce .chart_block .btnwrap .reset_variations:nth-child(2) {
  background: transparent;
  outline: 1px solid #3E4A58;
  color: #3E4A58;
}
.chart_block .btnwrap .button:nth-child(2):hover, .chart_block .btnwrap .woocommerce .woocommerce button:nth-child(2):hover, .woocommerce .woocommerce .chart_block .btnwrap button:nth-child(2):hover, .chart_block .btnwrap .woocommerce .reset_variations:nth-child(2):hover, .woocommerce .chart_block .btnwrap .reset_variations:nth-child(2):hover {
  color: #fff;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.bordertop {
  background: rgba(80, 80, 80, 0.231372549);
  display: block;
  width: 100%;
  height: 1px;
}

.just_content .cnt {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .just_content .cnt {
    padding-block: 30px;
  }
}
.just_content .button, .just_content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .just_content a.button, .just_content .woocommerce .woocommerce button, .woocommerce .woocommerce .just_content button,
.just_content .woocommerce .woocommerce .button,
.woocommerce .woocommerce .just_content .button, .just_content .woocommerce .reset_variations, .woocommerce .just_content .reset_variations {
  min-width: 420px;
}
@media (max-width: 767px) {
  .just_content .button, .just_content .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .just_content a.button, .just_content .woocommerce .woocommerce button, .woocommerce .woocommerce .just_content button,
  .just_content .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .just_content .button, .just_content .woocommerce .reset_variations, .woocommerce .just_content .reset_variations {
    min-width: 100%;
  }
}
.just_content.color-blue {
  background: #82B8CA;
  color: #fff;
}

.dropshadow, .just_columns p:first-of-type, .gallery .gallery-item {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
}

.gallery {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  padding-block: 48px;
}
@media (max-width: 767px) {
  .gallery {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.gallery:has(:nth-child(4)) .gallery-item {
  box-shadow: unset;
  border: unset;
}
.gallery .gallery-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .gallery .gallery-item {
    flex: 1 0 100%;
  }
}
.gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.text_only_hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 260px 0;
}
@media (max-width: 767px) {
  .text_only_hero {
    padding-block: 40px 0;
  }
}
.text_only_hero.has-no-cnt {
  padding-block: 120px 0;
}
@media (max-width: 767px) {
  .text_only_hero.has-no-cnt {
    padding-block: 40px 0;
  }
}
.text_only_hero .cnt {
  max-width: 740px;
  margin: 0 auto;
}
.text_only_hero h1 {
  margin-block: 0 32px;
  font-size: 54px;
  font-style: normal;
  font-weight: 375;
  line-height: 54px; /* 100% */
}
@media (max-width: 980px) {
  .text_only_hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .text_only_hero h1 {
    font-size: 35px;
    line-height: 2ch;
  }
}

.single-post main,
.insidepage main.palmsbg,
.insidepage main:has(.text_only_hero) {
  background-image: url(images/shadow-palm.webp);
  background-attachment: fixed;
}

.technical_notes {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .technical_notes {
    padding-block: 40px;
  }
}
.technical_notes .container {
  display: flex;
  gap: 40px;
}
@media (max-width: 980px) {
  .technical_notes .container {
    flex-wrap: wrap;
  }
}
.technical_notes .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
}
@media (max-width: 980px) {
  .technical_notes .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .technical_notes .left {
    padding: 20px;
  }
}
.technical_notes .right {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  padding: 40px;
}
@media (max-width: 767px) {
  .technical_notes .right {
    padding: 20px;
  }
}
.technical_notes .techbutton {
  display: flex;
  color: #505050;
  font-size: 24px;
  font-style: normal;
  font-weight: 375;
  line-height: 28px; /* 116.667% */
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  align-items: center;
  padding-inline: 20px;
  padding-block: 14px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .technical_notes .techbutton {
    font-size: 18px;
    gap: 1ch;
  }
}
.technical_notes .techbutton.selected, .technical_notes .techbutton:hover {
  border-color: #777;
  transition: all 0.3s ease-in-out;
}
.technical_notes .techbutton img {
  display: block;
  min-width: 38px;
}
.technical_notes .noteheading {
  color: #505050;
  font-size: 24px;
  font-style: normal;
  font-weight: 375;
  line-height: 28px; /* 116.667% */
}
.technical_notes .singlenote {
  display: none;
}
.technical_notes .singlenote.selected {
  display: block;
}
.technical_notes .singlenote a {
  margin-block: 0 1rem;
}
.technical_notes .download {
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-size: 11px;
  color: #4177B1;
}

.small_content_block {
  padding-block: 108px;
}
@media (max-width: 767px) {
  .small_content_block {
    padding-block: 30px;
  }
}
.small_content_block .container {
  max-width: 640px;
}

.leader_ship_block {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .leader_ship_block {
    padding-block: 30px;
  }
}
.leader_ship_block h2 {
  text-align: center;
  margin-block: 0 68px;
}
.leader_ship_block .team {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  gap: 46px;
  max-width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .leader_ship_block .team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .leader_ship_block .team {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.leader_ship_block .singleteam {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: rgba(249, 249, 249, 0.6);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.leader_ship_block p {
  margin-block: 0;
}
.leader_ship_block .name {
  font-size: 24px;
}
.leader_ship_block .title {
  font-size: 14px;
}

p.preheading-twenty-four {
  font-size: 24px;
}

.post_type_card.half-column + .post_type_card.half-column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .post_type_card.half-column + .post_type_card.half-column {
    width: 100%;
  }
}

.post_type_card.half-column:has(+ .post_type_card.half-column) {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .post_type_card.half-column:has(+ .post_type_card.half-column) {
    width: 100%;
  }
}

.post_type_card {
  padding-block: 30px 100px;
}
@media (max-width: 767px) {
  .post_type_card {
    padding-block: 30px;
  }
}
.post_type_card.half-column {
  max-width: 50%;
}
@media (max-width: 767px) {
  .post_type_card.half-column {
    max-width: 100%;
  }
}
.post_type_card .cnt {
  margin-block: 0 70px;
}
@media (max-width: 767px) {
  .post_type_card .cnt {
    margin-block: 0 30px;
  }
}
.post_type_card .cnt h3 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .post_type_card .cnt h3 {
    margin-top: 0;
  }
}
.post_type_card .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .post_type_card .container {
    padding-block: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.post_type_card .card {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
@media (min-width: 1024px) {
  .post_type_card .card .featured {
    aspect-ratio: 16/9;
    margin-block: 0 20px;
  }
}
.post_type_card a {
  text-decoration: none;
  color: #2348A3;
}
.post_type_card .featured img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_type_card h3 {
  font-size: 24px;
  margin-block: 0 24px;
}
.post_type_card p {
  margin-block: 0 24px;
}
.post_type_card p:last-of-type {
  margin-block: 0;
}
.post_type_card small {
  color: #B3B3B3;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 233.333% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.single-post .text_only_hero {
  text-align: center;
  padding-top: 220px;
}
@media (max-width: 767px) {
  .single-post .text_only_hero {
    padding-top: 0;
  }
}
.single-post .pt100 {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .single-post .pt100 {
    padding-block: 0 100px;
  }
}
.single-post .container {
  padding-top: 0;
}

.frm_forms.frm_style_bio.with_frm_style {
  max-width: 640px;
  margin: 0 auto;
}
.frm_forms.frm_style_bio.with_frm_style h3 {
  margin-block: 0 24px;
}

.single-product .text_only_hero {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .single-product .text_only_hero {
    padding-top: 30px;
  }
}
.single-product .text_only_hero .cnt {
  max-width: 100%;
  text-align: center;
  padding-block: 0 30px;
}

.woocommerce .price {
  font-weight: bold;
  color: #505050 !important;
}
.woocommerce .variations label {
  text-align: left;
  width: 100%;
  display: block;
}
.woocommerce .variations tbody tr {
  display: flex;
  flex-direction: column;
}
.woocommerce .reset_variations {
  font-size: 12px;
  padding: 0.5rem 0.8rem !important;
}
.woocommerce select {
  border: 1px solid #505050;
  padding: 0.5rem;
  font-size: 1rem;
  margin-block: 0 1rem;
}
.woocommerce .woocommerce-variation-price {
  padding-block: 1rem;
}
.woocommerce input[type=number] {
  border: 1px solid #505050;
  height: 100%;
  display: inline-block;
}
.woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations {
  background: #3E4A58 !important;
  font-family: "Nue Book" !important;
  font-weight: 400;
}
.woocommerce .woocommerce button:hover,
.woocommerce .woocommerce .button:hover,
.woocommerce .woocommerce .reset_variations:hover {
  color: #fff !important;
}
.woocommerce .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 1rem;
}
.woocommerce .woocommerce-message .related.products {
  text-align: center;
}
.woocommerce .woocommerce-message .related.products .button, .woocommerce .woocommerce-message .related.products .reset_variations, .woocommerce .woocommerce-message .related.products .woocommerce button, .woocommerce .woocommerce .woocommerce-message .related.products button {
  float: none;
  margin: 0 auto;
}
.woocommerce .woocommerce-message .related.products ul {
  margin: 0;
  padding-block: 2rem;
  display: flex;
  justify-content: center;
}
.woocommerce .woocommerce-message .related.products ul li {
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-message .related.products h2 {
  margin-top: 2rem;
  text-align: center;
}
.woocommerce .woocommerce-message .related.products h2 span {
  font-size: 18px;
  display: block;
  line-height: 1.3;
}
.woocommerce .woocommerce-message .related.products h2 span a {
  font-weight: bold;
}
.woocommerce .woocommerce-tabs ul.tabs {
  display: none;
}
.woocommerce .checkout-button.button.alt.wc-forward, .woocommerce .checkout-button.alt.wc-forward.reset_variations, .woocommerce .woocommerce button.checkout-button.alt.wc-forward {
  background: #3E4A58 !important;
}
.woocommerce .checkout-button.button.alt.wc-forward:hover, .woocommerce .checkout-button.alt.wc-forward.reset_variations:hover, .woocommerce .woocommerce button.checkout-button.alt.wc-forward:hover {
  background: #4177B1 !important;
}
.woocommerce .woocommerce-cart-form__cart-item.cart_item td a {
  font-weight: bold;
}

.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout input {
  border-color: rgba(80, 80, 80, 0.4) !important;
  padding: 8px 12px !important;
  font-family: "Nue Book" !important;
  color: #000 !important;
  border: 1px solid !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-color: rgba(80, 80, 80, 0.4) !important;
  border-radius: unset !important;
  border: 1px solid !important;
  color: #000 !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;
}
.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  margin: 0;
}
.woocommerce-checkout #customer_details {
  margin-block: 0 2rem;
}
.woocommerce-checkout #place_order {
  background: #3E4A58 !important;
}

.woocommerce-Button {
  background: #3E4A58 !important;
  color: #fff !important;
}
.woocommerce-Button:hover {
  background: #4177B1 !important;
}

.woocommerce .cart .button, .woocommerce .cart .reset_variations, .woocommerce .cart .woocommerce button, .woocommerce .woocommerce .cart button,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce .woocommerce-button.woocommerce-form-login__submit.reset_variations,
.woocommerce .woocommerce button.woocommerce-button.woocommerce-form-login__submit {
  background: #3E4A58 !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.woocommerce-Addresses h2 {
  font-size: 30px;
}

.woocommerce-account .addresses .title .edit {
  float: unset !important;
  font-weight: bold;
}

.woocommerce form.checkout_coupon input, .woocommerce form.login input, .woocommerce form.register input {
  border-color: rgba(80, 80, 80, 0.4) !important;
  border-radius: unset !important;
  border: 1px solid !important;
  color: #000 !important;
  padding: 8px 12px !important;
}
.woocommerce form.checkout_coupon .show-password-input, .woocommerce form.checkout_coupon .woocommerce-page form .show-password-input, .woocommerce form.login .show-password-input, .woocommerce form.login .woocommerce-page form .show-password-input, .woocommerce form.register .show-password-input, .woocommerce form.register .woocommerce-page form .show-password-input {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-EditAccountForm input {
  border-color: rgba(80, 80, 80, 0.4) !important;
  border-radius: unset !important;
  border: 1px solid !important;
  color: #000 !important;
  padding: 8px 12px !important;
}

.just_content p:has(.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations, .woocommerce .reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations) {
  margin-block: 0 1.5rem;
}

.button img, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button img, .woocommerce .reset_variations img, .woocommerce .woocommerce button img,
.woocommerce .woocommerce .button img,
.woocommerce .woocommerce .reset_variations img {
  display: block;
  margin: 0 auto;
}

.small-container {
  max-width: 650px;
  margin-inline: auto;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .small-container {
    max-width: 100%;
    margin-top: 1rem;
  }
}

.just_columns .cnt {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .just_columns .cnt {
    padding-block: 40px;
  }
}
.just_columns .colwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 980px) {
  .just_columns .colwrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .just_columns .colwrap {
    gap: 30px;
  }
}
.just_columns .colwrap.cnt-3 .singlecol {
  flex: 1 0 calc(33% - 80px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  .just_columns .colwrap.cnt-3 .singlecol {
    flex: 1 0 100%;
  }
}
.just_columns .colwrap.cnt-3 .singlecol p:has(img) {
  flex: 1;
  margin-block: 0;
}
.just_columns .colwrap.cnt-3 .singlecol p:has(img) img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1rem;
}
.just_columns h2, .just_columns h3 {
  text-align: center;
  margin-block: 0 40px;
}
.just_columns p:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.just_columns p img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.just_columns p:last-of-type {
  margin-top: 2rem;
}
.just_columns .btnwrap {
  margin-block: 2rem;
}
.just_columns .button, .just_columns .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .just_columns a.button, .just_columns .woocommerce .reset_variations, .woocommerce .just_columns .reset_variations, .just_columns .woocommerce .woocommerce button, .woocommerce .woocommerce .just_columns button,
.just_columns .woocommerce .woocommerce .button,
.woocommerce .woocommerce .just_columns .button {
  min-width: 300px;
}
@media (max-width: 767px) {
  .just_columns .button, .just_columns .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .just_columns a.button, .just_columns .woocommerce .reset_variations, .woocommerce .just_columns .reset_variations, .just_columns .woocommerce .woocommerce button, .woocommerce .woocommerce .just_columns button,
  .just_columns .woocommerce .woocommerce .button,
  .woocommerce .woocommerce .just_columns .button {
    min-width: 100%;
  }
}

.blue_block_fifty h2 {
  text-align: center;
  margin-block: 0 3rem;
}
.blue_block_fifty .cntleft {
  width: 50%;
  display: grid;
  grid-template-rows: 1fr auto;
}
@media (max-width: 767px) {
  .blue_block_fifty .cntleft {
    width: 100%;
  }
}
.blue_block_fifty .cntleft p:first-of-type {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-basis: 100%;
  margin-block: 0;
  min-height: 200px;
  border-radius: 10px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
}
.blue_block_fifty .cntleft p:first-of-type img {
  display: block;
}
.blue_block_fifty .cntleft p:last-of-type {
  margin-top: 2rem;
}
.blue_block_fifty .btnwrap {
  margin-block: 4rem 0;
}

.gallery {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  margin-block: 0 2rem;
}

.data-sheet-btn {
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  padding: 1rem;
  display: inline-flex;
  margin-block: 0 1rem;
  align-items: center;
  gap: 1ch;
  cursor: pointer;
}
.data-sheet-btn:hover {
  background-color: #EAEAEA;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.product-sheets {
  max-width: 1000px;
  margin: 0 auto;
}
.product-sheets .faq {
  border-bottom: 1px solid #EAEAEA;
  margin-block: 0 2rem;
}
.product-sheets h4 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-block: 0;
  padding-block: 0 1rem;
}
.product-sheets h4.is-active svg path:first-of-type {
  display: none;
}
.product-sheets .answer {
  display: none;
  padding-block: 1rem;
}

.faqs {
  padding-block: 100px;
}
.faqs h2 {
  text-align: center;
  font-size: 30px;
}
.faqs h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  margin-block: 0;
  cursor: pointer;
}
.faqs h3.is-active svg path:first-of-type {
  display: none;
}
.faqs .singlefaq {
  border-radius: 12px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  margin-block: 0 1rem;
}
.faqs .answer {
  display: none;
  padding-top: 2rem;
}

.sticky {
  background-color: #fff;
  position: fixed;
  bottom: 10vh;
  right: 1rem;
  color: #505050;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 280px;
  padding: 1rem;
}
@media (max-width: 767px) {
  .sticky {
    bottom: 0;
    left: 0;
    right: unset;
    width: 100%;
    max-width: unset;
    display: grid;
    grid-template-columns: 20px 1fr;
  }
}
.sticky h3 {
  margin-block: 0 10px;
}
@media (max-width: 767px) {
  .sticky h3 {
    font-size: 22px;
    margin-block: 0 5px;
  }
}
@media (max-width: 767px) {
  .sticky .cnt {
    padding-left: 2rem;
  }
  .sticky .cnt p {
    font-size: 14px;
  }
}
.sticky button {
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 1rem;
  font-weight: bold;
  color: #505050;
  cursor: pointer;
  padding: 1rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.reset_variations {
  font-weight: normal;
}

.btnwrap.lastbtns {
  margin-top: 1rem;
}

main:has(.faqs) .faqs .container {
  max-width: 1280px;
}
main:has(.faqs) .faqs h2:not(:first-of-type) {
  margin-top: 6rem;
}

.fwi-heading {
  text-align: center;
}
.fwi-heading p:has(.button, .woocommerce .reset_variations, .woocommerce .woocommerce button,
.woocommerce .woocommerce .button,
.woocommerce .woocommerce .reset_variations, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.reset_variations) {
  margin-top: 2rem;
}

address {
  display: flex;
  justify-content: center;
  text-align: center;
}
address p {
  margin-block: 0;
}

.just_content ul {
  margin-left: 1rem;
  margin-block: 0 1rem;
}

@media (min-width: 1024px) {
  .woolander .woocommerce .product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .woolander .woocommerce .product .woocommerce-product-gallery {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    margin-block: 0 2rem;
  }
  .woolander .woocommerce .product .woocommerce-product-gallery img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 450px;
    margin: 0 auto;
  }
  .woolander .woocommerce .product .summary.entry-summary {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    margin-block: 2rem;
  }
}
.product_meta {
  margin-top: 1rem;
}

.product_meta .posted_in {
  display: none;
}

@media (max-width: 767px) {
  .just_content h1 {
    font-size: 40px;
  }
}

/*# sourceMappingURL=style.css.map */