@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);
@charset "UTF-8";
/*
Theme Name: Goya Child (Assemble)
Theme URI: https://www.strafecreative.co.uk/
Author: Strafe Creative
Author URI: https://www.strafecreative.co.uk/
Description: A bespoke WordPress theme build with ❤️ by Strafe Creative
Tags:
Version: 1.0.0
Requires PHP: 7.2
Text Domain: assemble
*/
@font-face {
  font-family: "gilroy-bold";
  src: url("../fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gilroy-light";
  src: url("../fonts/gilroy-light-webfont.woff2") format("woff2"), url("../fonts/gilroy-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gilroy-medium";
  src: url("../fonts/gilroy-medium-webfont.woff2") format("woff2"), url("../fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gilroy-regular";
  src: url("../fonts/gilroy-regular-webfont.woff2") format("woff2"), url("../fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/***************
  * Config *
 ***************/
/***************
  * Grid *
  * Refer to the strafe boilerplate github for more info https://github.com/strafe-creative/assemble#grid-system
 ***************/
.inline-svg {
  position: relative;
  display: block;
  width: 100%;
}

.inline-svg > svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.object-cover-absolute {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.object-cover-absolute.top-center {
  -o-object-position: top center;
     object-position: top center;
}

.object-contain-absolute {
  font-family: "object-fit:contain;object-position:center";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.object-contain-absolute.top-center {
  -o-object-position: top center;
     object-position: top center;
}

/********** Preloader **********/
.et-page-load-overlay span.loader img {
  max-width: 140px;
  opacity: 1;
}

.et-page-load-overlay {
  opacity: 1;
  background: #ffffff;
}

/********** Preloader End **********/
/********** Typography **********/
/********** Typography **********/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "gilroy-bold", sans-serif;
  letter-spacing: 0 !important;
  font-weight: normal;
  color: #123367;
}

body {
  font-family: "inter", sans-serif;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 4.5vw;
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  line-height: 1.2;
  margin: 0;
}

h2,
.h2 {
  font-size: 4vw;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.4;
}

h2.lg,
.h2.lg {
  font-size: 4vw;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.2;
}

.lg h2 {
  font-size: 4.5vw;
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  line-height: 1.2;
  margin: 0;
}

h3,
.h3 {
  font-size: 4vw;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  line-height: 1.5;
}

h4,
.h4 {
  font-size: 4vw;
  font-size: clamp(1.45rem, 4vw, 1.7rem);
  line-height: 1.5;
}

/********** Fixes **********/
.et-video-lightbox.lightbox-image .et-video-icon {
  cursor: pointer;
}

.bg-align-left .vc_column-inner {
  background-position: left center !important;
}

.page .page-padding:not(.hero-header),
.single-training .page-padding:not(.hero-header) {
  padding-top: 110px;
}

#menu-item-3452 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .swap-on-tablet {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .page .page-padding:not(.hero-header),
  .single-training .page-padding:not(.hero-header) {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
/********** Fixes End **********/
/********** Responsive Paddings and Sizing **********/
.section-wide {
  padding-left: 250px;
  padding-right: 250px;
}

.big-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.big-padding-breadcrumb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.big-padding-bottom {
  padding-bottom: 100px;
}

.big-padding-top {
  padding-top: 100px;
}

.small-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1700px) {
  .section-wide {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .section-wide {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 1400px) {
  .section-wide {
    padding-left: 80px;
    padding-right: 80px;
  }
  .big-padding-breadcrumb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  .section-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
  .big-padding-breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .section-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .big-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .big-padding-bottom {
    padding-bottom: 80px;
  }
  .big-padding-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .big-padding-bottom {
    padding-bottom: 60px;
  }
  .big-padding-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .mini-slider-col .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .big-padding.xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .big-padding-top.xs {
    padding-top: 15px;
  }
  .big-padding-bottom.xs {
    padding-bottom: 15px;
  }
  .big-padding-breadcrumb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/********** Responsive Paddings and Sizing End **********/
/********** Navigation **********/
.site-header {
  background-color: #293177;
}

.header .logo-holder img {
  transition: all 0.5s ease;
}

.header {
  transition: height 0.3s linear, box-shadow 0.3s linear, background-color 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-delay: 0.3s;
}

.header .et-header-menu > li > a {
  font-family: "inter", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.header-mobile.logo-left .logo-holder {
  flex: 0;
  padding: 0 15px;
}

.header-mobile.logo-left .hamburger-menu {
  flex: 0;
  position: absolute;
  right: 30px;
}

.search-panel .search-button-group {
  display: none;
}

.side-panel .panel-header-inner {
  margin-top: 25px;
}

.sliding-menu-panel {
  top: 16px;
}

.click-capture {
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1400px) {
  .et-header-menu > li {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1360px) {
  .header-mobile {
    display: block;
  }
  .header-main {
    display: none !important;
  }
  #mobile-menu:not(.desktop-active) {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 1360px) {
  #mobile-menu:not(.desktop-active) {
    visibility: hidden;
    opacity: 0;
  }
}
.bars svg {
  width: 36px;
  height: 36px;
  stroke-width: 1.5px;
  stroke-linecap: square;
}

.side-panel .et-close {
  width: 50px;
  height: 50px;
}

.side-panel .et-close:before,
.side-panel .et-close:after {
  background-color: #ccc;
}

.menu-sliding > li,
.sliding-menu .sliding-menu-panel-root,
.sliding-menu .sliding-menu-top {
  letter-spacing: 0.5px;
  font-family: "inter", sans-serif;
  font-size: 1em;
}

/********** Navigation End **********/
/********** Topbar Search **********/
.top-bar .topbar-center {
  display: none;
}

.top-bar .topbar-left .et-top-menu > li > a {
  font-size: 13px;
  font-weight: 700;
}

.et-top-bar-text .text-1 .floating-labels .form-row.float-label,
.floating-labels .nf-field .field-wrap.float-label {
  margin-top: 7px;
  margin-bottom: 7px;
}

.text-1 .nf-field-container {
  margin-bottom: 0;
}

.text-1 .nf-form-cont .nf-form-content input.ninja-forms-field {
  font-family: "inter", sans-serif;
  width: 340px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.6;
  outline: 0;
  padding: 0.75rem;
  height: 34px;
  color: #222222;
  background-clip: padding-box;
  border: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  -webkit-appearance: none;
  background: url("assets/img/search.svg");
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 1.7em auto, 100% !important;
  background-color: #fff;
}

.text-1 .ninja-forms-field::-moz-placeholder {
  color: #222222;
  opacity: 1;
}

.text-1 .ninja-forms-field::placeholder {
  color: #222222;
  opacity: 1;
}

.mobile-header-icons {
  position: absolute;
  right: 80px;
  display: none;
}

@media only screen and (max-width: 1050px) {
  .mobile-header-icons {
    display: inherit;
  }
  .text-1 .nf-form-cont {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #menu-item-3402 {
    display: none;
  }
  #menu-item-3403 {
    display: none;
  }
  .social-icons li a {
    font-size: 18px;
  }
  #menu-item-3401 a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 380px) {
  .header-full-width:not(.checkout-distraction-free) .top-bar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-contents.container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-mobile.logo-left .hamburger-menu {
    right: 20px;
  }
  .mobile-header-icons {
    right: 65px;
  }
}
/* update above */
/********** Topbar Search End **********/
/********** Footer **********/
.footer-widgets::before {
  content: "";
  top: 0;
  left: 50%;
  margin-left: -143px;
  background: url(https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/themes/goya-child/assets/img/logo-light.png);
  position: relative;
  background-size: 286px 55px;
  background-repeat: no-repeat;
  z-index: 2;
  display: inline-block;
  width: 286px;
  height: 55px;
}

.footer-widgets .container {
  padding-top: 50px;
}

.footer-widgets.footer-toggle-widgets {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bar .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

#nav_menu-1 {
  margin-bottom: 20px;
}

.site-footer.dark .widget ul li a,
.site-footer.dark .footer-widgets a {
  color: #c1c1c1;
}

.site-footer.dark .widget ul li a:hover,
.site-footer.dark .footer-widgets a:hover {
  color: #ffffff;
}

.footer-widgets p {
  color: #c1c1c1;
  line-height: 1.8;
}

.footer-widgets .widget ul li {
  display: block;
  margin: 0 0 5px !important;
}

.footer-widgets .widgettitle {
  font-family: "inter", sans-serif;
  margin-bottom: 10px;
  padding: 20px 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.footer-bar {
  background: #131313;
}

@media all and (max-width: 767px) {
  .et_widget_social_media {
    text-align: left !important;
  }
}
/********** Footer End **********/
/********** Hero Search **********/
.search-form {
  position: absolute;
  left: 250px;
  top: 50%;
  transform: translateY(-50%);
  width: 690px;
  background: #ffffff;
  padding: 30px 30px;
  margin-top: -20px;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.3rem rgba(23, 32, 42, 0.095) !important;
  z-index: 12;
}

.search-form .search-title {
  padding-bottom: 10px;
}

.search-form .form-group {
  margin-bottom: 25px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.search-form .form-control {
  display: block;
  font-family: "inter", sans-serif;
  width: 100%;
  height: calc(2.5em + 1rem + 4px) !important;
  padding: 0.375rem 1.125rem;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 1.7;
  color: #747474 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-form .form-control:focus {
  color: #ffffff;
  background-color: #efece3;
  border-color: #efece3;
  outline: 0;
  box-shadow: none;
}

.search-form .form-control::-moz-placeholder {
  color: #747474;
  opacity: 1;
}

.search-form .form-control::placeholder {
  color: #747474;
  opacity: 1;
}

.search-form select {
  display: block !important;
  height: calc(2.5em + 1rem + 4px) !important;
  line-height: 1.3 !important;
  padding: 0.5rem 1.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: 2px solid #eeeeee !important;
  border-radius: 4px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  color: #192230 !important;
  background-color: #ffffff !important;
  background-image: url("assets/img/select-arr-dk.svg") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 1em top 50%, 0 0 !important;
  background-size: 0.85em auto, 100% !important;
}

.search-form .btn {
  margin-bottom: 0;
  display: block !important;
  width: 100%;
  height: calc(2.5em + 1rem + 4px) !important;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem 1.5rem !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.6;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #f6921e;
  box-shadow: none;
  background-image: url("assets/img/search-light.svg") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 1em top 50%, 0 0 !important;
  background-size: 1.7em auto, 100% !important;
}

.search-form .btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  background-color: #f8a94f;
  border-color: #f8a94f;
  box-shadow: none;
}

/********** Hero Search form End **********/
.mobile-top {
  padding-top: 20px;
  display: none;
}

.hero-inner {
  position: relative;
  height: 640px;
}

.hero-bg {
  position: relative;
}

.hero-bg .vc_column-inner {
  background-position: right 150px center !important;
}

.hero-title {
  position: absolute;
  left: 250px;
  bottom: -20px;
}

@media only screen and (max-width: 1800px) {
  .hero-bg .vc_column-inner {
    background-position: right 1px center !important;
  }
}
@media only screen and (max-width: 1700px) {
  .search-form {
    left: 150px;
  }
  .hero-title {
    position: absolute;
    left: 150px;
  }
}
@media only screen and (max-width: 1600px) {
  .hero-inner {
    position: relative;
    height: 600px;
  }
}
@media only screen and (max-width: 1500px) {
  .hero-inner {
    position: relative;
    height: 550px;
  }
  .search-form {
    left: 120px;
  }
  .hero-title {
    position: absolute;
    left: 120px;
  }
}
@media only screen and (max-width: 1400px) {
  .search-form {
    left: 80px;
    width: 650px;
  }
  .hero-title {
    position: absolute;
    left: 80px;
    bottom: -15px;
  }
  .hero-inner {
    position: relative;
    height: 500px;
  }
}
@media only screen and (max-width: 1300px) {
  .search-form {
    left: 50px;
    width: 620px;
  }
  .hero-title {
    position: absolute;
    left: 50px;
  }
}
@media only screen and (max-width: 1230px) {
  .search-form {
    width: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-bg .vc_column-inner {
    background-image: url(https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/uploads/2022/12/skyjack-boom-hero.jpg?id=3624) !important;
  }
}
@media only screen and (max-width: 1150px) {
  .hero-bg .vc_column-inner {
    background-position: right -20px center !important;
  }
}
@media only screen and (max-width: 1120px) {
  .hero-bg .vc_column-inner {
    background-image: url(https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/uploads/2022/12/skyjack-hero.jpg?id=3624) !important;
    background-position: right 80px center !important;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-bg .vc_column-inner {
    background-position: right 50px center !important;
  }
}
@media only screen and (max-width: 991px) {
  .hero-bg .vc_column-inner {
    background-position: right -30px center !important;
  }
}
@media only screen and (max-width: 899px) {
  .hero-bg .vc_column-inner {
    background-image: none !important;
  }
  .search-form {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 30px 30px;
    margin-top: 0;
  }
  .hero-inner {
    position: relative;
    height: auto;
    padding: 0 30px 20px 30px;
  }
  .hero-title {
    position: relative;
    left: 0;
    padding-top: 20px;
  }
  .mobile-top {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .hero-inner {
    position: relative;
    height: auto;
    padding: 0 15px 20px 15px;
  }
  .search-form {
    margin-top: -15px;
    padding: 20px 20px;
  }
  .search-form .h2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .search-form .form-group {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .search-form .h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
}
/********** Hero Search End **********/
/********** Intro With Slider **********/
.mini-slider {
  height: 450px;
}

.mini-slider-txt {
  max-width: 450px;
  margin-left: -225px;
  margin-bottom: 0px;
}

.quote-block-1 {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  font-family: "neue_haas_grotesk_displ36ThIt";
  color: #222222;
  max-width: 350px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-left: 60px;
  margin-bottom: 0px;
  z-index: 2;
}

.quote-block-1 p {
  position: relative;
  z-index: 2;
}

.quote-block-1:before {
  position: absolute;
  top: -15px;
  left: 10px;
  width: 40px;
  height: 35px;
  content: "";
  z-index: 0;
  background: url(https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/themes/goya-child/assets/img/open-quote.svg);
  background-size: 40px 35px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.quote-block-1:after {
  position: absolute;
  bottom: -18px;
  right: 55px;
  width: 40px;
  height: 35px;
  content: "";
  z-index: 0;
  background: url(https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/themes/goya-child/assets/img/close-quote.svg);
  background-size: 40px 35px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

@media only screen and (max-width: 1600px) {
  .mini-slider-txt {
    margin-left: -250px;
  }
}
@media only screen and (max-width: 1400px) {
  .mini-slider {
    height: 400px;
  }
}
@media only screen and (max-width: 1360px) {
  .mini-slider-txt {
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .quote-block-1 {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    transform: none;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .quote-block-1:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 26px;
    background-size: 30px 26px;
    opacity: 1;
  }
  .quote-block-1:after {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 30px;
    height: 26px;
    background-size: 30px 26px;
    opacity: 1;
  }
  .mini-slider {
    height: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .mini-slider-txt {
    padding-top: 40px;
  }
}
/********** Intro With Slider End **********/
/********** Custom Links **********/
.inline-but {
  float: left;
  margin-right: 20px;
}

.et_btn {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px !important;
  height: calc(2.5em + 1rem + 4px) !important;
  min-width: 180px;
}

.et_btn.button-shadow:not(.link):hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 575px) {
  .inline-but {
    margin-bottom: 20px;
  }
}
/********** Custom Links End **********/
.long-bg-1 .vc_column-inner {
  background-position: center top !important;
}

.long-bg-2 .vc_column-inner {
  background-position: left top !important;
}

.long-bg-3 .vc_column-inner {
  background-position: center left !important;
}

.long-bg-4 .vc_column-inner {
  background-position: top right !important;
}

@media only screen and (max-width: 1199px) {
  .long-bg-1 {
    height: 450px;
  }
  .long-bg-2 {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .long-bg-1 {
    height: 400px;
  }
  .long-bg-2 {
    height: 400px;
    margin-bottom: 40px;
  }
  .long-bg-3 {
    height: 400px;
  }
  .long-bg-4 {
    height: 400px;
  }
}
/********** Long BG Images End **********/
/********** Select Section **********/
.access-select {
  background: #fff;
  border-radius: 50%;
  border: solid 1px #eaeaea;
  transition: all 0.5s ease;
}

.access-select:hover {
  background: #eaeaea;
}

.small-headline {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #222222;
}

/********** Select Section End **********/
/********** Associates Section **********/
.ass-logo {
  max-width: 200px;
  display: block;
  margin: 20px auto;
}

.ass-logo.mph {
  max-width: 175px;
  display: block;
  margin: 20px auto;
}

.company-logo-block {
  padding: 100px 50px 100px 50px;
}

.clb-header {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "gilroy-bold", sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}

.mission {
  font-family: "neue_haas_grotesk_displ36ThIt";
  color: #222222;
  max-width: 450px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mission:before {
  position: absolute;
  top: -10px;
  left: -45px;
  width: 40px;
  height: 35px;
  content: "";
  z-index: 0;
  background: url(https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/themes/goya-child/assets/img/open-quote.svg);
  background-size: 40px 35px;
  background-repeat: no-repeat;
}

.mission:after {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 40px;
  height: 35px;
  content: "";
  z-index: 0;
  background: url(https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/themes/goya-child/assets/img/close-quote.svg);
  background-size: 40px 35px;
  background-repeat: no-repeat;
}

.skew-left-wrap {
  overflow: hidden;
}

.skew-left-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 700px solid #293177;
  border-left: 100px solid transparent;
  width: 0;
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .skew-left-wrap {
    padding: 60px 60px !important;
  }
  .skew-left-wrap:before {
    display: none;
  }
  .company-logo-block {
    padding: 60px 30px 60px 30px;
  }
  .ass-logo {
    max-width: 160px;
    margin: 5px auto;
  }
  .ass-logo.mph {
    max-width: 150px;
    margin: 5px auto;
  }
}
@media only screen and (max-width: 991px) {
  .tablet-image {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
}
/********** Associates Section End **********/
/********** Accreditation Slider End **********/
.et-image-slider.acc-carousel img {
  max-width: 160px;
}

@media only screen and (max-width: 575px) {
  .et-image-slider.acc-carousel img {
    max-width: 220px;
  }
}
/********** Accreditation Slider End **********/
.test-space {
  display: block;
  width: 100%;
  height: 500px;
}

.wm-banner {
  background-image: radial-gradient(circle farthest-side at right top, rgb(255, 102, 0) 15%, rgb(199, 71, 85) 27.5%, rgb(166, 54, 133) 35%, rgb(125, 34, 195) 50%, rgb(77, 20, 140) 65%);
  display: block;
  max-width: 970px;
  width: 100%;
  height: 500px;
}

.breadcrumb-bg {
  position: relative;
}

.breadcrumb-bg:before {
  content: " " !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-image: url("https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/themes/goya-child/assets/img/pattern-white.svg");
  background-repeat: repeat;
  display: block !important;
  background-size: 80px;
  opacity: 0.5;
  overflow: hidden;
  z-index: 0;
}

.big-padding-breadcrumb {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1400px) {
  .big-padding-breadcrumb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  .big-padding-breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .big-padding-breadcrumb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bc-banner {
  position: relative;
  background-image: radial-gradient(circle farthest-side at right top, rgb(246, 146, 30) 15%, rgb(199, 71, 85) 27.5%, rgb(136, 62, 136) 35%, rgb(52, 61, 140) 50%, rgb(42, 49, 119) 65%);
}

.vc_row.bc-banner::before {
  content: "";
  top: 0;
  right: 50px;
  background: url("https://cerrfyczoa.cloudimg.io/www.mainline-hire.co.uk/wp-content/uploads/2023/01/breadcrumb-m.png");
  position: absolute;
  background-size: 380px auto;
  background-repeat: no-repeat;
  display: inline-block !important;
  width: 380px;
  height: 100%;
  z-index: 22;
  opacity: 1;
}

@media only screen and (max-width: 1400px) {
  .vc_row.bc-banner::before {
    background-size: 320px auto;
    width: 320px;
    height: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .vc_row.bc-banner::before {
    background-size: 240px auto;
    width: 240px;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .vc_row.bc-banner::before {
    background-size: 230px auto;
    width: 230px;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .vc_row.bc-banner::before {
    background-size: 160px auto;
    width: 160px;
    height: 100%;
    right: 20px;
  }
}
.header-search {
  width: 100%;
  position: relative;
}

.header-search__input {
  font-family: "inter", sans-serif !important;
  width: 340px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.6 !important;
  outline: 0 !important;
  padding: 0.75rem !important;
  height: 34px !important;
  color: #222222 !important;
  background-clip: padding-box !important;
  border: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  background: url(assets/img/search.svg) !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 1.7em auto, 100% !important;
  background-color: #fff !important;
}

.header-search__results-container {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 300px;
  background-color: white;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.header-search__results-list {
  list-style: none;
  padding-left: 0;
}

.header-search__results-item-header {
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  text-align: left !important;
  display: block !important;
  line-height: 36px !important;
  font-size: 0.7em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: bold !important;
  line-height: 12px !important;
  margin-top: 12px !important;
}

.header-search__results-link {
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: black !important;
  text-align: left !important;
  display: block !important;
  line-height: 36px !important;
  font-size: 0.9em !important;
}

.header-search--active .header-search__input {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.header-search--active .header-search__results-container {
  display: block;
}

/* custom scrollbar */
.header-search__results-container::-webkit-scrollbar {
  width: 20px;
}

.header-search__results-container::-webkit-scrollbar-track {
  background-color: transparent;
}

.header-search__results-container::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.header-search__results-container::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

@media only screen and (max-width: 1050px) {
  .header-search {
    display: none !important;
  }
}
.homepage-manual-search__wrapper {
  display: none;
}

.homepage-manual-search {
  display: flex;
  gap: 12px;
}

.homepage-manual-search__input {
  border: 2px solid #eeeeee !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  line-height: 1.3 !important;
  width: calc(100% - 100px);
}

.homepage-manual-search__button {
  width: 100px;
}

@media only screen and (max-width: 899px) {
  .homepage-manual-search__wrapper {
    display: block;
  }
}
.sidebar-category-description {
  width: 100%;
  margin-top: 64px;
  border-radius: 12px;
  padding: 12px;
  background-color: #f9f9f9;
  margin-bottom: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}

.sidebar-category-description p {
  margin-bottom: 12px;
}

.sidebar-category-description a {
  text-decoration: underline;
}

.shop-sidebar .select2-selection {
  border-radius: 4px !important;
  color: #192230 !important;
  background-color: #ffffff !important;
  background-image: url(assets/img/select-arr-dk.svg) !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 1em top 50%, 0 0 !important;
  background-size: 0.85em auto, 100% !important;
}

.gform-footer .custom_gform_button {
  border-radius: 4px !important;
  background: #f6921e !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border: 2px solid #f6921e !important;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.gform-footer .custom_gform_button:hover {
  color: #0a0a0a !important;
  background: transparent !important;
}
@media (min-width: 1441px) {
  .gform-footer .custom_gform_button {
    font-size: 14px;
  }
}

.alt-three-columns-component {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1441px) {
  .alt-three-columns-component {
    margin-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .alt-three-columns-component .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .alt-three-columns-component .container {
    max-width: 1440px;
  }
}
.alt-three-columns-component__header {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1441px) {
  .alt-three-columns-component__header {
    margin-bottom: 40px;
  }
}
.alt-three-columns-component__header h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 1441px) {
  .alt-three-columns-component__header h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .alt-three-columns-component__header .col-lg-4 {
    text-align: right;
  }
}
.alt-three-columns-component__image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.alt-three-columns-component__image figure {
  background: #f7f7f7;
  margin: 0;
  width: 100%;
}
.alt-three-columns-component__image figure:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 89.29%;
}
@media (max-width: 1024px) {
  .alt-three-columns-component .row {
    justify-content: center;
  }
}
.alt-three-columns-component__column {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .alt-three-columns-component__column {
    margin-bottom: 0px;
  }
}
.alt-three-columns-component__column h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 10px;
}
@media (min-width: 1441px) {
  .alt-three-columns-component__column h4 {
    font-size: 20px; /* 24px */
    line-height: 1.2;
  }
}
.alt-three-columns-component__column p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1025px) {
  .alt-three-columns-component__column p {
    font-size: 18px;
  }
}

.banner-component {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .banner-component {
    margin-bottom: 120px;
  }
}
.banner-component .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .banner-component .container {
    max-width: 1440px;
  }
}
@media (min-width: 1025px) {
  .banner-component__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.banner-component__content {
  background: #2a3177;
  color: #fff;
  padding: 20px;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .banner-component__content {
    padding: 40px;
  }
}
@media (min-width: 1441px) {
  .banner-component__content {
    padding: 60px;
  }
}
.banner-component__content h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 1441px) {
  .banner-component__content h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.banner-component__content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 1025px) {
  .banner-component__content p {
    font-size: 18px;
    line-height: 1.75;
  }
}
.banner-component__content .btn {
  align-self: flex-start;
}
.banner-component__media {
  flex-shrink: 0;
}
.banner-component__media figure {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  margin: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .banner-component__media figure:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 79.46%;
  }
}
@media (min-width: 1025px) {
  .banner-component__media figure {
    width: 448px;
  }
}

.banner-cta-component {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  background: #1c1e4b;
  color: #fff;
}
@media (min-width: 1025px) {
  .banner-cta-component {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .banner-cta-component .container {
    max-width: 1440px;
  }
}
.banner-cta-component__image {
  padding-bottom: 71%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-cta-component__image {
    padding-bottom: 60%;
  }
}
@media (min-width: 1025px) {
  .banner-cta-component__image {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 45%;
  }
  .banner-cta-component__image img {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 25% 100%, 13% 52%);
  }
}
.banner-cta-component__content {
  padding: 40px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-cta-component__content {
    padding: 80px 0;
  }
}
@media (min-width: 1025px) {
  .banner-cta-component__content {
    padding: 140px 0;
    max-width: 630px;
  }
}
@media (min-width: 1441px) {
  .banner-cta-component__content {
    padding: 140px 0;
    max-width: 720px;
  }
}
.banner-cta-component__content h2 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 1441px) {
  .banner-cta-component__content h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.banner-cta-component__content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 1025px) {
  .banner-cta-component__content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.banner-cta-component__links {
  display: flex;
  justify-items: center;
  margin-top: 20px;
}
@media (min-width: 1441px) {
  .banner-cta-component__links {
    margin-top: 40px;
  }
}
.banner-cta-component__links a {
  margin-right: 12px;
}
.banner-cta-component__links a:last-of-type {
  margin-right: 0;
}

.basic-hero-component {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #1b1e4b;
}
@media (min-width: 1025px) {
  .basic-hero-component {
    padding: 80px 0;
  }
}
.basic-hero-component--margin-bottom {
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .basic-hero-component--margin-bottom {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .basic-hero-component .container {
    max-width: 1440px;
  }
}
.basic-hero-component__content {
  width: 100%;
}
.basic-hero-component__content--center {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.basic-hero-component__content h1 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1441px) {
  .basic-hero-component__content h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.basic-hero-component__content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .basic-hero-component__content p {
    font-size: 18px;
    line-height: 1.8;
  }
}

.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: auto;
  transition: 0.8s cubic-bezier(0.4, 0.47, 0.17, 0.98);
}
.btn:focus {
  outline: none;
}
.btn.min-w-auto {
  min-width: auto;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 100px;
  padding: 0;
  border-radius: 100px;
  color: currentColor;
  transition: all 0.3s ease-in-out;
  padding: 12px 32px;
  border-radius: 4px;
  background: #f6921e;
  border: 2px solid #f6921e;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #0a0a0a;
  background: transparent;
}
@media (min-width: 1441px) {
  .btn-primary {
    font-size: 14px;
  }
}
.btn-primary--white:hover {
  color: #fff;
  background: transparent;
}
.btn-primary--white-outline {
  background: transparent;
  color: #fff;
}
.btn-primary--white-outline:hover {
  color: #fff;
  background: #f6921e;
}
.btn-primary--black-outline {
  background: transparent;
  color: #0a0a0a;
}
.btn-primary--black-outline:hover {
  color: #fff;
  background: #f6921e;
}

/**
* Old button overrides
*/
.et_btn.arrow-enabled:not(.link):hover > span {
  transform: none !important;
}
.et_btn.button-shadow:not(.link):hover {
  box-shadow: none !important;
  transform: none !important;
}
.et_btn.solid.color-accent:hover {
  background-color: transparent !important;
  color: #0a0a0a !important;
  border-color: #f6921e !important;
}
.et_btn svg {
  display: none !important;
}

.contact-component {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: #f7f7f7;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .contact-component {
    padding: 100px 0;
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .contact-component .container {
    max-width: 1440px;
  }
}
.contact-component__form {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
@media (min-width: 1441px) {
  .contact-component__form {
    padding: 40px;
  }
}
.contact-component__form h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .contact-component__form h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.contact-component__form p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  color: #222;
}
@media (min-width: 1025px) {
  .contact-component__form p {
    font-size: 18px;
    line-height: 1.75;
  }
}
.contact-component__form .gform_validation_errors {
  margin-bottom: 40px !important;
}
.contact-component__form .gform_body .gfield {
  position: relative;
}
.contact-component__form .gform_body .gfield--input-type-select .gform-field-label,
.contact-component__form .gform_body .gfield--input-type-text .gform-field-label,
.contact-component__form .gform_body .gfield--input-type-phone .gform-field-label,
.contact-component__form .gform_body .gfield--input-type-email .gform-field-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #0a0a0a !important;
  opacity: 0.5 !important;
}
@media (min-width: 1025px) {
  .contact-component__form .gform_body .gfield--input-type-select .gform-field-label,
  .contact-component__form .gform_body .gfield--input-type-text .gform-field-label,
  .contact-component__form .gform_body .gfield--input-type-phone .gform-field-label,
  .contact-component__form .gform_body .gfield--input-type-email .gform-field-label {
    font-size: 18px !important;
  }
}
.contact-component__form .gform_body .gfield--input-type-select .gform-field-label--focused,
.contact-component__form .gform_body .gfield--input-type-text .gform-field-label--focused,
.contact-component__form .gform_body .gfield--input-type-phone .gform-field-label--focused,
.contact-component__form .gform_body .gfield--input-type-email .gform-field-label--focused {
  top: -14px;
  background: #fff;
  transform: none;
  opacity: 1 !important;
  z-index: 4 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.contact-component__form .gform_body .gfield--input-type-select .gform-field-label .gfield_required,
.contact-component__form .gform_body .gfield--input-type-text .gform-field-label .gfield_required,
.contact-component__form .gform_body .gfield--input-type-phone .gform-field-label .gfield_required,
.contact-component__form .gform_body .gfield--input-type-email .gform-field-label .gfield_required {
  display: none !important;
}
.contact-component__form .gform_body .gfield--input-type-textarea .gform-field-label {
  position: absolute;
  top: 0;
  transform: translateY(10px);
  left: 18px;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #0a0a0a !important;
  opacity: 0.5 !important;
}
@media (min-width: 1441px) {
  .contact-component__form .gform_body .gfield--input-type-textarea .gform-field-label {
    font-size: 16px !important;
  }
}
.contact-component__form .gform_body .gfield--input-type-textarea .gform-field-label--focused {
  top: -14px;
  background: #fff;
  transform: none;
  opacity: 1 !important;
  z-index: 4 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.contact-component__form .gform_body .gfield--input-type-textarea .gform-field-label .gfield_required {
  display: none !important;
}
.contact-component__form .gform_body .ginput_container_consent {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #0a0a0a;
}
.contact-component__form .gform_body .ginput_container_consent a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.contact-component__form .gform_body .ginput_container_consent .gfield_required_text {
  display: none !important;
}
.contact-component__form .gform_body .ginput_container_consent input[type=checkbox] {
  border: 1px solid #888 !important;
  border-radius: 4px;
}
.contact-component__form .gform_body input[type=text],
.contact-component__form .gform_body input[type=email],
.contact-component__form .gform_body input[type=tel],
.contact-component__form .gform_body textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #efefef !important;
  background: #fff;
  padding: 10px 16px !important;
}
.contact-component__form .gform_body textarea {
  height: 144px !important;
}
.contact-component__form .gform_body select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #efefef !important;
  background-color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 18px !important;
  padding-right: 36px !important;
  background-image: url("../img/svg/select-arrow.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-component__form .gform-footer .custom_gform_button,
.contact-component__form .gform-footer input[type=submit] {
  border-radius: 4px !important;
  background: #f6921e !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.contact-component__form .gform-footer .custom_gform_button:hover,
.contact-component__form .gform-footer input[type=submit]:hover {
  color: #0a0a0a;
  background: transparent;
}
@media (min-width: 1025px) {
  .contact-component__form .gform-footer .custom_gform_button,
  .contact-component__form .gform-footer input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .contact-component__info {
    margin-top: 20px;
  }
}
.contact-component__info h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .contact-component__info h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.contact-component__office-details {
  display: flex;
  position: relative;
  margin-bottom: 22px;
}
.contact-component__office-details__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  background: #2a3177;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: all 0.3s ease;
}
.contact-component__office-details__icon figure {
  width: 24px;
  min-width: 24px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.contact-component__office-details__text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-component__office-details__text p {
  margin-bottom: 0;
}
.contact-component__office-details__text a.direction-link {
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #2a3177;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.contact-component__office-details__text a.direction-link:hover {
  color: rgb(15.3913043478, 17.9565217391, 43.6086956522);
}
@media (min-width: 1025px) {
  .contact-component__office-details__text {
    font-size: 18px;
    line-height: 1.75;
  }
}
.contact-component__office-details.linkable:hover .contact-component__office-details__icon {
  background-color: rgb(28.6956521739, 33.4782608696, 81.3043478261);
  color: #fff;
}
.contact-component__office-details.linkable:hover .contact-component__office-details__text p {
  color: rgb(28.6956521739, 33.4782608696, 81.3043478261);
}
.contact-component__social {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .contact-component__social {
    margin-top: 60px;
  }
}
.contact-component__social ul {
  display: flex;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.contact-component__social ul li {
  margin-right: 12px;
  margin-bottom: 0 !important;
}
.contact-component__social ul li:last-child {
  margin-right: 0;
}
.contact-component__social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #2a3177;
  transition: all 0.3s ease;
}
.contact-component__social ul li a figure {
  width: 24px;
  min-width: 24px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.contact-component__social ul li a:hover {
  background: rgb(28.6956521739, 33.4782608696, 81.3043478261);
}

.content-map-component {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .content-map-component {
    margin-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .content-map-component .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .content-map-component .container {
    max-width: 1440px;
  }
}
.content-map-component__row {
  display: flex;
  flex-wrap: wrap;
}
.content-map-component__content-column {
  width: 100%;
}
@media (min-width: 1025px) {
  .content-map-component__content-column {
    width: 41.666667%;
  }
}
.content-map-component__map-column {
  width: 100%;
}
@media (min-width: 1025px) {
  .content-map-component__map-column {
    margin-left: 8.333333%;
    width: 50%;
  }
}
.content-map-component__wysiwyg {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  font-size: 0.875rem; /* 14px */
  color: #222;
}
@media (min-width: 1025px) {
  .content-map-component__wysiwyg {
    font-size: 18px; /* 18px */
    line-height: 1.85;
  }
}
.content-map-component__wysiwyg > * + * {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .content-map-component__wysiwyg > * + * {
    margin-top: 20px;
  }
}
.content-map-component__wysiwyg p,
.content-map-component__wysiwyg ul,
.content-map-component__wysiwyg ol {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  font-size: 0.875rem; /* 14px */
  color: #222;
}
@media (min-width: 1025px) {
  .content-map-component__wysiwyg p,
  .content-map-component__wysiwyg ul,
  .content-map-component__wysiwyg ol {
    font-size: 18px; /* 18px */
    line-height: 1.85;
  }
}
.content-map-component__wysiwyg h3,
.content-map-component__wysiwyg h4,
.content-map-component__wysiwyg h5,
.content-map-component__wysiwyg h6 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 1.5rem; /* 24px */
  font-weight: normal;
  font-style: normal;
  color: #1b1e4b;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .content-map-component__wysiwyg h3,
  .content-map-component__wysiwyg h4,
  .content-map-component__wysiwyg h5,
  .content-map-component__wysiwyg h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1441px) {
  .content-map-component__wysiwyg h3,
  .content-map-component__wysiwyg h4,
  .content-map-component__wysiwyg h5,
  .content-map-component__wysiwyg h6 {
    font-size: 2.25rem; /* 36px */
    line-height: 1.2;
  }
}
.content-map-component__links {
  display: flex;
  justify-items: center;
  margin-top: 20px;
}
@media (min-width: 1441px) {
  .content-map-component__links {
    margin-top: 40px;
  }
}
.content-map-component__links a {
  margin-right: 12px;
}
.content-map-component__links a:last-of-type {
  margin-right: 0;
}
.content-map-component__map {
  position: relative;
  width: 100%;
  background: #f7f7f7;
}
.content-map-component__map:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
@media (max-width: 1024px) {
  .content-map-component__map {
    margin-top: 40px;
  }
}

.faq-component {
  position: relative;
  background: #fff;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .faq-component {
    margin-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .faq-component .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .faq-component .container {
    max-width: 1440px;
  }
}
.faq-component h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 44px;
  color: #1b1e4b;
  margin-bottom: 28px;
}
@media (min-width: 1441px) {
  .faq-component h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

.faq-accordion {
  position: relative;
  width: 100%;
  padding: 18px;
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .faq-accordion {
    padding: 24px;
  }
}
.faq-accordion:last-of-type {
  margin-bottom: 0;
}
.faq-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.faq-accordion__header h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1b1e4b;
  margin: 0;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .faq-accordion__header h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.faq-accordion__header button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 999px;
  pointer-events: none;
  margin-left: 20px;
}
.faq-accordion__header button figure {
  width: 24px;
  min-width: 24px;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  transform: rotate(180deg);
}
.faq-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-accordion__content {
  padding-top: 20px;
}
.faq-accordion__content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #2a3177;
}
@media (min-width: 1025px) {
  .faq-accordion__content p {
    font-size: 18px;
    line-height: 28px;
  }
}

.faq-accordion.is-open .faq-accordion__header button figure {
  transform: rotate(0deg);
}

footer.site-footer, footer.site-footer.dark {
  background-color: #2a3177;
}
footer .footer-bar {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: #1c1e4b;
  color: #fff !important;
}
@media (min-width: 1025px) {
  footer .footer-bar {
    font-size: 16px;
  }
}
footer .footer-bar .container {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 1200px) {
  footer .container {
    max-width: 1440px;
  }
}
@media (min-width: 768px) {
  footer .footer-widgets .footer1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  footer .footer-widgets .footer1 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  footer .footer-widgets .footer1 {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media (min-width: 768px) {
  footer .footer-widgets .footer5 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  footer .footer-widgets .footer5 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  footer .footer-widgets .footer2,
  footer .footer-widgets .footer4 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1025px) {
  footer .footer-widgets .footer3 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1441px) {
  footer .footer-widgets .footer3 {
    flex: 0 0 18%;
    max-width: 18%;
  }
}
@media (max-width: 1024px) {
  footer .footer-widgets .et_widget_social_media {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1024px) {
  footer .footer-widgets .widget {
    margin-bottom: 30px !important;
  }
}
footer .footer-widgets .widgettitle {
  font-family: "gilroy-bold";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  footer .footer-widgets .widgettitle {
    font-size: 18px !important;
  }
}
footer .footer-widgets a,
footer .footer-widgets p {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  color: #fff !important;
}
@media (min-width: 1025px) {
  footer .footer-widgets a,
  footer .footer-widgets p {
    font-size: 16px;
  }
}
footer .footer-widgets p {
  line-height: 1.8;
}
footer .footer-widgets .social-icons a {
  font-size: 20px;
}
footer .footer-widgets .social-icons .et-linkedin:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/svg/square-linkedin.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .footer-widgets .social-icons li:not(:first-child) {
  padding-left: 12px !important;
}
footer .footer-widgets .social-icons li a {
  padding: 0 !important;
}
footer .footer-middle.footer-widgets:before {
  content: none;
}
footer .footer-middle.footer-widgets .container {
  padding-top: 0;
}
footer .footer-middle.footer-widgets h5 {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff !important;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  footer .footer-middle.footer-widgets h5 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .footer-middle.footer-widgets .partner_subsidiaries {
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  footer .footer-middle.footer-widgets .partner_subsidiaries {
    margin-left: 50px;
  }
}
footer .footer-middle.footer-widgets .partner_subsidiaries ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  list-style: none;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
}

.hero-component {
  background: #1c1e4b;
  color: #fff;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-component .container {
    max-width: 1440px;
  }
}
.hero-component__content {
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .hero-component__content {
    padding: 140px 0;
    max-width: 630px;
  }
}
@media (min-width: 1441px) {
  .hero-component__content {
    padding: 180px 0;
    max-width: 720px;
  }
}
.hero-component__content h1 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  color: #fff;
  margin-bottom: 28px;
}
@media (min-width: 1441px) {
  .hero-component__content h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.hero-component__content p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 1025px) {
  .hero-component__content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.hero-component__box {
  display: flex;
  padding: 12px;
  gap: 8px;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 1024px) {
  .hero-component__box {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .hero-component__box {
    gap: 17px;
    align-items: center;
  }
}
.hero-component__box .site-search {
  flex: 1 1 0%;
}
.hero-component__box span.separator {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #888;
  text-align: center;
}
@media (min-width: 1441px) {
  .hero-component__box .site-search__result {
    padding-left: 16px !important;
    padding-right: 16px;
  }
}
.hero-component__image {
  position: relative;
}
@media (max-width: 767px) {
  .hero-component__image {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-component__image {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    width: 60vw;
  }
}
@media (min-width: 768px) {
  .hero-component__image img {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 25% 100%, 13% 52%);
  }
}

.image-text-content-component {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .image-text-content-component {
    margin-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .image-text-content-component .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .image-text-content-component .container {
    max-width: 1440px;
  }
}
@media (min-width: 1025px) {
  .image-text-content-component--reverse {
    flex-direction: row-reverse;
  }
}
.image-text-content-component__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.image-text-content-component__image-column {
  width: 100%;
}
@media (min-width: 1025px) {
  .image-text-content-component__image-column {
    width: 41.666667%;
  }
}
.image-text-content-component__content-column {
  width: 100%;
}
@media (min-width: 1025px) {
  .image-text-content-component__content-column {
    width: 50%;
  }
}
.image-text-content-component__wysiwyg {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  font-size: 0.875rem; /* 14px */
  color: #222;
}
@media (min-width: 1025px) {
  .image-text-content-component__wysiwyg {
    font-size: 18px; /* 16px */
    line-height: 1.85;
  }
}
.image-text-content-component__wysiwyg > * + * {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .image-text-content-component__wysiwyg > * + * {
    margin-top: 20px;
  }
}
.image-text-content-component__wysiwyg p,
.image-text-content-component__wysiwyg ul,
.image-text-content-component__wysiwyg ol {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  font-size: 0.875rem; /* 14px */
  color: #222;
}
@media (min-width: 1025px) {
  .image-text-content-component__wysiwyg p,
  .image-text-content-component__wysiwyg ul,
  .image-text-content-component__wysiwyg ol {
    font-size: 18px; /* 16px */
    line-height: 1.85;
  }
}
.image-text-content-component__wysiwyg ul,
.image-text-content-component__wysiwyg ol {
  padding-left: 12px;
}
.image-text-content-component__wysiwyg h3,
.image-text-content-component__wysiwyg h4,
.image-text-content-component__wysiwyg h5,
.image-text-content-component__wysiwyg h6 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 1.5rem; /* 24px */
  font-weight: normal;
  font-style: normal;
  color: #1b1e4b;
  margin: 0;
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 1441px) {
  .image-text-content-component__wysiwyg h3,
  .image-text-content-component__wysiwyg h4,
  .image-text-content-component__wysiwyg h5,
  .image-text-content-component__wysiwyg h6 {
    font-size: 2.25rem; /* 36px */
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.image-text-content-component__links {
  display: flex;
  justify-items: center;
  margin-top: 20px;
}
@media (min-width: 1441px) {
  .image-text-content-component__links {
    margin-top: 20px;
  }
}
.image-text-content-component__links a {
  margin-right: 12px;
}
.image-text-content-component__links a:last-of-type {
  margin-right: 0;
}
.image-text-content-component__media {
  position: relative;
  width: 100%;
  background: #f7f7f7;
}
.image-text-content-component__media:before {
  content: "";
  display: block;
  padding-top: 69%;
}
@media (max-width: 1024px) {
  .image-text-content-component__media {
    margin-top: 40px;
  }
}

.locations-component {
  position: relative;
  background: #fff;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .locations-component {
    margin-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .locations-component .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .locations-component .container {
    max-width: 1440px;
  }
}
.locations-component__header {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .locations-component__header {
    margin-bottom: 40px;
  }
}
.locations-component__header h2 {
  margin: 0;
}
.locations-component .location-card {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .locations-component .location-card {
    margin-bottom: 48px;
  }
}
.locations-component .location-card h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .locations-component .location-card h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.locations-component .location-card p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  color: #888;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .locations-component .location-card p {
    font-size: 16px;
  }
}

.logos-component {
  position: relative;
  background: #f7f7f7;
  padding: 60px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .logos-component .container {
    max-width: 1440px;
  }
}
.logos-component--margin-bottom {
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .logos-component--margin-bottom {
    margin-bottom: 120px;
  }
}
.logos-component .swiper-slide {
  height: auto !important;
}
.logos-component h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #2a3177;
  text-align: center;
  margin: 0;
}
.logos-component .row {
  flex-wrap: wrap;
  justify-content: center;
}
.logos-component__logos {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .logos-component__logos {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.logos-component [class*=col-] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-component__logo-item {
  max-width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
}

.page .page-padding:not(.hero-header),
.single-training .page-padding:not(.hero-header) {
  padding-top: 0 !important;
}

body {
  padding-top: 73px;
}
@media (min-width: 1025px) {
  body {
    padding-top: 98px;
  }
}
@media (min-width: 1441px) {
  body {
    padding-top: 125px;
  }
}
body.home .header,
body.home .header-spacer,
body.home .product-header-spacer, body.single-location .header,
body.single-location .header-spacer,
body.single-location .product-header-spacer, body.page-template-template-location .header,
body.page-template-template-location .header-spacer,
body.page-template-template-location .product-header-spacer, body.post-type-archive-product .header,
body.post-type-archive-product .header-spacer,
body.post-type-archive-product .product-header-spacer, body.tax-product_cat .header,
body.tax-product_cat .header-spacer,
body.tax-product_cat .product-header-spacer, body.post-type-archive-career .header,
body.post-type-archive-career .header-spacer,
body.post-type-archive-career .product-header-spacer, body.single-training .header,
body.single-training .header-spacer,
body.single-training .product-header-spacer {
  display: none;
  height: 0 !important;
}
body.single-product #wrapper {
  overflow: unset !important;
}
body.page-template-template-thank-you #wrapper [role=main] > div.type-page {
  width: 100%;
  margin-bottom: auto;
  padding: 12vh 0 !important;
  text-align: center;
}
body.page-template-template-thank-you .content404 h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1441px) {
  body.page-template-template-thank-you .content404 h3 {
    font-size: 48px;
    line-height: 1.2;
  }
}
body.page-template-template-thank-you .content404 p {
  margin: 18px auto 20px;
  max-width: 500px !important;
}
@media (min-width: 1025px) and (max-width: 1800px) {
  body {
    zoom: 80%;
  }
}

[x-cloak] {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.is-loading {
  pointer-events: none;
  overflow: hidden;
}
.is-loading::before {
  animation: spinAround 0.5s infinite linear;
  border: 2px solid #f6921e;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  left: calc(50% - 1em);
  top: calc(50% - 1em);
  position: absolute !important;
  z-index: 100;
}
.is-loading::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.no-products {
  text-align: center;
  margin: 100px 0 0;
}
.no-products h4 {
  margin-bottom: 0;
}
.no-products p {
  color: #888;
}

.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 120;
}
.mobile-navigation__mask {
  height: 100vh;
  width: 100vw;
  opacity: 0.5;
  background: #222;
}
.mobile-navigation__inner {
  position: fixed;
  bottom: 0;
  height: 100%;
  left: -480px;
  transition: left 0.2s ease-in-out;
  background-color: #fff;
  width: 480px;
  max-height: 100%;
  max-width: 100%;
  z-index: 90;
  display: flex;
  flex-direction: column;
  padding: 30px 25px;
  overflow-y: scroll;
}
.mobile-navigation.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.mobile-navigation.is-visible .mobile-navigation__inner {
  top: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.mobile-navigation__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #f7f7f7;
  border: none;
  transition: all 0.3s ease;
}
.mobile-navigation__close:hover {
  background: #e8e7e7;
}
.mobile-navigation__close figure {
  width: 24px;
  min-width: 24px;
  margin: 0;
}
.mobile-navigation nav ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.mobile-navigation nav ul li {
  width: 100%;
  margin-bottom: 20px;
}
.mobile-navigation nav ul li:last-child {
  margin-bottom: 0;
}
.mobile-navigation nav ul li .link-item-wrap {
  display: flex;
  justify-content: space-between;
}
.mobile-navigation nav ul li a {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #1b1e4b;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.mobile-navigation__arrow {
  width: 28px;
  padding: 0;
  background: transparent;
  border: none;
  transform: rotate(90deg);
}
.mobile-navigation__bottom {
  margin-top: auto;
}
.mobile-navigation__bottom a {
  width: 100%;
}

.mobile-menu-dropdown {
  position: fixed;
  bottom: 0;
  height: 100%;
  left: -480px;
  transition: left 0.2s ease-in-out;
  background-color: #fff;
  width: 480px;
  max-height: 100%;
  max-width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 30px 25px;
  overflow-y: scroll;
}
.mobile-menu-dropdown.is-visible {
  top: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.mobile-menu-dropdown__options {
  display: flex;
  justify-content: space-between;
}
.mobile-menu-dropdown__options .back-dropdown {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #1b1e4b;
  width: auto;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  border: none;
  padding: 0;
}
.mobile-menu-dropdown__options .back-dropdown figure {
  color: #1b1e4b;
  width: 24px;
  min-width: 24px;
  margin-right: 8px;
  margin-bottom: 0;
  pointer-events: none;
}
.mobile-menu-dropdown .menu-panel-toggle {
  width: 28px;
  padding: 0;
  background: transparent;
  border: none;
  transform: rotate(90deg);
  color: #1b1e4b;
}
.mobile-menu-dropdown p {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #888;
}

.mobile-menu-panel {
  overflow: hidden;
  max-height: 0;
  padding-left: 20px;
  transition: max-height 0.2s ease-out;
}
.mobile-menu-panel ul li p {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #888;
}

/**
* Site Mega Menu
*/
.site-mega-menu {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e8ebe8;
  opacity: 0;
  pointer-events: none;
  transition: 0.15s ease;
  visibility: hidden;
  transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.site-mega-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.site-mega-menu__container {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.site-mega-menu__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 30%;
  background: #f7f7f7;
  padding: 28px 30px;
}
@media (min-width: 1441px) {
  .site-mega-menu__sidebar {
    padding: 48px 60px;
  }
}
.site-mega-menu__sidebar ul {
  display: flex;
  flex-direction: column;
}
.site-mega-menu__sidebar ul li {
  margin-right: 0 !important;
  margin-bottom: 10px;
}
@media (min-width: 1441px) {
  .site-mega-menu__sidebar ul li {
    margin-bottom: 20px;
  }
}
.site-mega-menu__sidebar ul li:last-child {
  margin-bottom: 0;
}
.site-mega-menu__sidebar ul li a {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding: 0 !important;
  opacity: 0.3;
  transition: opacity 0.15s ease;
}
.site-mega-menu__sidebar ul li a.is-active, .site-mega-menu__sidebar ul li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .site-mega-menu__sidebar ul li a {
    font-size: 18px;
  }
}
.site-mega-menu__all-link {
  margin-top: 20px;
}
.site-mega-menu__all-link a {
  font-size: 16px !important;
  color: #1B1E4B;
  opacity: 1 !important;
}
.site-mega-menu__content {
  width: 70%;
  padding: 28px 30px;
}
@media (min-width: 1441px) {
  .site-mega-menu__content {
    padding: 48px 60px;
  }
}

/**
* Mega Menu Item
*/
.mega-menu__section {
  position: relative;
  width: 100%;
  display: none;
}
.mega-menu__section.is-visible {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mega-menu__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1441px) {
  .mega-menu__row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.mega-menu__item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .mega-menu__item {
    width: 33.3333333333%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
.mega-menu__item a h5 {
  font-family: "gilroy-bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #1b1e4b;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .mega-menu__item a h5 {
    font-size: 18px;
  }
}
.mega-menu__item a p {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #888;
}
@media (min-width: 1025px) {
  .mega-menu__item a p {
    font-size: 16px;
  }
}
.mega-menu__item a:hover h5 {
  color: rgb(28.6956521739, 33.4782608696, 81.3043478261);
}
.mega-menu__bottom {
  margin-top: auto;
}
@media (max-width: 1440px) {
  .mega-menu__bottom {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.mega-menu__bottom a {
  font-family: Gilroy-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1b1e4b;
  transition: all 0.3s ease;
}
.mega-menu__bottom a:hover {
  color: rgb(28.6956521739, 33.4782608696, 81.3043478261);
}

/**
* Basic Menu
*/
.basic-menu {
  padding: 34px 0;
}
@media (min-width: 1441px) {
  .basic-menu {
    padding: 48px 0;
  }
}
.basic-menu__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1441px) {
  .basic-menu__row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.basic-menu__item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1025px) {
  .basic-menu__item {
    width: 25%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.basic-menu__item a h5 {
  font-family: "gilroy-bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #1b1e4b;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .basic-menu__item a h5 {
    font-size: 18px;
  }
}
.basic-menu__item a p {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #888;
}
@media (min-width: 1025px) {
  .basic-menu__item a p {
    font-size: 16px;
  }
}
.basic-menu__item a:hover h5 {
  color: rgb(28.6956521739, 33.4782608696, 81.3043478261);
}

.product-card {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-card__media:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 65.57%;
}
.product-card__tag {
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #2a3177;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
@media (min-width: 1441px) {
  .product-card__tag {
    font-size: 13px;
  }
}
.product-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px;
}
.product-card__content h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #222;
}
@media (min-width: 1025px) {
  .product-card__content h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.product-card__content ul {
  list-style: none;
  padding: 16px 0;
  display: flex;
  margin-bottom: 16px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-left: -8px;
  margin-right: -8px;
}
.product-card__content ul li {
  margin-bottom: 0 !important;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 1024px) {
  .product-card__content ul li {
    width: 33.3333%;
  }
}
@media (min-width: 1441px) {
  .product-card__content ul li {
    width: 33.3333%;
  }
}
.product-card__content ul li p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  margin-bottom: 0;
}
.product-card__content ul li p strong {
  font-weight: 700;
}
.product-card__content a {
  width: 100%;
  margin-top: auto;
}

.reviews-component {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .reviews-component {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .reviews-component .container {
    max-width: 1440px;
  }
}
.reviews-component .swiper-slide {
  height: auto !important;
}
.reviews-component__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-component .slider-button {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 999999px;
  border: 1px solid #efefef;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.reviews-component .slider-button:hover {
  background: #f8f8f8;
}
.reviews-component .slider-button figure {
  margin: 0;
  width: 20px;
  min-width: 20px;
}
.reviews-component .slider-button--prev figure {
  transform: rotate(270deg);
}
.reviews-component .slider-button--next figure {
  transform: rotate(90deg);
}
.reviews-component .review-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 15px;
}
@media (min-width: 1441px) {
  .reviews-component .review-card {
    padding: 20px;
  }
}
.reviews-component .review-card__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.reviews-component .review-card__rating .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 26px;
  line-height: 1;
}
.reviews-component .review-card__rating .stars:before {
  content: "★★★★★";
  letter-spacing: 0.0625rem;
  background: linear-gradient(90deg, #fbbc04 var(--percent), #e9ecef var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reviews-component .review-card__rating figure {
  margin: 0;
  width: 24px;
  min-width: 24px;
}
.reviews-component .review-card__text {
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.reviews-component .review-card__text a {
  display: block;
  font-family: "Plus Jakarta Sans";
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #2a3177;
  line-height: 28px; /* 200% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.reviews-component .review-card__author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.reviews-component .review-card__author {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #222;
  text-transform: capitalize;
  margin: 0;
}
.reviews-component .review-card__timestamp {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}
.reviews-component__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 1441px) {
  .reviews-component__footer {
    margin-top: 40px;
  }
}
.reviews-component__footer figure {
  width: 24px;
  margin: 0;
  margin-right: 12px;
}
.reviews-component__footer p {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1441px) {
  .reviews-component__footer p {
    font-size: 17px;
    line-height: 24px;
  }
}
.reviews-component__footer p strong {
  font-weight: 700;
}
.reviews-component__footer p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.site-header.headroom--not-top, .site-header.headroom--unpinned {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.site-header__logo, .site-header__cta {
  display: flex;
  align-items: center;
}
.site-header__nav {
  display: none;
}
@media (min-width: 1025px) {
  .site-header__nav {
    display: flex;
    align-items: center;
    flex: 1 1 0%;
  }
}
.site-header__logo {
  width: 200px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.site-header__logo:hover {
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .site-header__logo {
    width: 150px;
  }
}
@media (min-width: 1280px) {
  .site-header__logo {
    width: 200px;
  }
}
@media (min-width: 1441px) {
  .site-header__logo {
    max-width: auto;
  }
}

.site-header-main {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 16px 20px;
}
@media (max-width: 1024px) {
  .site-header-main {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .site-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/**
* Site search
*/
.site-search {
  display: flex;
  height: 48px;
  padding: 10px 16px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #efefef;
  background: #fff;
  position: relative;
  width: 100%;
}
.site-search__inner {
  position: relative;
  width: 100%;
}
.site-search__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #2a3177;
  padding: 0;
  margin: 0;
}
.site-search__cancel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #2a3177;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.site-search input {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: none;
  padding: 0 0 0 36px;
  height: auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .site-search input {
    font-size: 16px;
  }
}
.site-search:focus-within {
  border-color: #f6921e;
}
.site-search__result {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  max-height: 480px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #efefef;
  z-index: 10;
}
@media (min-width: 1441px) {
  .site-search__result {
    padding-left: 52px;
    padding-right: 16px;
  }
}
.site-search__result h5 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 5px 0;
}
.site-search__result ul {
  display: block !important;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.site-search__result ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.site-search__result ul li:last-child {
  margin-bottom: 0;
}
.site-search__result ul li a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  color: #0a0a0a;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.site-search__result ul li a:hover {
  color: rgb(28.6956521739, 33.4782608696, 81.3043478261);
}
@media (min-width: 1441px) {
  .site-search__result ul li a {
    font-size: 16px;
  }
}

/**
* Site Header Navigation
*/
.site-main-menu {
  display: flex;
  width: 100%;
  margin: 0 28px;
}
.site-main-menu ul.list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  width: 100%;
}
.site-main-menu ul.list li {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.site-main-menu ul.list li.search {
  display: none;
}
@media (min-width: 1280px) {
  .site-main-menu ul.list li.search {
    display: flex;
    flex: 1 1 0%;
  }
}
.site-main-menu ul.list li a.link {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #1b1e4b;
  gap: 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 10px 14px;
}
@media (min-width: 1441px) {
  .site-main-menu ul.list li a.link {
    font-size: 18px;
    padding: 12px 16px;
  }
}
.site-main-menu ul.list li a.link:hover, .site-main-menu ul.list li a.link.is-active {
  background-color: #f7f7f7;
}
.site-main-menu ul.list li a.link figure {
  display: block;
  width: 24px;
  min-width: 24px;
  margin: 0;
  pointer-events: none;
}
.site-main-menu ul.list li a.link figure span {
  pointer-events: none;
}

@media (max-width: 1024px) {
  .site-contact-link {
    display: none;
  }
}

.js-mobile-menu {
  background: transparent;
  border: none;
  width: 40px;
  min-width: 40px;
  padding: 0;
  margin: 0;
  color: #222;
}
@media (min-width: 1025px) {
  .js-mobile-menu {
    display: none;
  }
}

.site-telcta {
  display: none;
  position: relative;
}
@media (min-width: 1280px) {
  .site-telcta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1 1 0%;
    margin-right: 28px;
  }
}
.site-telcta__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.site-telcta__icon figure {
  width: 24px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
.site-telcta__info p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #2a3177;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1441px) {
  .site-telcta__info p {
    font-size: 14px;
  }
}
.site-telcta:hover .site-telcta__icon {
  background: #2a3177;
  color: #fff;
}
.site-telcta:hover .site-telcta__icon figure {
  color: #fff;
}

.testimonial-component {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .testimonial-component {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .testimonial-component .container {
    max-width: 1440px;
  }
}
.testimonial-component__quote-mark {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .testimonial-component__quote-mark {
    width: 120px;
  }
}
.testimonial-component__slider {
  max-width: 100%;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .testimonial-component__slider {
    max-width: calc(100% - 240px);
    margin-top: 20px;
  }
}
@media (min-width: 1441px) {
  .testimonial-component__slider {
    max-width: 960px;
    margin-top: 40px;
  }
}
.testimonial-component__pagination {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.testimonial-component__pagination .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: 0;
  text-align: left !important;
  width: auto !important;
}
.testimonial-component__pagination .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #aeabab;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.testimonial-component__pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: #f6921e;
  border-color: #f6921e;
}
.testimonial-component__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.testimonial-component__controls .swiper-control-prev,
.testimonial-component__controls .swiper-control-next {
  min-width: 24px;
  width: 24px;
  padding: 0;
  background: transparent;
  border: none;
  color: #ddd;
  transition: all 0.3s ease-in-out;
}
.testimonial-component__controls .swiper-control-prev:hover,
.testimonial-component__controls .swiper-control-next:hover {
  color: #2a3177;
}
.testimonial-component__controls .swiper-control-prev {
  margin-right: 8px;
}
.testimonial-component blockquote {
  border-left: none !important;
  padding: 0 0 0 0 !important;
  box-shadow: none !important;
}
.testimonial-component blockquote h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1b1e4b;
  margin: 0;
}
@media (min-width: 1025px) {
  .testimonial-component blockquote h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (min-width: 1441px) {
  .testimonial-component blockquote h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
.testimonial-component blockquote cite {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #888;
  padding-left: 0 !important;
  margin-top: 10px;
  display: block;
}
@media (min-width: 1441px) {
  .testimonial-component blockquote cite {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
}
.testimonial-component blockquote cite:before {
  content: none;
  position: relative;
  top: auto;
}

.three-columns-component {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  padding: 40px 0;
  background: #f7f7f7;
}
@media (min-width: 1441px) {
  .three-columns-component {
    margin-bottom: 120px;
    padding: 120px 0;
  }
}
@media (min-width: 1025px) {
  .three-columns-component .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .three-columns-component .container {
    max-width: 1440px;
  }
}
@media (max-width: 1024px) {
  .three-columns-component .row {
    justify-content: center;
  }
}
.three-columns-component__heading {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1441px) {
  .three-columns-component__heading {
    margin-bottom: 40px;
  }
}
.three-columns-component__heading h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 1441px) {
  .three-columns-component__heading h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.three-columns-component__icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 100%;
  background: #fff;
}
.three-columns-component__icon figure {
  max-width: 48px;
  margin: 0;
}
.three-columns-component__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .three-columns-component__column {
    margin-bottom: 0px;
  }
}
.three-columns-component__column h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 10px;
}
@media (min-width: 1441px) {
  .three-columns-component__column h4 {
    font-size: 20px; /* 24px */
    line-height: 1.2;
  }
}
.three-columns-component__column p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1025px) {
  .three-columns-component__column p {
    font-size: 18px;
  }
}

.site-top-bar {
  display: none;
  background-color: #2a3177 !important;
  color: #fff !important;
  width: 100%;
}
@media (min-width: 1025px) {
  .site-top-bar {
    display: flex;
  }
}
.site-top-bar__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
.site-top-bar__item--one {
  width: 100%;
}
.site-top-bar__item--two {
  width: 50%;
}
.site-top-bar__item--three {
  width: 33.3333333333%;
}
.site-top-bar__item figure {
  width: 17px;
  margin: 0;
  color: #fff;
  margin-right: 10px;
}
.site-top-bar__item p {
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .site-top-bar__item p {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .site-top-bar__item:nth-child(2) {
    border-right: 1px solid #383fcb;
    border-left: 1px solid #383fcb;
  }
}

.wysiwyg {
  width: 100%;
}
.wysiwyg > * + * {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .wysiwyg > * + * {
    margin-top: 20px;
  }
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  font-size: 0.875rem; /* 14px */
  color: inherit;
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol {
    font-size: 1rem; /* 18px */
    line-height: 1.85;
  }
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 12px;
}
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 1.5rem; /* 24px */
  font-weight: normal;
  font-style: normal;
  color: #1b1e4b;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    font-size: 2.25rem; /* 36px */
    line-height: 1.85;
    margin-bottom: 10px;
  }
}

/***************
  * Front Page *
 ***************/
.test {
  display: none;
}

/**
* Banner for product archive page
*/
.product-banner {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #1b1e4b;
}
@media (min-width: 1025px) {
  .product-banner {
    padding: 80px 0;
  }
}
.product-banner__container {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.product-banner__container h1 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .product-banner__container h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.product-banner__description {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  color: #fff;
}
@media (min-width: 1025px) {
  .product-banner__description {
    font-size: 16px;
    line-height: 1.85;
  }
}
.product-banner__description h2, .product-banner__description h3, .product-banner__description h4, .product-banner__description h5 {
  color: #fff !important;
  font-family: "gilroy-bold", sans-serif;
}
.product-banner__description a {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.85;
  color: #f6921e;
}
@media (min-width: 1025px) {
  .product-banner__description a {
    font-size: 16px;
    line-height: 1.85;
  }
}
.product-banner__categories {
  list-style: none;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .product-banner__categories {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-banner__categories li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .product-banner__categories li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.product-banner__categories li a {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  background: #2a3177;
  color: #fff;
  padding: 10px 10px 8px 14px;
  transition: all 0.3s ease-in-out;
}
.product-banner__categories li a:hover {
  background: #f6921e;
}
.product-banner__categories li a:hover figure {
  color: #fff;
}
@media (min-width: 1025px) {
  .product-banner__categories li a {
    padding: 12px 12px 10px 24px;
  }
}
.product-banner__categories li a span {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-right: 4px;
}
@media (min-width: 1025px) {
  .product-banner__categories li a span {
    font-size: 20px;
    line-height: 28px;
    margin-right: 8px;
  }
}
.product-banner__categories li a figure {
  width: 24px;
  min-width: 24px;
  color: #f6921e;
  margin-bottom: 0;
  transform: rotate(90deg);
}

/**
* Product archive page styles
*/
.shop-container {
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .shop-container {
    margin-top: 60px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .shop-container .shop-sidebar-col {
    display: none !important;
  }
}

/**
* Product filters
*/
.product__filter-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.product__filter-header h5 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #0a0a0a;
  margin: 0;
}
@media (min-width: 1025px) {
  .product__filter-header h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.product__filter-content {
  margin-top: 16px;
}
.product__filter-content .irs-handle {
  cursor: grab !important;
}
.product__filter-list ul li {
  margin-top: 16px;
}
.product__filter-list ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product__filter-list ul li label input[type=checkbox] {
  border: 1px solid #e5e5e5;
  background: #fff;
}
.product__filter-list ul li label input[type=checkbox]:checked {
  background: #0a0a0a;
  border-color: #0a0a0a !important;
}
.product__filter-list ul li label span {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #0a0a0a;
  opacity: 0.4;
}

.shop-products-col .row {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.shop-products-col .row li {
  margin-bottom: 30px;
}

/**
* Product sidebar (filters)
*/
@media (max-width: 1024px) {
  .product-filter-siderbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 120;
  }
}
@media (max-width: 1024px) {
  .product-filter-siderbar__mask {
    height: 100vh;
    width: 100vw;
    opacity: 0.5;
    background: #222;
  }
}
.product-filter-siderbar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #f7f7f7;
  border: none;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.product-filter-siderbar__close:hover {
  background: #e8e7e7;
}
.product-filter-siderbar__close figure {
  width: 24px;
  min-width: 24px;
  margin: 0;
}
@media (min-width: 1025px) {
  .product-filter-siderbar__close {
    display: none;
  }
}
@media (max-width: 1024px) {
  .product-filter-siderbar__inner {
    position: fixed;
    bottom: 0;
    height: 100%;
    left: -400px;
    transition: left 0.2s ease-in-out;
    background-color: #fff;
    width: 400px;
    max-height: 100%;
    max-width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
  }
}
.product-filter-siderbar.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.product-filter-siderbar.is-visible .product-filter-siderbar__inner {
  top: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}

/**
* Product bar
*/
.product-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .product-bar {
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .product-bar {
    margin-bottom: 32px;
  }
}
.product-bar .woocommerce-breadcrumb {
  font-weight: 500;
  color: #888;
  font-size: 16px;
}
.product-bar__filters-ordering {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1025px) {
  .product-bar__filters-ordering {
    justify-content: flex-end;
    margin-top: 0;
    width: auto;
  }
}
.product-bar__filters-ordering button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .product-bar__filters-ordering button {
    display: none;
  }
}
.product-bar__filters-ordering button figure {
  width: 24px;
  min-width: 24px;
  margin: 0;
  pointer-events: none;
}
.product-bar__filters-ordering button p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  margin-left: 10px;
  letter-spacing: 1px;
  pointer-events: none;
}
.product-bar__filters-ordering select {
  border: 0;
  color: inherit;
  width: 100%;
  max-width: 220px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("../img/svg/arrow-down.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #0a0a0a;
}
@media (min-width: 1025px) {
  .product-bar__filters-ordering select {
    max-width: 250px;
  }
}

/**
* Product FAQs
*/
.product-faqs {
  position: relative;
  background: #fff;
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .product-faqs {
    margin-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .product-faqs .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .product-faqs .container {
    max-width: 1440px;
  }
}
.product-faqs h3 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 44px;
  color: #1b1e4b;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .product-faqs h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1200px) {
  .single-product .container {
    max-width: 1440px;
  }
}
@media (min-width: 1025px) {
  .single-product .woocommerce-breadcrumb {
    font-size: 16px;
  }
}
.single-product__main {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (min-width: 1441px) {
  .single-product__main {
    margin-top: 60px;
    margin-bottom: 120px;
  }
}
.single-product__row {
  display: flex;
  flex-wrap: wrap;
}
.single-product__main-column {
  width: 100%;
}
@media (min-width: 1025px) {
  .single-product__main-column {
    width: 50%;
  }
}
.single-product__information {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .single-product__information {
    display: none;
  }
}
.single-product__information > * + * {
  margin-top: 30px;
}
.single-product__information h1 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 0px;
}
@media (min-width: 1441px) {
  .single-product__information h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.single-product__information h5 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #888;
  margin-top: 10px;
}
@media (min-width: 1441px) {
  .single-product__information h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .single-product__side {
    display: none;
  }
}
.single-product__side > * + * {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .single-product__side > * + * {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .single-product__side {
    position: sticky;
    top: 140px;
    align-self: flex-start;
    margin-left: 8.333333%;
    width: 41.666667%;
  }
}
.single-product__side h1 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .single-product__side h1 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.2;
  }
}
.single-product__side h5 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #888;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .single-product__side h5 {
    font-size: 20px;
  }
}
.single-product__media {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .single-product__media {
    margin-bottom: 80px;
  }
}
.single-product__image-viewport {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.single-product__image-viewport:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-product__image-viewport .js-product-expand-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-product__image-viewport .js-product-expand-button:hover {
  transform: scale(1.1);
}
.single-product__image-viewport .js-product-expand-button span {
  pointer-events: none;
}
.single-product__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-product__gallery a {
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  overflow: hidden;
}
.single-product__gallery a figure {
  position: relative;
  width: 60px;
  opacity: 0.5;
  background: #f5f5f5;
  transition: all 0.3s ease;
  margin: 0;
}
@media (min-width: 1025px) {
  .single-product__gallery a figure {
    width: 80px;
  }
}
.single-product__gallery a figure:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
}
.single-product__gallery a:hover, .single-product__gallery a.is-active {
  border-color: #f6921e;
}
.single-product__gallery a:hover figure, .single-product__gallery a.is-active figure {
  opacity: 1;
}
.single-product__specifications {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .single-product__specifications {
    margin-bottom: 80px;
  }
}
.single-product__specifications h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .single-product__specifications h4 {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .single-product__specifications h4 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.single-product__specifications-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .single-product__specifications-header {
    margin-bottom: 30px;
  }
}
.single-product__specifications-table {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .single-product__specifications-table {
    margin-bottom: 30px;
  }
}
.single-product__specifications-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.single-product__specifications-table table tr {
  background: #f7f7f7;
}
.single-product__specifications-table table tr:nth-child(even) {
  background: #ffffff;
}
.single-product__specifications-table table td {
  padding: 8px 10px;
}
@media (min-width: 1025px) {
  .single-product__specifications-table table td {
    width: 50%;
    padding: 8px 20px;
  }
}
.single-product__specifications-table table td h5 {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #2a3177;
  margin: 0;
}
.single-product__specifications-table table td p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #222;
}
.single-product__features {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .single-product__features {
    margin-bottom: 80px;
  }
}
.single-product__features h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .single-product__features h4 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.single-product__features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}
.single-product__features ul li div {
  display: flex;
  padding: 8px 12px;
  align-items: flex-start;
  gap: 8px;
  background: #f7f7f7;
  border-radius: 4px;
  color: #2a3177;
}
.single-product__features ul li div figure {
  margin: 0;
  width: 24px;
  min-width: 24px;
}
.single-product__features ul li div p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.single-product__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}
.single-product__tags li div {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  background: #f7f7f7;
  border-radius: 4px;
  color: #2a3177;
}
.single-product__tags li div figure {
  margin: 0;
  width: 24px;
  min-width: 24px;
}
.single-product__tags li div p {
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
}
.single-product__description h4 {
  font-family: "gilroy-bold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1e4b;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .single-product__description h4 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.single-product__cta {
  position: relative;
  width: 100%;
  background: #1c1e4b;
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .single-product__cta {
    padding: 80px 0;
  }
}
@media (min-width: 1025px) {
  .single-product__cta {
    padding: 100px 0;
  }
}
.single-product__cta .container {
  position: relative;
  z-index: 1;
}
.single-product__cta:after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 720px;
  height: 100%;
  background-image: url("../img/svg/shape.svg");
  background-repeat: no-repeat;
  background-position: top bottom;
  background-size: cover;
}
@media (min-width: 1025px) {
  .single-product__cta:after {
    content: "";
    width: 580px;
  }
}
@media (min-width: 1025px) {
  .single-product__cta:after {
    width: 720px;
  }
}
.single-product__cta h2 {
  font-family: "gilroy-bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 1025px) {
  .single-product__cta h2 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.single-product__cta .wysiwyg {
  color: #fff;
}
.single-product__cta-form {
  border-radius: 4px;
  background: #fff;
  padding: 20px;
}
@media (min-width: 1025px) {
  .single-product__cta-form {
    padding: 40px;
  }
}
.single-product__cta-form .gform_validation_errors {
  margin-bottom: 40px !important;
}
.single-product__cta-form .gform_body .gfield {
  position: relative;
}
.single-product__cta-form .gform_body .gfield--input-type-select .gform-field-label,
.single-product__cta-form .gform_body .gfield--input-type-text .gform-field-label,
.single-product__cta-form .gform_body .gfield--input-type-phone .gform-field-label,
.single-product__cta-form .gform_body .gfield--input-type-email .gform-field-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #0a0a0a !important;
  opacity: 0.5 !important;
}
@media (min-width: 1025px) {
  .single-product__cta-form .gform_body .gfield--input-type-select .gform-field-label,
  .single-product__cta-form .gform_body .gfield--input-type-text .gform-field-label,
  .single-product__cta-form .gform_body .gfield--input-type-phone .gform-field-label,
  .single-product__cta-form .gform_body .gfield--input-type-email .gform-field-label {
    font-size: 16px !important;
  }
}
.single-product__cta-form .gform_body .gfield--input-type-select .gform-field-label--focused,
.single-product__cta-form .gform_body .gfield--input-type-text .gform-field-label--focused,
.single-product__cta-form .gform_body .gfield--input-type-phone .gform-field-label--focused,
.single-product__cta-form .gform_body .gfield--input-type-email .gform-field-label--focused {
  top: -14px;
  background: #fff;
  transform: none;
  opacity: 1 !important;
  z-index: 4 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.single-product__cta-form .gform_body .gfield--input-type-select .gform-field-label .gfield_required,
.single-product__cta-form .gform_body .gfield--input-type-text .gform-field-label .gfield_required,
.single-product__cta-form .gform_body .gfield--input-type-phone .gform-field-label .gfield_required,
.single-product__cta-form .gform_body .gfield--input-type-email .gform-field-label .gfield_required {
  display: none !important;
}
.single-product__cta-form .gform_body .gfield--input-type-textarea .gform-field-label {
  position: absolute;
  top: 0;
  transform: translateY(10px);
  left: 18px;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #0a0a0a !important;
  opacity: 0.5 !important;
}
@media (min-width: 1025px) {
  .single-product__cta-form .gform_body .gfield--input-type-textarea .gform-field-label {
    font-size: 16px !important;
  }
}
.single-product__cta-form .gform_body .gfield--input-type-textarea .gform-field-label--focused {
  top: -14px;
  background: #fff;
  transform: none;
  opacity: 1 !important;
  z-index: 4 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.single-product__cta-form .gform_body .gfield--input-type-textarea .gform-field-label .gfield_required {
  display: none !important;
}
.single-product__cta-form .gform_body .ginput_container_consent {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #0a0a0a;
}
.single-product__cta-form .gform_body .ginput_container_consent a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.single-product__cta-form .gform_body .ginput_container_consent .gfield_required_text {
  display: none !important;
}
.single-product__cta-form .gform_body .ginput_container_consent input[type=checkbox] {
  border: 1px solid #888 !important;
  border-radius: 4px;
}
.single-product__cta-form .gform_body input[type=text],
.single-product__cta-form .gform_body input[type=email],
.single-product__cta-form .gform_body input[type=tel],
.single-product__cta-form .gform_body textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #efefef !important;
  background: #fff;
  padding: 10px 16px !important;
}
.single-product__cta-form .gform_body textarea {
  height: 144px !important;
}
.single-product__cta-form .gform_body select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #efefef !important;
  background: #fff;
  padding: 10px 16px !important;
}
.single-product__cta-form .gform-footer .custom_gform_button,
.single-product__cta-form .gform-footer input[type=submit] {
  border-radius: 4px !important;
  background: #f6921e !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.single-product__cta-form .gform-footer .custom_gform_button:hover,
.single-product__cta-form .gform-footer input[type=submit]:hover {
  color: #0a0a0a;
  background: transparent;
}
@media (min-width: 1025px) {
  .single-product__cta-form .gform-footer .custom_gform_button,
  .single-product__cta-form .gform-footer input[type=submit] {
    font-size: 14px;
  }
}
.single-product__cta-card {
  display: flex;
  padding: 20px;
  gap: 28px;
  border-radius: 4px;
  background: #2a3177;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .single-product__cta-card {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .single-product__cta-card {
    margin-top: 48px;
  }
}
.single-product__cta-card-image {
  flex-shrink: 0;
  width: 100px;
}
@media (min-width: 1025px) {
  .single-product__cta-card-image {
    width: 140px;
  }
}
.single-product__cta-card-image figure {
  position: relative;
  background: #f5f5f5;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.single-product__cta-card-image figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-product__cta-card-content {
  min-width: 0;
  flex: 1;
}
.single-product__cta-card-content h5 {
  font-family: "gilroy-bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.single-product__cta-card-content p {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .single-product__cta-card-content p {
    font-size: 16px;
  }
}
.single-product__cta-card-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}
.single-product__cta-card-content ul li div {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
  background: #f7f7f7;
  border-radius: 4px;
  color: #2a3177;
}
.single-product__cta-card-content ul li div figure {
  margin: 0;
  width: 16px;
  min-width: 16px;
}
.single-product__cta-card-content ul li div p {
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: inherit;
  margin: 0;
}
@media (min-width: 1025px) {
  .single-product__cta-card-content ul li div p {
    font-size: 13px;
  }
}

.single-product-cta {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #2a3177;
}
.single-product-cta__content {
  min-width: 0;
  flex: 1;
}
.single-product-cta__content p {
  font-family: "gilroy-bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 1025px) {
  .single-product-cta__content p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.single-product-cta__button {
  flex-shrink: 0;
}

.google-card {
  display: inline-flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #efefef;
  background: #fff;
}
.google-card__icon {
  flex-shrink: 0;
}
.google-card__icon figure {
  width: 76px;
  margin: 0;
  background: #fff;
}
.google-card__content h5 {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.48px;
  color: #5f6368;
  margin-bottom: 0;
}
.google-card__content p {
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: -0.36px;
  color: #5f6368;
}
.google-card__content .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.google-card__content .rating figure {
  margin: 0;
  width: 116px;
}
.google-card__content .rating p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.6px;
  margin-bottom: 0;
}

.related-products {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .related-products {
    margin-bottom: 100px;
  }
}
.related-products__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.related-products__column {
  margin-bottom: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .related-products__column {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .related-products__column {
    width: 25%;
  }
}
