/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/style.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/ers2aya.css);
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/style.scss (2) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/*!
Theme Name: Landrec
Theme URI: https://landrec.com/
Author: Duo Studio
Author URI: https://duo-studio.co
Description: NA
Version: 2.0
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-wrap: balance;
}
body * {
  font-weight: normal;
}

.no-scroll {
  overflow: hidden;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-button, #site-footer .menu > li:last-child .sub-menu li a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-header .right nav a {
  transition: all 400ms ease 0ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  line-height: 1;
  color: #013250;
  text-transform: capitalize;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  background-color: #fff;
  min-width: 250px;
  font-size: 18px;
}
@media only screen and (min-width : 768px) {
  .site-button, #site-footer .menu > li:last-child .sub-menu li a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-header .right nav a {
    min-width: 250px;
  }
}
.site-button.dark-button, #site-footer .menu > li:last-child .sub-menu li a.dark-button, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a.dark-button, #site-header .right nav a.dark-button {
  background-color: #013250;
  color: #fff;
}
.site-button:hover, #site-footer .menu > li:last-child .sub-menu li a:hover, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a:hover, #site-header .right nav a:hover {
  background-color: #06b6b3;
  color: #fff;
}

.button-circle {
  transition: all 400ms ease 0ms;
  cursor: pointer;
  background-color: #fff;
  border: solid 2px #fff;
  box-sizing: border-box;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width : 768px) {
  .button-circle {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }
}
@media only screen and (min-width : 1750px) {
  .button-circle {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }
}
.button-circle img,
.button-circle svg {
  max-width: 16px;
  max-height: 16px;
}
@media only screen and (min-width : 768px) {
  .button-circle img,
  .button-circle svg {
    max-width: 18px;
    max-height: 18px;
  }
}
@media only screen and (min-width : 1750px) {
  .button-circle img,
  .button-circle svg {
    max-width: 30px;
    max-height: 30px;
  }
}
.button-circle svg * {
  transition: all 400ms ease 0ms;
}

.button-circle-2 {
  transition: all 400ms ease 0ms;
  width: 3.5820895522vw;
  height: 3.5820895522vw;
  border-radius: 3.5820895522vw;
  background-color: #06b6b3;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width : 1920px) {
  .button-circle-2 {
    border-radius: 72px;
    width: 72px;
    height: 72px;
  }
}
.button-circle-2 img {
  width: 1.29vw;
}
@media only screen and (min-width : 1920px) {
  .button-circle-2 img {
    width: 22px;
  }
}

.pills-holder {
  display: flex;
}
.pills-holder .pill {
  margin-left: 15px;
}

.pill {
  font-family: "halyard-display", sans-serif;
  font-size: 14px;
  color: #013250;
  line-height: 1.3em;
  background-color: #fff;
  border: solid 2px #fff;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 5px 9px 6px;
  margin-left: 9px;
}
@media only screen and (min-width : 768px) {
  .pill {
    padding: 8px 20px 10px;
  }
}
@media only screen and (min-width : 1100px) {
  .pill {
    margin-left: 15px;
  }
}

.select-2-holder .select2-container .selection .select2-selection {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  display: flex;
  background-color: #06b6b3;
  min-height: 45px;
}
@media only screen and (min-width : 768px) {
  .select-2-holder .select2-container .selection .select2-selection {
    min-height: 45px;
  }
}
@media only screen and (min-width : 1250px) {
  .select-2-holder .select2-container .selection .select2-selection {
    min-height: 45px;
  }
}
@media only screen and (min-width : 1750px) {
  .select-2-holder .select2-container .selection .select2-selection {
    min-height: 2.2388059701vw;
  }
}
.select-2-holder .select2-container .selection .select2-selection__rendered {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  padding: 0;
}
.select-2-holder .select2-container .selection .select2-selection__placeholder {
  color: inherit;
}
.select-2-holder .select2-container .selection .select2-selection__arrow {
  position: relative;
  width: auto;
  height: auto;
  margin-left: 0.5vw;
}
.select-2-holder .select2-container .selection .select2-selection__arrow:after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk0NiIgaGVpZ2h0PSIxNS44OSIgdmlld0JveD0iMCAwIDguOTQ2IDE1Ljg5Ij4KICA8cGF0aCBpZD0iUGF0aF81MCIgZGF0YS1uYW1lPSJQYXRoIDUwIiBkPSJNMCwwLDYuNTMyLDYuNTMxLDAsMTMuMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0.12vw) rotate(90deg);
}
@media only screen and (min-width : 1100px) {
  .select-2-holder .select2-container .selection .select2-selection__arrow:after {
    width: 0.64vw;
    height: 0.79vw;
  }
}
.select-2-holder .select2-container .selection .select2-selection__arrow b {
  display: none;
}
.select-2-holder .select2-container .select2-dropdown {
  border: none;
  background-color: #06b6b3;
  padding: 28px 0;
  box-sizing: border-box;
}
.select-2-holder .select2-container .select2-dropdown .select2-results__option {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
}
.select-2-holder .select2-container .select2-dropdown .select2-results__option:hover {
  font-weight: bold;
}
.select-2-holder .select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: transparent;
}
.select-2-holder .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: transparent;
  font-weight: bold;
}
.select-2-holder .select2-container .select2-dropdown--below {
  border-top: solid 2px #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width : 768px) {
  .select-2-holder .select2-container .select2-dropdown--below {
    border-radius: 0 0 15px 15px;
  }
}
.select-2-holder .select2-container .select2-dropdown--above {
  border-bottom: solid 2px #fff;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width : 768px) {
  .select-2-holder .select2-container .select2-dropdown--above {
    border-radius: 15px 15px 0 0;
  }
}
.select-2-holder .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.select-2-holder .select2-container.select2-container--open--below .selection .select2-selection {
  border-radius: 15px 15px 0 0;
}
.select-2-holder .select2-container.select2-container--open--above .selection .select2-selection {
  border-radius: 0 0 15px 15px;
}
.select-2-holder.outline-select .select2-container .selection .select2-selection {
  border: solid 2px #013250;
  background-color: transparent;
}
.select-2-holder.outline-select .select2-container .selection .select2-selection__rendered {
  color: #013250;
}
.select-2-holder.outline-select .select2-container .selection .select2-selection__arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk0NiIgaGVpZ2h0PSIxNS44OSIgdmlld0JveD0iMCAwIDguOTQ2IDE1Ljg5Ij4KICA8cGF0aCBpZD0iUGF0aF81MCIgZGF0YS1uYW1lPSJQYXRoIDUwIiBkPSJNMCwwLDYuNTMyLDYuNTMxLDAsMTMuMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxMzI1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
}
.select-2-holder.outline-select .select2-container .select2-dropdown {
  background-color: #013250;
}
.select-2-holder.outline-select .select2-container .select2-dropdown .select2-results__option {
  color: #fff;
}
.select-2-holder.outline-select .select2-container--open .selection .select2-selection {
  background-color: #013250;
}
.select-2-holder.outline-select .select2-container--open .selection .select2-selection__rendered {
  color: #fff;
}
.select-2-holder.outline-select .select2-container--open .selection .select2-selection__arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk0NiIgaGVpZ2h0PSIxNS44OSIgdmlld0JveD0iMCAwIDguOTQ2IDE1Ljg5Ij4KICA8cGF0aCBpZD0iUGF0aF81MCIgZGF0YS1uYW1lPSJQYXRoIDUwIiBkPSJNMCwwLDYuNTMyLDYuNTMxLDAsMTMuMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
}

.form-holder {
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 5px;
  margin: auto;
}
@media only screen and (min-width : 768px) {
  .form-holder {
    padding: clamp(2rem, 6vw, 115px);
    border: solid 2px #fff;
  }
}
@media only screen and (min-width : 768px) {
  .form-holder {
    border-radius: 40px;
  }
}
.form-holder form.sent .submit-input-holder button:after {
  content: "\e017";
}
.form-holder form.submitting .submit-input-holder button:after {
  content: "\e01c";
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.form-holder form input:-webkit-autofill,
.form-holder form input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.form-holder form input[data-autocompleted] {
  background-color: transparent !important;
}
.form-holder form br {
  display: none;
}
.form-holder form label {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
}
.form-holder form .input-holder {
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.form-holder form .input-holder .wpcf7-form-control-wrap input:not([type=checkbox]) {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
}
.form-holder form .input-holder .wpcf7-form-control-wrap input:not([type=checkbox])::-moz-placeholder {
  color: inherit;
}
.form-holder form .input-holder .wpcf7-form-control-wrap input:not([type=checkbox])::placeholder {
  color: inherit;
}
.form-holder form .input-holder .wpcf7-form-control-wrap input:not([type=checkbox]):focus {
  outline: none !important;
  border: 2px solid #06b6b3;
}
.form-holder form .input-holder .wpcf7-form-control-wrap textarea {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  resize: none;
  height: 200px;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
}
.form-holder form .input-holder .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: inherit;
}
.form-holder form .input-holder .wpcf7-form-control-wrap textarea::placeholder {
  color: inherit;
}
.form-holder form .input-holder .wpcf7-form-control-wrap textarea:focus {
  outline-color: #06b6b3;
}
.form-holder form .input-holder .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #013250;
  margin-top: 10px;
}
.form-holder form .submit-input-holder {
  position: relative;
}
.form-holder form .submit-input-holder input {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  background-color: #06b6b3;
  color: #fff;
}
.form-holder form .submit-input-holder input::-moz-placeholder {
  color: inherit;
}
.form-holder form .submit-input-holder input::placeholder {
  color: inherit;
}
.form-holder form .submit-input-holder input:focus {
  outline: none !important;
  border: 2px solid #06b6b3;
}
.form-holder form .submit-input-holder button {
  transition: all 400ms ease 0ms;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #06b6b3;
  color: #fff;
}
.form-holder form .submit-input-holder button::-moz-placeholder {
  color: inherit;
}
.form-holder form .submit-input-holder button::placeholder {
  color: inherit;
}
.form-holder form .submit-input-holder button:focus {
  outline: none !important;
  border: 2px solid #06b6b3;
}
.form-holder form .submit-input-holder button:after {
  font-family: WooCommerce;
  margin-left: 0.53em;
  vertical-align: bottom;
}
.form-holder form .submit-input-holder .wpcf7-spinner {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 10px));
  margin: auto;
  background-color: rgba(6, 182, 179, 0.4);
}
.form-holder form .col-2 {
  display: flex;
  flex-wrap: wrap;
}
.form-holder form .col-2 .input-holder {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .form-holder form .col-2 .input-holder {
    width: 50%;
  }
}
@media only screen and (min-width : 768px) {
  .form-holder form .col-2 .input-holder:first-child {
    padding-right: 1.4925373134vw;
  }
}
@media only screen and (min-width : 768px) {
  .form-holder form .col-2 .input-holder:last-child {
    padding-left: 1.4925373134vw;
  }
}
.form-holder form .wpcf7-response-output {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #013250;
  margin: 0;
  margin-top: 50px;
  padding: 0;
  border: 0;
  text-align: center;
  border-color: transparent !important;
}
@media only screen and (min-width : 768px) {
  .form-holder form .wpcf7-response-output {
    text-align: left;
  }
}
.form-holder form .wpcf7-acceptance {
  margin-top: 15px;
  display: block;
}
.form-holder form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form-holder form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  /* Show the checkmark when checked */
}
.form-holder form .wpcf7-acceptance .wpcf7-list-item label input {
  margin: 0;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.form-holder form .wpcf7-acceptance .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.form-holder form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .form-holder form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    align-items: center;
  }
}
.form-holder form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
  min-width: 15px;
  min-height: 15px;
  display: block;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 2px;
  top: 5px;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .form-holder form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    top: 0;
    min-width: 23px;
    min-height: 23px;
  }
}
.form-holder form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  display: none;
  position: absolute;
  border: solid #013250;
  border-width: 0 3px 3px 0;
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
  top: 12px;
  width: 3px;
  height: 8px;
}
@media only screen and (min-width : 768px) {
  .form-holder form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
    top: 49%;
  }
}
@media only screen and (min-width : 768px) {
  .form-holder form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
    top: 45%;
    width: 5px;
    height: 10px;
    left: 8px;
  }
}

.posts-filters-desktop {
  margin: 50px 0 70px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-color: #fff;
  display: none;
}
@media only screen and (min-width : 768px) {
  .posts-filters-desktop {
    display: block;
  }
}
@media only screen and (min-width : 1100px) {
  .posts-filters-desktop {
    padding-left: 0.9950248756vw;
    padding-right: 0.9950248756vw;
  }
}
.posts-filters-desktop .filters-title {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .posts-filters-desktop .filters-title {
    font-size: 18px;
  }
}
.posts-filters-desktop .filters {
  display: flex;
}
.posts-filters-desktop .filters .filter-option {
  width: 100%;
  padding: 0.75vw;
  box-sizing: border-box;
}
.posts-filters-desktop .filters .filter-option .clear-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  background-color: #013250;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width : 768px) {
  .posts-filters-desktop .filters .filter-option .clear-filter {
    min-height: 45px;
  }
}
@media only screen and (min-width : 1250px) {
  .posts-filters-desktop .filters .filter-option .clear-filter {
    min-height: 45px;
  }
}
@media only screen and (min-width : 1750px) {
  .posts-filters-desktop .filters .filter-option .clear-filter {
    min-height: 2.2388059701vw;
  }
}

.posts-filters-mobile {
  margin: 50px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .posts-filters-mobile {
    display: none;
  }
}
.posts-filters-mobile .filters-button {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  border: solid 2px #013250;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 45px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .posts-filters-mobile .filters-button {
    font-size: 18px;
  }
}
.posts-filters-mobile .filters-button.active {
  background-color: #06b6b3;
  color: #fff;
}
.posts-filters-mobile .filters-button.active .indicator {
  background-color: #fff;
  color: #06b6b3;
}
.posts-filters-mobile .filters-button .indicator {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  background-color: #013250;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.posts-filters-mobile .filters-button .indicator.indicator-sort-by:after {
  content: "\e017";
  font-family: WooCommerce;
}
.posts-filters-mobile .buttons-holder {
  box-sizing: border-box;
  display: flex;
}
.posts-filters-mobile .buttons-holder .button-holder {
  padding: 0 5px;
  box-sizing: border-box;
  width: 100%;
}
.posts-filters-mobile .buttons-holder .button-holder .filters-button:after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk0NiIgaGVpZ2h0PSIxNS44OSIgdmlld0JveD0iMCAwIDguOTQ2IDE1Ljg5Ij4KICA8cGF0aCBpZD0iUGF0aF81MCIgZGF0YS1uYW1lPSJQYXRoIDUwIiBkPSJNMCwwLDYuNTMyLDYuNTMxLDAsMTMuMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxMzI1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transform: rotate(90deg);
}
.posts-filters-mobile .buttons-holder .button-holder .filters-button.active:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk0NiIgaGVpZ2h0PSIxNS44OSIgdmlld0JveD0iMCAwIDguOTQ2IDE1Ljg5Ij4KICA8cGF0aCBpZD0iUGF0aF81MCIgZGF0YS1uYW1lPSJQYXRoIDUwIiBkPSJNMCwwLDYuNTMyLDYuNTMxLDAsMTMuMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  transform: rotate(270deg);
}
.posts-filters-mobile .mobile-posts-filters-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #fff;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 80px 20px 25px;
  box-sizing: border-box;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .buttons-holder {
  margin-bottom: 47px;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-filters-menu-title {
  font-family: "halyard-display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
  color: #013250;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu {
  display: none;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.active {
  display: block;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-1 .filters-options .filter-option {
  margin-bottom: 13px;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-1 .filters-options .filter-option:last-of-type {
  margin-bottom: 0;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-1 .filters-options .filter-option .filters-button {
  position: relative;
  border: none;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-1 .filters-options .filter-option .filters-button span {
  border-radius: 5px;
  border: solid 2px #013250;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-1 .filters-options .filter-option .filters-button input {
  display: none;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-1 .filters-options .filter-option .filters-button input:checked ~ span {
  background-color: #013250;
  color: #fff;
  border: none;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option:first-child {
  border-top: solid 2px #013250;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select2-container {
  position: relative !important;
  display: block;
  top: 0 !important;
  left: 0 !important;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection {
  border: none;
  background-color: transparent;
  height: 67px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #013250;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection[aria-expanded=true] {
  background-color: #013250;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection[aria-expanded=true] .select2-selection__rendered {
  color: #fff;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection[aria-expanded=true] .select2-selection__arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk0NiIgaGVpZ2h0PSIxNS44OSIgdmlld0JveD0iMCAwIDguOTQ2IDE1Ljg5Ij4KICA8cGF0aCBpZD0iUGF0aF81MCIgZGF0YS1uYW1lPSJQYXRoIDUwIiBkPSJNMCwwLDYuNTMyLDYuNTMxLDAsMTMuMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection .select2-selection__rendered {
  font-family: "Fredoka", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #013250;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection .select2-selection__rendered span {
  font-weight: inherit;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection .select2-selection__arrow {
  margin-left: 8px;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .selection .select2-selection .select2-selection__arrow:after {
  width: 12px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljk0NiIgaGVpZ2h0PSIxNS44OSIgdmlld0JveD0iMCAwIDguOTQ2IDE1Ljg5Ij4KICA8cGF0aCBpZD0iUGF0aF81MCIgZGF0YS1uYW1lPSJQYXRoIDUwIiBkPSJNMCwwLDYuNTMyLDYuNTMxLDAsMTMuMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxMzI1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .select2-dropdown {
  background-color: #013250;
  padding: 0 0 22px 0;
  border-radius: 0;
  border: none;
  position: relative;
  display: block;
  box-shadow: none;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .select2-dropdown .select2-results {
  height: 100%;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: initial;
  padding: 0 20px;
  box-sizing: border-box;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-family: "halyard-display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: solid 2px #fff;
  padding: 13px;
  margin-bottom: 13px;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .mobile-menu.mobile-menu-2 .filter-options .filter-option .select-2-holder .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #013250;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder {
  text-align: center;
  margin-top: auto;
}
.posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder .site-button, .posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder a, .posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder a, .posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder #site-header .right nav a, #site-header .right nav .posts-filters-mobile .mobile-posts-filters-menu .mobile-filters-menu-content .submit-button-holder a {
  width: 100%;
  margin-top: 50px;
}

.quote-section {
  max-width: 1400px;
  padding: 0 clamp(2rem, 6vw, 115px) calc(clamp(4rem, 8vw, 154px) * 1.5);
}
.quote-section .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .quote-section .section-title {
    font-size: 60px;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  cursor: pointer;
}

button,
input,
textarea {
  border-radius: 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  html {
    overflow-x: hidden;
  }
}
#site-header {
  transition: all 400ms ease 0ms;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 0 12px;
}
@media only screen and (min-width : 768px) {
  #site-header {
    padding: 0 7.41vw;
  }
}
#site-header.mobile-nav-is-active .right .icons-holder .button-circle.search, #site-header.mobile-nav-is-active .right .icons-holder .button-circle.cart {
  opacity: 0;
  pointer-events: none;
}
#site-header.mobile-nav-is-active .right .icons-holder .button-circle.hamburger span:nth-child(1) {
  transform: rotate(-45deg);
  top: 1px;
  right: 3px;
  width: 15px;
}
#site-header.mobile-nav-is-active .right .icons-holder .button-circle.hamburger span:nth-child(2) {
  width: 0;
}
#site-header.mobile-nav-is-active .right .icons-holder .button-circle.hamburger span:nth-child(3) {
  transform: rotate(45deg);
  top: -1px;
  right: 3px;
  width: 15px;
}
#site-header:not(.mobile-nav-is-active).small-header, body.page-template-faq #site-header:not(.mobile-nav-is-active), #site-header:not(.mobile-nav-is-active).mobile-filters-are-active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#site-header:not(.mobile-nav-is-active).small-header ul li a, body.page-template-faq #site-header:not(.mobile-nav-is-active) ul li a, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active ul li a {
  color: #013250;
}
#site-header:not(.mobile-nav-is-active).small-header .left .site-logo.visible, body.page-template-faq #site-header:not(.mobile-nav-is-active) .left .site-logo.visible, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .left .site-logo.visible {
  display: none;
}
#site-header:not(.mobile-nav-is-active).small-header .left .site-logo.hidden, body.page-template-faq #site-header:not(.mobile-nav-is-active) .left .site-logo.hidden, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .left .site-logo.hidden {
  display: block;
}
#site-header:not(.mobile-nav-is-active).small-header .middle nav .menu li .sub-menu, body.page-template-faq #site-header:not(.mobile-nav-is-active) .middle nav .menu li .sub-menu, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .middle nav .menu li .sub-menu {
  top: calc(100% + 10px);
}
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle, body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle {
  border-color: #013250;
}
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.search svg ellipse, body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.search svg ellipse,
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.search svg line,
body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.search svg line, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.search svg ellipse,
#site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.search svg line {
  stroke: #013250;
}
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.search:hover svg ellipse, body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.search:hover svg ellipse,
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.search:hover svg line,
body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.search:hover svg line, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.search:hover svg ellipse,
#site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.search:hover svg line {
  stroke: #fff;
}
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.cart, body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.cart, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.cart {
  border-color: #06b6b3;
  background-color: #06b6b3;
}
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.cart img:nth-child(1), body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.cart img:nth-child(1), #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.cart img:nth-child(1) {
  opacity: 0;
}
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.cart img:nth-child(2), body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.cart img:nth-child(2), #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.cart img:nth-child(2) {
  opacity: 1;
}
#site-header:not(.mobile-nav-is-active).small-header .right .icons-holder .button-circle.cart:hover, body.page-template-faq #site-header:not(.mobile-nav-is-active) .right .icons-holder .button-circle.cart:hover, #site-header:not(.mobile-nav-is-active).mobile-filters-are-active .right .icons-holder .button-circle.cart:hover {
  border-color: #013250;
  background-color: #013250;
}
#site-header:not(.mobile-nav-is-active).single-product-header {
  box-shadow: none;
}
#site-header:not(.mobile-nav-is-active).mobile-filters-are-active {
  box-shadow: none;
}
#site-header:not(.mobile-nav-is-active).mobile-filters-are-active .mobile-filters-close-button-holder {
  display: flex;
}
@media only screen and (min-width : 1024px) {
  #site-header:not(.mobile-nav-is-active).single-product-header {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #site-header:not(.mobile-nav-is-active).single-product-header ul li a {
    color: #013250;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .left .site-logo.visible {
    display: none;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .left .site-logo.hidden {
    display: block;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .middle nav .menu li .sub-menu {
    top: calc(100% + 10px);
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle {
    border-color: #013250;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.search svg ellipse,
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.search svg line {
    stroke: #013250;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.search:hover svg ellipse,
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.search:hover svg line {
    stroke: #fff;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.cart {
    border-color: #06b6b3;
    background-color: #06b6b3;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.cart img:nth-child(1) {
    opacity: 0;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.cart img:nth-child(2) {
    opacity: 1;
  }
  #site-header:not(.mobile-nav-is-active).single-product-header .right .icons-holder .button-circle.cart:hover {
    border-color: #013250;
    background-color: #013250;
  }
}
#site-header ul {
  display: none;
}
@media only screen and (min-width : 1100px) {
  #site-header ul {
    display: flex;
  }
}
#site-header ul li {
  margin-right: 1rem;
  position: relative;
  height: 100%;
}
#site-header ul li:last-of-type {
  margin-right: 0;
}
#site-header ul li a {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
}
#site-header ul li .sub-menu {
  display: none;
}
#site-header .left,
#site-header .middle nav .menu li,
#site-header .right {
  padding: 12px 0;
}
@media only screen and (min-width : 768px) {
  #site-header .left,
  #site-header .middle nav .menu li,
  #site-header .right {
    padding: 14px 0;
  }
}
#site-header .left {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#site-header .left .site-logo {
  width: 124px;
}
@media only screen and (min-width : 768px) {
  #site-header .left .site-logo {
    width: 11.64vw;
  }
}
#site-header .left .site-logo.visible {
  display: block;
}
#site-header .left .site-logo.hidden {
  display: none;
}
#site-header .middle nav {
  height: 100%;
}
#site-header .middle nav .menu {
  height: 100%;
}
#site-header .middle nav .menu li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#site-header .middle nav .menu li:hover .sub-menu {
  display: block;
}
#site-header .middle nav .menu li .sub-menu {
  transition: all 400ms ease 0ms;
  display: none;
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  background-color: #fff;
  padding: 1.24vw;
  box-sizing: border-box;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
#site-header .middle nav .menu li .sub-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
#site-header .middle nav .menu li .sub-menu a {
  transition: all 400ms ease 0ms;
}
#site-header .middle nav .menu li .sub-menu li {
  padding: 0;
  margin-bottom: 3px;
}
#site-header .middle nav .menu li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
#site-header .middle nav .menu li .sub-menu li a {
  color: #013250;
}
#site-header .middle nav .menu li .sub-menu li a:hover {
  color: #06b6b3;
}
#site-header .right {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#site-header .right nav {
  order: 2;
}
#site-header .right nav a {
  min-width: unset;
  padding: 0.7rem 2rem;
  background-color: #06b6b3;
  color: #fff !important;
}
#site-header .right nav a:hover {
  background-color: #013250;
}
#site-header .right .icons-holder {
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
#site-header .right .icons-holder .button-circle.search {
  background-color: transparent;
}
#site-header .right .icons-holder .button-circle.search:hover {
  border-color: #013250;
  background-color: #013250;
}
#site-header .right .icons-holder .button-circle.search:hover svg path {
  stroke: #fff;
}
#site-header .right .icons-holder .button-circle.cart {
  margin-left: 0.7rem;
  position: relative;
}
#site-header .right .icons-holder .button-circle.cart img {
  transition: all 400ms ease 0ms;
}
#site-header .right .icons-holder .button-circle.cart img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
#site-header .right .icons-holder .button-circle.cart:hover {
  border-color: #013250;
  background-color: #013250;
}
#site-header .right .icons-holder .button-circle.cart:hover img:nth-child(1) {
  opacity: 0;
}
#site-header .right .icons-holder .button-circle.cart:hover img:nth-child(2) {
  opacity: 1;
}
#site-header .right .icons-holder .button-circle.hamburger {
  flex-direction: column;
  margin-left: 9px;
}
@media only screen and (min-width : 768px) {
  #site-header .right .icons-holder .button-circle.hamburger {
    margin-left: 19px;
  }
}
@media only screen and (min-width : 1100px) {
  #site-header .right .icons-holder .button-circle.hamburger {
    display: none;
  }
}
#site-header .right .icons-holder .button-circle.hamburger span {
  transition: all 400ms ease 0ms;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #013250;
  margin-bottom: 4px;
  position: relative;
  right: 0;
  top: 0;
}
@media only screen and (min-width : 768px) {
  #site-header .right .icons-holder .button-circle.hamburger span {
    height: 2px;
  }
}
#site-header .right .icons-holder .button-circle.hamburger span:nth-child(1) {
  transform-origin: top right;
}
#site-header .right .icons-holder .button-circle.hamburger span:nth-child(3) {
  transform-origin: bottom right;
  margin-bottom: 0;
}
#site-header .mobile-filters-close-button-holder {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 12px;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
  display: none;
  justify-content: flex-end;
  align-items: center;
}
#site-header .mobile-filters-close-button-holder .button-circle {
  background-color: #06b6b3;
}
#site-header .mobile-filters-close-button-holder .button-circle img {
  width: 13px;
}
#site-header .search-overlay {
  transition: all 400ms ease 0ms;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  transform: translateY(-200%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2px 12px;
  height: 100%;
}
@media only screen and (min-width : 768px) {
  #site-header .search-overlay {
    padding: 2px 25px;
  }
}
#site-header .search-overlay.active {
  transform: translateY(0);
}
#site-header .search-overlay .search-title {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  #site-header .search-overlay .search-title {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  #site-header .search-overlay .search-title {
    display: block;
  }
}
#site-header .search-overlay .search-form-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  #site-header .search-overlay .search-form-holder {
    width: 50%;
  }
}
#site-header .search-overlay .search-form-holder form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#site-header .search-overlay .search-form-holder form input {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  border-radius: 5px;
  border: solid 2px #013250;
  height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
  max-width: 827px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #site-header .search-overlay .search-form-holder form input {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  #site-header .search-overlay .search-form-holder form input {
    height: 55px;
  }
}
@media only screen and (min-width : 1750px) {
  #site-header .search-overlay .search-form-holder form input {
    height: 62px;
    border-radius: 15px;
    padding: 0 22px;
  }
}
#site-header .search-overlay .search-form-holder form input::-moz-placeholder {
  color: inherit;
}
#site-header .search-overlay .search-form-holder form input::placeholder {
  color: inherit;
}
#site-header .search-overlay .search-form-holder form .button-circle {
  background-color: #06b6b3;
  border: none;
}
#site-header .search-overlay .search-form-holder .button-circle {
  border-color: #013250;
  margin-left: 10px;
}
@media only screen and (min-width : 768px) {
  #site-header .search-overlay .search-form-holder .button-circle {
    margin-left: 19px;
  }
}

#site-nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}
#site-nav-mobile .section-content {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
#site-nav-mobile .section-content nav {
  position: relative;
  box-sizing: border-box;
}
#site-nav-mobile .section-content nav .menu {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#site-nav-mobile .section-content nav .menu li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 1.5rem;
  box-sizing: border-box;
  text-align: center;
}
#site-nav-mobile .section-content nav .menu li:first-child {
  padding-top: 4rem;
}
#site-nav-mobile .section-content nav .menu li:last-child {
  padding: 2rem 1rem 1rem;
}
#site-nav-mobile .section-content nav .menu li:last-child > a {
  color: #fff;
}
#site-nav-mobile .section-content nav .menu li:last-child .sub-menu a {
  background-color: #fff;
}
#site-nav-mobile .section-content nav .menu li a {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
  color: #06b6b3;
}
#site-nav-mobile .section-content nav .menu li .sub-menu {
  display: block;
  margin-top: 15px;
}
#site-nav-mobile .section-content nav .menu li .sub-menu li {
  height: auto;
  margin-bottom: 10px;
  padding: 0;
}
#site-nav-mobile .section-content nav .menu li .sub-menu li:last-child {
  margin-bottom: 0;
}
#site-nav-mobile .section-content nav .menu li .sub-menu li a {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width : 768px) {
  #site-nav-mobile .section-content nav .menu li .sub-menu li a {
    font-size: 24px;
  }
}
#site-nav-mobile .section-content .social-media {
  width: 100%;
  background-color: #06b6b3;
  padding: 1rem 0;
}
#site-nav-mobile .section-content .social-media ul {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 1250px) {
  #site-nav-mobile .section-content .social-media ul {
    justify-content: flex-start;
  }
}
#site-nav-mobile .section-content .social-media ul li {
  margin-right: 7px;
}
@media only screen and (min-width : 768px) {
  #site-nav-mobile .section-content .social-media ul li {
    margin-right: 10px;
  }
}
@media only screen and (min-width : 1750px) {
  #site-nav-mobile .section-content .social-media ul li {
    margin-right: 15px;
  }
}
#site-nav-mobile .section-content .social-media ul li .button-circle {
  border: none;
  background-color: #fff;
}
#site-nav-mobile .section-content .social-media ul li .button-circle:hover {
  background-color: #06b6b3;
}

.default-page-wrap .post-editor-section {
  padding: 7.4626865672vw 13.9303482587vw;
  margin-bottom: 6.9651741294vw;
}
.default-page-wrap .post-editor-section .editor h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  margin-bottom: 30px;
}
@media only screen and (min-width : 768px) {
  .default-page-wrap .post-editor-section .editor h1 {
    font-size: 60px;
  }
}
.default-page-wrap .post-editor-section .editor h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.default-page-wrap .post-editor-section .editor h3 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 2.3vw;
  color: #013250;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.default-page-wrap .post-editor-section .editor h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .default-page-wrap .post-editor-section .editor h4 {
    font-size: 24px;
  }
}
.default-page-wrap .post-editor-section .editor h5 {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  font-family: "Fredoka", sans-serif;
  margin-bottom: 15px;
}
.default-page-wrap .post-editor-section .editor h6 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.4vw;
  color: #013250;
  margin-bottom: 10px;
}
.default-page-wrap .post-editor-section .editor li,
.default-page-wrap .post-editor-section .editor p,
.default-page-wrap .post-editor-section .editor a {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .default-page-wrap .post-editor-section .editor li,
  .default-page-wrap .post-editor-section .editor p,
  .default-page-wrap .post-editor-section .editor a {
    font-size: 18px;
  }
}
.default-page-wrap .post-editor-section .editor p {
  margin-bottom: 30px;
}
.default-page-wrap .post-editor-section .editor ul {
  list-style-type: disc;
  padding-left: 25px;
}
.default-page-wrap .post-editor-section .editor ul li::marker {
  color: #013250;
}
.default-page-wrap .post-editor-section .editor ol {
  counter-reset: number;
  list-style-type: none;
  margin-bottom: 15px;
}
.default-page-wrap .post-editor-section .editor ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.default-page-wrap .post-editor-section .editor ol li:last-of-type {
  margin-bottom: 0;
}
.default-page-wrap .post-editor-section .editor ol li:before {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: #013250;
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .default-page-wrap .post-editor-section .editor ol li:before {
    font-size: 18px;
  }
}
.default-page-wrap .post-editor-section .editor img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  width: 100%;
}
.default-page-wrap .post-editor-section .editor img.size-medium {
  border-radius: 10px;
}
.default-page-wrap .post-editor-section .editor img.size-full, .default-page-wrap .post-editor-section .editor img.size-large {
  width: 100%;
}
.default-page-wrap .post-editor-section .editor img.alignleft:not(.size-full):not(.size-large) {
  float: left;
  margin-right: 15px;
}
.default-page-wrap .post-editor-section .editor img.aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.default-page-wrap .post-editor-section .editor img.alignright:not(.size-full):not(.size-large) {
  float: right;
  margin-left: 15px;
}
@media only screen and (min-width : 768px) {
  .default-page-wrap .post-editor-section .editor img {
    border-radius: 30px;
  }
}
@media only screen and (min-width : 1920px) {
  .default-page-wrap .post-editor-section .editor img {
    border-radius: 40px;
  }
}

#site-footer {
  margin-top: auto;
  background-color: #013250;
  padding: clamp(4rem, 8vw, 154px) clamp(25px, 5vw, 96px) 2rem;
}
#site-footer .logo-holder {
  text-align: center;
  margin-bottom: clamp(2rem, 6vw, 115px);
}
#site-footer .logo-holder .site-logo {
  width: 216px;
}
@media only screen and (min-width : 768px) {
  #site-footer .logo-holder .site-logo {
    width: 16.11vw;
  }
}
#site-footer .menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-columns: unset;
  box-sizing: border-box;
  gap: 20px;
}
@media only screen and (min-width : 1024px) {
  #site-footer .menu {
    padding: 0;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
#site-footer .menu > li {
  transition: all 400ms ease 0ms;
  width: 100%;
  border-radius: 30px;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
#site-footer .menu > li a {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  font-weight: 500;
  line-height: 1.3em;
}
@media only screen and (min-width : 768px) {
  #site-footer .menu > li a {
    font-size: 24px;
  }
}
#site-footer .menu > li > a {
  color: #06b6b3;
  pointer-events: none;
}
#site-footer .menu > li:last-child {
  width: 100%;
}
@media only screen and (min-width : 1024px) {
  #site-footer .menu > li:last-child {
    width: 27vw;
  }
}
#site-footer .menu > li:last-child > a {
  color: #fff;
  display: block;
  max-width: 275px;
  margin: auto;
}
#site-footer .menu > li:last-child .sub-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  background-color: #fff;
  width: 80%;
  margin: 1rem auto 0;
  color: #013250;
  font-weight: 400 !important;
}
#site-footer .menu > li:last-child .sub-menu li a:hover {
  background-color: #013250;
  color: #fff;
}
#site-footer .menu > li .sub-menu {
  margin-top: 10px;
}
#site-footer .menu > li .sub-menu li {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
}
#site-footer .menu > li .sub-menu li a {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  font-weight: 400;
  color: inherit;
}
#site-footer .menu > li .sub-menu li a:hover {
  font-weight: 600;
}
#site-footer .bottom-part {
  display: grid;
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
  align-items: center;
}
@media only screen and (min-width : 1250px) {
  #site-footer .bottom-part {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#site-footer .bottom-part p {
  font-family: "halyard-display", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width : 768px) {
  #site-footer .bottom-part p {
    font-size: 14px;
  }
}
@media only screen and (min-width : 1750px) {
  #site-footer .bottom-part p {
    font-size: 16px;
  }
}
#site-footer .bottom-part .left {
  width: 100%;
  margin-bottom: 33px;
}
@media only screen and (min-width : 1250px) {
  #site-footer .bottom-part .left {
    width: auto;
    margin-bottom: 0;
  }
}
#site-footer .bottom-part .left ul {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 1250px) {
  #site-footer .bottom-part .left ul {
    justify-content: flex-start;
  }
}
#site-footer .bottom-part .left ul li {
  margin-right: 10px;
}
@media only screen and (min-width : 1750px) {
  #site-footer .bottom-part .left ul li {
    margin-right: 15px;
  }
}
#site-footer .bottom-part .left ul li .button-circle {
  border: none;
}
#site-footer .bottom-part .left ul li .button-circle:hover {
  background-color: #06b6b3;
}
#site-footer .bottom-part .middle {
  width: 100%;
  text-align: center;
  justify-self: center;
  order: 2;
}
@media only screen and (min-width : 1250px) {
  #site-footer .bottom-part .middle {
    order: initial;
  }
}
#site-footer .bottom-part .middle p {
  text-align: center;
}
#site-footer .bottom-part .right {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
  justify-self: end;
}
@media only screen and (min-width : 1250px) {
  #site-footer .bottom-part .right {
    margin: 0;
    justify-content: center;
    width: 400px;
  }
}
@media only screen and (min-width : 1400px) {
  #site-footer .bottom-part .right {
    width: 450px;
  }
}
#site-footer .bottom-part .right img {
  margin-right: 22px;
}

.search-wrap {
  overflow: hidden;
  background-color: #06b6b3;
  padding: 120px 15px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .search-wrap {
    padding: 150px 6.21vw;
  }
}
.search-wrap .search-result {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.search-wrap .search-result .search-holder {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width : 650px) {
  .search-wrap .search-result .search-holder {
    padding: 0 1.9900497512vw;
    margin-bottom: 3.9800995025vw;
    width: 50%;
  }
}
@media only screen and (min-width : 1250px) {
  .search-wrap .search-result .search-holder {
    width: 33.3333%;
  }
}

.no-posts-wrap {
  height: 100vh;
  overflow: hidden;
  background-color: #06b6b3;
  padding: 6.21vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-posts-wrap .no-posts-wrap-content {
  text-align: center;
}
.no-posts-wrap .no-posts-wrap-content p {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (min-width : 768px) {
  .no-posts-wrap .no-posts-wrap-content p {
    font-size: 24px;
  }
}
.no-posts-wrap .no-posts-wrap-content a:hover {
  background-color: #013250;
}

.tmplt-part-product {
  display: block;
}
.tmplt-part-product:hover .product-image img {
  transform: scale(1.03);
}
.tmplt-part-product:hover .product-info .product-button {
  background-color: #013250;
}
.tmplt-part-product .product-image {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  background-color: #013250;
  border-radius: 20px;
}
.tmplt-part-product .product-image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 400ms ease 0ms;
}
.tmplt-part-product .product-info {
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
}
.tmplt-part-product .product-info .product-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-product .product-info .product-title {
    font-size: 24px;
  }
}

.tmplt-part-post {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: #fff;
  display: block;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-post {
    border-radius: 30px;
  }
}
.tmplt-part-post .post-image {
  padding-top: 85%;
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background-color: #013250;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-post .post-image {
    border-radius: 30px 30px 0 0;
  }
}
.tmplt-part-post .post-image:hover img {
  transform: scale(1.03);
}
.tmplt-part-post .post-image .pills-holder {
  position: absolute;
  bottom: 14px;
  right: 9px;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-post .post-image .pills-holder {
    bottom: 20px;
    right: 22px;
  }
}
.tmplt-part-post .post-image img {
  transition: all 400ms ease 0ms;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tmplt-part-post .post-title {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  text-align: center;
  padding: 1.5rem;
  box-sizing: border-box;
}

.tmplt-part-project {
  display: block;
}
.tmplt-part-project:hover .post-image img {
  transform: scale(1.03);
}
.tmplt-part-project:hover .project-info .project-button {
  background-color: #013250;
}
.tmplt-part-project .post-image {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  background-color: #013250;
  border-radius: 20px;
}
.tmplt-part-project .post-image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 400ms ease 0ms;
}
.tmplt-part-project .project-info {
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
}
.tmplt-part-project .project-info .project-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-project .project-info .project-title {
    font-size: 24px;
  }
}

.tmplt-part-hero {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tmplt-part-hero {
    height: 500px;
  }
}
.tmplt-part-hero .section-background {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.tmplt-part-hero .section-background img,
.tmplt-part-hero .section-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.tmplt-part-hero .section-background .hero-swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.tmplt-part-hero .section-background .hero-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 10px;
  height: 10px;
}
.tmplt-part-hero .section-background .hero-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.tmplt-part-hero .section-content {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0 clamp(2rem, 6vw, 115px);
}
.tmplt-part-hero .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #013250;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-hero .section-content .section-title {
    font-size: 95px;
  }
}
.tmplt-part-hero .section-content .section-description {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tmplt-part-hero .section-content .section-description {
    font-size: 18px;
  }
}

.tmplt-part-img-with-desc {
  position: relative;
  min-height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013250;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .tmplt-part-img-with-desc {
    min-height: 520px;
  }
}
.tmplt-part-img-with-desc:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tmplt-part-img-with-desc .section-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: calc(clamp(4rem, 8vw, 154px) * 1.5) clamp(2rem, 6vw, 115px) clamp(4rem, 8vw, 154px);
  box-sizing: border-box;
  width: 100%;
}
.tmplt-part-img-with-desc .section-content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.4776119403vw auto 0;
  max-width: 290px;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content form {
    max-width: 620px;
  }
}
@media only screen and (min-width : 1250px) {
  .tmplt-part-img-with-desc .section-content form {
    max-width: 800px;
  }
}
@media only screen and (min-width : 1600px) {
  .tmplt-part-img-with-desc .section-content form {
    max-width: 1100px;
  }
}
.tmplt-part-img-with-desc .section-content form.sent .submit-input-holder button:after {
  content: "\e017";
}
.tmplt-part-img-with-desc .section-content form.submitting .submit-input-holder button:after {
  content: "\e01c";
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.tmplt-part-img-with-desc .section-content form .input-holder {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content form .input-holder {
    margin-bottom: 0;
    margin-right: 0.5rem;
    width: auto;
    flex: 1;
  }
}
.tmplt-part-img-with-desc .section-content form .input-holder input:not([type=submit]) {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content form .input-holder input:not([type=submit]) {
    text-align: left;
  }
}
.tmplt-part-img-with-desc .section-content form .input-holder input:not([type=submit])::-moz-placeholder {
  color: inherit;
}
.tmplt-part-img-with-desc .section-content form .input-holder input:not([type=submit])::placeholder {
  color: inherit;
}
.tmplt-part-img-with-desc .section-content form .input-holder input:not([type=submit]):focus {
  outline-color: #06b6b3;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content form .submit-input-holder {
    width: auto;
  }
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder button {
  transition: all 400ms ease 0ms;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #06b6b3;
  color: #fff;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder button::-moz-placeholder {
  color: inherit;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder button::placeholder {
  color: inherit;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder button:focus {
  outline: none !important;
  border: 2px solid #06b6b3;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder button:after {
  font-family: WooCommerce;
  margin-left: 0.53em;
  vertical-align: bottom;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit] {
  min-width: 220px;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
  width: 100%;
  background-color: #06b6b3;
  border: none;
  border-radius: 5px;
  height: 45px;
  transition: all 400ms ease 0ms;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit] {
    font-size: 18px;
  }
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit]:hover {
  background-color: #013250;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit]::-moz-placeholder {
  color: inherit;
}
.tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit]::placeholder {
  color: inherit;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit] {
    height: 60px;
    border-radius: 15px;
  }
}
@media only screen and (min-width : 1100px) {
  .tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit] {
    min-height: 70px;
  }
}
@media only screen and (min-width : 1600px) {
  .tmplt-part-img-with-desc .section-content form .submit-input-holder input[type=submit] {
    height: 80px;
  }
}
.tmplt-part-img-with-desc .section-content form .wpcf7-not-valid-tip {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content form .wpcf7-not-valid-tip {
    text-align: left;
  }
}
.tmplt-part-img-with-desc .section-content form .wpcf7-response-output {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  width: 100%;
  margin: 0;
  border: 0;
  color: #fff;
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .tmplt-part-img-with-desc .section-content form .wpcf7-response-output {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content form .wpcf7-response-output {
    text-align: left;
  }
}
.tmplt-part-img-with-desc .section-content form .wpcf7-spinner {
  display: none;
  background-color: #d6d6d6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 20px));
  margin: 0;
}
.tmplt-part-img-with-desc .section-content form .wpcf7-spinner:before {
  background-color: #013250;
}
.tmplt-part-img-with-desc .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .section-content .section-title {
    font-size: 60px;
  }
}
.tmplt-part-img-with-desc .section-content .section-description {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tmplt-part-img-with-desc .section-content .section-description {
    font-size: 18px;
  }
}
.tmplt-part-img-with-desc .section-content .section-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tmplt-part-img-with-desc .section-content .section-description p {
    font-size: 18px;
  }
}
.tmplt-part-img-with-desc .section-content .site-button, .tmplt-part-img-with-desc .section-content #site-header .right nav a, #site-header .right nav .tmplt-part-img-with-desc .section-content a, .tmplt-part-img-with-desc #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .tmplt-part-img-with-desc .section-content nav .menu li:last-child .sub-menu a, .tmplt-part-img-with-desc .section-content #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .tmplt-part-img-with-desc .section-content a {
  margin-top: 2rem;
}
.tmplt-part-img-with-desc .section-background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tmplt-part-img-with-desc .wave-border {
  position: absolute;
  top: 0;
  width: 102%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.tmplt-part-img-with-desc .wave-border .border {
  position: relative;
}
.tmplt-part-img-with-desc .wave-border .border svg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: visible;
}
.tmplt-part-img-with-desc .wave-border .border svg path {
  stroke-width: 120px;
}
@media only screen and (min-width : 768px) {
  .tmplt-part-img-with-desc .wave-border .border svg path {
    stroke-width: 55px;
  }
}
.tmplt-part-img-with-desc .wave-border .border-bg {
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 0;
  transform: translate(-50%, 9%) scale(-1, -1);
  width: 102%;
}
.tmplt-part-img-with-desc .wave-border .border-bg svg {
  width: 100%;
  height: 100%;
}

.front-page-container {
  overflow: hidden;
}
.front-page-container .description-section .section-content {
  padding: 0 clamp(2rem, 6vw, 115px);
  box-sizing: border-box;
  text-align: center;
  margin: clamp(4rem, 8vw, 154px) auto;
}
@media only screen and (min-width : 768px) {
  .front-page-container .description-section .section-content {
    padding: 0 30px;
  }
}
.front-page-container .description-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  margin: 0 auto 2rem;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .front-page-container .description-section .section-content .section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width : 768px) {
  .front-page-container .description-section .section-content .section-title {
    width: 70vw;
  }
}
.front-page-container .description-section .section-content .section-description {
  margin: auto;
  max-width: 1070px;
  width: 100%;
}
@media only screen and (min-width : 1750px) {
  .front-page-container .description-section .section-content .section-description {
    width: 41vw;
  }
}
.front-page-container .description-section .section-content .section-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .front-page-container .description-section .section-content .section-description p {
    font-size: 18px;
  }
}
.front-page-container .description-section .section-content .section-description p:not(:last-child) {
  margin-bottom: 1rem;
}
.front-page-container .blocks-section {
  text-align: center;
}
.front-page-container .blocks-section .block {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding: 35% 0 18%;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block {
    flex-direction: initial;
    padding: 6% 0;
  }
}
.front-page-container .blocks-section .block:not(:first-child) {
  margin-top: -31%;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block:not(:first-child) {
    margin-top: -6.3%;
  }
}
.front-page-container .blocks-section .block:nth-child(odd) {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block:nth-child(odd) {
    -webkit-clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
            clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  }
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block:nth-child(odd) .block-gallery .images .col {
    padding-right: 1.6vw;
  }
}
.front-page-container .blocks-section .block:nth-child(even) {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block:nth-child(even) {
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
            clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
  }
}
.front-page-container .blocks-section .block:nth-child(even) .block-gallery {
  order: 1;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block:nth-child(even) .block-gallery {
    order: -1;
  }
}
.front-page-container .blocks-section .block:nth-child(even) .block-gallery .mobile-image {
  transform: rotateY(180deg);
}
.front-page-container .blocks-section .block:nth-child(even) .block-gallery .mobile-image .image img {
  transform: rotateY(-180deg);
}
.front-page-container .blocks-section .block:nth-child(even) .block-gallery .images .col {
  padding-left: 1.6vw;
}
.front-page-container .blocks-section .block:nth-child(even) .block-gallery .images .col .image {
  transform: rotateY(180deg);
}
.front-page-container .blocks-section .block:nth-child(even) .block-gallery .images .col .image img {
  transform: rotateY(180deg);
}
.front-page-container .blocks-section .block:nth-child(even) .block-gallery .images .col:first-child {
  order: 1;
}
.front-page-container .blocks-section .block .block-info {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  padding: 0 min(8vw, 153px);
  padding-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block .block-info {
    margin: 0;
    width: 50%;
    padding-bottom: 0;
  }
}
.front-page-container .blocks-section .block .block-info .block-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block .block-info .block-title {
    font-size: 60px;
  }
}
.front-page-container .blocks-section .block .block-info .block-description {
  -moz-text-align-last: center;
  text-align-last: center;
}
.front-page-container .blocks-section .block .block-info .block-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
}
.front-page-container .blocks-section .block .block-info .site-button, .front-page-container .blocks-section .block .block-info #site-header .right nav a, #site-header .right nav .front-page-container .blocks-section .block .block-info a, .front-page-container .blocks-section .block .block-info #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .front-page-container .blocks-section .block .block-info a, .front-page-container .blocks-section .block .block-info #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .front-page-container .blocks-section .block .block-info a {
  margin-top: 35px;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block .block-info .site-button, .front-page-container .blocks-section .block .block-info #site-header .right nav a, #site-header .right nav .front-page-container .blocks-section .block .block-info a, .front-page-container .blocks-section .block .block-info #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .front-page-container .blocks-section .block .block-info a, .front-page-container .blocks-section .block .block-info #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .front-page-container .blocks-section .block .block-info a {
    margin-top: 2.48vw;
  }
}
.front-page-container .blocks-section .block .block-info .site-button.dark-hover:hover, .front-page-container .blocks-section .block .block-info #site-header .right nav a.dark-hover:hover, #site-header .right nav .front-page-container .blocks-section .block .block-info a.dark-hover:hover, .front-page-container .blocks-section .block .block-info #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a.dark-hover:hover, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .front-page-container .blocks-section .block .block-info a.dark-hover:hover, .front-page-container .blocks-section .block .block-info #site-footer .menu > li:last-child .sub-menu li a.dark-hover:hover, #site-footer .menu > li:last-child .sub-menu li .front-page-container .blocks-section .block .block-info a.dark-hover:hover {
  background-color: #013250;
  color: #fff;
}
.front-page-container .blocks-section .block .block-gallery {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: auto;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block .block-gallery {
    margin-top: 0;
    width: 50%;
  }
}
.front-page-container .blocks-section .block .block-gallery .mobile-image {
  padding: 0 clamp(2rem, 6vw, 115px);
  box-sizing: border-box;
  margin-top: 20px;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block .block-gallery .mobile-image {
    display: none;
  }
}
.front-page-container .blocks-section .block .block-gallery .mobile-image .image {
  position: relative;
  padding-top: 100%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjkiIGhlaWdodD0iNDA0LjYwNSIgdmlld0JveD0iMCAwIDMyOSA0MDQuNjA1Ij4KICA8cGF0aCBpZD0iUGF0aF80Nzk1NiIgZGF0YS1uYW1lPSJQYXRoIDQ3OTU2IiBkPSJNMjAsNTMuOTI0SDMwOWEyMCwyMCwwLDAsMSwyMCwyMFYzNTVjLS4zLDExLjE0Ni05LjI3NSwxNy4wMjEtMjAsMjBMMjAsNDU4LjUyOWEyMCwyMCwwLDAsMS0yMC0yMFY3My45MjRBMjAsMjAsMCwwLDEsMjAsNTMuOTI0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNTMuOTI0KSIgZmlsbD0iIzJiMmIyYiIvPgo8L3N2Zz4K);
}
.front-page-container .blocks-section .block .block-gallery .mobile-image .image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page-container .blocks-section .block .block-gallery .images {
  display: none;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .front-page-container .blocks-section .block .block-gallery .images {
    display: flex;
  }
}
.front-page-container .blocks-section .block .block-gallery .images .col {
  width: 50%;
  box-sizing: border-box;
}
.front-page-container .blocks-section .block .block-gallery .images .col .image {
  position: relative;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.front-page-container .blocks-section .block .block-gallery .images .col .image.image-1 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NjEiIGhlaWdodD0iNzQyLjU0OSIgdmlld0JveD0iMCAwIDQ2MSA3NDIuNTQ5IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KICA8cGF0aCBpZD0iUGF0aF80Nzg1MSIgZGF0YS1uYW1lPSJQYXRoIDQ3ODUxIiBkPSJNNDExLTEwLjc0OSw1MC00Ni4zMDhBNTAuMTc5LDUwLjE3OSwwLDAsMCwwLDQuMDQ3VjY0NS44ODVhNTAuMTc5LDUwLjE3OSwwLDAsMCw1MCw1MC4zNTVINDExYTUwLjE3OSw1MC4xNzksMCwwLDAsNTAtNTAuMzU1VjM5LjYwNkE1MC4xNzksNTAuMTc5LDAsMCwwLDQxMS0xMC43NDlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQ2LjMwOCkiIGZpbGw9IiNhOGE4YTgiLz4KPC9zdmc+Cg==);
  padding-top: 133%;
  margin-bottom: 1.59vw;
  padding-top: 93%;
}
@media only screen and (min-width : 1280px) {
  .front-page-container .blocks-section .block .block-gallery .images .col .image.image-1 {
    padding-top: 93%;
  }
}
.front-page-container .blocks-section .block .block-gallery .images .col .image.image-2 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NjEiIGhlaWdodD0iNDk0LjU5MiIgdmlld0JveD0iMCAwIDQ2MSA0OTQuNTkyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KICA8cGF0aCBpZD0iUGF0aF80Nzg1MCIgZGF0YS1uYW1lPSJQYXRoIDQ3ODUwIiBkPSJNNDExLDBINTBBNTAsNTAsMCwwLDAsMCw1MFY0NDQuNTkyYTUwLDUwLDAsMCwwLDUwLDUwTDQxMSw0NTZhNTAsNTAsMCwwLDAsNTAtNTBWNTBBNTAsNTAsMCwwLDAsNDExLDBaIiBmaWxsPSIjYThhOGE4Ii8+Cjwvc3ZnPgo=);
  padding-top: 90%;
  padding-top: 71%;
}
@media only screen and (min-width : 1280px) {
  .front-page-container .blocks-section .block .block-gallery .images .col .image.image-2 {
    padding-top: 71%;
  }
}
.front-page-container .blocks-section .block .block-gallery .images .col .image.image-3 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NjEiIGhlaWdodD0iMTE2Ny4yNTEiIHZpZXdCb3g9IjAgMCA0NjEgMTE2Ny4yNTEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgogIDxwYXRoIGlkPSJQYXRoXzQ3ODUyIiBkYXRhLW5hbWU9IlBhdGggNDc4NTIiIGQ9Ik00MTEsNDYuOTYzLDUwLDVBNTAsNTAsMCwwLDAsMCw1NVYxMTIyLjI1MWE1MCw1MCwwLDAsMCw1MCw1MGwzNjEtMzIuMzMzYTUwLDUwLDAsMCwwLDUwLTUwVjk2Ljk2M0E1MCw1MCwwLDAsMCw0MTEsNDYuOTYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNSkiIGZpbGw9IiNhOGE4YTgiLz4KPC9zdmc+Cg==);
  padding-top: 210%;
  padding-top: 155%;
}
@media only screen and (min-width : 1280px) {
  .front-page-container .blocks-section .block .block-gallery .images .col .image.image-3 {
    padding-top: 155%;
  }
}
.front-page-container .blocks-section .block .block-gallery .images .col .image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page-container .img-with-desc-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 209vw;
}
@media only screen and (min-width : 768px) {
  .front-page-container .img-with-desc-section {
    min-height: 67.6vw;
  }
}
@media only screen and (min-width : 1280px) {
  .front-page-container .img-with-desc-section {
    min-height: 56.6vw;
  }
}
.front-page-container .img-with-desc-section .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #013250;
  -webkit-clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
          clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
}
@media only screen and (min-width : 768px) {
  .front-page-container .img-with-desc-section .image {
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%);
            clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%);
  }
}
.front-page-container .img-with-desc-section .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.front-page-container .img-with-desc-section .image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page-container .img-with-desc-section .section-content {
  padding: 0 11.1111111111vw;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .front-page-container .img-with-desc-section .section-content {
    text-align: left;
    padding: 0 5.97vw;
  }
}
.front-page-container .img-with-desc-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #013250;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .front-page-container .img-with-desc-section .section-content .section-title {
    font-size: 95px;
  }
}
@media only screen and (min-width : 768px) {
  .front-page-container .img-with-desc-section .section-content .section-title {
    margin-bottom: 3.73vw;
    width: 50vw;
  }
}
@media only screen and (min-width : 768px) {
  .front-page-container .img-with-desc-section .section-content .section-description {
    width: 28vw;
  }
}
.front-page-container .img-with-desc-section .section-content .section-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .front-page-container .img-with-desc-section .section-content .section-description p {
    font-size: 18px;
  }
}
.front-page-container .img-with-desc-section .section-content .site-button, .front-page-container .img-with-desc-section .section-content #site-header .right nav a, #site-header .right nav .front-page-container .img-with-desc-section .section-content a, .front-page-container .img-with-desc-section #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .front-page-container .img-with-desc-section .section-content nav .menu li:last-child .sub-menu a, .front-page-container .img-with-desc-section .section-content #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .front-page-container .img-with-desc-section .section-content a {
  margin-top: 35px;
}
@media only screen and (min-width : 768px) {
  .front-page-container .img-with-desc-section .section-content .site-button, .front-page-container .img-with-desc-section .section-content #site-header .right nav a, #site-header .right nav .front-page-container .img-with-desc-section .section-content a, .front-page-container .img-with-desc-section #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .front-page-container .img-with-desc-section .section-content nav .menu li:last-child .sub-menu a, .front-page-container .img-with-desc-section .section-content #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .front-page-container .img-with-desc-section .section-content a {
    margin-top: 2.48vw;
  }
}
.front-page-container .posts-section {
  margin: clamp(4rem, 8vw, 154px) auto;
}
.front-page-container .posts-section .section-content {
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .front-page-container .posts-section .section-content {
    padding: 0 5.37vw;
  }
}
.front-page-container .posts-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .front-page-container .posts-section .section-content .section-title {
    font-size: 60px;
  }
}
.front-page-container .posts-section .section-content .button-holder {
  text-align: center;
}
.front-page-container .posts-section .section-content .button-holder .site-button, .front-page-container .posts-section .section-content .button-holder #site-header .right nav a, #site-header .right nav .front-page-container .posts-section .section-content .button-holder a, .front-page-container .posts-section #site-nav-mobile .section-content .button-holder nav .menu li:last-child .sub-menu a, #site-nav-mobile .front-page-container .posts-section .section-content .button-holder nav .menu li:last-child .sub-menu a, .front-page-container .posts-section #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .button-holder a, #site-nav-mobile .front-page-container .posts-section .section-content nav .menu li:last-child .sub-menu .button-holder a, .front-page-container .posts-section .section-content .button-holder #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .front-page-container .posts-section .section-content .button-holder a {
  background-color: #06b6b3;
  color: #fff;
}
.front-page-container .posts-section .section-content .button-holder .site-button:hover, .front-page-container .posts-section .section-content .button-holder #site-header .right nav a:hover, #site-header .right nav .front-page-container .posts-section .section-content .button-holder a:hover, .front-page-container .posts-section #site-nav-mobile .section-content .button-holder nav .menu li:last-child .sub-menu a:hover, #site-nav-mobile .front-page-container .posts-section .section-content .button-holder nav .menu li:last-child .sub-menu a:hover, .front-page-container .posts-section #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .button-holder a:hover, #site-nav-mobile .front-page-container .posts-section .section-content nav .menu li:last-child .sub-menu .button-holder a:hover, .front-page-container .posts-section .section-content .button-holder #site-footer .menu > li:last-child .sub-menu li a:hover, #site-footer .menu > li:last-child .sub-menu li .front-page-container .posts-section .section-content .button-holder a:hover {
  background-color: #013250;
}
.front-page-container .posts-section .section-content .posts {
  margin-top: 74px;
}
@media only screen and (min-width : 768px) {
  .front-page-container .posts-section .section-content .posts {
    margin-top: 6.7164179104vw;
  }
}
.front-page-container .posts-section .section-content .posts .swiper {
  overflow: visible;
}
.front-page-container .posts-section .section-content .slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  box-sizing: border-box;
}
.front-page-container .posts-section .section-content .slider-buttons .cards-swiper-button {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.front-page-container .posts-section .section-content .slider-buttons .cards-swiper-button.cards-swiper-button-prev {
  margin-right: 40px;
}
.front-page-container .posts-section .section-content .slider-buttons .cards-swiper-button.cards-swiper-button-prev img {
  transform: rotate(180deg);
}

.posts-page-container {
  overflow: hidden;
  background-color: #f0f0f0;
}
.posts-page-container .posts-section {
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
}
.posts-page-container .posts-section #posts-response {
  transition: all 400ms ease 0ms;
}
.posts-page-container .posts-section #posts-response.loading {
  opacity: 0;
}
.posts-page-container .posts-section .posts .post {
  display: grid;
  grid-template-columns: 40% 1fr;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .posts-page-container .posts-section .posts .post {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.posts-page-container .posts-section .posts .post:not(:last-child) {
  margin-bottom: calc(clamp(2rem, 6vw, 115px) / 2);
}
.posts-page-container .posts-section .posts .post > * {
  justify-self: center;
  align-self: center;
}
.posts-page-container .posts-section .posts .post:nth-child(2n) {
  grid-template-columns: 1fr 40%;
}
@media screen and (max-width: 768px) {
  .posts-page-container .posts-section .posts .post:nth-child(2n) {
    grid-template-columns: 1fr;
  }
}
.posts-page-container .posts-section .posts .post:nth-child(2n) .post-image {
  order: 1;
}
@media screen and (max-width: 768px) {
  .posts-page-container .posts-section .posts .post:nth-child(2n) .post-image {
    order: -1;
  }
}
.posts-page-container .posts-section .posts .post-image {
  width: 100%;
  aspect-ratio: 1.2;
  display: flex;
}
.posts-page-container .posts-section .posts .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-page-container .posts-section .posts .post-info-holder {
  padding: clamp(2rem, 6vw, 115px);
}
.posts-page-container .posts-section .posts .post-title {
  margin-bottom: 0.5rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .posts-page-container .posts-section .posts .post-title {
    font-size: 24px;
  }
}
.posts-page-container .posts-section .posts .post-excerpt {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  margin-bottom: 2rem;
}
.posts-page-container .posts-section .posts .post .site-button, .posts-page-container .posts-section .posts .post #site-header .right nav a, #site-header .right nav .posts-page-container .posts-section .posts .post a, .posts-page-container .posts-section .posts .post #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .posts-page-container .posts-section .posts .post a, .posts-page-container .posts-section .posts .post #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .posts-page-container .posts-section .posts .post a {
  background-color: #06b6b3;
}
.posts-page-container .posts-section .posts .post .site-button:hover, .posts-page-container .posts-section .posts .post #site-header .right nav a:hover, #site-header .right nav .posts-page-container .posts-section .posts .post a:hover, .posts-page-container .posts-section .posts .post #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a:hover, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .posts-page-container .posts-section .posts .post a:hover, .posts-page-container .posts-section .posts .post #site-footer .menu > li:last-child .sub-menu li a:hover, #site-footer .menu > li:last-child .sub-menu li .posts-page-container .posts-section .posts .post a:hover {
  background-color: #013250;
}
.posts-page-container .posts-section .posts-pagination {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.posts-page-container .posts-section .posts-pagination .button-circle {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}
.posts-page-container .posts-section .posts-pagination .next-prev-page {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.posts-page-container .posts-section .posts-pagination .next-prev-page span {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .posts-page-container .posts-section .posts-pagination .next-prev-page span {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .posts-page-container .posts-section .posts-pagination .next-prev-page span {
    display: block;
  }
}
.posts-page-container .posts-section .posts-pagination .next-prev-page.next-page .button-circle {
  margin-left: 4rem;
}
.posts-page-container .posts-section .posts-pagination .next-prev-page.next-page .button-circle img {
  transform: rotate(180deg);
}
.posts-page-container .posts-section .posts-pagination .next-prev-page.prev-page .button-circle {
  margin-right: 4rem;
}
.posts-page-container .posts-section .posts-pagination .posts-pages ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-page-container .posts-section .posts-pagination .posts-pages ul li {
  cursor: pointer;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #013250;
  opacity: 0.4;
  border-radius: 50%;
}
.posts-page-container .posts-section .posts-pagination .posts-pages ul li.active {
  opacity: 1;
}

.single-post-page-container {
  overflow: hidden;
  background-color: #f0f0f0;
}
.single-post-page-container .hero-section {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-post-page-container .hero-section {
    height: 500px;
  }
}
.single-post-page-container .hero-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}
.single-post-page-container .hero-section .section-background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.single-post-page-container .hero-section .section-content {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0 clamp(2rem, 6vw, 115px);
}
.single-post-page-container .hero-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .hero-section .section-content .section-title {
    font-size: 60px;
  }
}
.single-post-page-container .hero-section .section-content .section-description {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .single-post-page-container .hero-section .section-content .section-description {
    font-size: 18px;
  }
}
.single-post-page-container .post-editor-section {
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px) 4rem;
}
.single-post-page-container .post-editor-section .editor {
  max-width: 1200px;
  margin: auto;
  text-wrap: initial;
}
.single-post-page-container .post-editor-section .editor h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .post-editor-section .editor h1 {
    font-size: 60px;
  }
}
.single-post-page-container .post-editor-section .editor h1:not(:first-child) {
  margin: 2rem 0 1rem;
}
.single-post-page-container .post-editor-section .editor h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
}
.single-post-page-container .post-editor-section .editor h2:not(:first-child) {
  margin: 2rem 0 1rem;
}
.single-post-page-container .post-editor-section .editor h3 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .post-editor-section .editor h3 {
    font-size: 24px;
  }
}
.single-post-page-container .post-editor-section .editor h3:not(:first-child) {
  margin: 2rem 0 1rem;
}
.single-post-page-container .post-editor-section .editor h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .post-editor-section .editor h4 {
    font-size: 24px;
  }
}
.single-post-page-container .post-editor-section .editor h4:not(:first-child) {
  margin: 2rem 0 1rem;
}
.single-post-page-container .post-editor-section .editor h5 {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  font-family: "Fredoka", sans-serif;
}
.single-post-page-container .post-editor-section .editor h5:not(:first-child) {
  margin: 2rem 0 1rem;
}
.single-post-page-container .post-editor-section .editor h6 {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .single-post-page-container .post-editor-section .editor h6 {
    font-size: 18px;
  }
}
.single-post-page-container .post-editor-section .editor h6:not(:first-child) {
  margin: 2rem 0 1rem;
}
.single-post-page-container .post-editor-section .editor li,
.single-post-page-container .post-editor-section .editor p,
.single-post-page-container .post-editor-section .editor a {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .single-post-page-container .post-editor-section .editor li,
  .single-post-page-container .post-editor-section .editor p,
  .single-post-page-container .post-editor-section .editor a {
    font-size: 18px;
  }
}
.single-post-page-container .post-editor-section .editor p:not(:last-child) {
  margin-bottom: 1rem;
}
.single-post-page-container .post-editor-section .editor ul {
  list-style-type: disc;
  padding-left: 25px;
}
.single-post-page-container .post-editor-section .editor ul li::marker {
  color: #013250;
}
.single-post-page-container .post-editor-section .editor ol {
  counter-reset: number;
  list-style-type: none;
  margin-bottom: 15px;
}
.single-post-page-container .post-editor-section .editor ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.single-post-page-container .post-editor-section .editor ol li:last-of-type {
  margin-bottom: 0;
}
.single-post-page-container .post-editor-section .editor ol li:before {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: #013250;
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .single-post-page-container .post-editor-section .editor ol li:before {
    font-size: 18px;
  }
}
.single-post-page-container .post-editor-section .editor img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  width: auto;
  height: auto;
}
.single-post-page-container .post-editor-section .editor img.alignleft:not(.size-full):not(.size-large) {
  float: left;
  margin-right: 15px;
}
.single-post-page-container .post-editor-section .editor img.aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.single-post-page-container .post-editor-section .editor img.alignright:not(.size-full):not(.size-large) {
  float: right;
  margin-left: 15px;
}
.single-post-page-container .share-section {
  padding: 0 clamp(2rem, 6vw, 115px);
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.single-post-page-container .share-section .section-content {
  border: solid 2px #013250;
  border-radius: 15px;
  padding: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}
.single-post-page-container .share-section .section-content p {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  margin: 0 0 1rem;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .share-section .section-content p {
    font-size: 24px;
  }
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .share-section .section-content p {
    text-align: left;
    width: auto;
    margin: 0;
  }
}
.single-post-page-container .share-section .section-content .addtoany_shortcode {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .share-section .section-content .addtoany_shortcode {
    width: auto;
    text-align: left;
  }
}
.single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list {
  line-height: 1 !important;
}
.single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list a {
  padding: 0;
  margin: 0 7px;
}
.single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list a:hover span {
  background-color: #013250 !important;
}
.single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list a span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  opacity: 1;
  transition: all 400ms ease 0ms;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
}
.single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list a span svg {
  width: 46px;
  height: 46px;
  max-width: 28px;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list a span svg {
    max-width: 35px;
  }
}
@media only screen and (min-width : 1750px) {
  .single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list a span svg {
    max-width: 45px;
  }
}
.single-post-page-container .share-section .section-content .addtoany_shortcode .addtoany_list a span svg path {
  transition: all 400ms ease 0ms;
}
.single-post-page-container .similar-posts-section {
  position: relative;
}
.single-post-page-container .similar-posts-section .section-content {
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
  box-sizing: border-box;
  text-align: center;
}
.single-post-page-container .similar-posts-section .section-content .swiper-wrapper {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .single-post-page-container .similar-posts-section .section-content .swiper-wrapper {
    justify-content: flex-start;
  }
}
.single-post-page-container .similar-posts-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .single-post-page-container .similar-posts-section .section-content .section-title {
    font-size: 60px;
  }
}
.single-post-page-container .similar-posts-section .section-content .swiper-slide {
  height: auto;
}
.single-post-page-container .similar-posts-section .section-content .swiper-slide .slide-content {
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.single-post-page-container .similar-posts-section .section-content .swiper-slide .slide-content .tmplt-part-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single-post-page-container .similar-posts-section .section-content .swiper-slide .slide-content .tmplt-part-post .post-title {
  height: 100%;
}
.single-post-page-container .similar-posts-section .section-content .slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-page-container .similar-posts-section .section-content .slider-buttons .cards-swiper-button {
  margin: 2rem 0.5rem 0;
}
.single-post-page-container .similar-posts-section .section-content .slider-buttons .cards-swiper-button-prev {
  transform: rotate(180deg);
}

.single-project-page-container {
  overflow: hidden;
  background-color: #f0f0f0;
}
.single-project-page-container .tmplt-part-hero {
  position: relative;
}
.single-project-page-container .tmplt-part-hero .section-content {
  position: relative;
}
.single-project-page-container .tmplt-part-hero .section-content .site-button, .single-project-page-container .tmplt-part-hero .section-content #site-header .right nav a, #site-header .right nav .single-project-page-container .tmplt-part-hero .section-content a, .single-project-page-container .tmplt-part-hero #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .single-project-page-container .tmplt-part-hero .section-content nav .menu li:last-child .sub-menu a, .single-project-page-container .tmplt-part-hero .section-content #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .single-project-page-container .tmplt-part-hero .section-content a {
  background-color: transparent;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 40px;
  width: auto;
}
.single-project-page-container .tmplt-part-hero .section-content .section-description {
  max-width: 50vw;
}
.single-project-page-container .project-gallery-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .project-gallery-section {
    grid-template-columns: 25% 1fr;
  }
}
.single-project-page-container .project-gallery-section > * {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.single-project-page-container .project-gallery-section__info {
  background-color: #fff;
  align-self: center;
  justify-self: center;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}
.single-project-page-container .project-gallery-section__info .gallery-text:not(:last-child) {
  margin-bottom: 2rem;
}
.single-project-page-container .project-gallery-section__info .gallery-text p:nth-child(1) {
  font-family: "halyard-display", sans-serif;
  font-size: 14px;
  color: #013250;
  line-height: 1.3em;
  margin-bottom: 0.2rem;
}
.single-project-page-container .project-gallery-section__info .gallery-text p:nth-child(2) {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .project-gallery-section__info .gallery-text p:nth-child(2) {
    font-size: 24px;
  }
}
.single-project-page-container .project-gallery-section__image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .project-gallery-section__image {
    aspect-ratio: 1.8;
  }
}
.single-project-page-container .project-gallery-section__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-project-page-container .project-gallery-section__image .modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  stroke: #013250;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, stroke 0.3s ease-in-out;
}
.single-project-page-container .project-gallery-section__image .modal-icon svg {
  width: 50%;
}
.single-project-page-container .project-gallery-section__image .modal-icon:hover {
  background-color: #013250;
}
.single-project-page-container .project-gallery-section__image .modal-icon:hover svg {
  stroke: #fff;
}
.single-project-page-container .project-gallery-section .swiper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #013250;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 0;
  transition: opacity 0.3s ease-in-out;
}
body.init-modal .single-project-page-container .project-gallery-section .swiper {
  opacity: 1;
  pointer-events: initial;
}
.single-project-page-container .project-gallery-section .swiper-wrapper {
  align-items: center;
}
.single-project-page-container .project-gallery-section .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-project-page-container .project-gallery-section .swiper-slide img {
  max-width: calc(100% - 4 * clamp(2rem, 6vw, 115px));
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 90%;
}
@media screen and (max-width: 768px) {
  .single-project-page-container .project-gallery-section .swiper-slide img {
    max-width: 95%;
  }
}
.single-project-page-container .project-gallery-section .swiper-button {
  stroke: #013250;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .single-project-page-container .project-gallery-section .swiper-button {
    bottom: 2rem;
    top: unset;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    transform: unset;
  }
}
.single-project-page-container .project-gallery-section .swiper-button svg {
  width: 50%;
}
.single-project-page-container .project-gallery-section .swiper-button::before, .single-project-page-container .project-gallery-section .swiper-button::after {
  content: unset;
}
.single-project-page-container .project-gallery-section .swiper-button-prev {
  transform: rotate(180deg);
  left: clamp(2rem, 6vw, 115px);
}
@media screen and (max-width: 768px) {
  .single-project-page-container .project-gallery-section .swiper-button-prev {
    transform: translateX(-70%) rotate(180deg);
  }
}
.single-project-page-container .project-gallery-section .swiper-button-next {
  right: clamp(2rem, 6vw, 115px);
}
@media screen and (max-width: 768px) {
  .single-project-page-container .project-gallery-section .swiper-button-next {
    transform: translateX(70%);
  }
}
.single-project-page-container .project-gallery-section .swiper .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  stroke: #013250;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.single-project-page-container .project-gallery-section .swiper .close img {
  width: 40%;
}
.single-project-page-container .blocks-section .block {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 750px;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .blocks-section .block {
    flex-direction: initial;
  }
}
.single-project-page-container .blocks-section .block:not(:first-child) {
  margin-top: -110px;
}
.single-project-page-container .blocks-section .block:nth-child(odd) {
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
          clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .blocks-section .block:nth-child(odd) {
    -webkit-clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
            clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
  }
}
.single-project-page-container .blocks-section .block:nth-child(even) {
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
  justify-content: flex-end;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .blocks-section .block:nth-child(even) {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
            clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
  }
}
.single-project-page-container .blocks-section .block:nth-child(even) .block-info .block-info-content {
  margin-left: auto;
}
.single-project-page-container .blocks-section .block:last-child {
  margin-bottom: 0;
}
.single-project-page-container .blocks-section .block .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-color: #013250;
  z-index: 0;
}
.single-project-page-container .blocks-section .block .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.single-project-page-container .blocks-section .block .image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-project-page-container .blocks-section .block .block-info {
  z-index: 1;
  box-sizing: border-box;
  padding: calc(clamp(4rem, 8vw, 154px) * 2) clamp(2rem, 6vw, 115px);
  text-align: center;
}
.single-project-page-container .blocks-section .block .block-info .block-info-content {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .blocks-section .block .block-info .block-info-content {
    width: 42vw;
  }
}
.single-project-page-container .blocks-section .block .block-info .block-info-content .block-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #013250;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .blocks-section .block .block-info .block-info-content .block-title {
    font-size: 95px;
  }
}
.single-project-page-container .blocks-section .block .block-info .block-info-content .block-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
}
.single-project-page-container .similar-projects-section {
  position: relative;
}
.single-project-page-container .similar-projects-section .section-content {
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
  box-sizing: border-box;
  text-align: center;
}
.single-project-page-container .similar-projects-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .similar-projects-section .section-content .section-title {
    font-size: 60px;
  }
}
.single-project-page-container .similar-projects-section .section-content .projects {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .similar-projects-section .section-content .projects {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
.single-project-page-container .similar-projects-section .section-content .projects .project-holder {
  width: 100%;
  box-sizing: border-box;
}
.single-project-page-container .form-section {
  background-color: #013250;
  box-sizing: border-box;
  position: relative;
  padding: calc(clamp(4rem, 8vw, 154px) * 1.5) clamp(2rem, 6vw, 115px) clamp(2rem, 6vw, 115px);
}
.single-project-page-container .form-section .wave-border {
  position: absolute;
  top: 0;
  width: 102%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.single-project-page-container .form-section .wave-border .border {
  position: relative;
}
.single-project-page-container .form-section .wave-border .border svg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: visible;
}
.single-project-page-container .form-section .wave-border .border svg path {
  stroke-width: 120px;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .form-section .wave-border .border svg path {
    stroke-width: 55px;
  }
}
.single-project-page-container .form-section .wave-border .border-bg {
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 0;
  transform: translate(-50%, 9%) scale(-1, -1);
  width: 102%;
}
.single-project-page-container .form-section .wave-border .border-bg svg {
  width: 100%;
  height: 100%;
}
.single-project-page-container .form-section .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .single-project-page-container .form-section .section-title {
    font-size: 60px;
  }
}
.single-project-page-container .form-section .form-holder {
  margin-top: 4rem;
}

.projects-page-container {
  overflow: hidden;
  background-color: #f0f0f0;
}
.projects-page-container .projects-section {
  padding: 0 15px;
  box-sizing: border-box;
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
}
.projects-page-container .projects-section #projects-response {
  transition: all 400ms ease 0ms;
}
.projects-page-container .projects-section #projects-response.loading {
  opacity: 0;
}
.projects-page-container .projects-section .projects {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width : 768px) {
  .projects-page-container .projects-section .projects {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 2rem;
  }
}
.projects-page-container .form-section {
  background-color: #013250;
  padding: calc(clamp(4rem, 8vw, 154px) * 1.5) clamp(2rem, 6vw, 115px) clamp(2rem, 6vw, 115px);
  box-sizing: border-box;
  position: relative;
}
.projects-page-container .form-section .wave-border {
  position: absolute;
  top: 0;
  width: 102%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.projects-page-container .form-section .wave-border .border {
  position: relative;
}
.projects-page-container .form-section .wave-border .border svg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: visible;
}
.projects-page-container .form-section .wave-border .border svg path {
  stroke-width: 120px;
}
@media only screen and (min-width : 768px) {
  .projects-page-container .form-section .wave-border .border svg path {
    stroke-width: 55px;
  }
}
.projects-page-container .form-section .wave-border .border-bg {
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 0;
  transform: translate(-50%, 9%) scale(-1, -1);
  width: 102%;
}
.projects-page-container .form-section .wave-border .border-bg svg {
  width: 100%;
  height: 100%;
}
.projects-page-container .form-section .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .projects-page-container .form-section .section-title {
    font-size: 60px;
  }
}
.projects-page-container .form-section .form-holder {
  margin-top: 4rem;
}

.design-page-container {
  overflow: hidden;
  background-color: #f0f0f0;
}
.design-page-container .tmplt-part-hero {
  margin-bottom: 0;
}
.design-page-container .description-section .section-content {
  padding: 0 clamp(2rem, 6vw, 115px);
  box-sizing: border-box;
  text-align: center;
  margin: clamp(4rem, 8vw, 154px) auto;
}
@media only screen and (min-width : 768px) {
  .design-page-container .description-section .section-content {
    padding: 0 30px;
  }
}
.design-page-container .description-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  margin: 0 auto 2rem;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .design-page-container .description-section .section-content .section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width : 768px) {
  .design-page-container .description-section .section-content .section-title {
    width: 70vw;
  }
}
.design-page-container .description-section .section-content .section-description {
  margin: auto;
  max-width: 1070px;
  width: 100%;
}
@media only screen and (min-width : 1750px) {
  .design-page-container .description-section .section-content .section-description {
    width: 41vw;
  }
}
.design-page-container .description-section .section-content .section-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .design-page-container .description-section .section-content .section-description p {
    font-size: 18px;
  }
}
.design-page-container .description-section .section-content .section-description p:not(:last-child) {
  margin-bottom: 1rem;
}
.design-page-container .blocks-section {
  position: relative;
}
.design-page-container .blocks-section .blocks {
  position: relative;
  z-index: 2;
}
.design-page-container .blocks-section .blocks .block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-bottom: 40%;
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block {
    flex-direction: initial;
    height: 900px;
    align-items: center;
    padding-bottom: 0;
  }
}
.design-page-container .blocks-section .blocks .block:not(:first-child) {
  margin-top: -120px;
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:not(:first-child) {
    margin-top: -162px;
  }
}
.design-page-container .blocks-section .blocks .block:nth-child(odd) {
  background-color: #06b6b3;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:nth-child(odd) {
    -webkit-clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
            clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
  }
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:nth-child(odd) .image-holder {
    padding-left: 3rem;
  }
}
.design-page-container .blocks-section .blocks .block:nth-child(odd) .image-holder .image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:nth-child(odd) .image-holder .image {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
.design-page-container .blocks-section .blocks .block:nth-child(odd) .block-info {
  order: 1;
}
.design-page-container .blocks-section .blocks .block:nth-child(odd) .block-info .block-button:hover {
  background-color: #013250;
  color: #fff;
}
.design-page-container .blocks-section .blocks .block:nth-child(even) {
  background-color: #013250;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:nth-child(even) {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
            clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
  }
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:nth-child(even) .image-holder {
    padding-right: 3rem;
  }
}
.design-page-container .blocks-section .blocks .block:nth-child(even) .image-holder .image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:nth-child(even) .image-holder .image {
    -webkit-clip-path: unset;
            clip-path: unset;
    transform: rotateY(180deg);
  }
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block:nth-child(even) .image-holder .image img {
    transform: rotateY(180deg);
  }
}
.design-page-container .blocks-section .blocks .block:nth-child(even) .block-info .block-icon {
  background-color: #06b6b3;
}
.design-page-container .blocks-section .blocks .block:nth-child(even) .block-info .block-button:hover {
  background-color: #06b6b3;
  color: #fff;
}
.design-page-container .blocks-section .blocks .block:last-child {
  margin-bottom: 0;
}
.design-page-container .blocks-section .blocks .block .block-info {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 min(8vw, 153px);
}
.design-page-container .blocks-section .blocks .block .block-info span {
  text-decoration: line-through;
  font: inherit;
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block .block-info {
    margin-bottom: 0;
    width: 50%;
  }
}
.design-page-container .blocks-section .blocks .block .block-info .block-icon {
  background-color: #013250;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .design-page-container .blocks-section .blocks .block .block-info .block-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
  }
}
.design-page-container .blocks-section .blocks .block .block-info .block-icon img {
  height: 45%;
  margin: auto;
}
.design-page-container .blocks-section .blocks .block .block-info .block-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
  margin: 0 0 1rem;
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block .block-info .block-title {
    font-size: 60px;
  }
}
.design-page-container .blocks-section .blocks .block .block-info .block-subtitle {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
  margin-bottom: 0.5rem;
  color: #fff;
}
.design-page-container .blocks-section .blocks .block .block-info .block-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
}
.design-page-container .blocks-section .blocks .block .block-info .block-description p:not(:last-child) {
  margin-bottom: 1rem;
}
.design-page-container .blocks-section .blocks .block .block-info .block-button {
  color: #fff;
  background-color: transparent;
  margin-top: 2rem;
  background-color: #fff;
  color: #013250;
}
.design-page-container .blocks-section .blocks .block .image-holder {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 100vw;
  order: -1;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block .image-holder {
    width: 50%;
    height: calc(100% - 6rem);
    order: initial;
    margin-bottom: 0;
  }
}
.design-page-container .blocks-section .blocks .block .image-holder .image {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .design-page-container .blocks-section .blocks .block .image-holder .image {
    border-radius: 15px;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NTkuNjQ5IiBoZWlnaHQ9IjExMDcuNTYyIiB2aWV3Qm94PSIwIDAgOTU5LjY0OSAxMTA3LjU2MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHBhdGggaWQ9Il85ODk0MWM5ZTk2M2VhYzQ2MzBkZDc4N2RiOWNiY2I2YiIgZGF0YS1uYW1lPSI5ODk0MWM5ZTk2M2VhYzQ2MzBkZDc4N2RiOWNiY2I2YiIgZD0iTTMwLDAsOTI4LDkxLjMyNmEzMCwzMCwwLDAsMSwzMCwzMFY5ODJhMzAsMzAsMCwwLDEtMzAsMzBMMjguMzUxLDExMDcuNTYyYTMwLDMwLDAsMCwxLTMwLTMwTDAsMzBBMzAsMzAsMCwwLDEsMzAsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNjQ5KSIgZmlsbD0iI2E4YThhOCIvPgo8L3N2Zz4K);
  }
}
.design-page-container .blocks-section .blocks .block .image-holder .image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__bottom {
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
}

.cards__headline {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .cards__headline {
    font-size: 60px;
  }
}
.cards__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .cards__container {
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
  }
}
.cards__container .card {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.cards__container .card__image {
  aspect-ratio: 1.7;
}
.cards__container .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards__container .card__content {
  padding: 1.5rem;
  background-color: #fff;
  height: 100%;
}
.cards__container .card__content h3 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width : 768px) {
  .cards__container .card__content h3 {
    font-size: 24px;
  }
}
.cards__container .card__content p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
}

.cards-h {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: clamp(2rem, 6vw, 115px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cards-h {
    grid-template-columns: 1fr;
  }
}
.cards-h__headline {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  align-self: center;
}
@media only screen and (min-width : 768px) {
  .cards-h__headline {
    font-size: 60px;
  }
}
.cards-h__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .cards-h__container {
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
  }
}
.cards-h__container .card {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cards-h__container .card__image {
  width: 90px;
  height: 90px;
  background-color: #06b6b3;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cards-h__container .card__image {
    width: 65px;
    height: 65px;
  }
}
.cards-h__container .card__image img {
  width: 40%;
}
.cards-h__container .card__title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  margin-top: 1rem;
}
@media only screen and (min-width : 768px) {
  .cards-h__container .card__title {
    font-size: 24px;
  }
}
.cards-h__container .card__description {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  margin-top: 2rem;
}
.cards-h__container .card__description p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.quote-section {
  max-width: 1400px;
}
.quote-section .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .quote-section .section-title {
    font-size: 60px;
  }
}

.contact-page-container {
  background-color: #f0f0f0;
  overflow: hidden;
}
.contact-page-container .tmplt-part-hero {
  position: relative;
}
.contact-page-container .form-section {
  box-sizing: border-box;
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
}
.contact-page-container .form-section .section-header {
  text-align: center;
  margin-bottom: clamp(2rem, 6vw, 115px);
}
.contact-page-container .form-section .section-header .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .contact-page-container .form-section .section-header .section-title {
    font-size: 60px;
  }
}
.contact-page-container .form-section .section-header .contacts {
  text-align: center;
}
.contact-page-container .form-section .section-header .contacts a {
  transition: all 400ms ease 0ms;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  line-height: 1.4em;
}
@media only screen and (min-width : 768px) {
  .contact-page-container .form-section .section-header .contacts a {
    font-size: 24px;
  }
}
.contact-page-container .form-section .section-header .contacts a:hover {
  color: #06b6b3;
}
.contact-page-container .form-section .forms-filter .forms-filter-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .contact-page-container .form-section .forms-filter .forms-filter-title {
    font-size: 60px;
  }
}
.contact-page-container .form-section .forms-filter .filters {
  display: grid;
  grid-auto-columns: unset;
  grid-auto-flow: unset;
  grid-template-columns: 1fr;
}
@media only screen and (min-width : 768px) {
  .contact-page-container .form-section .forms-filter .filters {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }
}
.contact-page-container .form-section .forms-filter .filters .button-holder {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.contact-page-container .form-section .forms-filter .filters .button-holder:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width : 768px) {
  .contact-page-container .form-section .forms-filter .filters .button-holder {
    margin-bottom: 0;
    padding: 0 8px;
  }
}
.contact-page-container .form-section .forms-filter .filters .button-holder button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  border: solid 2px #013250;
  background-color: transparent;
  line-height: 1;
}
.contact-page-container .form-section .forms-filter .filters .button-holder button.active, .contact-page-container .form-section .forms-filter .filters .button-holder button:hover {
  background-color: #06b6b3;
  border-color: #06b6b3;
  color: #fff;
}
.contact-page-container .form-section .forms {
  border: 1px solid #013250;
  padding: clamp(2rem, 6vw, 115px);
  border-radius: 40px;
}
.contact-page-container .form-section .forms .form-holder {
  display: none;
  border: none;
  max-width: 100%;
  padding: clamp(2rem, 6vw, 115px) 0 0;
}
.contact-page-container .form-section .forms .form-holder.active {
  display: block;
}
.contact-page-container .form-section .forms .form-holder form label {
  color: #013250;
}
.contact-page-container .form-section .forms .form-holder form input:not([type=checkbox]) {
  color: #013250;
}

.about-page-container {
  overflow: hidden;
}
.about-page-container .description-section .section-content {
  margin: 90px auto 70px;
  text-align: center;
  padding: 0 45px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .about-page-container .description-section .section-content {
    margin: 6.4676616915vw auto 4.9751243781vw;
    width: 54.7263681592vw;
  }
}
.about-page-container .description-section .section-content .section-title {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .about-page-container .description-section .section-content .section-title {
    font-size: 18px;
  }
}
.about-page-container .description-section .section-content .section-description {
  margin: auto;
}
.about-page-container .description-section .section-content .section-description p {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
}
.about-page-container .blocks-section .block {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -25vw;
  min-height: 209vw;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .about-page-container .blocks-section .block {
    min-height: 67.6vw;
    margin-bottom: -8.8vw;
  }
}
@media only screen and (min-width : 1280px) {
  .about-page-container .blocks-section .block {
    margin-bottom: -7.4vw;
    min-height: 56.6vw;
  }
}
.about-page-container .blocks-section .block:first-child {
  margin-top: 0;
}
.about-page-container .blocks-section .block:nth-child(odd) {
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
          clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
}
@media only screen and (min-width : 768px) {
  .about-page-container .blocks-section .block:nth-child(odd) {
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%);
            clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%);
  }
}
.about-page-container .blocks-section .block:nth-child(even) {
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}
@media only screen and (min-width : 768px) {
  .about-page-container .blocks-section .block:nth-child(even) {
    -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
            clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
  }
}
.about-page-container .blocks-section .block:nth-child(even) .block-info .block-info-content {
  margin-left: auto;
}
.about-page-container .blocks-section .block:last-child {
  margin-bottom: -15vw;
}
@media only screen and (min-width : 768px) {
  .about-page-container .blocks-section .block:last-child {
    margin-bottom: -5vw;
  }
}
.about-page-container .blocks-section .block .image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #013250;
}
.about-page-container .blocks-section .block .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-page-container .blocks-section .block .image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page-container .blocks-section .block .block-info {
  z-index: 1;
  padding: 0 5.97vw;
  box-sizing: border-box;
  width: 100%;
}
.about-page-container .blocks-section .block .block-info .block-info-content {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .about-page-container .blocks-section .block .block-info .block-info-content {
    text-align: left;
    width: 50vw;
  }
}
@media only screen and (min-width : 1250px) {
  .about-page-container .blocks-section .block .block-info .block-info-content {
    width: 35vw;
  }
}
.about-page-container .blocks-section .block .block-info .block-info-content .block-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #013250;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .about-page-container .blocks-section .block .block-info .block-info-content .block-title {
    font-size: 95px;
  }
}
@media only screen and (min-width : 768px) {
  .about-page-container .blocks-section .block .block-info .block-info-content .block-title {
    margin-bottom: 1.73vw;
  }
}
.about-page-container .blocks-section .block .block-info .block-info-content .block-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-page-container .blocks-section .block .block-info .block-info-content .block-description p {
    font-size: 18px;
  }
}
.about-page-container .blocks-section .block .block-info .block-info-content .site-button, .about-page-container .blocks-section .block .block-info .block-info-content #site-header .right nav a, #site-header .right nav .about-page-container .blocks-section .block .block-info .block-info-content a, .about-page-container .blocks-section .block .block-info .block-info-content #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .about-page-container .blocks-section .block .block-info .block-info-content a, .about-page-container .blocks-section .block .block-info .block-info-content #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .about-page-container .blocks-section .block .block-info .block-info-content a {
  margin-top: 2.48vw;
}
.about-page-container .img-with-desc-section {
  background-color: #06b6b3;
  padding: 80px 18px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .about-page-container .img-with-desc-section {
    padding: 4.9751243781vw 7.4626865672vw 7.4626865672vw 4.9751243781vw;
  }
}
.about-page-container .img-with-desc-section .wave-border {
  position: absolute;
  top: 0;
  width: 124%;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -100%);
}
.about-page-container .img-with-desc-section .wave-border .border svg {
  width: 103%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: visible;
  transform: translate(-50%, 21%);
  left: 50%;
}
.about-page-container .img-with-desc-section .wave-border .border svg path {
  stroke-width: 120px;
}
@media only screen and (min-width : 768px) {
  .about-page-container .img-with-desc-section .wave-border .border svg path {
    stroke-width: 55px;
  }
}
.about-page-container .img-with-desc-section .wave-border .border-bg {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 48%);
  width: 85%;
  left: 50%;
  z-index: 0;
}
.about-page-container .img-with-desc-section .wave-border .border-bg svg {
  width: 100%;
  height: 100%;
}
.about-page-container .img-with-desc-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #013250;
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (min-width : 768px) {
  .about-page-container .img-with-desc-section .section-content .section-title {
    font-size: 95px;
  }
}
.about-page-container .img-with-desc-section .section-content .img-with-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .image-holder {
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (min-width : 768px) {
  .about-page-container .img-with-desc-section .section-content .img-with-desc .image-holder {
    width: 50%;
    margin-bottom: 0;
  }
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .image-holder .image {
  position: relative;
  padding-top: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .image-holder .image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder {
    text-align: left;
    padding-left: 7.4626865672vw;
    padding-right: 4.9751243781vw;
    width: 50%;
  }
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder .section-sub-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
  color: #fff;
  margin-bottom: 23px;
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder .section-sub-title-big {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
  margin-bottom: 23px;
}
@media only screen and (min-width : 768px) {
  .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder .section-sub-title-big {
    font-size: 60px;
  }
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder .section-description p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder .section-description p {
    font-size: 18px;
  }
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder .site-button, .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder #site-header .right nav a, #site-header .right nav .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder a, .about-page-container .img-with-desc-section #site-nav-mobile .section-content .img-with-desc .info-holder nav .menu li:last-child .sub-menu a, #site-nav-mobile .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder nav .menu li:last-child .sub-menu a, .about-page-container .img-with-desc-section #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .img-with-desc .info-holder a, #site-nav-mobile .about-page-container .img-with-desc-section .section-content nav .menu li:last-child .sub-menu .img-with-desc .info-holder a, .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder a {
  margin-top: 60px;
}
.about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder .site-button:hover, .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder #site-header .right nav a:hover, #site-header .right nav .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder a:hover, .about-page-container .img-with-desc-section #site-nav-mobile .section-content .img-with-desc .info-holder nav .menu li:last-child .sub-menu a:hover, #site-nav-mobile .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder nav .menu li:last-child .sub-menu a:hover, .about-page-container .img-with-desc-section #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .img-with-desc .info-holder a:hover, #site-nav-mobile .about-page-container .img-with-desc-section .section-content nav .menu li:last-child .sub-menu .img-with-desc .info-holder a:hover, .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder #site-footer .menu > li:last-child .sub-menu li a:hover, #site-footer .menu > li:last-child .sub-menu li .about-page-container .img-with-desc-section .section-content .img-with-desc .info-holder a:hover {
  background-color: #013250;
  color: #fff;
}

body.page-template-faq {
  background-color: #f0f0f0;
}
.faq__banner {
  padding: 10rem 0 6rem;
  text-align: center;
}
.faq__banner h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #013250;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width : 768px) {
  .faq__banner h1 {
    font-size: 95px;
  }
}
.faq__banner p {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
}
.faq__content {
  max-width: 1200px;
  padding: 0 2rem 6rem;
  margin: 0 auto;
}
.faq__content h3 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #013250;
  line-height: 1.1em;
  margin-bottom: 1rem;
}
.faq__content .accordion {
  margin-bottom: 4rem;
}
.faq__content .accordion__item {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.faq__content .accordion__item:not(:last-child) {
  margin-bottom: 1rem;
}
.faq__content .accordion__item:before, .faq__content .accordion__item:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #06b6b3;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.faq__content .accordion__item::after {
  transform: rotate(90deg);
}
.faq__content .accordion__item .question {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .faq__content .accordion__item .question {
    font-size: 18px;
  }
}
.faq__content .accordion__item .answer {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq__content .accordion__item .answer .inner {
  padding: 1rem 0 0;
}
.faq__content .accordion__item .answer .inner a {
  color: #06b6b3;
}
.faq__content .accordion__item.active .answer {
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  .faq__content .accordion__item.active .answer {
    max-height: 300px;
  }
}
.faq__content .accordion__item.active:before {
  transform: rotate(45deg);
}
.faq__content .accordion__item.active::after {
  transform: rotate(135deg);
}

.products-page-container {
  overflow: hidden;
  background-color: #f0f0f0;
}
.products-page-container .tmplt-part-hero {
  background-color: #06b6b3;
}
.products-page-container .tmplt-part-hero::before {
  content: unset;
}
.products-page-container .form-holder {
  border: none;
  max-width: 100%;
  padding: clamp(2rem, 6vw, 115px) 0 0;
}
.products-page-container .form-holder h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 768px) {
  .products-page-container .form-holder h2 {
    font-size: 60px;
  }
}
.products-page-container .form-holder > p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .products-page-container .form-holder > p {
    font-size: 18px;
  }
}
.products-page-container .form-holder form label {
  color: #013250;
}
.products-page-container .form-holder form input:not([type=checkbox]) {
  color: #013250;
}
.products-page-container .products-section {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 4.9751243781vw;
}
@media only screen and (min-width : 768px) {
  .products-page-container .products-section {
    padding: 0 3.9800995025vw;
  }
}
@media only screen and (min-width : 1250px) {
  .products-page-container .products-section {
    padding: 0 12.4378109453vw;
  }
}
.products-page-container .products-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .products-page-container .products-section .section-content .section-title {
    font-size: 60px;
  }
}
.products-page-container .products-section .section-content .section-description {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  text-align: center;
}
.products-page-container .products-section .section-content #products-response {
  transition: all 400ms ease 0ms;
}
.products-page-container .products-section .section-content #products-response.loading {
  opacity: 0;
}
.products-page-container .products-section .section-content .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: clamp(4rem, 8vw, 154px) 0;
}
@media only screen and (min-width : 768px) {
  .products-page-container .products-section .section-content .products {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem 2rem;
  }
}
.products-page-container .cta {
  text-align: center;
  margin: calc(clamp(4rem, 8vw, 154px) * 1.5);
}
.products-page-container .cta .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .products-page-container .cta .section-title {
    font-size: 60px;
  }
}
.products-page-container .cta .site-button, .products-page-container .cta #site-header .right nav a, #site-header .right nav .products-page-container .cta a, .products-page-container .cta #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .products-page-container .cta a, .products-page-container .cta #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .products-page-container .cta a {
  background-color: #06b6b3;
  color: #fff;
}
.products-page-container .cta .site-button:hover, .products-page-container .cta #site-header .right nav a:hover, #site-header .right nav .products-page-container .cta a:hover, .products-page-container .cta #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a:hover, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .products-page-container .cta a:hover, .products-page-container .cta #site-footer .menu > li:last-child .sub-menu li a:hover, #site-footer .menu > li:last-child .sub-menu li .products-page-container .cta a:hover {
  background-color: #013250;
}

.single-product-page-container {
  background-color: #f0f0f0;
  padding-top: 4rem;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container {
    padding-top: 120px;
  }
}
.single-product-page-container .woocommerce-variation,
.single-product-page-container .quantity,
.single-product-page-container .reset_variations {
  display: none !important;
}
.single-product-page-container .single_product_bottom_section {
  overflow: hidden;
}
.single-product-page-container .hero-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 100px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section {
    margin-bottom: 5.3731343284vw;
    padding: 0 5vw;
  }
}
.single-product-page-container .hero-section .product-gallery-holder {
  width: 100%;
  flex: auto;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-gallery-holder {
    top: 100px;
    align-self: self-start;
    position: sticky;
    width: auto;
  }
}
.single-product-page-container .hero-section .product-gallery-holder .image-holder {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-gallery-holder .image-holder {
    border-radius: 20px;
  }
}
.single-product-page-container .hero-section .product-gallery-holder .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery {
  position: relative;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .swiper {
  padding-bottom: 3rem;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .swiper-slide {
  width: 100% !important;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .swiper-pagination {
  bottom: 0.7rem;
  left: 0;
  z-index: 2;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .hero-section .product-gallery-holder .product-gallery .swiper-pagination {
    left: 1rem;
  }
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: #013250;
  opacity: 0.4;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #013250;
  opacity: 1;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .product-swiper-button {
  position: absolute;
  bottom: 0;
  z-index: 11;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .product-swiper-button.button-circle {
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .product-swiper-button.product-swiper-button-prev {
  right: 45px;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .hero-section .product-gallery-holder .product-gallery .product-swiper-button.product-swiper-button-prev {
    right: calc(1rem + 45px);
  }
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .product-swiper-button.product-swiper-button-prev img {
  transform: rotate(180deg);
}
.single-product-page-container .hero-section .product-gallery-holder .product-gallery .product-swiper-button.product-swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .hero-section .product-gallery-holder .product-gallery .product-swiper-button.product-swiper-button-next {
    right: 1rem;
  }
}
.single-product-page-container .hero-section .product-info-holder {
  width: 100%;
  box-sizing: border-box;
  margin-top: 52px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder {
    margin-top: 0;
    width: auto;
    flex: 1;
    padding-left: 4vw;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .basic-product-info {
  margin-bottom: 20px;
  padding: 0 35px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .basic-product-info {
    border-bottom: 2px solid #013250;
    padding: 0 0 20px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .basic-product-info h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .basic-product-info h1 {
    font-size: 24px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .basic-product-info .secondary-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.single-product-page-container .hero-section .product-info-holder .product-info .basic-product-info .secondary-info p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  display: inline-block;
}
.single-product-page-container .hero-section .product-info-holder .product-info .basic-product-info .secondary-info .price {
  display: none;
}
.single-product-page-container .hero-section .product-info-holder .product-info .description {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  margin-bottom: 2rem;
  padding: 0 35px;
  text-wrap: initial;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .description {
    padding: 0;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .description:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #013250;
  margin-bottom: 20px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .description:before {
    content: none;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap {
  border: 2px solid #013250;
  border-radius: 15px;
  padding: 1.2437810945vw 1.9900497512vw;
  box-sizing: border-box;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container .variants_wrap {
  display: flex;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container .variants_wrap .single-variant {
  margin-right: 15px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container .variants_wrap .single-variant:last-child {
  margin-right: 0;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container .variants_wrap .single-variant.color .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container .variants_wrap .single-variant.color .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container .variants_wrap .single-variant.color .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 1.7412935323vw;
  height: 1.7412935323vw;
  border-radius: 1.7412935323vw;
  background: pink;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-variants-wrap .variant-container .variants_wrap .single-variant.color .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 1.9402985075vw;
  height: 1.9402985075vw;
  border-radius: 1.9402985075vw;
  border: 2px solid #013250;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart:not(.variations_form) {
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .cart:not(.variations_form) {
    padding: 0;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form {
  border-top: 2px solid #013250;
  padding-top: 20px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form {
    padding-top: 0;
    border: none;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations {
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations {
    margin-bottom: 70px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 35px 20px;
  border-bottom: 2px solid #013250;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr {
    border: 2px solid #013250;
    border-radius: 15px;
    padding: 1.2437810945vw 1.9900497512vw;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr th,
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td {
  width: 100%;
  text-align: left;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr th label,
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td label {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr th label,
  .single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td label {
    font-size: 18px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr th {
  display: flex;
  justify-content: space-between;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr th .variations_opener_icon {
  transition: all 400ms ease 0ms;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr th .variations_opener_icon.active {
  transform: rotate(180deg);
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td {
  margin-top: 10px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td .thwvsf-wrapper-ul {
  display: flex;
  align-items: center;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td .thwvsf-wrapper-ul p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  margin-right: 10px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td .thwvsf-wrapper-ul .thwvsf-item-span {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td .thwvsf-wrapper-ul .attr_swatch_design_1 {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  border-radius: 20px;
  padding: 5px 30px;
  box-sizing: border-box;
  height: auto;
  border: 2px solid #013250;
  box-shadow: none;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td .thwvsf-wrapper-ul .attr_swatch_design_1.thwvsf-selected {
  background-color: #013250;
}
.single-product-page-container .hero-section .product-info-holder .product-info .cart.variations_form .variations tr td .thwvsf-wrapper-ul .attr_swatch_design_1.thwvsf-selected .thwvsf-item-span {
  color: #fff;
}
.single-product-page-container .hero-section .product-info-holder .product-info .single_variation_wrap {
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .single_variation_wrap {
    padding: 0;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  width: 100%;
  background-color: #013250;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
  border: 2px solid #013250;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .single_add_to_cart_button {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .single_add_to_cart_button {
    margin-bottom: 30px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .single_add_to_cart_button:hover {
  background-color: #06b6b3;
  border: 2px solid #06b6b3;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder {
  padding: 0 20px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder {
    padding: 0;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options {
  padding: 25px 4vw;
  box-sizing: border-box;
  border-radius: 15px;
  border: 2px solid #f0f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options {
    box-shadow: none;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  text-align: center;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .cart-finance-description p,
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .cart-finance-description a {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  text-align: center;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .cart-finance-description a {
  text-decoration: underline;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .cart-finance-description a:hover {
  text-decoration: none;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content {
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content p {
  margin-bottom: 10px;
  white-space: nowrap;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content p {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content .icons-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content .icons-holder .single-payment-icon {
  margin-right: 10px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content .icons-holder .single-payment-icon img {
  vertical-align: bottom;
  max-height: 30px;
  width: auto;
}
.single-product-page-container .hero-section .product-info-holder .product-info .payment-options-holder .payment-options .payment-options-content .icons-holder .single-payment-icon:last-child {
  margin: 0;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details {
  margin-top: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details {
    margin-top: 3.9800995025vw;
    padding: 0;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header h2 {
    font-size: 24px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header .buttons-holder {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header .buttons-holder {
    display: none;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header .buttons-holder img {
  width: 15px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header .buttons-holder .prev {
  margin-right: 15px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-details-header .buttons-holder .prev img {
  transform: rotate(180deg);
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu {
  border-bottom: 2px solid #013250;
  padding-bottom: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu::-webkit-scrollbar {
  width: 10px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu::-webkit-scrollbar-track {
  background: transparent;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu::-webkit-scrollbar-thumb {
  background: transparent;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu li {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  transition: all 400ms ease 0ms;
  display: inline-block;
  margin-right: 6px;
  opacity: 0.4;
  cursor: pointer;
  border: solid 2px #013250;
  border-radius: 100px;
  padding: 6px 12px;
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu li {
    margin-right: 15px;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu li.active {
  opacity: 1;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu li:hover {
  opacity: 0.8;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tabs-menu li:last-child {
  margin-right: 0;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab {
  display: none;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab.active {
  display: block;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  margin-bottom: 10px;
  text-wrap: initial;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab ul {
  margin-bottom: 10px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab ul li {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  list-style-type: disc;
  list-style-position: inside;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab ol {
  margin-bottom: 10px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab ol li {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  list-style-type: number;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab ol li {
    font-size: 18px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-descriptions-holder .single-icon-description-wrap {
  display: none;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-descriptions-holder .single-icon-description-wrap.active {
  display: block;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-descriptions-holder .single-icon-description-wrap .icon-title {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-descriptions-holder .single-icon-description-wrap .icon-title {
    font-size: 18px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-descriptions-holder .single-icon-description-wrap p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-holder {
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-holder .single-icon-wrap {
  border: 2px solid #013250;
  border-radius: 10px;
  margin-right: 6px;
  margin-top: 15px;
  width: 20%;
  padding: 10px 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-holder .single-icon-wrap {
    border-radius: 15px;
    margin-right: 15px;
    padding: 20px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-holder .single-icon-wrap:last-child {
  margin-right: 0;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-holder .single-icon-wrap .single-info-icon img {
  max-height: 20px;
  width: auto;
}
@media only screen and (min-width : 1024px) {
  .single-product-page-container .hero-section .product-info-holder .product-info .product-details .product-info-tab .product-info-icons-holder .single-icon-wrap .single-info-icon img {
    max-height: 30px;
  }
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .site-button, .single-product-page-container .hero-section .product-info-holder .product-info .product-details #site-header .right nav a, #site-header .right nav .single-product-page-container .hero-section .product-info-holder .product-info .product-details a, .single-product-page-container .hero-section .product-info-holder .product-info .product-details #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .single-product-page-container .hero-section .product-info-holder .product-info .product-details a, .single-product-page-container .hero-section .product-info-holder .product-info .product-details #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .single-product-page-container .hero-section .product-info-holder .product-info .product-details a {
  width: 100%;
  background-color: #06b6b3;
  color: #fff;
  margin-top: 2rem;
}
.single-product-page-container .hero-section .product-info-holder .product-info .product-details .site-button:hover, .single-product-page-container .hero-section .product-info-holder .product-info .product-details #site-header .right nav a:hover, #site-header .right nav .single-product-page-container .hero-section .product-info-holder .product-info .product-details a:hover, .single-product-page-container .hero-section .product-info-holder .product-info .product-details #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a:hover, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .single-product-page-container .hero-section .product-info-holder .product-info .product-details a:hover, .single-product-page-container .hero-section .product-info-holder .product-info .product-details #site-footer .menu > li:last-child .sub-menu li a:hover, #site-footer .menu > li:last-child .sub-menu li .single-product-page-container .hero-section .product-info-holder .product-info .product-details a:hover {
  background-color: #013250;
}
.single-product-page-container .similar-posts-section {
  position: relative;
}
.single-product-page-container .similar-posts-section .section-content {
  padding: clamp(4rem, 8vw, 154px) clamp(2rem, 6vw, 115px);
  box-sizing: border-box;
  text-align: center;
}
.single-product-page-container .similar-posts-section .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .similar-posts-section .section-content .section-title {
    font-size: 60px;
  }
}
.single-product-page-container .similar-posts-section .section-content .posts .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card {
  width: calc(25% - 1rem);
  margin: 0 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .single-product-page-container .similar-posts-section .section-content .posts .post .card {
    width: 100%;
  }
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post {
  display: block;
  box-shadow: unset;
  background-color: transparent;
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post:hover .post-image img {
  transform: scale(1.03);
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post:hover .post-info .post-button {
  background-color: #013250;
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post .post-image {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  background-color: #013250;
  border-radius: 20px;
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post .post-image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 400ms ease 0ms;
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post .post-info {
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
}
.single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post .post-info .post-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .similar-posts-section .section-content .posts .post .card .tmplt-part-post .post-info .post-title {
    font-size: 24px;
  }
}
.single-product-page-container .single-product-gallery-popup {
  background-color: #013250;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.single-product-page-container .single-product-gallery-popup .popup-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .single-product-gallery-popup .popup-header {
    padding: 14px 7.41vw;
  }
}
.single-product-page-container .single-product-gallery-popup .popup-header .popup-logo {
  width: 124px;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .single-product-gallery-popup .popup-header .popup-logo {
    width: 11.64vw;
  }
}
.single-product-page-container .single-product-gallery-popup .popup-header .popup-logo img {
  width: 100%;
}
.single-product-page-container .single-product-gallery-popup .swiper-controls {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-page-container .single-product-gallery-popup .swiper-controls .button-holder .single-product-popup-button.single-product-popup-swiper-btn-prev img {
  transform: rotate(180deg);
}
.single-product-page-container .single-product-gallery-popup .swiper-controls .button-holder .single-product-popup-button.button-circle {
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .single-product-gallery-popup .swiper-controls .button-holder .single-product-popup-button.button-circle {
    min-width: 52px;
    max-width: 52px;
    min-height: 52px;
    max-height: 52px;
  }
}
@media only screen and (min-width : 1750px) {
  .single-product-page-container .single-product-gallery-popup .swiper-controls .button-holder .single-product-popup-button.button-circle {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }
}
.single-product-page-container .single-product-gallery-popup .swiper-controls .pagination-holder {
  margin: 0 20px;
}
.single-product-page-container .single-product-gallery-popup .swiper-controls .pagination-holder .single-product-popup-swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
}
.single-product-page-container .single-product-gallery-popup .swiper-controls .pagination-holder .single-product-popup-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.single-product-page-container .single-product-gallery-popup .gallery-popup-content {
  height: 100%;
}
.single-product-page-container .single-product-gallery-popup .gallery-popup-content .gallery-swiper {
  height: 100%;
}
.single-product-page-container .single-product-gallery-popup .gallery-popup-content .gallery-swiper .swiper-wrapper .swiper-slide .slide-content {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  display: flex;
  height: 100%;
}
.single-product-page-container .single-product-gallery-popup .gallery-popup-content .gallery-swiper .swiper-wrapper .swiper-slide .slide-content .image-holder {
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
  height: 77vh;
}
.single-product-page-container .single-product-gallery-popup .gallery-popup-content .gallery-swiper .swiper-wrapper .swiper-slide .slide-content .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product-page-container .tmplt-part-img-with-desc .section-content .section-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #013250;
  color: #fff;
}
@media only screen and (min-width : 768px) {
  .single-product-page-container .tmplt-part-img-with-desc .section-content .section-title {
    font-size: 95px;
  }
}

.custom-cart-overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 50, 80, 0.8);
  z-index: 12;
  display: none;
}

.custom-side-cart {
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 13;
  padding: 13px 0 70px;
  box-sizing: border-box;
  transition: all 350ms;
  transform: translateX(100%);
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart {
    border-radius: 30px 0 0 30px;
    width: 70vw;
    padding: 3.4825870647vw 2.9850746269vw;
  }
}
@media only screen and (min-width : 1100px) {
  .custom-side-cart {
    width: 45vw;
  }
}
.custom-side-cart.loading:after {
  content: "";
}
.custom-side-cart:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-side-cart.active {
  transform: translateX(0);
}
@media only screen and (min-width : 768px) {
  .custom-side-cart.checkout-page {
    padding: 3.4825870647vw 1.9900497512vw;
  }
}
@media only screen and (min-width : 1250px) {
  .custom-side-cart.checkout-page {
    transform: translateX(0);
    width: 35%;
  }
}
.custom-side-cart.checkout-page .checkout-btn-holder {
  display: none;
}
.custom-side-cart.checkout-page .cart-footer .cart-footer-info {
  margin-bottom: 0;
}
@media only screen and (min-width : 1250px) {
  .custom-side-cart.checkout-page .cart-header .close-cart {
    display: none;
  }
}
.custom-side-cart .custom-side-cart-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - (3.4825870647vw + 30px));
  box-sizing: border-box;
  overflow-y: auto;
}
.custom-side-cart .custom-side-cart-content::-webkit-scrollbar {
  display: none;
}
.custom-side-cart .custom-side-cart-content .empty-cart-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .custom-side-cart .custom-side-cart-content .empty-cart-message {
    font-size: 18px;
  }
}
.custom-side-cart .custom-side-cart-content .cart-header {
  margin-bottom: 50px;
  padding: 0 11px 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-header {
    padding: 0;
    margin-bottom: 3.4825870647vw;
  }
}
.custom-side-cart .custom-side-cart-content .cart-header .cart-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-header .cart-title {
    font-size: 24px;
  }
}
.custom-side-cart .custom-side-cart-content .cart-header .close-cart {
  background-color: #06b6b3;
}
.custom-side-cart .custom-side-cart-content .cart-header .close-cart img {
  width: 45%;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 37px;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder {
    padding: 0;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #013250;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item {
    padding-bottom: 2.4875621891vw;
    margin-bottom: 2.4875621891vw;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 42px;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder {
  display: flex;
  flex-wrap: wrap;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .left {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .left {
    width: 37%;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .left .cart-item-image {
  display: block;
  position: relative;
  padding-top: 65.8%;
  overflow: hidden;
  border-radius: 15px;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .left .cart-item-image {
    padding-top: 75%;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .left .cart-item-image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right {
    margin-top: 0;
    width: 63%;
    padding-left: 1.7412935323vw;
    padding-top: 10px;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info {
  display: flex;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .left-info .cart-item-name,
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .left-info .cart-item-price, .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .right-info .cart-item-name,
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .right-info .cart-item-price {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .left-info .cart-item-name,
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .left-info .cart-item-price, .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .right-info .cart-item-name,
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .right-info .cart-item-price {
    font-size: 18px;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .left-info .product-attributes, .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .right-info .product-attributes {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  text-transform: capitalize;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .basic-product-cart-info .left-info {
  flex: 1;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container {
    margin-top: auto;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity {
  position: relative;
  /* Firefox */
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 10px;
  padding: 0;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity button img {
  width: 0.6467661692vw;
  min-width: 10px;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity button.minus {
  top: auto;
  bottom: 5px;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity button.plus {
  transform: rotate(180deg);
  top: 5px;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity input {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  padding: 5px 10px;
  border-radius: 100px;
  border: 2px solid #013250;
  width: 4.9751243781vw;
  min-width: 60px;
}
@media only screen and (min-width : 1250px) {
  .custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity input {
    padding: 0.2487562189vw 0.4975124378vw;
  }
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity input::-webkit-outer-spin-button,
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .quantity input[type=number] {
  -moz-appearance: textfield;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .remove-item {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  transition: all 400ms ease 0ms;
  cursor: pointer;
  margin-left: 15px;
}
.custom-side-cart .custom-side-cart-content .cart-items-holder .cart-item .cart-item-holder .right .update-cart-container .remove-item:hover {
  opacity: 0.5;
}
.custom-side-cart .cart-footer {
  margin-top: auto;
}
.custom-side-cart .cart-footer .cart-footer-info {
  border: 2px solid #013250;
  padding: 25px 18px;
  border-radius: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .cart-footer .cart-footer-info {
    padding: 1.9900497512vw;
  }
}
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap {
    margin-bottom: 10px;
  }
}
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row {
  display: flex;
  justify-content: space-between;
}
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row h4,
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row h4,
  .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row p {
    font-size: 18px;
  }
}
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price {
  margin-bottom: 10px;
}
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price h4, .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price p {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price h4, .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price p {
    font-size: 24px;
  }
}
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price h4 span, .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price p span {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price h4 span, .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price p span {
    font-size: 24px;
  }
}
.custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price h4 span bdi, .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price p span bdi {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price h4 span bdi, .custom-side-cart .cart-footer .cart-footer-info .total-cost-wrap .single_price_row.cart_total_price p span bdi {
    font-size: 24px;
  }
}
.custom-side-cart .cart-footer .cart-footer-info .cart-footer-descripton p,
.custom-side-cart .cart-footer .cart-footer-info .cart-footer-descripton a {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
}
.custom-side-cart .cart-footer .cart-footer-info .cart-footer-descripton a {
  text-decoration: underline;
}
.custom-side-cart .cart-footer .cart-footer-info .cart-footer-descripton a:hover {
  text-decoration: none;
}
.custom-side-cart .cart-footer .checkout-btn-holder a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06b6b3;
  font-family: "halyard-display", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .custom-side-cart .cart-footer .checkout-btn-holder a {
    font-size: 18px;
  }
}
.custom-side-cart .cart-footer .checkout-btn-holder a:hover {
  background-color: #013250;
  color: #fff;
}

body.woocommerce-checkout .woocommerce-error li,
body.woocommerce-checkout .woocommerce-error strong {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  font-size: 14px;
  color: #000;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-error li,
  body.woocommerce-checkout .woocommerce-error strong {
    font-size: 18px;
  }
}
body.woocommerce-checkout #wc-stripe-payment-request-button-separator {
  color: #fff;
}
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
body.woocommerce-checkout .checkout_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #013250;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 10px 13px 12px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .checkout_nav {
    padding: 17px 20px 17px;
  }
}
@media only screen and (min-width : 1250px) {
  body.woocommerce-checkout .checkout_nav {
    padding-right: 50px;
    width: 65%;
  }
}
body.woocommerce-checkout .checkout_nav .logo_holder {
  width: 124px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .checkout_nav .logo_holder {
    width: 11.64vw;
  }
}
body.woocommerce-checkout .checkout_nav ul {
  display: flex;
}
body.woocommerce-checkout .checkout_nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  margin-right: 9px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .checkout_nav ul li {
    margin-right: 15px;
  }
}
body.woocommerce-checkout .checkout_nav ul li:last-child {
  margin-right: 0;
}
body.woocommerce-checkout .checkout_nav ul li.active {
  background-color: #06b6b3;
  border-color: #06b6b3;
}
body.woocommerce-checkout .checkout_nav ul li.cart {
  background-color: #fff;
}
@media only screen and (min-width : 1250px) {
  body.woocommerce-checkout .checkout_nav ul li.cart {
    display: none;
  }
}
body.woocommerce-checkout .checkout_nav ul li a {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
}
body.woocommerce-checkout .select2-container .selection .select2-selection {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
body.woocommerce-checkout .select2-container .selection .select2-selection__rendered {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  padding: 0 12px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .select2-container .selection .select2-selection__rendered {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .select2-container .selection .select2-selection__rendered {
    padding: 0 20px;
  }
}
body.woocommerce-checkout .select2-container .selection .select2-selection__placeholder {
  color: inherit;
}
body.woocommerce-checkout .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 55%;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4yNjQiIGhlaWdodD0iMTAuNjMzIiB2aWV3Qm94PSIwIDAgMTguMjY0IDEwLjYzMyI+CiAgPGcgaWQ9Ikdyb3VwXzU0MzkiIGRhdGEtbmFtZT0iR3JvdXAgNTQzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMTQyIDIuMTIxKSByb3RhdGUoOTApIj4KICAgIDxwYXRoIGlkPSJQYXRoXzUwIiBkYXRhLW5hbWU9IlBhdGggNTAiIGQ9Ik0wLDAsNy4wMTIsNy4wMTEsMCwxNC4wMjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxMzI1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 12px;
  right: 12px;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .select2-container .selection .select2-selection .select2-selection__arrow {
    right: 25px;
  }
}
body.woocommerce-checkout .select2-container .selection .select2-selection .select2-selection__arrow b {
  display: none;
  border-color: #fff transparent transparent transparent;
}
body.woocommerce-checkout .select2-container .select2-dropdown {
  border-radius: 15px;
}
body.woocommerce-checkout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  transition: all 400ms ease 0ms;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  text-transform: initial;
  color: #013250;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-size: 18px;
  }
}
body.woocommerce-checkout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
  background-color: #013250;
  color: #fff;
}
body.woocommerce-checkout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #06b6b3;
  color: #fff;
}
body.woocommerce-checkout .select2-container .select2-dropdown.select2-dropdown--below {
  border-top: solid 2px #fff;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .select2-container .select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 15px 15px;
  }
}
body.woocommerce-checkout .select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom: solid 2px #fff;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .select2-container .select2-dropdown.select2-dropdown--above {
    border-radius: 15px 15px 0 0;
  }
}
body.woocommerce-checkout .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow {
  transform: rotate(180deg);
  top: 35%;
}
body.woocommerce-checkout .select2-container.select2-container--open.select2-container--below .selection .select2-selection {
  border-radius: 15px 15px 0 0;
}
body.woocommerce-checkout .select2-container.select2-container--open.select2-container--above .selection .select2-selection {
  border-radius: 0 0 15px 15px;
}
body.woocommerce-checkout .form_checkout_page_container {
  display: flex;
  background-color: #013250;
}
body.woocommerce-checkout .form_checkout_page_container input[type=checkbox] {
  border: none !important;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields {
  width: 100%;
  padding: 85px 37px;
  box-sizing: border-box;
  min-height: 100vh;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields {
    padding: 185px 9vw;
  }
}
@media only screen and (min-width : 1250px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields {
    width: 65%;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_header {
  padding-bottom: 39px;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_header {
    padding-bottom: 2.9850746269vw;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_header h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 44px;
  color: #fff;
  line-height: 1.1em;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_header h1 {
    font-size: 3.9800995025vw;
  }
}
@media only screen and (min-width : 1250px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_header h1 {
    text-align: left;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .woocommerce-form-coupon-toggle {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon {
  display: flex !important;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon {
    margin-top: 2.9850746269vw;
    flex-wrap: nowrap;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon p {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row {
  display: block;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-first {
  width: 100%;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-first input {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-first input::-moz-placeholder {
  color: inherit;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-first input::placeholder {
  color: inherit;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-first input:focus {
  outline: none !important;
  border: 2px solid #06b6b3;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-last {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-last {
    margin-top: 0;
    margin-left: 10px;
    max-width: 250px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-last button {
  transition: all 400ms ease 0ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  padding: 1.2437810945vw 20px;
  box-sizing: border-box;
  background-color: #06b6b3;
  font-size: 18px;
  flex: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-last button {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1600px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-last button {
    height: 80px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields .checkout_coupon .form-row.form-row-last button:hover {
  background-color: #fff;
  color: #013250;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h1,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h2,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h3,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h4,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h5,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h6 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 17px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h1,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h2,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h3,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h4,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h5,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h1,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h2,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h3,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h4,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h5,
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form h6 {
    padding-top: 2.9850746269vw;
    margin-bottom: 1.7412935323vw;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .form-row {
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .form-row.with_border {
  margin-top: 50px;
  border-top: 3px solid #fff;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .form-row.with_border {
    margin-top: 1.9900497512vw;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .form-row .woocommerce-input-wrapper {
  display: block;
  margin-bottom: 16px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .form-row .woocommerce-input-wrapper {
    margin-bottom: 40px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address {
  padding-top: 0;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .shipping_title {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 17px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .shipping_title {
    font-size: 24px;
  }
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .shipping_title {
    padding-top: 2.9850746269vw;
    margin-bottom: 1.7412935323vw;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address label {
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes {
    flex-wrap: nowrap;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes .single-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  display: flex;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes .single-checkbox {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes .single-checkbox {
    border: 3px solid #fff;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes .single-checkbox:first-child {
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes .single-checkbox:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #ship-to-different-address .ship-to-different-address-checkboxes .single-checkbox.active {
  background-color: #06b6b3;
  border: 3px solid #06b6b3;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details > .shipping_box > .woocommerce-shipping-fields,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details > .shipping_box > .woocommerce-additional-fields {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details textarea,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details input {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details textarea::-moz-placeholder, body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details input::-moz-placeholder {
  color: inherit;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details textarea::placeholder,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details input::placeholder {
  color: inherit;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details textarea:focus,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details input:focus {
  outline: none !important;
  border: 2px solid #06b6b3;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details textarea {
  height: 120px;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details label {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: flex;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details label .required {
  color: #fff !important;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details label .optional {
  font-family: "halyard-display", sans-serif;
  font-size: 14px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
  margin-left: auto;
  align-self: center;
  text-transform: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details #order_comments_field {
  margin-top: 2.9850746269vw;
  padding-top: 2.9850746269vw;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details #order_comments_field label {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details #order_comments_field label {
    font-size: 24px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details .shipping_box {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details .shippingText.with_border {
  margin-top: 50px;
  border-top: 3px solid #fff;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details .shippingText.with_border {
    margin-top: 1.9900497512vw;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table {
  color: #fff;
  display: flex;
  flex-direction: column;
  border: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table thead {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tbody {
  order: 2;
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot {
  order: 1;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .cart-subtotal,
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .order-total {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .shipping {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .shipping th {
  width: 100%;
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .shipping td {
  width: 100%;
  padding: 0;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .shipping td ul li label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  transition: all 400ms ease 0ms;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  padding: 0 12px;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .shipping td ul li label {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .shipping td ul li label {
    padding: 0 25px;
    border: 3px solid #fff;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table tfoot .shipping td ul li label.active {
  background-color: #06b6b3;
  border: 3px solid #06b6b3;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table #shipping_method input[type=radio] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  margin-left: 5px;
  width: 20px;
  height: 20px;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #customer_details table.shop_table #shipping_method input[checked=checked] ~ label {
  background-color: #06b6b3;
  border-color: #06b6b3;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review label {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  color: #fff;
  padding-top: 2.9850746269vw;
  margin-bottom: 1.7412935323vw;
  display: block;
  line-height: 1em;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review label {
    font-size: 24px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review .form-row.mycheckbox {
  padding: 0;
  margin: 0;
  border: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review .form-row.mycheckbox label {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review .form-row.mycheckbox label {
    font-size: 18px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review p, body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review a {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review p, body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review a {
    font-size: 18px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review a {
  text-decoration: underline;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review .shop_table {
  display: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment {
  background-color: transparent;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .wc_payment_methods {
  padding: 0;
  border: none;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .wc_payment_methods .payment_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  background-color: #06b6b3;
  border: none;
  margin-bottom: 2.9850746269vw;
  padding: 0 12px;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .wc_payment_methods .payment_box {
    padding: 0 20px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row {
  border-top: 3px solid #fff;
  padding: 2.9850746269vw 0 0;
  margin-bottom: 1.7412935323vw;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox label {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox label {
    font-size: 18px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox label .required {
  color: #fff;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox label a {
  margin-left: 5px;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox input:checked + .checkbox-span:after {
  display: block;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox .checkbox-span:before {
  content: "";
  display: block;
  min-width: 18px;
  height: 18px;
  border-radius: 1px;
  background-color: transparent;
  margin-right: 10px;
  border: solid 2px #fff;
  box-sizing: border-box;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row.mycheckbox .checkbox-span:after {
  content: "";
  display: none;
  position: absolute;
  left: 7px;
  top: 9px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row button {
  transition: all 400ms ease 0ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  float: none;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  background-color: #06b6b3;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row button {
    font-size: 18px;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form #order_review #payment .form-row button:hover {
  background-color: #fff;
  color: #013250;
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder {
    flex-wrap: nowrap;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder .back_link {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  order: 1;
  margin-top: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder .back_link {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder .back_link {
    margin-right: 50px;
    text-align: left;
    margin-top: 0;
    order: 0;
    width: auto;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder .btn {
  transition: all 400ms ease 0ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  padding: 1.2437810945vw 20px;
  box-sizing: border-box;
  background-color: #06b6b3;
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder .btn {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder .btn {
    min-width: 250px;
    width: 15vw;
    flex: 1;
  }
}
body.woocommerce-checkout .form_checkout_page_container .checkout_fields form .checkout_buttons_holder .btn:hover {
  background-color: #fff;
  color: #013250;
}
.thank_you_wrap {
  box-sizing: border-box;
  background-color: #013250;
  padding: 144px 37px 72px;
}
@media only screen and (min-width : 768px) {
  .thank_you_wrap {
    padding-top: 5.9701492537vw;
  }
}
.thank_you_wrap .thank_you_content {
  box-sizing: border-box;
  margin: auto;
}
@media only screen and (min-width : 1250px) {
  .thank_you_wrap .thank_you_content {
    max-width: 69.6517412935vw;
  }
}
.thank_you_wrap .thank_you_content .thank_you_header .headline_holder {
  text-align: center;
}
.thank_you_wrap .thank_you_content .thank_you_header .headline_holder h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #013250;
  color: #fff;
}
@media only screen and (min-width : 768px) {
  .thank_you_wrap .thank_you_content .thank_you_header .headline_holder h1 {
    font-size: 60px;
  }
}
.thank_you_wrap .thank_you_content .thank_you_header .headline_holder p {
  font-family: "halyard-display", sans-serif;
  font-size: 18px;
  color: #013250;
  line-height: 1.3em;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .thank_you_wrap .thank_you_content .thank_you_header .headline_holder p {
    margin-top: 20px;
  }
}
.thank_you_wrap .thank_you_content .thank_you_header .headline_holder .site-button, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-header .right nav a, #site-header .right nav .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a {
  background-color: #06b6b3;
  color: #fff;
  margin-top: 55px;
}
@media only screen and (min-width : 768px) {
  .thank_you_wrap .thank_you_content .thank_you_header .headline_holder .site-button, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-header .right nav a, #site-header .right nav .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-footer .menu > li:last-child .sub-menu li a, #site-footer .menu > li:last-child .sub-menu li .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a {
    margin-top: 2.9850746269vw;
  }
}
.thank_you_wrap .thank_you_content .thank_you_header .headline_holder .site-button:hover, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-header .right nav a:hover, #site-header .right nav .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a:hover, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-nav-mobile .section-content nav .menu li:last-child .sub-menu a:hover, #site-nav-mobile .section-content nav .menu li:last-child .sub-menu .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a:hover, .thank_you_wrap .thank_you_content .thank_you_header .headline_holder #site-footer .menu > li:last-child .sub-menu li a:hover, #site-footer .menu > li:last-child .sub-menu li .thank_you_wrap .thank_you_content .thank_you_header .headline_holder a:hover {
  background-color: #fff;
  color: #013250;
}
.thank_you_wrap .thank_you_content .order-details {
  border: 3px solid #fff;
  border-radius: 20px;
  margin-top: 60px;
}
@media only screen and (min-width : 768px) {
  .thank_you_wrap .thank_you_content .order-details {
    margin-top: 6.9651741294vw;
  }
}
.thank_you_wrap .thank_you_content .order-details .order-details-content {
  padding: 40px;
}
@media only screen and (min-width : 768px) {
  .thank_you_wrap .thank_you_content .order-details .order-details-content {
    padding: 2.9850746269vw 5.9701492537vw;
  }
}
.thank_you_wrap .thank_you_content .order-details .order-details-content h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #013250;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
@media only screen and (min-width : 768px) {
  .thank_you_wrap .thank_you_content .order-details .order-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1024px) {
  .thank_you_wrap .thank_you_content .order-details .order-details-content h2 {
    margin-bottom: 2.9850746269vw;
  }
}
.thank_you_wrap .thank_you_content .order-details .order-details-content .order-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width : 1024px) {
  .thank_you_wrap .thank_you_content .order-details .order-details-content .order-table {
    flex-wrap: nowrap;
  }
}
.thank_you_wrap .thank_you_content .order-details .order-details-content .order-table .single-item {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width : 1024px) {
  .thank_you_wrap .thank_you_content .order-details .order-details-content .order-table .single-item {
    text-align: left;
    margin-bottom: 0;
    width: auto;
  }
}
.thank_you_wrap .thank_you_content .order-details .order-details-content .order-table .single-item:last-child {
  margin-bottom: 0;
}
.thank_you_wrap .thank_you_content .order-details .order-details-content .order-table .single-item p {
  font-family: "halyard-display", sans-serif;
  font-size: 22px;
  color: #013250;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .thank_you_wrap .thank_you_content .order-details .order-details-content .order-table .single-item p {
    font-size: 18px;
  }
}
.thank_you_wrap .thank_you_content .order-details .order-details-content .order-table .single-item p span {
  font-family: "halyard-display", sans-serif;
  font-size: 14px;
  color: #013250;
  line-height: 1.3em;
  color: #fff;
}
.thank_you_wrap .old_thankyou {
  display: none;
}

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