/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/bundle.scss ***!
  \***********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@600;700&display=swap);
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/bundle.scss (1) ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/bundle.scss (2) ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/bundle.scss (3) ***!
  \***************************************************************************************************************/
/** fonts **/
/** theme styles **/
/** main **/
html,
body {
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}

input {
  appearance: none;
  border-radius: 0 !important;
}

p,
ul {
  margin-bottom: 15px;
}

ul {
  padding-left: 15px;
}

a {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

/** ./ main **/
/** helpers **/
.t-center {
  text-align: center;
}

.m-auto {
  margin: 0 auto;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.align-start {
  align-items: start;
}

.d-grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-1 {
    gap: 15px;
  }
}

.d-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-2 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-2 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-2 {
    gap: 15px;
  }
}

.d-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-3 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-3 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-3 {
    gap: 15px;
  }
}

.d-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-4 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-4 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-4 {
    gap: 15px;
  }
}

.d-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-6 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-6 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-6 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-6 {
    gap: 15px;
  }
}

.d-grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-8 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-8 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-8 {
    gap: 15px;
  }
}

.d-grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-9 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-9 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-9 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-9 {
    gap: 15px;
  }
}

.d-grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-10 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-10 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-10 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-10 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-10 {
    gap: 15px;
  }
}

.d-grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .d-grid-12 {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .d-grid-12 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  .d-grid-12 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .d-grid-12 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .d-grid-12 {
    gap: 15px;
  }
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .section-padding {
    padding: 50px 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .section-padding {
    padding: 50px 15px;
  }
}

.container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .container {
    padding: 0 15px;
  }
}

.container-small {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .container-small {
    padding: 0 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .container-small {
    padding: 0 15px;
  }
}

.section-padding .container,
.section-padding .container-small {
  padding: 0;
}

.img-fluid {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .smartphone {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .smartphone {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tablets {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .tablets {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .all-devices {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-5 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

/** ./ helpers **/
/** animations **/
main .fade-left,
.banner-cta .fade-left {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-30%);
  transition-delay: 0.5s;
}
main .fade-left.is-inview,
.banner-cta .fade-left.is-inview {
  opacity: 1;
  transform: translateX(0px);
}
main .fade-right,
.banner-cta .fade-right {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(30%);
  transition-delay: 0.5s;
}
main .fade-right.is-inview,
.banner-cta .fade-right.is-inview {
  opacity: 1;
  transform: translateX(0px);
}
main .fade-up,
.banner-cta .fade-up {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(30%);
  transition-delay: 0.5s;
}
main .fade-up.is-inview,
.banner-cta .fade-up.is-inview {
  opacity: 1;
  transform: translateY(0px);
}
main .fade-down,
.banner-cta .fade-down {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-30%);
  transition-delay: 0.5s;
}
main .fade-down.is-inview,
.banner-cta .fade-down.is-inview {
  opacity: 1;
  transform: translateY(0px);
}
main .fade,
.banner-cta .fade {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
}
main .fade.is-inview,
.banner-cta .fade.is-inview {
  opacity: 1;
}
main .zoom-in,
.banner-cta .zoom-in {
  opacity: 0;
  transform: scale(1.2);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
}
main .zoom-in.is-inview,
.banner-cta .zoom-in.is-inview {
  opacity: 1;
  transform: scale(1);
}
main .zoom-out,
.banner-cta .zoom-out {
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
main .zoom-out.is-inview,
.banner-cta .zoom-out.is-inview {
  opacity: 1;
  transform: scale(1);
}
main .zoom-fade-right,
.banner-cta .zoom-fade-right {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
main .zoom-fade-right.is-inview,
.banner-cta .zoom-fade-right.is-inview {
  opacity: 1;
  transform: scale(1);
}

.delay-1 {
  transition-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
}

.delay-20 {
  transition-delay: 2s !important;
}

/** ./ animations **/
/** functional stuff **/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: white;
}

/** ./ functional stuff **/
#top-search {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #f6ead5;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#top-search #close-top-search {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #00529f;
  font-size: 25px;
  cursor: pointer;
  font-weight: 700;
}
#top-search form {
  display: flex;
  align-items: center;
}
#top-search input[type=search] {
  height: 50px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  border: 1px solid #d4d4d8 !important;
  border-radius: 4px !important;
  outline: none !important;
  padding: 0 15px;
  width: 100%;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#top-search input[type=submit] {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #f9f9fa;
  font-weight: 700;
  width: fit-content;
  margin-top: 35px;
  text-transform: none !important;
  text-align: center;
  border: 1px solid #000;
  background-color: #000;
  padding: 0 38px;
  margin-left: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 0;
  border-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  cursor: pointer;
}
#top-search input[type=submit]:hover {
  border: 1px solid #00529F;
  background-color: #00529F;
}
#top-search.active {
  top: 0;
}

#payoff {
  padding: 15px;
  background-color: #000;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

header {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 9997;
  background-color: white;
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  header {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
header .container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  header .container {
    align-items: center;
  }
}
header .header__brand {
  flex-basis: 20%;
  padding: 1.5rem 0;
  z-index: 9999;
}
@media (max-width: 1024px) {
  header .header__brand {
    flex-basis: 40%;
    width: 100%;
    padding: 0;
  }
}
header .header__brand img {
  width: 200px;
}
@media (max-width: 1024px) {
  header .header__brand img {
    width: 120px;
  }
}
header .header__menu {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  flex-basis: 80%;
  z-index: 9998;
}
header .header__menu.header__menu--open {
  left: 0;
  pointer-events: initial;
}
@media (max-width: 1024px) {
  header .header__menu {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: white;
    width: 250px;
    left: -250px;
  }
}
header .header__menu .site-nav {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
header .header__menu .site-nav li {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li {
    width: 100%;
    text-align: left;
  }
}
header .header__menu .site-nav li:hover a, header .header__menu .site-nav li.active a, header .header__menu .site-nav li.current-menu-parent a {
  color: #00529F;
}
header .header__menu .site-nav li:hover svg, header .header__menu .site-nav li.active svg, header .header__menu .site-nav li.current-menu-parent svg {
  fill: #00529F;
}
header .header__menu .site-nav li a {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1.4rem;
  line-height: 2rem;
  color: #374151;
  font-weight: 600;
  padding: 3rem 1.5rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li a {
    padding: 1.5rem;
  }
}
header .header__menu .site-nav li.search-ico {
  padding-left: 0;
}
header .header__menu .site-nav li.cart-logo {
  padding-left: 0;
  padding-right: 15px;
}
header .header__menu .site-nav li .btn-primary,
header .header__menu .site-nav li .btn-secondary,
header .header__menu .site-nav li .btn-tertiary {
  margin-top: 0;
  margin-left: 15px;
  padding: 10px 18px !important;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li .btn-primary,
  header .header__menu .site-nav li .btn-secondary,
  header .header__menu .site-nav li .btn-tertiary {
    margin-top: 15px;
  }
}
header .header__menu .site-nav li .btn-primary {
  border: 1px solid #FFB200 !important;
  background-color: #FFB200 !important;
  color: #000 !important;
}
header .header__menu .site-nav li .btn-primary:hover {
  background-color: white !important;
  color: #FFB200 !important;
}
header .header__menu .site-nav li.has-submenu {
  position: relative;
}
header .header__menu .site-nav li.has-submenu ul {
  pointer-events: none;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu ul {
    margin: 0;
  }
}
header .header__menu .site-nav li.has-submenu svg {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9997;
  width: 10px;
  height: 15px;
  fill: #FFB200;
}
@media (max-width: 767px) {
  header .header__menu .site-nav li.has-submenu svg {
    width: 20px;
    height: auto;
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu svg {
    top: 23px;
    right: 15px;
  }
}
header .header__menu .site-nav li.has-submenu svg path {
  pointer-events: none;
}
header .header__menu .site-nav li.has-submenu.current-menu-parent {
  color: #E40E20;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu.current-menu-parent ul {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    height: auto;
    padding: 0 0 0.8rem 1.5rem;
    pointer-events: all !important;
  }
}
header .header__menu .site-nav li.has-submenu.current-menu-parent > a {
  color: #E40E20;
}
header .header__menu .site-nav li.has-submenu.current-menu-parent svg {
  fill: !important;
}
header .header__menu .site-nav li.has-submenu.has-submenu--hover {
  color: #E40E20;
}
header .header__menu .site-nav li.has-submenu.has-submenu--hover ul {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all !important;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu.has-submenu--hover ul {
    height: auto;
    overflow: auto;
    margin-top: 0;
    padding: 0 0 0.8rem 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu.has-submenu--hover ul {
    padding: 1rem 1rem 2rem 1rem !important;
  }
}
header .header__menu .site-nav li.has-submenu.has-submenu--hover svg {
  transform: rotate(180deg);
  top: 40%;
  fill: #E40E20;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu.has-submenu--hover svg {
    top: 15px;
  }
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu.has-submenu--hover > a {
    color: #E40E20 !important;
  }
}
header .header__menu .site-nav li.has-submenu.active svg {
  fill: #FFB200 !important;
}
header .header__menu .site-nav li.has-submenu > a {
  display: flex;
  align-items: center;
  padding: 3rem 1.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu > a {
    display: block;
    width: auto;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    color: #FFB200;
  }
}
header .header__menu .site-nav li.has-submenu > a.active + ul {
  display: flex;
  flex-direction: column;
}
header .header__menu .site-nav li.has-submenu ul {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(5%);
  width: 100%;
  position: absolute;
  background-color: #fff;
  list-style-type: none;
  min-width: 250px;
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu ul {
    margin-left: 0;
    padding: 0 0 0;
  }
}
header .header__menu .site-nav li.has-submenu ul li {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  background-color: transparent !important;
}
@media screen and (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu ul li {
    padding-left: 1.5rem;
  }
}
header .header__menu .site-nav li.has-submenu ul li:last-child {
  border: 0;
}
header .header__menu .site-nav li.has-submenu ul li:hover {
  background-color: transparent !important;
  padding-left: 1rem;
}
header .header__menu .site-nav li.has-submenu ul li.active a {
  font-weight: bold;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu ul li {
    text-align: left;
  }
}
header .header__menu .site-nav li.has-submenu ul li a {
  padding: 1rem 0 !important;
  font-size: 1.4rem;
  text-transform: initial;
  color: #374151;
  text-transform: capitalize;
  font-weight: 600;
}
header .header__menu .site-nav li.has-submenu ul li a:hover {
  background-color: transparent !important;
  color: #00529F;
}
header .header__menu .site-nav li.has-submenu ul li:first-child a {
  padding-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu ul li:first-child a {
    padding-top: 1rem !important;
  }
}
header .header__menu .site-nav li.has-submenu ul li:last-child a {
  padding-bottom: 0 !important;
}
@media (max-width: 1024px) {
  header .header__menu .site-nav li.has-submenu ul {
    top: 0;
    position: relative;
    height: 0;
    overflow: hidden;
  }
}
header .header__cart.all-devices {
  flex-basis: 44%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .header__cart.all-devices {
    flex-basis: 50%;
  }
}
header .header__icon {
  display: none;
}
@media (max-width: 1024px) {
  header .header__icon {
    display: block;
  }
}
header .header__icon .icon-hamburger {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9999;
}
header .header__icon .icon-hamburger span {
  height: 1px;
  width: 100%;
  position: absolute;
  background: #000;
  top: 11px;
  transition: all 0.2s ease-in-out;
}
header .header__icon .icon-hamburger span:before,
header .header__icon .icon-hamburger span:after {
  height: 1px;
  width: 100%;
  position: absolute;
  background: #000;
  content: " ";
  margin-top: -10px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header__icon .icon-hamburger span:after {
  margin-top: 10px;
}
header .header__icon .icon-hamburger--open span {
  background: transparent !important;
}
header .header__icon .icon-hamburger--open span:before {
  transform: rotate(45deg);
  margin-top: 0;
}
@media (max-width: 767px) {
  header .header__icon .icon-hamburger--open span:before {
    background-color: #FFB200;
  }
}
header .header__icon .icon-hamburger--open span:after {
  transform: rotate(-45deg);
  margin-top: 0;
}
@media (max-width: 767px) {
  header .header__icon .icon-hamburger--open span:after {
    background-color: #FFB200;
  }
}

.page-template-template-landing header {
  overflow: hidden;
  padding: 30px 0;
  background-color: #00529F;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../js/dc0ae0255d1a5c3ce1f2.svg);
  background-position: 40% -90% !important;
}
@media (max-width: 1024px) {
  .page-template-template-landing header {
    padding: 30px 15px;
  }
}
.page-template-template-landing header .container {
  padding: 0;
  align-items: center;
  justify-content: space-between;
}
.page-template-template-landing header .btn-secondary {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  padding: 10px 18px !important;
}

/*


  */
/** main **/
::selection {
  background: #00529F;
  color: white;
}

html,
body {
  height: 100%;
}

body {
  background-color: #f5f5fc;
}

a,
button,
div {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
main h1,
footer h1 {
  margin-top: 0;
  font-size: 5.4rem;
  line-height: 6.5rem;
}
@media (max-width: 1024px) {
  main h1,
  footer h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
main h2,
footer h2 {
  font-size: 3.6rem;
  line-height: 4.3rem;
}
@media (max-width: 1024px) {
  main h2,
  footer h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
main h3,
footer h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
main h5,
footer h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
main h6,
footer h6 {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
main p,
main div,
main ul,
main li,
main span,
main label,
main a,
footer p,
footer div,
footer ul,
footer li,
footer span,
footer label,
footer a {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
}
main label.small,
footer label.small {
  color: #FFB200;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
  margin-bottom: 15px;
}
main .t-small p,
main .t-small div,
main .t-small ul,
main .t-small li,
main .t-small span,
main .t-small label,
main .t-small a,
footer .t-small p,
footer .t-small div,
footer .t-small ul,
footer .t-small li,
footer .t-small span,
footer .t-small label,
footer .t-small a {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
main .t-large p,
main .t-large div,
main .t-large ul,
main .t-large li,
main .t-large span,
main .t-large label,
main .t-large a,
footer .t-large p,
footer .t-large div,
footer .t-large ul,
footer .t-large li,
footer .t-large span,
footer .t-large label,
footer .t-large a {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
main .bg-grey,
footer .bg-grey {
  background-color: #374151;
}
main .bg-white,
footer .bg-white {
  background-color: white;
}
main > section,
footer > section {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  main > section,
  footer > section {
    margin-bottom: 50px;
  }
}

.learndash-wrapper .ld-course-status {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.learndash-wrapper h3 {
  font-size: 1.8rem !important;
  line-height: 2.5rem !important;
}

.ld-course-navigation-heading {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .ld-course-navigation-heading {
    margin-top: 24px;
  }
}

.ld-lesson-item-preview,
.ld-lesson-item-section-heading,
.ld-focus-mode-course-heading,
.ld-breadcrumbs-segments,
.ld-progress-percentage,
.ld-progress-steps,
.learndash_mark_complete_button,
.ld-text,
.ld-course-step-back,
.ld-focus-content {
  font-size: 1.6rem !important;
  line-height: 1.9rem;
  font-weight: 400;
}
.ld-lesson-item-preview a,
.ld-lesson-item-preview div,
.ld-lesson-item-preview p,
.ld-lesson-item-preview label,
.ld-lesson-item-preview span,
.ld-lesson-item-preview button,
.ld-lesson-item-section-heading a,
.ld-lesson-item-section-heading div,
.ld-lesson-item-section-heading p,
.ld-lesson-item-section-heading label,
.ld-lesson-item-section-heading span,
.ld-lesson-item-section-heading button,
.ld-focus-mode-course-heading a,
.ld-focus-mode-course-heading div,
.ld-focus-mode-course-heading p,
.ld-focus-mode-course-heading label,
.ld-focus-mode-course-heading span,
.ld-focus-mode-course-heading button,
.ld-breadcrumbs-segments a,
.ld-breadcrumbs-segments div,
.ld-breadcrumbs-segments p,
.ld-breadcrumbs-segments label,
.ld-breadcrumbs-segments span,
.ld-breadcrumbs-segments button,
.ld-progress-percentage a,
.ld-progress-percentage div,
.ld-progress-percentage p,
.ld-progress-percentage label,
.ld-progress-percentage span,
.ld-progress-percentage button,
.ld-progress-steps a,
.ld-progress-steps div,
.ld-progress-steps p,
.ld-progress-steps label,
.ld-progress-steps span,
.ld-progress-steps button,
.learndash_mark_complete_button a,
.learndash_mark_complete_button div,
.learndash_mark_complete_button p,
.learndash_mark_complete_button label,
.learndash_mark_complete_button span,
.learndash_mark_complete_button button,
.ld-text a,
.ld-text div,
.ld-text p,
.ld-text label,
.ld-text span,
.ld-text button,
.ld-course-step-back a,
.ld-course-step-back div,
.ld-course-step-back p,
.ld-course-step-back label,
.ld-course-step-back span,
.ld-course-step-back button,
.ld-focus-content a,
.ld-focus-content div,
.ld-focus-content p,
.ld-focus-content label,
.ld-focus-content span,
.ld-focus-content button {
  font-size: 1.6rem !important;
  line-height: 1.9rem;
  font-weight: 400;
}

.ld__builder--footer {
  color: white !important;
}
.ld__builder--footer p,
.ld__builder--footer div,
.ld__builder--footer a,
.ld__builder--footer ul,
.ld__builder--footer li,
.ld__builder--footer label,
.ld__builder--footer span {
  color: white !important;
}

.ld-focus-content {
  padding-top: 96px !important;
}

.ld-focus-header {
  height: 65px !important;
}

.ld-brand-logo {
  padding: 15px !important;
}

.learndash_mark_complete_button {
  font-size: 1.4rem !important;
  line-height: 1.9rem;
  margin-bottom: 15px !important;
}

.wp-block-heading {
  margin-bottom: 15px !important;
}

.ld-lesson-status {
  margin-bottom: 48px !important;
}
@media (max-width: 1024px) {
  .ld-lesson-status {
    margin-bottom: 24px !important;
  }
}

.ld-breadcrumbs {
  padding: 15px !important;
}
.ld-breadcrumbs .ld-status {
  margin-bottom: 0 !important;
}

.ld-tabs {
  margin: 0 !important;
}

.ld-tab-content > section {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .ld-tab-content > section {
    margin-bottom: 50px;
  }
}

.learndash_mark_complete_button {
  margin-bottom: 15px;
}

.archive-sector-category .products.columns-4 {
  margin-top: 85px;
}
@media (max-width: 1024px) {
  .archive-sector-category .products.columns-4 {
    margin-top: 35px;
  }
}

.course-content h3 {
  color: #00529F;
}

#shop-slider .item {
  background-color: #00529F;
}
#shop-slider .item .container {
  display: flex;
  align-items: center;
  width: calc(100% - (100% - 1180px) / 2);
  margin: 0 0 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  #shop-slider .item .container {
    flex-direction: column;
  }
}
#shop-slider .item .container > div:nth-child(1) {
  flex-basis: 55%;
}
@media (max-width: 767px) {
  #shop-slider .item .container > div:nth-child(1) {
    flex-basis: 100%;
    padding: 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #shop-slider .item .container > div:nth-child(1) {
    flex-basis: 50%;
    padding: 0 15px;
  }
}
#shop-slider .item .container > div:nth-child(2) {
  flex-basis: 45%;
  height: 650px;
}
@media (max-width: 767px) {
  #shop-slider .item .container > div:nth-child(2) {
    flex-basis: 100%;
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #shop-slider .item .container > div:nth-child(2) {
    flex-basis: 50%;
    height: 500px;
  }
}
#shop-slider .item .container > div:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#shop-slider .item .container .btn-slider {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 38px;
  gap: 10px;
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  width: fit-content;
  margin-top: 35px;
  text-transform: none !important;
  text-align: center;
  background-color: #FFB200;
  border: 1px solid #FFB200;
}
#shop-slider .item .container .btn-slider img {
  height: 16px;
  width: auto;
}
@media (max-width: 1024px) {
  #shop-slider .item .container .btn-slider {
    padding: 15px 30px !important;
    margin-top: 15px;
  }
}
#shop-slider .item .container h1,
#shop-slider .item .container p {
  color: white;
}
#shop-slider .item .container h1 {
  max-width: 700px;
}
#shop-slider .item .container p {
  max-width: 600px;
}
#shop-slider .slick-dots {
  width: fit-content;
  bottom: 50px;
  display: flex;
  align-items: center;
  width: calc(100% - (100% - 1180px) / 2);
  left: calc((100% - 1180px) / 2);
}
@media (max-width: 767px) {
  #shop-slider .slick-dots {
    z-index: 9997;
    width: 100%;
    bottom: 55%;
    left: 0;
    justify-content: flex-end;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #shop-slider .slick-dots {
    width: 100%;
    left: 15px;
    bottom: 30px;
  }
}
#shop-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
#shop-slider .slick-dots li button,
#shop-slider .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
#shop-slider .slick-dots li button:before {
  background-color: white;
  opacity: 1;
  content: "";
  border-radius: 4px;
  border: 2px solid white;
}
#shop-slider .slick-dots li.slick-active button:before {
  background-color: white;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  opacity: 0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#breadcrumb {
  color: #71717A;
  margin-top: 30px;
  margin-bottom: 50px;
}
#breadcrumb a,
#breadcrumb span,
#breadcrumb div {
  color: #71717A;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
#breadcrumb a.current-item,
#breadcrumb span.current-item,
#breadcrumb div.current-item {
  font-weight: 700;
}

#left-sidebar > div {
  background-color: white;
  border-radius: 4px;
  padding: 20px 16px 20px 16px;
  margin-bottom: 30px;
}
#left-sidebar h3 {
  color: #0F0840;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}
#left-sidebar ul {
  padding-left: 0;
  list-style: none;
}
#left-sidebar ul li {
  position: relative;
  margin-bottom: 10px;
}
#left-sidebar ul li .plus {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
  z-index: 2;
}
#left-sidebar ul li .plus::before {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  background-color: #71717A;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#left-sidebar ul li .plus::after {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  background-color: #71717A;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#left-sidebar ul li.active > a {
  color: #E40E20 !important;
}
#left-sidebar ul li.active .plus::before {
  opacity: 0;
}
#left-sidebar ul li a {
  position: relative;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #0F0840;
  display: block;
  width: 100%;
  z-index: 1;
}
#left-sidebar ul li .category-products-list {
  padding-left: 10px;
  padding-top: 10px;
  display: none;
}
#left-sidebar ul li .category-products-list.active {
  display: block;
}
#left-sidebar ul li .category-products-list a {
  color: #52525B;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#left-sidebar .wc-block-components-price-slider__controls {
  margin-bottom: 0 !important;
}
#left-sidebar .wc-block-components-price-slider {
  margin-bottom: 0 !important;
}
#left-sidebar .wc-block-components-price-slider__range-input-progress {
  background: #D9D9D9 !important;
}

body.search-results #products-list h2 span {
  color: #00529F;
  font-size: 3.6rem;
  line-height: 4.3rem;
  font-family: "Work Sans", sans-serif;
}
body.search-results #products-list .d-grid-4 {
  margin-top: 85px;
}
@media (max-width: 1024px) {
  body.search-results #products-list .d-grid-4 {
    margin-top: 35px;
  }
}

header .btn-primary,
header .btn-secondary,
header .btn-tertiary,
main .btn-primary,
main .btn-secondary,
main .btn-tertiary,
.banner-cta .btn-primary,
.banner-cta .btn-secondary,
.banner-cta .btn-tertiary {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 38px;
  gap: 10px;
  border-radius: 4px;
  color: #F9F9FA;
  font-weight: 700;
  width: fit-content;
  margin-top: 35px;
  text-transform: none !important;
  text-align: center;
}
@media (max-width: 1024px) {
  header .btn-primary,
  header .btn-secondary,
  header .btn-tertiary,
  main .btn-primary,
  main .btn-secondary,
  main .btn-tertiary,
  .banner-cta .btn-primary,
  .banner-cta .btn-secondary,
  .banner-cta .btn-tertiary {
    padding: 15px 30px !important;
    margin-top: 15px;
  }
}
header .btn-primary,
main .btn-primary,
.banner-cta .btn-primary {
  border: 1px solid #00529F;
  background-color: #00529F;
}
header .btn-primary:hover,
main .btn-primary:hover,
.banner-cta .btn-primary:hover {
  border: 1px solid black;
  background-color: black;
}
header .btn-secondary,
main .btn-secondary,
.banner-cta .btn-secondary {
  border: 1px solid #E40E20;
  background-color: #E40E20;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .btn-secondary:hover,
main .btn-secondary:hover,
.banner-cta .btn-secondary:hover {
  border: 1px solid black;
  background-color: black;
}
header .btn-secondary img,
main .btn-secondary img,
.banner-cta .btn-secondary img {
  height: 16px;
  width: auto;
}
header .btn-tertiary,
main .btn-tertiary,
.banner-cta .btn-tertiary {
  border: 1px solid #E40E20 !important;
  color: #E40E20 !important;
  background-color: transparent;
}
header .btn-tertiary:hover,
main .btn-tertiary:hover,
.banner-cta .btn-tertiary:hover {
  background-color: #E40E20 !important;
  color: white !important;
}
header #course-recipients .error,
main #course-recipients .error,
.banner-cta #course-recipients .error {
  font-weight: 700;
  background-color: red;
  padding: 15px;
  margin-bottom: 15px;
  color: white;
  border-radius: 5px;
}
header #course-recipients .order-item .order-recipient,
main #course-recipients .order-item .order-recipient,
.banner-cta #course-recipients .order-item .order-recipient {
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
header #course-recipients .order-item .order-recipient .wrapper,
main #course-recipients .order-item .order-recipient .wrapper,
.banner-cta #course-recipients .order-item .order-recipient .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header #course-recipients .order-item .order-recipient input[type=text],
header #course-recipients .order-item .order-recipient input[type=email],
main #course-recipients .order-item .order-recipient input[type=text],
main #course-recipients .order-item .order-recipient input[type=email],
.banner-cta #course-recipients .order-item .order-recipient input[type=text],
.banner-cta #course-recipients .order-item .order-recipient input[type=email] {
  width: 49%;
}
header #course-recipients .order-item .order-recipient input[type=text].job,
header #course-recipients .order-item .order-recipient input[type=email].job,
main #course-recipients .order-item .order-recipient input[type=text].job,
main #course-recipients .order-item .order-recipient input[type=email].job,
.banner-cta #course-recipients .order-item .order-recipient input[type=text].job,
.banner-cta #course-recipients .order-item .order-recipient input[type=email].job {
  width: 100%;
}
header #course-recipients .order-item .job-wrapper,
main #course-recipients .order-item .job-wrapper,
.banner-cta #course-recipients .order-item .job-wrapper {
  width: 100%;
  position: relative;
}
header #course-recipients .order-item .job-wrapper input,
main #course-recipients .order-item .job-wrapper input,
.banner-cta #course-recipients .order-item .job-wrapper input {
  text-transform: uppercase;
}
header #course-recipients .order-item .job-wrapper .data-fetch,
main #course-recipients .order-item .job-wrapper .data-fetch,
.banner-cta #course-recipients .order-item .job-wrapper .data-fetch {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #DDD;
  background-color: white;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  max-height: 500px;
  overflow-y: scroll;
}
header #course-recipients .order-item .job-wrapper .data-fetch ul,
main #course-recipients .order-item .job-wrapper .data-fetch ul,
.banner-cta #course-recipients .order-item .job-wrapper .data-fetch ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header #course-recipients .order-item .job-wrapper .data-fetch ul li,
main #course-recipients .order-item .job-wrapper .data-fetch ul li,
.banner-cta #course-recipients .order-item .job-wrapper .data-fetch ul li {
  cursor: pointer;
}
header #course-recipients .order-item .job-wrapper .data-fetch.active,
main #course-recipients .order-item .job-wrapper .data-fetch.active,
.banner-cta #course-recipients .order-item .job-wrapper .data-fetch.active {
  opacity: 1;
  z-index: 5;
  pointer-events: initial;
}
header #course-recipients .success,
main #course-recipients .success,
.banner-cta #course-recipients .success {
  font-weight: 700;
  background-color: green;
  padding: 15px;
  margin-bottom: 15px;
  color: white;
  border-radius: 5px;
}
header #course-recipients textarea,
main #course-recipients textarea,
.banner-cta #course-recipients textarea {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
header .button,
header .button.wc-forward,
header .button.checkout-button,
header #course-recipients input[type=submit],
main .button,
main .button.wc-forward,
main .button.checkout-button,
main #course-recipients input[type=submit],
.banner-cta .button,
.banner-cta .button.wc-forward,
.banner-cta .button.checkout-button,
.banner-cta #course-recipients input[type=submit] {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 15px !important;
  gap: 10px !important;
  border-radius: 4px !important;
  color: #F9F9FA !important;
  font-weight: 700 !important;
  width: fit-content !important;
  text-transform: none !important;
  text-align: center !important;
  border: 1px solid #00529F !important;
  background-color: #00529F !important;
  font-size: 1.4rem !important;
  line-height: 1.9rem !important;
  cursor: pointer !important;
}
header .button:hover,
header .button.wc-forward:hover,
header .button.checkout-button:hover,
header #course-recipients input[type=submit]:hover,
main .button:hover,
main .button.wc-forward:hover,
main .button.checkout-button:hover,
main #course-recipients input[type=submit]:hover,
.banner-cta .button:hover,
.banner-cta .button.wc-forward:hover,
.banner-cta .button.checkout-button:hover,
.banner-cta #course-recipients input[type=submit]:hover {
  border: 1px solid black !important;
  background-color: black !important;
}

.recipients-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
.recipients-list .recipient {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}
.recipients-list .recipient:last-child {
  border-bottom: 0;
}
.recipients-list .recipient h4 {
  margin-bottom: 5px;
  font-size: 1.9rem;
  line-height: 2.5rem;
}
.recipients-list .recipient span {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 5px;
}

#billing_codice_fiscale,
#billing_iva {
  text-transform: uppercase !important;
}

.pagination,
.woocommerce-pagination ul {
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 50px !important;
  color: #00529F;
}
@media (max-width: 767px) {
  .pagination,
  .woocommerce-pagination ul {
    flex-wrap: wrap;
  }
}
.pagination li,
.woocommerce-pagination ul li {
  margin-right: 10px !important;
  border: 0 !important;
}
.pagination span,
.pagination a,
.woocommerce-pagination ul span,
.woocommerce-pagination ul a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #00529F;
  background-color: #00529F;
  color: white;
  margin-right: 10px;
  font-weight: 700;
  border-radius: 5px;
}
.pagination .current,
.woocommerce-pagination ul .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #05133C !important;
  background-color: #05133C !important;
  color: white !important;
  margin-right: 10px;
  font-weight: 700;
  border-radius: 5px;
}
.pagination a.page-numbers,
.woocommerce-pagination ul a.page-numbers {
  background-color: transparent;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background-color: transparent;
  color: #05133C;
  font-weight: 400;
}
.pagination .next,
.pagination .prev,
.woocommerce-pagination ul .next,
.woocommerce-pagination ul .prev {
  width: auto;
  height: 40px;
  width: 40px;
  color: #05133C !important;
  background-color: transparent !important;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  border: 1px solid #00529F;
}

#products-list {
  display: block;
}
#products-list .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#products-list .products.columns-4::before, #products-list .products.columns-4::after {
  display: none;
}
@media (max-width: 767px) {
  #products-list .products.columns-4 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #products-list .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#products-list #shop-page {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 50px;
}
@media (max-width: 767px) {
  #products-list #shop-page {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #products-list #shop-page {
    gap: 30px;
  }
}
#products-list #shop-page .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  #products-list #shop-page .products.columns-4 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #products-list #shop-page .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.products-list__item {
  background-color: white;
  padding: 5px;
}
.products-list__item .featured-image {
  position: relative;
  width: 100%;
  height: 187px;
}
.products-list__item .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-list__item .featured-image .on-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: fit-content;
  padding: 5px;
  background-color: #E40E20;
  color: white;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  border-radius: 2px;
}
.products-list__item .content {
  padding: 15px 10px;
}
.products-list__item .product-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #0F0840;
  display: block;
  min-height: 75px;
}
.products-list__item .features {
  display: flex;
  margin: 10px 0;
}
.products-list__item .features > div {
  color: #71717A;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.products-list__item .features > div img {
  margin-right: 5px;
  height: 16px;
  width: auto;
}
.products-list__item .features > div:last-child {
  margin-right: 0;
}
.products-list__item .price {
  color: #E40E20;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 15px;
}
.products-list__item .price .line-through {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #71717A;
  text-decoration: line-through;
}
.products-list__item .ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-list__item .ctas > div:last-child {
  margin-right: 0;
}
.products-list__item .ctas .btn-tertiary {
  border: 1px solid #00529F !important;
  color: #00529F !important;
  padding: 12px 26px 12px 26px !important;
  font-size: 1.4rem;
  line-height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0 !important;
}
.products-list__item .ctas .btn-tertiary:hover {
  background-color: #00529F !important;
  color: white !important;
}
.products-list__item .ctas .btn-tertiary:hover img {
  filter: brightness(0) invert(1) !important;
}
.products-list__item .ctas .btn-tertiary img {
  height: 16px;
}
.products-list__item .ctas .add-to-cart {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  width: 48px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00529F;
  border-radius: 4px;
}
.products-list__item .ctas .add-to-cart:hover {
  background-color: black;
}
.products-list__item .ctas .add-to-cart img {
  width: 22px;
}
.products-list__item p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #0F0840;
}

section.banner-cta {
  background-color: white;
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  section.banner-cta {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.banner-cta {
    height: 200px;
  }
}
section.banner-cta .container {
  z-index: 1;
}
section.banner-cta .btn-primary {
  margin: 30px auto 0 auto;
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.banner-cta .btn-primary img {
  height: 16px;
  width: auto;
}
section.banner-cta h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
  margin-top: 0;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-align: center;
}
section.banner-cta #pattern_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
}
@media (max-width: 767px) {
  section.banner-cta #pattern_1 {
    width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.banner-cta #pattern_1 {
    width: 150px;
  }
}
section.banner-cta #pattern_2 {
  position: absolute;
  top: 0;
  right: 50px;
  width: 197px;
}
@media (max-width: 767px) {
  section.banner-cta #pattern_2 {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.banner-cta #pattern_2 {
    width: 100px;
  }
}
section.banner-cta #pattern_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 197px;
}
@media (max-width: 767px) {
  section.banner-cta #pattern_3 {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.banner-cta #pattern_3 {
    width: 100px;
  }
}
section.banner-cta label {
  display: block;
  font-family: "Open Sans", sans-serif !important;
}

/** ./ main **/
/** woocommerce **/
main > .woocommerce {
  padding: 100px 0;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  main > .woocommerce {
    padding: 50px 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  main > .woocommerce {
    padding: 50px 15px;
  }
}

input[type=checkbox],
input[type=radio] {
  width: 13px !important;
  appearance: checkbox !important;
  display: inline-block !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  position: relative !important;
}

.woocommerce-Addresses > div {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding: 15px;
}
.woocommerce-Addresses .title {
  box-shadow: none !important;
}
.woocommerce-Addresses .title h3 {
  margin-bottom: 15px;
}

header.woocommerce-Address-title {
  background-color: transparent !important;
}

.woocommerce-MyAccount-content .button {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content .button {
    margin-top: 15px !important;
  }
}
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content span.select2.select2-container {
  margin-bottom: 15px !important;
}
.woocommerce-MyAccount-content p.form-row {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content p {
    margin-bottom: 15px !important;
  }
}
.woocommerce-MyAccount-content em {
  font-size: 14px;
  margin-top: 15px;
  display: block;
}
.woocommerce-MyAccount-content fieldset {
  margin-top: 50px;
  border-color: #eee;
}
.woocommerce-MyAccount-content fieldset legend {
  font-size: 14px;
}

.woocommerce-orders-table .woocommerce-button.button.view {
  margin: 0 !important;
}

.woocommerce-address-fields .wp-element-button {
  margin-top: 30px !important;
}

.woocommerce-Addresses > div {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding: 15px;
}
.woocommerce-Addresses .title {
  box-shadow: none !important;
}
.woocommerce-Addresses .title h3 {
  margin-bottom: 15px;
}

.actions #coupon_code {
  margin-right: 15px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .actions #coupon_code {
    width: 100%;
    margin-right: 0 !important;
  }
}
.actions .coupon {
  padding: 0 !important;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .actions .coupon {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .actions .coupon .button {
    margin: 15px 0 0 auto !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .actions .coupon + .button {
    margin: 15px 0 0 auto !important;
    width: 100% !important;
  }
}

.minicart {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  list-style-type: none;
  margin: 0;
  width: 250px;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -250px;
  background-color: white;
  opacity: 1;
  z-index: 99999;
  overflow-y: scroll;
}
.minicart a.remove {
  background-color: transparent !important;
  width: 5px !important;
  height: 5px !important;
  color: red !important;
}
.minicart a.remove:hover {
  background-color: transparent !important;
  color: red !important;
}
.minicart a.button {
  margin-top: 10px !important;
  width: 100% !important;
  padding: 10px 15px !important;
}
.minicart a {
  padding: 15px !important;
}
.minicart .woocommerce-mini-cart__total.total {
  margin-bottom: 15px !important;
}
.minicart .minicart__inside {
  padding: 50px 15px 15px 15px;
  position: relative;
}
.minicart #close-cart {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #00529F;
  font-size: 25px;
  cursor: pointer;
  font-weight: 700;
}
.minicart p {
  font-size: 1.6rem;
  color: #00529F;
}
.minicart .widget {
  margin-bottom: 0;
}
.minicart .widget li {
  position: relative;
  margin-top: 5px !important;
  display: block;
  width: 100%;
}
.minicart .widget li a,
.minicart .widget li .quantity {
  border: none;
  padding: 0px 0 0 0;
  color: #00529F;
  font-size: 1.6rem !important;
  margin: 0 !important;
}
.minicart .widget li a.button {
  padding: 10px;
}
.minicart .widget li a img {
  display: none;
}
.minicart .widget li .quantity {
  display: block;
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.5rem !important;
}
.minicart .widget_shopping_cart .total {
  border-top: 1px solid #efe5e5;
  margin: 2px 0;
  padding-top: 20px;
  text-align: center;
  color: #FFB200;
}
.minicart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.cart-icon {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  z-index: 30;
}
.cart-icon .cart-contents {
  background: url(../js/ca4065a02b7e52acd7e8.svg) no-repeat center center;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  font-size: 22px;
  line-height: 50px;
  position: relative;
  background-size: 45px;
}
.cart-icon .cart-contents i {
  display: none !important;
}
.cart-icon .cart-contents__number {
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 22px;
  border-radius: 20px;
  text-align: center;
  font-size: 10px;
  right: 0;
  bottom: 25px;
  font-weight: bold;
  background: #E40E20;
  color: #ffffff;
}

.cart--open {
  right: 0;
}

.woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}
.woocommerce-mini-cart__buttons a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 1rem auto !important;
  background-color: #E40E20 !important;
  color: white !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
}
.woocommerce-mini-cart__buttons a.checkout.wc-forward {
  margin-bottom: 0 !important;
}

#woocommerce-notification {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 0 auto;
}
@media (max-width: 1024px) {
  #woocommerce-notification {
    margin-top: 25px;
  }
}
#woocommerce-notification .woocommerce-error {
  background-color: white;
  font-weight: 700;
  border-top-color: #00529F;
  border-radius: 12px;
  overflow: hidden;
}
#woocommerce-notification .woocommerce-error::before {
  color: #00529F;
}
#woocommerce-notification .woocommerce-error li {
  font-weight: 700;
}
#woocommerce-notification .woocommerce-message {
  background-color: white;
  font-weight: 700;
  border-radius: 12px;
  overflow: hidden;
}

body.woocommerce h2,
body.woocommerce-page h2 {
  font-size: 2.6rem;
  line-height: 4.2rem;
  margin-bottom: 0 !important;
}
body.woocommerce label,
body.woocommerce-page label {
  color: #00529F;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: block;
  margin-bottom: 5px;
}
body.woocommerce select,
body.woocommerce input[type=text],
body.woocommerce input[type=password],
body.woocommerce input[type=tel],
body.woocommerce input[type=email],
body.woocommerce input[type=number],
body.woocommerce textarea,
body.woocommerce-page select,
body.woocommerce-page input[type=text],
body.woocommerce-page input[type=password],
body.woocommerce-page input[type=tel],
body.woocommerce-page input[type=email],
body.woocommerce-page input[type=number],
body.woocommerce-page textarea {
  padding: 10px !important;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  border: 1px solid #D4D4D8 !important;
  border-radius: 4px !important;
  outline: none !important;
}
body.woocommerce .select2-selection,
body.woocommerce-page .select2-selection {
  border: 1px solid #D4D4D8 !important;
  border-radius: 4px !important;
  height: 39px;
  padding-top: 8px;
}
body.woocommerce .select2-selection .select2-selection__arrow,
body.woocommerce-page .select2-selection .select2-selection__arrow {
  top: 6px;
}
body.woocommerce .select2-selection .select2-selection__rendered,
body.woocommerce-page .select2-selection .select2-selection__rendered {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
}
body.woocommerce .woocommerce-result-count,
body.woocommerce-page .woocommerce-result-count {
  color: #0F172A;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-result-count,
  body.woocommerce-page .woocommerce-result-count {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.woocommerce .woocommerce-ordering,
  body.woocommerce-page .woocommerce-ordering {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce .woocommerce-ordering,
  body.woocommerce-page .woocommerce-ordering {
    margin-bottom: 50px;
  }
}

/** ./ woocommerce **/
/** 404 **/
#not-found .btn-secondary {
  margin: 30px auto 0 auto;
}

/** ./ 404 **/
.article-featured-image img {
  height: 250px;
  object-fit: cover;
}

#block-newsletter {
  position: relative;
  position: relative;
  z-index: 1;
  background-color: #E40E20;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #block-newsletter {
    flex-direction: column;
  }
}
#block-newsletter > div:nth-child(1) {
  width: 45%;
  height: 490px;
}
@media (max-width: 767px) {
  #block-newsletter > div:nth-child(1) {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  #block-newsletter > div:nth-child(1) {
    height: 350px;
  }
}
#block-newsletter > div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#block-newsletter > div:nth-child(2) {
  width: 55%;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  #block-newsletter > div:nth-child(2) {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  #block-newsletter > div:nth-child(2) {
    padding: 15px;
  }
}
#block-newsletter > div:nth-child(2) h2,
#block-newsletter > div:nth-child(2) p {
  color: white;
  max-width: 700px;
}
#block-newsletter .gfield_consent_label {
  display: inline !important;
}
#block-newsletter .gform_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
  max-width: 590px;
}
#block-newsletter .gform_wrapper #gform_1 {
  display: flex;
  align-items: flex-start;
}
#block-newsletter .gform_wrapper .gform_heading {
  display: none !important;
}
#block-newsletter .gform_wrapper .gform-body {
  width: 100%;
}
#block-newsletter .gform_wrapper .gform-body input[type=checkbox] {
  width: 1.3rem !important;
  appearance: checkbox !important;
  margin-bottom: 0;
  margin-right: 5px !important;
  margin-top: 3px !important;
}
#block-newsletter .gform_wrapper .gform-body .gchoice {
  display: flex;
  align-items: flex-start;
}
#block-newsletter .gform_wrapper .gform-body .gfield_label {
  display: none !important;
}
#block-newsletter .gform_wrapper .gform-body .gfield_checkbox label {
  font-size: 1.2rem !important;
  line-height: 1.8rem;
  font-weight: 400 !important;
}
#block-newsletter .gform_wrapper .gform-body .gfield_checkbox label a {
  font-size: 1.2rem !important;
  line-height: 1.8rem;
  font-weight: 400 !important;
  text-decoration: underline !important;
}
#block-newsletter .gform_wrapper .gform-body .gform-field-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: white;
}
#block-newsletter .gform_wrapper .gform-body .gform-field-label a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: white;
}
#block-newsletter .gform_wrapper .gform-body input[type=email] {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0 15px !important;
  width: 100%;
  max-width: 100% !important;
  outline: none !important;
  background-position: 10px 51% !important;
  border: 0;
  height: 58px;
}
@media (max-width: 1024px) {
  #block-newsletter .gform_wrapper .gform-body input[type=email] {
    height: 50px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#block-newsletter .gform_wrapper .gform-body input[type=text],
#block-newsletter .gform_wrapper .gform-body input[type=tel] {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px !important;
  padding: 10px 14px !important;
  width: 100%;
  max-width: 100% !important;
  outline: none !important;
  background-position: 10px 51% !important;
}
@media (max-width: 1024px) {
  #block-newsletter .gform_wrapper .gform-body input[type=text],
  #block-newsletter .gform_wrapper .gform-body input[type=tel] {
    padding: 5px 7px 5px 35px !important;
    margin-bottom: -5px !important;
  }
}
@media (max-width: 1024px) {
  #block-newsletter .gform_wrapper .gform_wrapper.gravity-theme .gfield-choice-input + label {
    text-align: left !important;
  }
}
#block-newsletter .gform_wrapper .gform_footer,
#block-newsletter .gform_wrapper .gform_page_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  #block-newsletter .gform_wrapper .gform_footer,
  #block-newsletter .gform_wrapper .gform_page_footer {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
#block-newsletter .gform_wrapper .gform_footer input[type=submit],
#block-newsletter .gform_wrapper .gform_footer input[type=button],
#block-newsletter .gform_wrapper .gform_page_footer input[type=submit],
#block-newsletter .gform_wrapper .gform_page_footer input[type=button] {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 50px !important;
  gap: 10px !important;
  border-radius: 4px !important;
  color: white !important;
  font-weight: 700 !important;
  width: fit-content !important;
  margin-top: 0 !important;
  text-transform: none !important;
  text-align: center !important;
  cursor: pointer !important;
  background-color: #1D2125 !important;
  font-size: 1.6rem !important;
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 58px;
}
#block-newsletter .gform_wrapper .gform_footer input[type=submit]:hover,
#block-newsletter .gform_wrapper .gform_footer input[type=button]:hover,
#block-newsletter .gform_wrapper .gform_page_footer input[type=submit]:hover,
#block-newsletter .gform_wrapper .gform_page_footer input[type=button]:hover {
  background-color: #00529F !important;
}
@media (max-width: 1024px) {
  #block-newsletter .gform_wrapper .gform_footer input[type=submit],
  #block-newsletter .gform_wrapper .gform_footer input[type=button],
  #block-newsletter .gform_wrapper .gform_page_footer input[type=submit],
  #block-newsletter .gform_wrapper .gform_page_footer input[type=button] {
    height: 50px;
  }
}

#contacts {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #contacts {
    flex-direction: column;
  }
}
#contacts > div {
  flex-basis: 33.33%;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contacts > div img {
  width: 30px;
  margin-right: 30px;
}
#contacts > div label,
#contacts > div a {
  color: white;
}
#contacts > div label {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  display: block;
  margin-bottom: 5px;
}
#contacts > div a {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 1024px) {
  #contacts > div {
    flex-basis: 100%;
    width: 100%;
  }
}
#contacts > div:nth-child(1) {
  background-color: #00529F;
}
#contacts > div:nth-child(2) {
  background-color: #626D7D;
}
#contacts > div:nth-child(3) {
  background-color: #454C58;
}
@media (max-width: 1024px) {
  #contacts {
    margin-bottom: 50px;
  }
}

footer {
  width: 100%;
  background-color: #1D2125;
  padding: 3rem;
  align-items: center;
  margin-top: auto;
  padding: 0 0 80px 0;
  position: relative;
  padding-top: 0;
}
@media (max-width: 1024px) {
  footer {
    padding: 0 0 30px 0;
  }
}
footer .footer__brand {
  text-align: center;
  margin-bottom: 30px;
}
footer .footer-nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer-nav {
    flex-direction: column;
  }
}
footer .footer-nav > li {
  margin-right: 30px;
}
footer .footer-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  footer .footer-nav > li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
footer .footer-nav a {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: white;
  font-size: 1.6rem;
  line-height: 2rem;
}
footer .social {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
footer .social > a {
  margin-right: 15px;
  border: 1px solid white;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .social > a:last-child {
  margin-right: 0;
}
footer .social > a img {
  height: 15px;
  width: auto;
}

#sub-footer {
  padding: 15px 0 30px 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #1D2125;
  background-color: white;
}
#sub-footer a {
  color: #1D2125;
}
#sub-footer .container > a:nth-child(1) {
  color: #3F3F46;
}
#sub-footer strong {
  font-weight: 700;
}

.yith-par-message-product {
  padding: 1rem;
  border-radius: 4px;
  margin: 1.5rem auto;
}

body.woocommerce-account .ywpar_myaccount_entry_info #ywpar_referral_link_sc {
  background-color: transparent !important;
  padding: 0 !important;
}

.ywpar_myaccount_entry_info > div {
  background-color: #e9f2ff !important;
}
.ywpar_myaccount_entry_info > div .ywpar_level span {
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-weight: 600;
}

.form-row.marketing-consent .checkbox {
  color: black;
  font-weight: 400;
}

/** ./ theme style **/
/** blocks styles **/
section.how-it-works {
  background-color: #00529F;
}
section.how-it-works h2 {
  color: #FFB200;
}
section.how-it-works p {
  color: white;
}
section.how-it-works .d-grid-4 {
  row-gap: 50px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section.how-it-works .d-grid-4 {
    row-gap: 15px;
    margin-top: 35px;
  }
}
section.how-it-works h2,
section.how-it-works p {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
section.how-it-works .item {
  background-color: white;
  border-radius: 5px;
  padding: 50px 30px;
}
@media (max-width: 1024px) {
  section.how-it-works .item {
    padding: 50px 15px;
  }
}
section.how-it-works .item h3 {
  color: #000;
}
section.how-it-works .item p {
  color: #000;
  margin-bottom: 0;
}
section.how-it-works h2,
section.how-it-works h3,
section.how-it-works p {
  text-align: center;
}
section.how-it-works .btn-secondary {
  width: fit-content;
  margin: 100px auto 0 auto;
}
@media (max-width: 1024px) {
  section.how-it-works .btn-secondary {
    margin-top: 50px;
  }
}
section.how-it-works .container.video {
  margin-top: 100px;
}
section.how-it-works .container.video iframe {
  border-radius: 5px;
}

section.hero-text {
  background-color: #F7F8F9;
  position: relative;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.hero-text {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-text {
    height: 200px;
  }
}
section.hero-text #pattern_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
}
@media (max-width: 767px) {
  section.hero-text #pattern_1 {
    width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-text #pattern_1 {
    width: 150px;
  }
}
section.hero-text #pattern_2 {
  position: absolute;
  top: 0;
  right: 50px;
  width: 197px;
}
@media (max-width: 767px) {
  section.hero-text #pattern_2 {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-text #pattern_2 {
    width: 100px;
  }
}
section.hero-text #pattern_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 197px;
}
@media (max-width: 767px) {
  section.hero-text #pattern_3 {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-text #pattern_3 {
    width: 100px;
  }
}
section.hero-text label {
  display: block;
  font-family: "Open Sans", sans-serif !important;
}
section.hero-text label,
section.hero-text h1,
section.hero-text p {
  color: #000;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
section.hero-text p,
section.hero-text label {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}

section.text h2 {
  color: #374151;
}
section.text h3 {
  color: #00529F;
}
section.text h4 {
  font-family: "Inter", sans-serif;
  color: #374151;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 30px;
}
section.text p {
  color: #3F3F46;
  line-height: 2.6rem;
}
section.text .container-small > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  section.banner-text {
    padding: 0 15px;
  }
}
section.banner-text .container {
  position: relative;
}
section.banner-text label,
section.banner-text h2,
section.banner-text p {
  text-align: center;
}
section.banner-text h2 {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  color: #00529F;
}
section.banner-text p {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
section.banner-text .btn-tertiary {
  margin-left: auto;
  margin-right: auto;
}

section.banner-text-image {
  margin: 0;
  position: relative;
  position: relative;
  z-index: 1;
  background-color: #E40E20;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.banner-text-image {
    flex-direction: column;
  }
}
section.banner-text-image > div:nth-child(1) {
  width: 55%;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  section.banner-text-image > div:nth-child(1) {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  section.banner-text-image > div:nth-child(1) {
    padding: 15px;
  }
}
section.banner-text-image > div:nth-child(1) h2,
section.banner-text-image > div:nth-child(1) p {
  color: white;
  max-width: 700px;
}
section.banner-text-image > div:nth-child(2) {
  width: 55%;
  height: 490px;
}
@media (max-width: 767px) {
  section.banner-text-image > div:nth-child(2) {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 1024px) {
  section.banner-text-image > div:nth-child(2) {
    height: 300px;
  }
}
section.banner-text-image > div:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner-text-image .btn-slider {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 38px;
  gap: 10px;
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  width: fit-content;
  margin-top: 35px;
  text-transform: none !important;
  text-align: center;
  background-color: #ffb200;
  border: 1px solid #ffb200;
}

section.features {
  display: block;
}
section.features .d-grid-3 {
  row-gap: 50px;
}
@media (max-width: 1024px) {
  section.features .d-grid-3 {
    row-gap: 15px;
  }
}
section.features h5,
section.features p {
  text-align: center;
}
section.features h5 {
  color: #E40E20;
}
section.features p {
  max-width: 330px;
  margin: 0 auto;
}
section.features img {
  height: 100px;
  width: auto;
  margin: 0 auto 30px auto;
}
@media (max-width: 1024px) {
  section.features img {
    height: 60px;
  }
}

section.steps {
  display: block;
  background-color: rgba(55, 65, 81, 0.1);
}
section.steps .d-grid-4 {
  row-gap: 50px;
}
@media (max-width: 1024px) {
  section.steps .d-grid-4 {
    row-gap: 15px;
  }
}
section.steps .item {
  background-color: white;
  border: 1px solid #FFB200;
  padding: 50px 15px;
}
@media (max-width: 1024px) {
  section.steps .item {
    padding: 30px 15px;
  }
}
section.steps label,
section.steps p {
  text-align: center;
}
section.steps label {
  display: block;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 15px;
}

section.faq h2 {
  color: #00529f;
}
section.faq .faqs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section.faq .faqs {
    gap: 15px;
    margin-top: 30px;
  }
}
section.faq .question {
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
  color: #00529F;
  position: relative;
}
section.faq .arrow {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 3px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  section.faq .arrow {
    margin-right: 10px;
    margin-top: 9px;
  }
}
section.faq .arrow img {
  pointer-events: none;
}
section.faq .item {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  border-bottom: 1px solid #626D7D;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.faq .item {
    padding: 15px;
  }
}
section.faq .item > div {
  position: relative;
}
section.faq .item .answer {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
section.faq .item .answer.active {
  max-height: 100vh;
  opacity: 1;
  margin-top: 15px;
}
section.faq .item .answer p {
  color: #626D7D;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}
section.faq .item.active .arrow {
  transform: rotate(-180deg);
  top: 0;
}
section.faq .btn-secondary {
  margin-left: auto;
  margin-right: auto;
}

section.accordion h2 {
  color: #00529f;
}
section.accordion .accordions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section.accordion .accordions {
    gap: 15px;
    margin-top: 30px;
  }
}
section.accordion .question {
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
  color: #00529F;
  position: relative;
}
section.accordion .arrow {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 3px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  section.accordion .arrow {
    margin-right: 10px;
    margin-top: 9px;
  }
}
section.accordion .arrow img {
  pointer-events: none;
}
section.accordion .item {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  border-bottom: 1px solid #626D7D;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.accordion .item {
    padding: 15px;
  }
}
section.accordion .item > div {
  position: relative;
}
section.accordion .item .answer {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
section.accordion .item .answer.active {
  max-height: 100vh;
  opacity: 1;
  margin-top: 15px;
}
section.accordion .item .answer p {
  color: #626D7D;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}
section.accordion .item.active .arrow {
  transform: rotate(-180deg);
  top: 0;
}
section.accordion .btn-secondary {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  section.form {
    padding: 50px 15px;
  }
}
section.form h3 {
  color: #00529F;
}
section.form .container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  section.form .container {
    grid-template-columns: 1fr;
  }
}
section.form .container > div:nth-child(2) {
  width: 100%;
  height: 100%;
}
section.form .container > div:nth-child(2) img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.form .gfield_required {
  display: none !important;
}
section.form .gform_wrapper {
  background-color: transparent !important;
  padding: 0 30px 0 0 !important;
  border-radius: 4px !important;
}
@media (max-width: 1024px) {
  section.form .gform_wrapper {
    padding: 15px !important;
  }
}
section.form .gform-body {
  max-width: 100% !important;
}
section.form .gform-body .gfield_label {
  display: block !important;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
  color: #586271;
  margin-bottom: 5px !important;
}
section.form .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: #667085 !important;
}
section.form .gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
  font-weight: 700 !important;
  text-decoration: underline !important;
  color: #667085 !important;
}
section.form .gfield.gfield--type-checkbox .gfield_label,
section.form .gfield.gfield--type-checkbox legend,
section.form .gfield--type-radio .gfield_label,
section.form .gfield--type-radio legend {
  display: none !important;
}
section.form input[type=submit],
section.form input[type=button] {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 0px !important;
  background-color: transparent !important;
  color: white !important;
  background-color: #00529F !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 0 !important;
  border: 1px solid #00529F !important;
  border-radius: 5px !important;
  height: 55px !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  width: 100% !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}
section.form input[type=submit]:hover,
section.form input[type=button]:hover {
  border: 1px solid black !important;
  background-color: black !important;
}
section.form input[type=email],
section.form input[type=text],
section.form input[type=tel] {
  max-width: 100% !important;
  padding: 10px 14px !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: 1px solid #ADB3BE !important;
  height: 55px !important;
  margin-bottom: 15px !important;
}
section.form textarea {
  padding: 10px 14px !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: 1px solid #ADB3BE !important;
  outline: none !important;
}
section.form .gform-field-label {
  font-weight: 500 !important;
  color: #00529F !important;
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
}
section.form input[type=checkbox] {
  width: 1.3rem !important;
  appearance: checkbox !important;
  margin-bottom: 0;
  margin-right: 5px !important;
  margin-top: 3px !important;
}
@media (min-width: 1025px) {
  section.form .ginput_container_checkbox {
    margin-top: 30px;
    width: 50%;
  }
}
section.form .gform_footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
section.form .features {
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.form .features {
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: initial;
  }
}
section.form .features .item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  section.form .features .item {
    width: 100%;
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
section.form .features .item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  section.form .features .item:last-child {
    margin-bottom: 0;
  }
}
section.form .features .item img {
  height: 40px;
  width: auto;
  margin-right: 15px;
}
section.form .gform_title,
section.form .gform_heading,
section.form legend.gfield_label.gform-field-label.gfield_label_before_complex {
  display: none !important;
}

section.text-image p {
  line-height: 2.6rem;
}
section.text-image > .container:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.text-image > .container:nth-child(2) {
    flex-direction: column;
  }
}
section.text-image > .container:nth-child(2) > div:nth-child(1) {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 767px) {
  section.text-image > .container:nth-child(2) > div:nth-child(1) {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.text-image > .container:nth-child(2) > div:nth-child(1) {
    max-width: 370px;
  }
}
section.text-image > .container:nth-child(2) > div:nth-child(2) {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 767px) {
  section.text-image > .container:nth-child(2) > div:nth-child(2) {
    margin-bottom: 30px;
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.text-image > .container:nth-child(2) > div:nth-child(2) {
    max-width: 370px;
  }
}

section.reviews {
  background-color: rgba(249, 187, 28, 0.2);
}
section.reviews h2 {
  color: #2D3436;
}
section.reviews .d-grid-3 {
  row-gap: 50px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section.reviews .d-grid-3 {
    row-gap: 15px;
    margin-top: 35px;
  }
}
section.reviews .d-grid-3 .item {
  background-color: white;
  border-radius: 20px;
  padding: 40px 30px 40px 30px;
}
section.reviews .d-grid-3 .item .quote img {
  height: 56px;
  width: auto;
  display: block;
  margin: 0 auto 15px auto;
}
section.reviews .d-grid-3 .item .client {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.8rem;
  display: block;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
}
section.reviews .d-grid-3 .item p {
  text-align: center;
}
section.reviews .d-grid-3 .item .stars {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}
section.reviews .d-grid-3 .item .stars > img {
  margin-right: 5px;
}
section.reviews .d-grid-3 .item .stars > img:last-child {
  margin-right: 0;
}

section.reviews-slider {
  background-color: rgba(249, 187, 28, 0.2);
}
section.reviews-slider h2 {
  color: #2d3436;
}
section.reviews-slider .slider-reviews .item {
  background-color: white;
  border-radius: 20px;
  padding: 40px 30px 40px 30px;
  margin-right: 20px;
}
section.reviews-slider .slider-reviews .item .quote img {
  height: 56px;
  width: auto;
  display: block;
  margin: 0 auto 15px auto;
}
section.reviews-slider .slider-reviews .item .client {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.8rem;
  display: block;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
}
section.reviews-slider .slider-reviews .item p {
  text-align: center;
}
section.reviews-slider .slider-reviews .item .stars {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}
section.reviews-slider .slider-reviews .item .stars > img {
  margin-right: 5px;
}
section.reviews-slider .slider-reviews .item .stars > img:last-child {
  margin-right: 0;
}
section.reviews-slider .slider-reviews .slick-dots {
  width: fit-content;
  width: calc(100% - (100% - 1180px) / 2);
  left: calc((100% - 1180px) / 2);
  margin-top: 15px;
  bottom: -40px;
}
@media (max-width: 767px) {
  section.reviews-slider .slider-reviews .slick-dots {
    z-index: 9997;
    width: 100%;
    left: 0;
    justify-content: flex-end;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.reviews-slider .slider-reviews .slick-dots {
    width: 100%;
    left: 15px;
  }
}
section.reviews-slider .slider-reviews .slick-dots li {
  width: 10px;
  height: 10px;
}
section.reviews-slider .slider-reviews .slick-dots li button,
section.reviews-slider .slider-reviews .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
section.reviews-slider .slider-reviews .slick-dots li button:before {
  background-color: white;
  opacity: 1;
  content: "";
  border-radius: 4px;
  border: 2px solid white;
}
section.reviews-slider .slider-reviews .slick-dots li.slick-active button:before {
  background-color: white;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  opacity: 0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section.news {
  display: block;
}
section.news h2 {
  color: #282938;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  section.news h2 {
    margin-bottom: 30px;
  }
}
section.news .d-grid-3 {
  row-gap: 50px;
}
section.news article .article-featured-image {
  margin-bottom: 15px;
}
section.news article h3 {
  color: #00529F;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
}
section.news article .date {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #282938;
  margin-bottom: 15px;
}
section.news article .article-content {
  color: #1D2125;
  line-height: 2.6rem;
}
section.news article .cta {
  display: flex;
  align-items: center;
  color: #1D2125;
  font-weight: 700;
  margin-top: 50px;
}
section.news article .cta img {
  margin-left: 15px;
  width: 30px;
}
section.news #in-evidence {
  display: flex;
  background-color: #FFB200;
  align-items: center;
  margin-bottom: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  section.news #in-evidence {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  section.news #in-evidence {
    margin-bottom: 50px;
    margin-top: -50px;
  }
}
section.news #in-evidence .excerpt {
  line-height: 2.8rem;
}
section.news #in-evidence > div {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  section.news #in-evidence > div {
    flex-basis: 100%;
  }
}
section.news #in-evidence > div.featured-image {
  height: 500px;
}
section.news #in-evidence > div.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  section.news #in-evidence > div.featured-image {
    height: 350px;
  }
}
section.news #in-evidence > div .article-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.news #in-evidence > div .article-content {
    padding: 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.news #in-evidence > div .article-content {
    padding: 0 30px;
  }
}
section.news #in-evidence > div span {
  display: inline-block;
  background-color: #F2F6F7;
  color: #E40E20;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 5px;
  margin-bottom: 15px;
}
section.news #in-evidence > div h2 {
  margin-bottom: 15px;
  font-weight: 600;
}
section.news #in-evidence > div .cta {
  display: flex;
  align-items: center;
  color: #1D2125;
  font-weight: 700;
  margin-top: 50px;
}
section.news #in-evidence > div .cta img {
  margin-left: 15px;
  width: 30px;
}

section.image-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.image-text .container {
    flex-direction: column;
  }
}
section.image-text .container > div:nth-child(1) {
  width: 100%;
  max-width: 570px;
}
@media (max-width: 767px) {
  section.image-text .container > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.image-text .container > div:nth-child(1) {
    max-width: 370px;
  }
}
section.image-text .container > div:nth-child(2) {
  width: 100%;
  max-width: 470px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.image-text .container > div:nth-child(2) {
    max-width: 370px;
  }
}
section.image-text .container .contacts {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  section.image-text .container .contacts {
    margin-top: 30px;
  }
}
section.image-text .container .contacts .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
section.image-text .container .contacts .item:last-child {
  margin-bottom: 0;
}
section.image-text .container .contacts .item img {
  width: 65px;
  height: auto;
  margin-right: 15px;
}
section.image-text .container .contacts .item label {
  display: block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #626D7D;
  margin-bottom: 0;
}
section.image-text .container .contacts .item a {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

section.hero-home {
  background-color: #FFB200;
}
section.hero-home h1,
section.hero-home p {
  display: block;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-home h1,
  section.hero-home p {
    width: 90%;
  }
}
section.hero-home h1 {
  margin-bottom: 30px;
  max-width: 700px;
}
section.hero-home h1 span {
  color: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 6.5rem;
}
@media (max-width: 1024px) {
  section.hero-home h1 span {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
section.hero-home .ctas {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  section.hero-home .ctas {
    flex-direction: column;
  }
}
section.hero-home .ctas > a {
  margin-right: 30px;
}
section.hero-home .ctas > a:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  section.hero-home .ctas > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  section.hero-home .ctas > a {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
section.hero-home .avatars {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  section.hero-home .avatars {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-home .avatars {
    margin-top: 30px;
  }
}
section.hero-home .avatars > div {
  align-self: center;
}
@media (max-width: 767px) {
  section.hero-home .avatars > div {
    width: 100%;
  }
}
section.hero-home .avatars > div:nth-child(1) {
  margin-right: 50px;
}
@media (max-width: 767px) {
  section.hero-home .avatars > div:nth-child(1) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-home .avatars > div:nth-child(1) {
    margin-right: 30px;
  }
}
section.hero-home .avatars > div:nth-child(2) {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #06113C;
}
section.hero-home .avatars > div:nth-child(2) span {
  display: block;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 2.8rem;
  font-family: "Work Sans", sans-serif;
  color: #06113C;
}
section.hero-home .avatars img {
  height: 73px;
  width: auto;
}
@media (max-width: 767px) {
  section.hero-home .avatars img {
    margin: 0 auto 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-home .avatars img {
    height: 50px;
  }
}
section.hero-home .btn-tertiary {
  background-color: white;
}
section.hero-home .btn-tertiary:hover {
  color: white !important;
}
section.hero-home .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.hero-home .container {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-home .container {
    align-items: flex-end;
  }
}
section.hero-home .container > div:nth-child(1) {
  flex-basis: 55%;
}
@media (max-width: 1024px) {
  section.hero-home .container > div:nth-child(1) {
    padding: 50px 0;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-home .container > div:nth-child(1) {
    padding-left: 15px;
    flex-basis: 50%;
  }
}
section.hero-home .container > div:nth-child(2) {
  width: 100%;
  height: 100%;
  flex-basis: 45%;
}
@media (max-width: 767px) {
  section.hero-home .container > div:nth-child(2) {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-home .container > div:nth-child(2) {
    flex-basis: 50%;
  }
}

section.hero {
  background-color: #00529F;
  position: relative;
  padding-bottom: 0;
}
section.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #f5f5fc;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.hero::after {
    height: 125px;
  }
}
section.hero label {
  display: block;
  font-family: "Open Sans", sans-serif !important;
}
section.hero label,
section.hero h1,
section.hero p {
  color: white;
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
section.hero p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}
section.hero .hero__image {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section.hero .hero__image {
    margin-top: 30px;
  }
}

section.latest-news {
  display: block;
}
section.latest-news h2 {
  color: #00529f;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  section.latest-news h2 {
    margin-bottom: 30px;
  }
}
section.latest-news .d-grid-3 {
  row-gap: 50px;
}
section.latest-news article .article-featured-image {
  margin-bottom: 15px;
  height: 300px;
  width: 100%;
}
section.latest-news article .article-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.latest-news article h3 {
  color: #00529F;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
}
section.latest-news article .date {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #282938;
  margin-bottom: 15px;
}
section.latest-news article .article-content {
  color: #1D2125;
}
section.latest-news article .cta {
  display: flex;
  align-items: center;
  color: #1D2125;
  font-weight: 700;
  margin-top: 50px;
}
section.latest-news article .cta img {
  margin-left: 15px;
  width: 30px;
}

section.related-news {
  display: block;
}
section.related-news h2 {
  color: #282938;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  section.related-news h2 {
    margin-bottom: 30px;
  }
}
section.related-news .d-grid-3 {
  row-gap: 50px;
}
section.related-news article .article-featured-image {
  margin-bottom: 15px;
  height: 300px;
  width: 100%;
}
section.related-news article .article-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.related-news article h3 {
  color: #00529F;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
}
section.related-news article .date {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #282938;
  margin-bottom: 15px;
}
section.related-news article .article-content {
  color: #1D2125;
}
section.related-news article .cta {
  display: flex;
  align-items: center;
  color: #1D2125;
  font-weight: 700;
  margin-top: 50px;
}
section.related-news article .cta img {
  margin-left: 15px;
  width: 30px;
}

section.product-sectors p {
  max-width: 680px;
}
section.product-sectors #product-categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  section.product-sectors #product-categories-list {
    margin-top: 35px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  section.product-sectors #product-categories-list {
    grid-template-columns: 1fr;
  }
}
section.product-sectors #product-categories-list .item {
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  position: relative;
  padding: 80px 15px;
  border: 1px solid #E40E20;
}
@media (max-width: 1024px) {
  section.product-sectors #product-categories-list .item {
    padding: 50px 15px;
  }
}
section.product-sectors #product-categories-list .item a.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.product-sectors #product-categories-list .item .overlay {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFB200;
}
section.product-sectors #product-categories-list .item .overlay span.discover {
  color: #000;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.8rem;
  display: block;
  margin-top: 15px;
}
section.product-sectors #product-categories-list .item .overlay span.count {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: block;
  margin-top: 15px;
}
section.product-sectors #product-categories-list .item .desc {
  display: block;
  text-align: center;
}
section.product-sectors #product-categories-list .item .desc p {
  text-align: center;
  color: #71717A;
}
section.product-sectors #product-categories-list .item p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.product-sectors #product-categories-list .item p {
    max-width: 150px;
  }
}
section.product-sectors #product-categories-list .item .content {
  padding: 15px 30px;
}
@media (max-width: 1024px) {
  section.product-sectors #product-categories-list .item .content {
    padding: 15px;
  }
}
section.product-sectors #product-categories-list .item .content img {
  display: block;
  height: 48px;
  width: auto;
  margin: 0 auto 15px auto;
}
section.product-sectors #product-categories-list .item .content span.cat-title {
  color: #1D2125;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.9rem;
  margin-bottom: 5px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
section.product-sectors #product-categories-list .item:hover {
  border: 1px solid #FFB200;
}
section.product-sectors #product-categories-list .item:hover .overlay {
  z-index: 10;
  opacity: 1;
}

section.image {
  display: block;
}
section.image img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
section.image.image--full img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

section.single-title h1 {
  text-align: center;
}
section.single-title .post-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
section.single-title .post-info > span {
  margin-right: 80px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #282938;
}
@media (max-width: 767px) {
  section.single-title .post-info > span {
    margin-right: 30px;
  }
}
section.single-title .post-info > span:last-child {
  margin-right: 0;
}

section.products-list {
  display: block;
}
section.products-list .products-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  section.products-list .products-actions {
    flex-direction: column;
  }
}
section.products-list .products-actions .ordering select#category {
  margin-right: 10px;
}
@media (max-width: 767px) {
  section.products-list .products-actions .ordering select {
    width: 100%;
    margin-bottom: 15px;
  }
  section.products-list .products-actions .ordering select:first-child {
    margin-top: 15px;
  }
  section.products-list .products-actions .ordering select:last-child {
    margin-bottom: 0;
  }
}
section.products-list .products-actions #filters {
  position: absolute;
  top: -100px;
  left: 0;
}
section.products-list .products-actions span.count {
  color: #0F172A;
}
section.products-list .products-actions select {
  padding: 10px !important;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  border: 1px solid #D4D4D8 !important;
  border-radius: 4px !important;
  outline: none !important;
}

section.products-categories {
  display: block;
}

section.products-list {
  display: block;
}
section.products-list .btn-secondary {
  width: fit-content;
  margin: 100px auto 0 auto;
}
@media (max-width: 1024px) {
  section.products-list .btn-secondary {
    margin-top: 50px;
  }
}

section.products-list {
  display: block;
}
section.products-list h2 {
  color: #00529F;
  margin-bottom: 50px !important;
}
@media (max-width: 1024px) {
  section.products-list h2 {
    margin-bottom: 30px !important;
  }
}

section.add-to-cart .container {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  section.add-to-cart .container {
    grid-template-columns: 1fr;
  }
}
section.add-to-cart .container .tabs-header {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #E4E4E7;
}
@media (max-width: 767px) {
  section.add-to-cart .container .tabs-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.add-to-cart .container .tabs-header a {
  transition: none !important;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  padding: 15px 30px;
  border-bottom: 3px solid transparent;
  color: #3F3F46;
}
@media (max-width: 767px) {
  section.add-to-cart .container .tabs-header a {
    display: block;
    text-align: center;
    width: 100%;
  }
}
section.add-to-cart .container .tabs-header a.active {
  color: #E40E20;
  border-bottom: 3px solid #E40E20 !important;
}
section.add-to-cart .container .tabs-header a:hover {
  color: #E40E20;
}
section.add-to-cart .container .tabs-body .item {
  display: none;
}
section.add-to-cart .container .tabs-body .item.active {
  display: block;
}
section.add-to-cart .container .tabs-body .item h2 {
  margin-bottom: 30px !important;
  color: #00529F;
  font-size: 3.6rem;
  line-height: 4.3rem;
}
section.add-to-cart .container .tabs-body .item h3 {
  margin-bottom: 15px;
  color: #0F0840;
  font-size: 2.2rem;
  line-height: 3rem;
}
section.add-to-cart .container .tabs-body .item ul {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  section.add-to-cart .container .tabs-body .item ul {
    padding-left: 30px;
  }
}
section.add-to-cart .container .tabs-body .item ul li {
  margin-bottom: 15px;
}
section.add-to-cart .container .tabs-body .item ul li:last-child {
  margin-bottom: 0;
}
section.add-to-cart .container > div:nth-child(2) {
  box-shadow: 0px 0px 10px 0px rgba(54, 64, 232, 0.1019607843);
  background-color: white;
  border-radius: 4px;
  padding: 30px 0;
}
@media (max-width: 767px) {
  section.add-to-cart .container > div:nth-child(2) {
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.add-to-cart .container > div:nth-child(2) {
    padding: 30px 0;
  }
}
section.add-to-cart .container > div:nth-child(2) span.label {
  display: block;
  margin-bottom: 15px;
  color: #71717A;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}
section.add-to-cart .container > div:nth-child(2) .price {
  color: #0F0840;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.4rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
section.add-to-cart .container > div:nth-child(2) .price .discount {
  display: block;
  color: #71717A;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
section.add-to-cart .container > div:nth-child(2) .price .discount .line-through {
  color: #71717A;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  text-decoration: line-through;
}
section.add-to-cart .container .btn-primary {
  width: calc(100% - 30px);
  margin: 0 auto;
}
section.add-to-cart .container .course-desc {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E4E4E7;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
section.add-to-cart .container .course-desc .item {
  display: flex;
  align-items: center;
}
section.add-to-cart .container .course-desc .item .ico {
  height: 20px;
  width: 20px;
  min-width: 20px;
}
section.add-to-cart .container .course-desc .item .label {
  width: 125px;
  min-width: 125px;
  color: #3F3F46;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-right: 15px;
  margin-left: 5px;
}
section.add-to-cart .container .course-desc .item .value {
  font-weight: 700;
  color: #3F3F46;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

section.video iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 4px;
  outline: none;
}

section.course-tabs .container {
  display: block;
}
section.course-tabs .container .tabs-header {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #E4E4E7;
}
@media (max-width: 767px) {
  section.course-tabs .container .tabs-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.course-tabs .container .tabs-header a {
  transition: none !important;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  padding: 15px 30px;
  border-bottom: 3px solid transparent;
  color: #3F3F46;
}
@media (max-width: 767px) {
  section.course-tabs .container .tabs-header a {
    display: block;
    text-align: center;
    width: 100%;
  }
}
section.course-tabs .container .tabs-header a.active {
  color: #E40E20;
  border-bottom: 3px solid #E40E20 !important;
}
section.course-tabs .container .tabs-header a:hover {
  color: #E40E20;
}
section.course-tabs .container .tabs-body .item {
  display: none;
}
section.course-tabs .container .tabs-body .item.active {
  display: block;
}
section.course-tabs .container .tabs-body .item h2 {
  margin-bottom: 30px !important;
  color: #00529F;
  font-size: 3.6rem;
  line-height: 4.3rem;
}
section.course-tabs .container .tabs-body .item h3 {
  margin-bottom: 15px;
  color: #0F0840;
  font-size: 2.2rem;
  line-height: 3rem;
}
section.course-tabs .container .tabs-body .item ul {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  section.course-tabs .container .tabs-body .item ul {
    padding-left: 30px;
  }
}
section.course-tabs .container .tabs-body .item ul li {
  margin-bottom: 15px;
}
section.course-tabs .container .tabs-body .item ul li:last-child {
  margin-bottom: 0;
}

section.my-courses {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  section.my-courses {
    margin-top: 50px;
  }
}
section.my-courses .products.columns-4 {
  margin-top: 85px;
}
@media (max-width: 1024px) {
  section.my-courses .products.columns-4 {
    margin-top: 35px;
  }
}

section.hero-product .terms {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
section.hero-product .terms a,
section.hero-product .terms span {
  margin-right: 15px;
}
section.hero-product .terms a:last-child,
section.hero-product .terms span:last-child {
  margin-right: 0;
}
section.hero-product span.product-cat {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: #e40e20;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  text-transform: uppercase;
}
section.hero-product span.course-id {
  display: block;
  width: fit-content;
  color: black;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}
section.hero-product h1 {
  color: rgb(49, 55, 63);
  margin-bottom: 48px;
  font-size: 3.6rem;
  line-height: 4.3rem;
}
@media (max-width: 1024px) {
  section.hero-product h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
section.hero-product .img-wrapper {
  width: 100%;
  height: 300px;
}
section.hero-product .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** ./ blocks styles **/

/*# sourceMappingURL=bundle.min.css.map*/