@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-BoldItalic.eot");
  src: url("../fonts/Inter-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-BoldItalic.woff2") format("woff2"), url("../fonts/Inter-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.eot");
  src: url("../fonts/Inter-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Italic.woff2") format("woff2"), url("../fonts/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.eot");
  src: url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Capitolium2";
  src: url("../fonts/Capitolium2-Regular.eot");
  src: url("../fonts/Capitolium2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Capitolium2-Regular.woff2") format("woff2"), url("../fonts/Capitolium2-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Capitolium2";
  src: url("../fonts/Capitolium2-BoldItalic.eot");
  src: url("../fonts/Capitolium2-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Capitolium2-BoldItalic.woff2") format("woff2"), url("../fonts/Capitolium2-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
:root {
  /* colors */
  --black: #000;
  --black-50: #00000080;
  --black-20: #0003;
  --black-10: #0000001a;
  --white: #fff;
  --cream: #FFF1C4;
  --yellow: #FCB415;
  --green: #2E4117;
  --red: #E10600;
  --pink: #EFE2E2;
  --blue: #001E45;
  --dark-blue: #0D0E20;
  --dark-red: #781214;
  /* fonts */
  --body-font: "Inter" , sans-serif;
  --heading-font: "Capitolium2" , serif;
  /* layout */
  /* misc */
  --transition: 300ms ease;
  --shadow: 0 1rem 1.5rem var(--black-20);
  cursor: auto;
}
@media print {
  :root * {
    color: var(--black) !important;
  }
}
body {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
}
body.overflow {
  overflow: hidden;
}
a:hover {
  text-decoration: none;
  color: var(--orange);
}
#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 142px;
}
@media screen and (min-width: 410px) {
  #page {
    padding-top: 162px;
  }
}
@media screen and (min-width: 1024px) {
  #page {
    padding-top: 0;
  }
}
.container {
  max-width: 1410px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 25px 0 100px;
  }
}
.h1, h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: normal;
  font-family: var(--heading-font);
}
.h1.large, h1.large {
  font-size: 55px;
  line-height: 55px;
}
@media screen and (min-width: 768px) {
  .h1, h1 {
    font-size: 61px;
    line-height: 61px;
  }
  .h1.large, h1.large {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .h1, h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .h1.large, h1.large {
    font-size: 140px;
    line-height: 150px;
  }
}
@media screen and (min-width: 1360px) {
  .h1, h1 {
    font-size: 120px;
    line-height: 120px;
  }
  .h1.large, h1.large {
    font-size: 160px;
    line-height: 160px;
  }
}
h2, .h2 {
  font-size: 50px;
  line-height: 53px;
  font-weight: normal;
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 61px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 72px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
.h3, h3 {
  font-size: 30px;
  line-height: 31px;
  font-family: var(--heading-font);
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
.h4, h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .h4, h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.h5, h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
p:not(:last-child) {
  margin-bottom: 30px;
}
.stairs span {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .stairs span {
    display: block;
    margin-right: 0;
  }
}
.stairs span:last-child {
  margin-right: 0;
}
.has-x-large-font-size, .t-xl {
  font-size: 20px !important;
  line-height: 26px !important;
}
@media screen and (min-width: 768px) {
  .has-x-large-font-size, .t-xl {
    font-size: 25px !important;
    line-height: 31px !important;
  }
}
.has-x-large-font-size {
  margin-bottom: 40px !important;
}
.has-large-font-size, .t-lg {
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (min-width: 768px) {
  .has-large-font-size, .t-lg {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
.has-small-font-size, .t-sm {
  font-size: 12px !important;
  line-height: 16px !important;
}
.t-xs {
  font-size: 10px;
  line-height: 12px;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.btn {
  border-radius: 50px;
  font-size: 12px;
  line-height: 24px;
  font-family: var(--body-font);
  padding: 10px 60px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  min-width: 180px;
  position: relative;
  text-transform: uppercase;
  color: var(--white);
}
.btn::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  z-index: 5;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  transition: var(--transition);
}
.btn:focus {
  color: var(--white);
}
.btn:hover {
  background: var(--white) !important;
  color: var(--dark-red) !important;
}
.btn:hover::before {
  left: 100%;
  transform: translate(calc(-100% - 5px), 0);
}
.btn.btn-main {
  background: var(--red);
}
.btn.btn-main::before {
  background: var(--dark-red);
}
.btn.btn-main:hover::before {
  background: var(--red) !important;
}
.bg-default .btn.btn-main:hover {
  background: var(--pink) !important;
  color: var(--dark-red) !important;
}
.bg-default .btn.btn-main:hover::before {
  background: var(--red) !important;
}
.btn.btn-secondary {
  background: var(--dark-red);
}
.btn.btn-secondary::before {
  background: var(--red);
}
.link-arrow {
  font-size: 20px;
  line-height: 30px;
  padding-left: 34px;
  position: relative;
  color: var(--red);
  font-weight: bold;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .link-arrow {
    font-size: 25px;
    line-height: 40px;
    padding-left: 44px;
  }
}
.link-arrow::after {
  position: absolute;
  content: "";
  right: 100%;
  top: 0px;
  margin-right: -18px;
  border: 12px solid transparent;
  border-right: 18px solid var(--dark-red);
}
@media screen and (min-width: 768px) {
  .link-arrow::after {
    margin-right: -28px;
    top: -1px;
    border: 16px solid transparent;
    border-right: 28px solid var(--dark-red);
  }
}
.page-content {
  overflow: hidden;
  width: 100%;
}
.page-content ul {
  margin-bottom: 30px;
}
.page-content ul:last-child {
  margin-bottom: 0;
}
.page-content ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.page-content ul li:last-child {
  margin-bottom: 0;
}
.page-content ul li:before {
  position: absolute;
  content: "";
  border: 9px solid transparent;
  z-index: 2;
  top: 5px;
  border-left: 15px solid var(--red);
  left: 0px;
}
.page-content ol {
  margin-bottom: 30px;
}
.page-content ol:last-child {
  margin-bottom: 0;
}
.page-content ol li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 28px;
}
.page-content ol li:last-child {
  margin-bottom: 0;
}
.bg-default + .bg-default:not(.steps) {
  padding-top: 0;
}
.boxed:not(.bg-default) + .bg-default:not(.steps) {
  padding-top: 0;
}
.text-red {
  color: var(--red);
}
.text-dark-red {
  color: var(--dark-red);
}
.text-dark-blue {
  color: var(--dark-blue);
}
.text-blue {
  color: var(--blue);
}
.text-yellow {
  color: var(--yellow);
}
.text-green {
  color: var(--green);
}
.text-cream {
  color: var(--cream);
}
.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
  color: var(--white);
}
.bg-red {
  background-color: var(--red);
  color: var(--white);
}
.bg-dark-red {
  background-color: var(--dark-red);
  color: var(--white);
}
.bg-dark-blue {
  background-color: var(--dark-blue);
  color: var(--white);
}
.bg-blue {
  background-color: var(--blue);
  color: var(--white);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-green {
  background-color: var(--green);
  color: var(--white);
}
.bg-cream {
  background-color: var(--cream);
}
.bg-pink {
  background-color: var(--pink);
}
.bg-pink h1, .bg-pink h2, .bg-pink h3, .bg-default h1, .bg-default h2, .bg-default h3 {
  color: var(--red);
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.filters .gform_required_legend, .filters .gform_validation_errors, .gform_wrapper .gform_required_legend, .gform_wrapper .gform_validation_errors {
  display: none;
}
.filters .gfield_validation_message, .gform_wrapper .gfield_validation_message {
  display: block;
  font-size: 14px;
  color: #c01;
}
.filters .hide-label .gfield_label, .gform_wrapper .hide-label .gfield_label {
  display: none;
}
.filters .gfield_label, .gform_wrapper .gfield_label {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}
.filters .gform_fields, .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.filters .input-group, .filters .gfield, .gform_wrapper .input-group, .gform_wrapper .gfield {
  width: 100%;
  margin-bottom: 30px;
}
.filters .input-group.gfield--width-half, .filters .gfield.gfield--width-half, .gform_wrapper .input-group.gfield--width-half, .gform_wrapper .gfield.gfield--width-half {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filters .input-group.gfield--width-half, .filters .gfield.gfield--width-half, .gform_wrapper .input-group.gfield--width-half, .gform_wrapper .gfield.gfield--width-half {
    width: calc(50% - 30px);
  }
}
.filters .input-group input[type=text], .filters .input-group input[type=email], .filters .input-group input[type=password], .filters .input-group input[type=phone], .filters .input-group input[type=tel], .filters .input-group select, .filters .input-group .custom-select .selected-item, .filters .input-group textarea, .filters .gfield input[type=text], .filters .gfield input[type=email], .filters .gfield input[type=password], .filters .gfield input[type=phone], .filters .gfield input[type=tel], .filters .gfield select, .filters .gfield .custom-select .selected-item, .filters .gfield textarea, .gform_wrapper .input-group input[type=text], .gform_wrapper .input-group input[type=email], .gform_wrapper .input-group input[type=password], .gform_wrapper .input-group input[type=phone], .gform_wrapper .input-group input[type=tel], .gform_wrapper .input-group select, .gform_wrapper .input-group .custom-select .selected-item, .gform_wrapper .input-group textarea, .gform_wrapper .gfield input[type=text], .gform_wrapper .gfield input[type=email], .gform_wrapper .gfield input[type=password], .gform_wrapper .gfield input[type=phone], .gform_wrapper .gfield input[type=tel], .gform_wrapper .gfield select, .gform_wrapper .gfield .custom-select .selected-item, .gform_wrapper .gfield textarea {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  border: none;
  color: #000000;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
}
.filters .input-group input[type=text]::placeholder, .filters .input-group input[type=email]::placeholder, .filters .input-group input[type=password]::placeholder, .filters .input-group input[type=phone]::placeholder, .filters .input-group input[type=tel]::placeholder, .filters .input-group select::placeholder, .filters .input-group .custom-select .selected-item::placeholder, .filters .input-group textarea::placeholder, .filters .gfield input[type=text]::placeholder, .filters .gfield input[type=email]::placeholder, .filters .gfield input[type=password]::placeholder, .filters .gfield input[type=phone]::placeholder, .filters .gfield input[type=tel]::placeholder, .filters .gfield select::placeholder, .filters .gfield .custom-select .selected-item::placeholder, .filters .gfield textarea::placeholder, .gform_wrapper .input-group input[type=text]::placeholder, .gform_wrapper .input-group input[type=email]::placeholder, .gform_wrapper .input-group input[type=password]::placeholder, .gform_wrapper .input-group input[type=phone]::placeholder, .gform_wrapper .input-group input[type=tel]::placeholder, .gform_wrapper .input-group select::placeholder, .gform_wrapper .input-group .custom-select .selected-item::placeholder, .gform_wrapper .input-group textarea::placeholder, .gform_wrapper .gfield input[type=text]::placeholder, .gform_wrapper .gfield input[type=email]::placeholder, .gform_wrapper .gfield input[type=password]::placeholder, .gform_wrapper .gfield input[type=phone]::placeholder, .gform_wrapper .gfield input[type=tel]::placeholder, .gform_wrapper .gfield select::placeholder, .gform_wrapper .gfield .custom-select .selected-item::placeholder, .gform_wrapper .gfield textarea::placeholder {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  color: #717170;
  font-weight: 300;
  opacity: 1;
}
.filters .input-group .custom-select, .filters .gfield .custom-select, .gform_wrapper .input-group .custom-select, .gform_wrapper .gfield .custom-select {
  position: relative;
}
.filters .input-group .custom-select select, .filters .gfield .custom-select select, .gform_wrapper .input-group .custom-select select, .gform_wrapper .gfield .custom-select select {
  display: none;
}
.filters .input-group .custom-select .selected-item, .filters .gfield .custom-select .selected-item, .gform_wrapper .input-group .custom-select .selected-item, .gform_wrapper .gfield .custom-select .selected-item {
  padding-inline: 15px;
  cursor: pointer;
}
.filters .input-group .custom-select .selected-item:after, .filters .gfield .custom-select .selected-item:after, .gform_wrapper .input-group .custom-select .selected-item:after, .gform_wrapper .gfield .custom-select .selected-item:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 100%;
  background-image: url(../img/select-arrow.svg);
  background-size: 19px;
  background-position: right center;
  background-repeat: no-repeat;
  right: 10px;
  top: 0;
  transition: all var(--transition);
}
.filters .input-group .custom-select .selected-item.arrowanim, .filters .gfield .custom-select .selected-item.arrowanim, .gform_wrapper .input-group .custom-select .selected-item.arrowanim, .gform_wrapper .gfield .custom-select .selected-item.arrowanim {
  border-radius: 5px 5px 0 0;
}
.filters .input-group .custom-select .selected-item.arrowanim:after, .filters .gfield .custom-select .selected-item.arrowanim:after, .gform_wrapper .input-group .custom-select .selected-item.arrowanim:after, .gform_wrapper .gfield .custom-select .selected-item.arrowanim:after {
  transform: scaleY(-1);
}
.filters .input-group .custom-select .all-items, .filters .gfield .custom-select .all-items, .gform_wrapper .input-group .custom-select .all-items, .gform_wrapper .gfield .custom-select .all-items {
  font-family: var(--body-font);
  position: absolute;
  top: 100%;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #000000;
  border-top: none;
  color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0 0 5px 5px;
  padding: 6px 15px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all var(--transition);
}
.filters .input-group .custom-select .all-items.all-items-hide, .filters .gfield .custom-select .all-items.all-items-hide, .gform_wrapper .input-group .custom-select .all-items.all-items-hide, .gform_wrapper .gfield .custom-select .all-items.all-items-hide {
  opacity: 0;
  visibility: hidden;
}
.filters .input-group .custom-select .all-items .item, .filters .gfield .custom-select .all-items .item, .gform_wrapper .input-group .custom-select .all-items .item, .gform_wrapper .gfield .custom-select .all-items .item {
  cursor: pointer;
}
.filters .input-group .custom-select .all-items .item:not(:last-child), .filters .gfield .custom-select .all-items .item:not(:last-child), .gform_wrapper .input-group .custom-select .all-items .item:not(:last-child), .gform_wrapper .gfield .custom-select .all-items .item:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.filters .input-group .custom-select .all-items .item:hover, .filters .gfield .custom-select .all-items .item:hover, .gform_wrapper .input-group .custom-select .all-items .item:hover, .gform_wrapper .gfield .custom-select .all-items .item:hover {
  font-weight: 500;
}
.filters .input-group select, .filters .gfield select, .gform_wrapper .input-group select, .gform_wrapper .gfield select {
  background-image: url(../img/select-arrow.svg);
  background-size: 19px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.filters .input-group textarea, .filters .gfield textarea, .gform_wrapper .input-group textarea, .gform_wrapper .gfield textarea {
  padding: 20px;
}
.filters .input-group input[type=checkbox], .filters .gfield input[type=checkbox], .gform_wrapper .input-group input[type=checkbox], .gform_wrapper .gfield input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.filters .input-group input[type=checkbox] + label, .filters .gfield input[type=checkbox] + label, .gform_wrapper .input-group input[type=checkbox] + label, .gform_wrapper .gfield input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.filters .input-group input[type=checkbox] + label:after, .filters .gfield input[type=checkbox] + label:after, .gform_wrapper .input-group input[type=checkbox] + label:after, .gform_wrapper .gfield input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 3px;
  border: 1px solid #000;
  border-radius: 2px;
  left: 0;
}
.filters .input-group input[type=checkbox] + label a, .filters .gfield input[type=checkbox] + label a, .gform_wrapper .input-group input[type=checkbox] + label a, .gform_wrapper .gfield input[type=checkbox] + label a {
  font-weight: bold;
}
.filters .input-group input[type=checkbox]:checked + label:before, .filters .gfield input[type=checkbox]:checked + label:before, .gform_wrapper .input-group input[type=checkbox]:checked + label:before, .gform_wrapper .gfield input[type=checkbox]:checked + label:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 5px;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  width: 4px;
  height: 9px;
}
.filters .input-group input[type=radio], .filters .gfield input[type=radio], .gform_wrapper .input-group input[type=radio], .gform_wrapper .gfield input[type=radio] {
  position: absolute;
  left: -9999px;
}
.filters .input-group input[type=radio] + label, .filters .gfield input[type=radio] + label, .gform_wrapper .input-group input[type=radio] + label, .gform_wrapper .gfield input[type=radio] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.filters .input-group input[type=radio] + label:after, .filters .gfield input[type=radio] + label:after, .gform_wrapper .input-group input[type=radio] + label:after, .gform_wrapper .gfield input[type=radio] + label:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 4px;
  border: 1px solid #000;
  border-radius: 50%;
  left: 0;
}
.filters .input-group input[type=radio]:checked + label:before, .filters .gfield input[type=radio]:checked + label:before, .gform_wrapper .input-group input[type=radio]:checked + label:before, .gform_wrapper .gfield input[type=radio]:checked + label:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #000000;
}
.filters .gfield_radio .gchoice, .gform_wrapper .gfield_radio .gchoice {
  margin-bottom: 10px;
}
.filters .gfield_checkbox, .gform_wrapper .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 10px;
}
.filters .gform_button_select_files, .filters .gform_button, .gform_wrapper .gform_button_select_files, .gform_wrapper .gform_button {
  border-radius: 50px;
  font-size: 12px;
  line-height: 24px;
  font-family: var(--body-font);
  padding: 10px 40px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  min-width: 190px;
  position: relative;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red);
}
.filters .gform_button_select_files::before, .filters .gform_button::before, .gform_wrapper .gform_button_select_files::before, .gform_wrapper .gform_button::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  z-index: 5;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  transition: var(--transition);
  background: var(--dark-red);
}
.filters .gform_button_select_files:focus, .filters .gform_button:focus, .gform_wrapper .gform_button_select_files:focus, .gform_wrapper .gform_button:focus {
  color: var(--white);
}
.filters .gform_button_select_files:hover, .filters .gform_button:hover, .gform_wrapper .gform_button_select_files:hover, .gform_wrapper .gform_button:hover {
  background: var(--white) !important;
  color: var(--dark-red) !important;
}
.filters .gform_button_select_files:hover::before, .filters .gform_button:hover::before, .gform_wrapper .gform_button_select_files:hover::before, .gform_wrapper .gform_button:hover::before {
  left: 100%;
  transform: translate(calc(-100% - 5px), 0);
  background: var(--red);
}
.filters .gform_footer, .gform_wrapper .gform_footer {
  text-align: center;
  padding-top: 10px;
}
.filters .gform_button_select_files, .gform_wrapper .gform_button_select_files {
  background-color: transparent;
  color: var(--orange);
  font-size: 0;
  line-height: 0;
}
.filters .gform_button_select_files:after, .gform_wrapper .gform_button_select_files:after {
  content: "Browse";
  font-size: 13px;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .filters .gform_button_select_files:after, .gform_wrapper .gform_button_select_files:after {
    font-size: 18px;
    line-height: 28px;
  }
}
.filters .gform_button_select_files:before, .gform_wrapper .gform_button_select_files:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  right: 25px;
  top: 0;
  background-image: url(../img/pagi-arrow.svg);
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
@media screen and (min-width: 768px) {
  .filters .gform_button_select_files:hover, .gform_wrapper .gform_button_select_files:hover {
    padding-left: 25px;
    padding-right: 55px;
    background-color: none;
  }
  .filters .gform_button_select_files:hover:before, .gform_wrapper .gform_button_select_files:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
.filters .gform_drop_instructions, .gform_wrapper .gform_drop_instructions {
  border-radius: 20px;
  border: 2px dotted #E6E6E6;
  padding: 30px 9px;
  display: flex;
  order: 1;
  max-width: 335px;
  justify-content: center;
  margin-bottom: 40px;
}
.filters .gform_drop_instructions:after, .gform_wrapper .gform_drop_instructions:after {
  content: "to upload";
  order: 3;
  margin-left: 5px;
}
.filters .gform_drop_instructions:before, .gform_wrapper .gform_drop_instructions:before {
  content: "browse";
  order: 2;
  font-weight: 600;
  margin-left: 5px;
}
.filters .gform_fileupload_rules, .gform_wrapper .gform_fileupload_rules {
  display: none;
}
.filters .gform_validation_container, .gform_wrapper .gform_validation_container {
  display: none;
}
.gform_confirmation_wrapper {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
}
.report-popup {
  position: fixed;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  background: #efe2e2;
  z-index: 9999;
  width: 722px;
  top: 50%;
  left: 50%;
  padding: 70px 60px 50px;
  overflow: auto;
  transform: translate(-50%, -50%);
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 767px) {
  .report-popup {
    padding: 45px 35px 35px;
  }
}
.report-popup .close {
  font-size: 17px;
  color: var(--red);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .report-popup .close {
    top: 10px;
  }
}
.report-popup h2 {
  color: var(--red);
  font-size: 33px;
  line-height: 35px;
  text-transform: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .report-popup h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.report-popup p {
  margin-bottom: 20px;
  font-family: var(--heading-font);
  font-style: italic;
  color: var(--dark-red);
}
@media screen and (min-width: 768px) {
  .report-popup p {
    font-size: 25px;
    line-height: 30px;
  }
}
.news-list {
  padding: 90px 0;
}
@media screen and (min-width: 768px) {
  .news-list {
    padding: 125px 0;
  }
}
.news-list .flex-box {
  gap: 16px;
}
.news-list .flex-box .news-item {
  position: relative;
  color: white;
  height: auto;
  width: 100%;
  min-height: 310px;
}
@media screen and (min-width: 768px) {
  .news-list .flex-box .news-item {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 1024px) {
  .news-list .flex-box .news-item {
    width: calc(33.33% - 10.6667px);
  }
}
.news-list .flex-box .news-item .date {
  margin-bottom: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .news-list .flex-box .news-item .date {
    margin-bottom: 75px;
  }
}
.news-list .flex-box .news-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.news-list .flex-box .news-item .text-h {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 40px 30px;
  transition: var(--transition);
}
.news-list .flex-box .news-item .text-h::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--dark-red);
  opacity: 0.75;
  z-index: -1;
}
.news-list .flex-box .news-item .text-h h4 {
  font-style: italic;
}
.news-list .flex-box .news-item a {
  color: white;
  position: relative;
  display: block;
  height: 100%;
}
.news-list .flex-box .news-item a:hover .text-h {
  opacity: 0;
}
.news-list .load-more {
  margin-top: 70px;
  text-align: center;
}
.news-list .container > h4 {
  margin-bottom: 15px;
}
.news-list .filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}
.news-list .filters .link-arrow {
  margin-left: auto;
  padding-left: 0;
}
.news-list .filters .link-arrow:after {
  display: none;
}
.news-list .filters select {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.news-list .filters .btn {
  border: 2px solid var(--red);
}
.news-list .filters .btn:hover {
  order: 2px solid var(--dark-red);
}
.news-list .filters .btn::before {
  z-index: 1;
}
.news-list .filters .input-group {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-list .filters .input-group {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .news-list .filters .input-group {
    width: 30%;
  }
}
.news-list .filters .input-group input, .news-list .filters .input-group .custom-select .selected-item {
  border: 1px solid var(--black) !important;
}
.post-header {
  position: relative;
  background: var(--dark-red);
  padding: 90px 0;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .post-header {
    padding: 192px 0 155px;
  }
}
.post-header img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.post-header::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: var(--dark-blue);
  opacity: 0.4;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .post-header .text {
    width: 50%;
    margin-left: auto;
  }
}
.post-header .date {
  display: block;
}
@media screen and (min-width: 768px) {
  .post-header .date {
    font-size: 25px;
    line-height: 40px;
  }
}
.post-header .h3 {
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .post-header .h3 {
    font-size: 40px;
    line-height: 50px;
    max-width: 674px;
  }
}
.post-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (min-width: 768px) {
  .post-content {
    padding: 103px 0 260px;
  }
}
.post-content::after {
  clear: both;
  content: "";
  display: table;
}
.post-content h3, .post-content h4, .post-content h5 {
  color: var(--dark-red);
  margin-bottom: 40px;
}
.post-content .text {
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .post-content .text {
    padding: 80px 44px 0;
  }
}
.post-content .text p a:not(.btn) {
  color: var(--dark-red);
  text-decoration: none;
  font-weight: bold;
  font-family: var(--heading-font);
  font-style: italic;
}
.post-content .text p a:not(.btn):hover {
  text-decoration: underline;
}
.gallery {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 100px -8px;
}
.gallery:last-child {
  margin-bottom: 0;
}
/* Individual gallery item */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 16px;
  padding: 0 8px;
  position: relative;
}
/* Gallery captions */
.gallery-caption {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
/* Default image styling */
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}
/* Different column layouts */
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
/* Add some responsiveness */
@media (max-width: 768px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 50%;
    /* Stack to 2 columns on tablets */
  }
}
@media (max-width: 480px) {
  .gallery-item {
    width: 100% !important;
    /* Stack all images on small screens */
  }
}
.post-navigation {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.post-navigation a {
  font-size: 20px;
  line-height: 30px;
  padding-left: 34px;
  position: relative;
  color: var(--red);
  font-weight: bold;
  font-style: italic;
  display: block;
}
@media screen and (min-width: 768px) {
  .post-navigation a {
    font-size: 25px;
    line-height: 40px;
    padding-left: 44px;
  }
}
.post-navigation a::after {
  position: absolute;
  content: "";
  right: 100%;
  top: 1px;
  margin-right: -18px;
  border: 12px solid transparent;
  border-right: 18px solid var(--dark-red);
}
@media screen and (min-width: 768px) {
  .post-navigation a::after {
    margin-right: -28px;
    top: 3px;
    border: 16px solid transparent;
    border-right: 28px solid var(--dark-red);
  }
}
.post-navigation .nav-next a {
  padding-right: 44px;
  padding-left: 0;
  margin-left: auto;
}
.post-navigation .nav-next a::after {
  position: absolute;
  content: "";
  left: 100%;
  right: auto;
  margin-right: 0;
  margin-left: -18px;
  border: 12px solid transparent;
  border-left: 18px solid var(--dark-red);
}
@media screen and (min-width: 768px) {
  .post-navigation .nav-next a::after {
    margin-left: -28px;
    border: 16px solid transparent;
    border-left: 28px solid var(--dark-red);
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 32px;
}
@media screen and (max-width: 1023px) {
  #header {
    padding: 0;
  }
  #header.sticky .logo-h {
    margin-top: 0 !important;
    line-height: 0;
  }
  #header.sticky .logo-h a img {
    width: 0;
    height: 0;
  }
}
#header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 140px;
  padding-right: 25px;
}
#header .buttons-h {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 1023px) {
  #header .buttons-h {
    display: none;
  }
}
#header .buttons-h .btn {
  background: var(--red);
  padding-inline: 24px;
  min-width: 172px;
}
#header .buttons-h .menu > li {
  position: relative;
}
#header .buttons-h .menu > li > a {
  border-radius: 50px;
  font-size: 12px;
  line-height: 24px;
  font-family: var(--body-font);
  padding: 10px 24px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
  text-decoration: none !important;
  display: block;
  text-align: center;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red);
  min-width: 172px;
}
#header .buttons-h .menu > li > a:not(.open):hover {
  background: var(--white);
  color: var(--dark-red);
}
#header .buttons-h .menu > li .sub-menu {
  position: absolute;
  display: none;
  top: -10px;
  border-radius: 30px 30px 0 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  background: var(--red);
  padding: 85px 25px 25PX;
}
#header .buttons-h .menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}
#header .buttons-h .menu > li .sub-menu a {
  color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
#header .buttons-h .menu > li .sub-menu a:hover {
  border-bottom: 1px solid #0D0E20;
}
#header .logo-h {
  display: block;
}
@media screen and (max-width: 1023px) {
  #header .logo-h {
    display: none;
  }
}
#header .logo-h a img {
  width: 202px;
  height: 55px;
  transition: var(--transition);
}
#header .menu-holder {
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  left: 0;
  right: 0;
  height: 100vh;
  top: 0;
  background: var(--red);
  transform: translate(-100%, 0);
  transition: all var(--transition);
  padding-bottom: 50px;
  z-index: -2;
  width: 716px;
  padding-left: 72px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #header .menu-holder {
    width: 100%;
    padding-top: 200px;
    padding-left: 0;
    transform: translate(0, -100%);
  }
}
.admin-bar #header .menu-holder {
  height: calc(100vh - 32px);
  top: 32px;
}
#header .menu-holder .h {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #header .menu-holder .h {
    max-height: calc(100vh - 400px);
    overflow: auto;
  }
}
#header .mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  #header .mobile {
    display: block;
  }
}
#header .menu-dropdown {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 72px;
  height: 100vh;
  background: var(--red);
  padding: 50px 10px 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown {
    height: auto;
    flex-direction: row;
    padding: 30px;
    width: 100%;
  }
}
#header .menu-dropdown:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--red);
  top: 0;
  left: 0;
}
@media screen and (max-width: 410px) {
  #header .menu-dropdown {
    padding: 20px;
  }
}
.admin-bar #header .menu-dropdown {
  height: calc(100vh - 32px);
  top: 32px;
}
@media screen and (max-width: 1023px) {
  .admin-bar #header .menu-dropdown {
    height: auto;
  }
}
#header .menu-dropdown .mobile-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px 40px 0 60px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown .mobile-top {
    display: none;
  }
}
#header .menu-dropdown .mobile-top .menu-button.close {
  background: url(../img/close-black.svg) no-repeat center;
  order: 2;
  background-size: 15px;
}
#header .menu-dropdown.open .menu-holder {
  transform: translate(0, 0);
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown.open .menu-button {
    background: url(../img/close-black.svg) no-repeat center;
    background-size: 100%;
  }
}
#header .menu-dropdown .menu {
  position: relative;
  width: 100%;
  padding-left: 125px;
  padding-right: 100px;
}
#header .menu-dropdown .menu + .menu {
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown .menu {
    padding-left: 65px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 450px) {
  #header .menu-dropdown .menu {
    padding-left: 45px;
    padding-right: 25px;
  }
}
#header .menu-dropdown .menu > li {
  border-bottom: 2px solid transparent;
  transition: var(--transition);
}
#header .menu-dropdown .menu > li > a {
  font-family: var(--heading-font);
  font-size: 28px;
  line-height: 35px;
}
#header .menu-dropdown .menu li {
  position: relative;
}
#header .menu-dropdown .menu li:not(:last-child) {
  margin-bottom: 15px;
}
#header .menu-dropdown .menu li a {
  color: #fff;
  display: block;
  border-bottom: 2px solid transparent;
  transition: none;
}
#header .menu-dropdown .menu li a:hover {
  font-weight: bold;
}
#header .menu-dropdown .menu li:hover:before, #header .menu-dropdown .menu li.current-menu-item:before {
  position: absolute;
  content: "";
  border: 9px solid transparent;
  z-index: 2;
  border-left: 15px solid #0D0E20;
  top: 6px;
  left: -25px;
}
#header .menu-dropdown .menu li:hover:before {
  display: block !important;
}
#header .menu-dropdown .menu li.current-menu-item .current-menu-item:before {
  display: none;
}
#header .menu-dropdown .menu li .open-sub {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  width: 50px;
  height: 36px;
  text-indent: -9999px;
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown .menu li .open-sub {
    display: block;
  }
}
#header .menu-dropdown .menu li .open-sub:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 36px;
  z-index: 5;
  border: 9px solid transparent;
  border-top: 14px solid #fff;
}
#header .menu-dropdown .menu li.open .open-sub {
  transform: scaleY(-1);
  top: -16px;
}
#header .menu-dropdown .menu li .sub-menu {
  position: absolute;
  left: 58%;
  width: 42%;
  transition: var(--transition);
  top: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown .menu li .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
    padding-left: 40px;
    display: none;
  }
}
#header .menu-dropdown .menu li .sub-menu a {
  white-space: nowrap;
  position: relative;
}
#header .menu-dropdown .menu li .sub-menu li:first-child {
  margin-top: 15px;
}
#header .menu-dropdown .menu li.menu-item-has-children:hover > a {
  border-bottom-color: var(--dark-red);
  color: #fff !important;
}
#header .menu-dropdown .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .menu-dropdown > svg {
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown > svg {
    display: none;
  }
}
#header .menu-dropdown .links {
  position: absolute;
  bottom: 95px;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  transform-origin: left;
  left: 36px;
  color: #fff;
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.6px;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown .links {
    position: relative;
    bottom: 0;
    transform: none;
    left: 0;
    margin-left: auto;
  }
}
#header .menu-dropdown .links a {
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.6px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
#header .menu-dropdown .links a:hover {
  color: var(--dark-red);
}
@media screen and (max-width: 1023px) {
  #header .menu-dropdown .logo-h {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
#header .menu-button {
  width: 17px;
  background: url(../img/menu-icon-black.svg) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
  border: none;
  margin: 0;
  display: block;
}
#header .socials {
  padding-left: 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
  row-gap: 0;
  color: #fff;
  margin-top: 150px;
}
@media screen and (max-width: 1023px) {
  #header .socials {
    padding-left: 65px;
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  #header .socials {
    padding-left: 45px;
    margin-top: 0;
  }
}
#header .socials a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
}
#header .socials a svg {
  width: 40px;
  height: 40px;
}
#header .socials p {
  width: 100%;
  margin-bottom: 5px;
}
.site-footer {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 70px 0 0;
    text-align: center;
  }
}
.site-footer .container {
  max-width: 1610px;
}
.site-footer h4 {
  font-style: italic;
  font-size: 18px;
  color: var(--red);
}
.site-footer h4 a {
  color: var(--red);
}
.site-footer h4 a:hover {
  text-decoration: underline;
}
.site-footer p {
  margin-bottom: 35px;
  max-width: 267px;
}
@media screen and (max-width: 767px) {
  .site-footer p {
    margin-bottom: 25px;
    max-width: 100%;
  }
}
.site-footer .logo {
  margin-bottom: 43px;
}
.site-footer .admin {
  margin-bottom: 5px;
}
.site-footer .make {
  margin-top: 32px;
}
.site-footer .make h4 {
  font-size: 22px;
}
.site-footer a:hover {
  color: var(--red);
  text-decoration: none;
}
.site-footer .flex-box {
  justify-content: space-between;
}
.site-footer .info-h {
  width: 23%;
  padding-right: 25px;
  border-right: 2px solid var(--red);
}
@media screen and (max-width: 1360px) {
  .site-footer .info-h {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .info-h {
    width: 100%;
    border-right: none;
    padding-right: 0;
    order: 3;
    margin-top: 100px;
  }
}
.site-footer .info-h .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .site-footer .info-h .socials {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .info-h .socials {
    gap: 30px;
    justify-content: center;
  }
}
.site-footer .info-h .socials a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all var(--transition);
}
.site-footer .info-h .socials a svg {
  width: 40px;
  height: 40px;
}
.site-footer .info-h .socials a:hover {
  transform: scale(1.1);
}
.site-footer .logos {
  width: 24%;
  padding-left: 50px;
  padding-right: 50px;
  border-right: 2px solid var(--red);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 1360px) {
  .site-footer .logos {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .logos {
    width: 100%;
    border-right: none;
    order: 1;
    padding: 0 25px;
    text-align: left;
    gap: 50px;
  }
  .site-footer .logos .logo-h {
    text-align: center;
  }
}
.site-footer .logos p {
  margin-bottom: 20px;
}
.site-footer .logos .logo-h {
  width: 100%;
}
.site-footer .logos .logo-h img {
  max-height: 130px;
}
.site-footer .logos .logo-h:last-child img {
  max-height: 110px;
}
.site-footer .menu-h {
  width: 25%;
  padding-left: 50px;
}
@media screen and (max-width: 1360px) {
  .site-footer .menu-h {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .menu-h {
    width: 100%;
    margin-top: 100px;
    padding: 0;
    order: 2;
  }
}
.site-footer .menu-h .menu li {
  margin-bottom: 12px;
}
.site-footer .menu-h .menu li:last-child {
  margin-bottom: 0;
}
.site-footer .menu-h .menu li > a {
  font-weight: 500;
  text-transform: uppercase;
}
.site-footer .menu-h .podcast-links {
  margin-top: 40px;
}
.site-footer .menu-h .podcast-links p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.site-footer .menu-h .podcast-links a {
  font-family: var(--heading-font);
  font-weight: bold;
  font-style: italic;
  color: var(--dark-red);
}
.site-footer .cta-h {
  width: 28%;
}
@media screen and (max-width: 1360px) {
  .site-footer .cta-h {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: -1;
    gap: 50px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .cta-h {
    width: 100%;
    margin-bottom: 50px;
    display: none;
  }
}
.site-footer .cta-h .cta-box {
  padding: 45px 25px 50px;
  text-align: center;
}
.site-footer .cta-h .cta-box + .cta-box {
  margin-top: 55px;
}
.site-footer .cta-h .cta-box .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: italic;
  font-family: var(--heading-font);
}
@media screen and (max-width: 1360px) {
  .site-footer .cta-h .cta-box {
    width: calc(50% - 25px);
  }
  .site-footer .cta-h .cta-box + .cta-box {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .cta-h .cta-box {
    width: 100%;
  }
}
.site-footer .footer-bottom {
  padding: 20px 0;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom {
    margin-top: 70px;
  }
}
.site-footer .footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .container {
    justify-content: center;
    flex-direction: column;
  }
}
.site-footer .footer-bottom .pared {
  line-height: 18px;
}
.site-footer .footer-bottom p {
  margin-bottom: 0;
  max-width: 100%;
}
.site-footer .footer-bottom a {
  color: var(--white);
}
.site-footer .footer-bottom a:hover {
  color: var(--red);
}
.fixed-buttons {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 10px solid var(--red);
  color: var(--white);
  font-weight: bold;
  font-style: italic;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  transition: var(--transition);
}
@media screen and (max-width: 767px) {
  .fixed-buttons {
    border-bottom: 5px solid var(--red);
  }
}
.fixed-buttons.fadeOut {
  opacity: 0;
  visibility: hidden;
}
.fixed-buttons a {
  padding: 20px 35px 15px;
  background: var(--red);
  color: var(--white);
  position: relative;
}
@media screen and (max-width: 767px) {
  .fixed-buttons a {
    padding: 10px 15px 5px;
    font-size: 11px;
  }
}
.fixed-buttons a:hover {
  color: var(--cream);
}
.fixed-buttons a.book-now {
  border-radius: 8px 8px 0 0;
  z-index: 2;
}
.fixed-buttons a.download {
  z-index: 1;
  padding-left: 50px;
  margin-left: -10px;
  background: var(--blue);
}
@media screen and (max-width: 767px) {
  .fixed-buttons a.download {
    padding-left: 20px;
    margin-left: -5px;
  }
}
.accordion-section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .accordion-section {
    padding: 125px 0;
  }
}
.accordion-section h2 {
  margin-bottom: 0;
}
.accordion-section .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .accordion-section .heading {
    flex-direction: row;
  }
}
@media screen and (min-width: 1360px) {
  .accordion-section .accordion-list {
    padding-left: 70px;
  }
}
.accordion-section .input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-family: var(--heading-font);
  font-style: italic;
  color: var(--dark-red);
}
.accordion-section .input-group input {
  width: 260px;
  border: 2px solid var(--red);
  font-family: var(--body-font);
  border-radius: 50px;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 50px 5px 20px;
  background: url(../img/search.svg) no-repeat right 15px center;
  background-size: 20px;
}
.accordion-section .accordion {
  break-inside: avoid;
  border-bottom: 1px solid var(--dark-red);
  padding: 25px 0;
}
.accordion-section .accordion .title {
  position: relative;
  padding: 0 40px 0 35px;
  font-style: italic;
  font-family: var(--heading-font);
  font-weight: bold;
  color: var(--dark-red);
  cursor: pointer;
}
.accordion-section .accordion .title::before {
  position: absolute;
  content: "";
  border: 9px solid transparent;
  border-left: 15px solid var(--red);
  left: 0;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .accordion-section .accordion .title::before {
    top: 6px;
  }
}
.accordion-section .accordion .title .toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 10px;
  width: 10px;
  transition: all var(--transition);
  transform-origin: center center;
}
.accordion-section .accordion .title .toggle-icon:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  top: 4px;
  background: var(--dark-red);
}
.accordion-section .accordion .title .toggle-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
  background: var(--dark-red);
}
.accordion-section .accordion.open .title .toggle-icon {
  transform: translate(0, -50%) rotate(45deg);
}
.accordion-section .accordion .collapse-content {
  display: none;
}
.accordion-section .accordion .collapse-content .inner {
  padding: 20px 0;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .accordion-section .accordion .collapse-content .inner {
    padding: 26px 40px 0 35px;
  }
}
.accordion-section .accordion .collapse-content .inner p a {
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--dark-red);
  font-style: italic;
}
.availabilities {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 70px 0;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .availabilities {
    padding: 135px 0 155px;
    font-size: 31px;
    line-height: 38px;
  }
}
.availabilities p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .availabilities p:not(:last-child) {
    margin-bottom: 40px;
  }
}
.availabilities h2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .availabilities h2 {
    margin-bottom: 75px;
  }
}
.availabilities .flex-box {
  gap: 20px;
  max-width: 1250px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .availabilities .flex-box {
    gap: 35px;
    margin: 0 auto 75px;
  }
}
.availabilities .item {
  width: 100%;
  padding: 30px 22px;
  background: #00A050;
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .availabilities .item {
    width: calc(50% - 10px);
    padding: 38px 22px;
  }
}
@media screen and (min-width: 1024px) {
  .availabilities .item {
    width: calc(33.332% - 23.332px);
  }
}
.availabilities .item.wait {
  background: var(--red);
}
.availabilities .bottom {
  max-width: 990px;
  margin: 0 auto;
}
.top-banner {
  position: relative;
  padding: 90px 0;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 440px;
}
@media screen and (min-width: 1024px) {
  .top-banner {
    padding: 50px 0 0;
    min-height: 600px;
  }
}
@media screen and (min-width: 1360px) {
  .top-banner {
    padding: 50px 0 0;
    min-height: 880px;
  }
}
.home .top-banner {
  height: 440px;
}
.home .top-banner .scroll-down {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home .top-banner {
    height: 100vh;
  }
  .home .top-banner .scroll-down {
    display: block !important;
    position: absolute;
    text-indent: -9999px;
    bottom: 72px;
    left: 0;
    right: 0;
    width: 46px;
    height: 70px;
    background: url(../img/arrow-down.svg) no-repeat center bottom;
    margin: 0 auto;
    z-index: 9;
    opacity: 1;
    top: auto;
  }
  .home .top-banner .scroll-down:hover {
    animation: bounce 0.6s;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-10px);
    }
    50% {
      transform: translateY(0);
    }
    70% {
      transform: translateY(-5px);
    }
  }
}
.top-banner .text-h {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .top-banner .text-h {
    width: 50%;
    max-width: 500px;
  }
}
.top-banner .text-h p {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .top-banner .text-h p {
    font-size: 25px;
    line-height: 40px;
  }
}
.top-banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.4;
  background: #54545400;
  background: -moz-linear-gradient(90deg, #000000 0%, #54545400 100%);
  background: -webkit-linear-gradient(90deg, #000000 0%, #54545400 100%);
  background: linear-gradient(90deg, #000000 0%, #54545400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#54545400",GradientType=1);
  z-index: 2;
}
.top-banner.side-image {
  padding: 90px 0;
  background: var(--dark-red);
}
.top-banner.side-image::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-banner.side-image {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.side-image {
    padding: 180px 0;
  }
}
@media screen and (min-width: 768px) {
  .top-banner.side-image .flex-box {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.side-image .flex-box {
    align-items: center;
  }
}
.top-banner.side-image .bottom-cta {
  display: block;
}
@media screen and (min-width: 768px) {
  .top-banner.side-image .bottom-cta {
    display: none;
  }
}
.top-banner.side-image .img-h {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-banner.side-image .img-h {
    width: 38%;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.side-image .img-h {
    width: 40%;
  }
}
.top-banner.side-image .img-h .h {
  max-width: 382px;
  width: 100%;
  margin-left: auto;
}
.top-banner.side-image .img-h .h img {
  aspect-ratio: 0.6896551724;
  object-fit: cover;
}
.top-banner.side-image .img-h .bottom-cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-banner.side-image .img-h .bottom-cta {
    display: block;
  }
}
.top-banner.side-image .text-h {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-banner.side-image .text-h {
    max-width: 57%;
    margin-top: 0px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.side-image .text-h {
    max-width: 48%;
    margin-bottom: 100px;
  }
}
.top-banner.side-image .text-h .text {
  max-width: 530px;
}
.top-banner.side-image .text-h .text h4 {
  font-weight: normal;
  line-height: 35px;
}
.top-banner.side-image .text-h p {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
}
.top-banner.two-title:before {
  display: none;
}
.blog .top-banner.two-title {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .blog .top-banner.two-title {
    padding-bottom: 150px;
  }
}
.home .top-banner.two-title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--dark-blue);
  z-index: 2;
  opacity: 0.4;
}
.home .top-banner.two-title .size-banner {
  object-position: bottom;
}
.top-banner.two-title .container {
  position: static;
  z-index: inherit;
}
.top-banner.two-title .text-h {
  max-width: 100%;
  width: 100%;
}
.top-banner.two-title h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  position: static;
}
.top-banner.two-title h1 span {
  display: block;
  position: relative;
  z-index: 4;
  padding-right: 80px;
}
@media screen and (min-width: 768px) {
  .top-banner.two-title h1 span {
    padding-right: 0;
  }
}
.top-banner.two-title h1 span + span {
  position: relative;
  z-index: 6;
}
.home .top-banner.two-title h1 span + span {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .home .top-banner.two-title h1 span + span {
    padding-left: 150px;
  }
}
.top-banner.two-title p {
  max-width: 660px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-banner.two-title p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .top-banner.two-title p {
    margin-right: 135px;
  }
}
.top-banner .flex-box {
  justify-content: space-between;
  align-items: center;
}
.top-banner h4, .top-banner h3, .top-banner h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-banner h4, .top-banner h3, .top-banner h2 {
    margin-bottom: 40px;
  }
}
.top-banner .size-banner-mobile, .top-banner .size-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.top-banner .size-banner-mobile {
  display: block;
}
.top-banner .size-banner-mobile + .size-banner {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-banner .size-banner-mobile {
    display: none;
  }
  .top-banner .size-banner-mobile + .size-banner {
    display: block;
  }
}
.top-banner .left-img {
  position: absolute;
  left: -80px;
  bottom: 0;
  max-width: 350px;
  height: 430px;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .top-banner .left-img {
    max-width: 50%;
    left: 50px;
    height: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner .left-img {
    left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .top-banner .left-img {
    right: 49%;
    left: auto;
  }
}
@media screen and (min-width: 1700px) {
  .top-banner .left-img {
    width: 767px;
    right: 49%;
  }
}
.top-banner .left-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.top-banner .right-img {
  position: absolute;
  z-index: 5;
  right: -33px;
  bottom: 0;
  width: 233px;
  height: 371px;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .top-banner .right-img {
    width: 35%;
    max-width: 524px;
    right: 40px;
    height: 80%;
  }
}
@media screen and (min-width: 1360px) {
  .top-banner .right-img {
    right: auto;
    left: 65%;
  }
}
@media screen and (min-width: 1700px) {
  .top-banner .right-img {
    left: 60%;
  }
}
.top-banner .right-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.top-banner .bottom-cta {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-banner .bottom-cta {
    margin-top: 70px;
  }
}
.top-banner .bottom-cta p {
  font-weight: bold !important;
  font-style: italic !important;
}
@media screen and (min-width: 768px) {
  .top-banner .bottom-cta p {
    font-size: 25px !important;
    line-height: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .top-banner.right .text-h {
    margin-left: auto;
  }
  .top-banner.right:before {
    left: auto;
    right: 0;
    transform: scaleX(-1);
  }
}
.top-banner.image-right::before {
  background-position: 42% 30%;
}
@media screen and (min-width: 768px) {
  .top-banner.image-right::before {
    background-position: 40% 20%;
  }
}
.top-banner.image-right .text-h {
  order: 2;
  margin-bottom: 80px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .top-banner.image-right .text-h {
    margin-bottom: 0;
    margin-top: 0;
    order: 1;
  }
}
.top-banner.image-right .images-h {
  order: 1;
}
@media screen and (min-width: 768px) {
  .top-banner.image-right .images-h {
    order: 2;
  }
  .top-banner.image-right .images-h .img-small {
    margin-left: 0;
    margin-right: auto;
  }
  .top-banner.image-right .images-h .img-main {
    margin-left: auto;
    margin-right: 0;
  }
}
.top-banner.image-right .images-h:not(.double-img) + .text-h {
  margin-bottom: 60px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .top-banner.image-right .images-h:not(.double-img) + .text-h {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.top-banner.two-cols {
  background: var(--dark-red);
  padding: 70px 0 0;
}
@media screen and (min-width: 768px) {
  .top-banner.two-cols {
    padding: 110px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.two-cols {
    padding: 110px 0 265px;
  }
}
.top-banner.two-cols:before {
  display: none;
}
.top-banner.two-cols .flex-box {
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .top-banner.two-cols::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: var(--dark-blue);
  }
}
.top-banner.two-cols .item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top-banner.two-cols .item {
    width: calc(50% - 50px);
    max-width: 666px;
  }
}
.top-banner.two-cols .item .img-h {
  padding-right: 15%;
  position: relative;
}
.top-banner.two-cols .item .img-h::after {
  position: absolute;
  content: "";
  top: 35px;
  z-index: 2;
  right: 0px;
}
@media screen and (min-width: 1600px) {
  .top-banner.two-cols .item .img-h::after {
    right: -50px;
  }
}
.top-banner.two-cols .item .img-h img {
  aspect-ratio: 1;
}
.top-banner.two-cols .item .text {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .top-banner.two-cols .item .text {
    padding-left: 15%;
  }
}
.top-banner.two-cols .item h2 {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .top-banner.two-cols .item h2 {
    margin-top: -70px;
    margin-bottom: 70px;
  }
}
.top-banner.two-cols .item h2 span {
  display: block;
}
.top-banner.two-cols .item h2 span + span {
  margin-left: 50px;
}
@media screen and (min-width: 1360px) {
  .top-banner.two-cols .item h2 span + span {
    margin-left: 86px;
  }
}
.top-banner.two-cols .item.triangle .img-h::after {
  border: 55px solid transparent;
  border-left: 100px solid var(--red);
}
@media screen and (min-width: 768px) {
  .top-banner.two-cols .item.triangle .img-h::after {
    border: 117.5px solid transparent;
    border-left: 201px solid var(--red);
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.two-cols .item.triangle .img-h::after {
    border: 75px solid transparent;
    border-left: 150px solid var(--red);
  }
}
@media screen and (min-width: 1360px) {
  .top-banner.two-cols .item.triangle .img-h::after {
    border: 117.5px solid transparent;
    border-left: 201px solid var(--red);
  }
}
.top-banner.two-cols .item.circle .img-h::after {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: var(--red);
}
@media screen and (min-width: 768px) {
  .top-banner.two-cols .item.circle .img-h::after {
    height: 218px;
    width: 218px;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.two-cols .item.circle .img-h::after {
    height: 150px;
    width: 150px;
  }
}
@media screen and (min-width: 1360px) {
  .top-banner.two-cols .item.circle .img-h::after {
    height: 218px;
    width: 218px;
  }
}
.top-banner.two-cols .item:nth-child(2) {
  padding: 70px 25px;
  width: calc(100% + 50px);
  margin: 70px -25px 0;
  background: var(--dark-blue);
}
@media screen and (min-width: 768px) {
  .top-banner.two-cols .item:nth-child(2) {
    padding: 110px 25px;
    margin: 110px -25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-banner.two-cols .item:nth-child(2) {
    margin: 0px;
    padding: 0;
    background: transparent;
    width: calc(50% - 50px);
  }
}
.top-banner.two-cols .item:nth-child(2) .img-h {
  padding-right: 0;
  padding-left: 15%;
}
.top-banner.two-cols .item:nth-child(2) .img-h::after {
  left: 0px;
  right: auto;
}
@media screen and (min-width: 1600px) {
  .top-banner.two-cols .item:nth-child(2) .img-h::after {
    left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .top-banner.two-cols .item:nth-child(2) .text {
    padding-right: 15%;
    padding-left: 0;
  }
}
.top-banner.two-cols .item .btn {
  margin-top: 53px;
}
.top-banner.default {
  background: var(--pink);
  padding: 100px 0;
  color: var(--dark-red);
  text-align: center;
  min-height: 0;
}
@media screen and (min-width: 768px) {
  .top-banner.default {
    padding: 200px 0 126px;
  }
}
.top-banner.default::before {
  display: none;
}
.top-banner.default h1 {
  color: var(--red);
  margin-bottom: 10px;
}
.top-banner.default .text-h {
  width: 100%;
  max-width: 100%;
}
.top-banner.default .text {
  max-width: 770px;
  margin: 0 auto;
}
.top-banner.error-404 h1 span {
  display: block;
}
@media screen and (min-width: 768px) {
  .top-banner.error-404 h1 span {
    padding-left: 10%;
  }
}
.top-banner.error-404 .text {
  max-width: 700px;
  margin: 0 auto;
}
.top-banner.error-404 .text ol li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
}
.calculator {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .calculator {
    padding: 135px 0;
  }
}
.calculator h2 {
  margin-bottom: 40px;
  text-align: center;
}
.calculator .text {
  max-width: 1050px;
  margin: 0 auto;
}
.calculator .text p {
  max-width: 830px;
  margin: 0 auto 28px;
}
.calculator .text p a strong em {
  color: var(--dark-red);
  font-family: var(--heading-font);
}
.cta-block {
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-block {
    padding: 80px 0 !important;
  }
}
section:not(.bg-default) + .cta-block.boxed {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  section:not(.bg-default) + .cta-block.boxed {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .cta-block {
    padding: 120px 0;
  }
}
.cta-block h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cta-block h2 {
    font-size: 48px;
  }
}
.cta-block p {
  max-width: 800px;
  margin-inline: auto;
}
.cta-block h4 {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 45px;
}
.cta-block h4:last-child {
  margin-bottom: 0;
}
.cta-block .bottom-cta {
  margin-top: 20px;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cta-block.bg-default em, .cta-block.bg-pink em {
  color: var(--dark-red);
}
.cta-block.boxed {
  max-width: 1155px;
  margin: 0 auto 80px;
  padding: 75px 0 85px;
}
.cta-block.boxed .container {
  padding: 0 25px;
}
@media screen and (min-width: 1155px) {
  .cta-block.boxed {
    transform: translate(36px, 0);
  }
}
.cta-block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto 45px;
  justify-content: center;
}
.cta-block ul li {
  width: 50%;
  padding-left: 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .cta-block ul li {
    width: 100%;
  }
}
.cta-block ul li:last-child {
  width: 100%;
}
.cta-block ul li h4 {
  margin-bottom: 0;
}
.cta-block ul li::before {
  display: none;
}
.cta-block:has(+ .two-column-cards) {
  margin-bottom: 0;
}
.download-items {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .download-items {
    padding: 125px 0;
  }
}
.download-items .flex-box {
  justify-content: space-between;
  align-items: center;
}
.download-items .flex-box + .flex-box {
  margin-top: 80px;
}
.download-items .img-h {
  width: 270px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .download-items .img-h {
    width: 45%;
    padding: 0;
    margin: 0;
  }
}
.download-items .img-h img {
  max-width: 286px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .download-items .img-h img {
    margin-left: auto;
  }
}
.download-items .text-h {
  width: 300px;
  margin-top: 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .download-items .text-h {
    width: 50%;
    margin: 0px;
  }
}
@media screen and (min-width: 1360px) {
  .download-items .text-h {
    width: 45%;
  }
}
.download-items .text-h h4 {
  margin-bottom: 35px;
}
.download-items .text-h .text {
  max-width: 690px;
}
.download-items .text-h p a em {
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--dark-red);
}
.download-items .text-h ul {
  margin-bottom: 30px;
}
.download-items .text-h ul:last-child {
  margin-bottom: 0;
}
.download-items .text-h ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.download-items .text-h ul li:last-child {
  margin-bottom: 0;
}
.download-items .text-h ul li:before {
  border: 9px solid transparent;
  border-left: 15px solid var(--red);
  left: 0;
  top: 5px;
}
.download-items h2 {
  margin-bottom: 40px;
}
.download-items h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .download-items h2 {
    margin-bottom: 80px;
  }
  .download-items h2 br {
    display: block;
  }
}
.download-items .bottom-cta {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .download-items .bottom-cta {
    margin-top: 60px;
  }
}
.download-items h3 + .bottom-cta {
  margin-top: 30px;
}
.download-items:not(.bg-default):not(.bg-pink) {
  color: #fff;
}
.download-items.bg-pink h4 {
  color: var(--dark-red);
}
@media screen and (min-width: 768px) {
  .download-items h2 ~ .flex-box {
    width: 850px;
  }
  .download-items h2 ~ .flex-box .img-h {
    width: 286px;
    margin-left: 70px;
  }
}
.full-image {
  position: relative;
}
.full-image.text-right img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .full-image.text-right img {
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .full-image.text-right img {
    height: 726px;
  }
}
.full-image.text-right .container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .full-image.text-right .container {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .full-image.text-right .container {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .full-image.text-right .container p {
    max-width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1360px) {
  .full-image.text-right .container p {
    max-width: 48%;
  }
}
.full-image.text-right.with-text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #0d0e20;
  z-index: 1;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .full-image.text-right.with-text::after {
    opacity: 1;
    width: 60%;
    background: white;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(65, 66, 80, 0.78) 78%, #0d0e20 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(65, 66, 80, 0.78) 78%, #0d0e20 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(65, 66, 80, 0.78) 78%, #0d0e20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0d0e20",GradientType=1);
  }
}
@media screen and (min-width: 1360px) {
  .full-image.text-right.with-text::after {
    width: 50%;
  }
}
.full-image.text-left {
  padding: 100px 0;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .full-image.text-left {
    padding: 135px 0 160px;
  }
}
.full-image.text-left .text-h {
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .full-image.text-left .text-h {
    padding-left: 70px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .full-image.text-left .text-h {
    max-width: 700px;
  }
}
.full-image.text-left .text-h .text h2 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .full-image.text-left .text-h .text .bottom-cta, .full-image.text-left .text-h .text h4, .full-image.text-left .text-h .text h3, .full-image.text-left .text-h .text ul, .full-image.text-left .text-h .text ol, .full-image.text-left .text-h .text p {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .full-image.text-left .text-h .text .bottom-cta, .full-image.text-left .text-h .text h4, .full-image.text-left .text-h .text h3, .full-image.text-left .text-h .text ul, .full-image.text-left .text-h .text ol, .full-image.text-left .text-h .text p {
    padding-left: 120px;
  }
}
.full-image.text-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.full-image.text-left h4 {
  margin-bottom: 28px;
}
.grid-image-items {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grid-image-items {
    padding: 120px 0;
  }
}
.grid-image-items .flex-box {
  gap: 34px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .grid-image-items .flex-box {
    margin-bottom: 50px;
  }
}
.grid-image-items h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .grid-image-items h2 {
    margin-bottom: 60px;
  }
}
.grid-image-items .item-h {
  position: relative;
  z-index: 1;
  width: calc(50% - 17px);
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .grid-image-items .item-h {
    max-width: 496px;
    width: calc(33.332% - 22.3332px);
  }
}
.grid-image-items .item-h:hover img {
  transform: scale(1.05);
}
.grid-image-items .item-h img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: var(--transition);
}
.icons-grid {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .icons-grid {
    padding: 120px 0 160px;
  }
}
.icons-grid h2 {
  margin-bottom: 60px;
}
.icons-grid .flex-box {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .icons-grid .flex-box {
    justify-content: flex-end;
  }
}
.icons-grid .flex-box .item-h {
  padding: 0;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .icons-grid .flex-box .item-h {
    padding: 0 10px;
    width: 33.332%;
  }
}
@media screen and (min-width: 1024px) {
  .icons-grid .flex-box .item-h {
    width: 29%;
    padding: 0 30px;
  }
}
.icons-grid .flex-box .item-h .img-h {
  margin-bottom: 25px;
  margin-inline: auto;
  width: 145px;
  aspect-ratio: 1;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 3px solid var(--red);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .icons-grid .flex-box .item-h .img-h {
    margin-inline: 0;
  }
}
.icons-grid .flex-box .item-h .img-h img {
  max-height: 45%;
  max-width: 75%;
}
.icons-grid .flex-box .item-h .text {
  max-width: 375px;
}
.icons-grid .flex-box .item-h h4 {
  color: var(--dark-red);
  margin-bottom: 20px;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .icons-grid .flex-box .item-h h4 {
    text-align: left;
  }
}
.image-slider {
  padding: 70px 0px 0;
}
@media screen and (min-width: 768px) {
  .image-slider {
    padding: 100px 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .image-slider {
    padding: 120px 50px 0;
  }
}
.image-slider .container {
  max-width: 1280px;
}
.image-slider h2 {
  color: var(--red);
  text-align: center;
}
.image-slider .caption {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  margin-top: 20px;
}
.image-slider .slide {
  position: relative;
  padding-top: 48px;
}
.image-slider .slide img {
  aspect-ratio: 2;
  object-fit: cover;
}
.image-slider .slick-arrow {
  position: absolute;
  border: 15px solid transparent;
  z-index: 5;
  line-height: 0;
  border-right: 20px solid var(--red);
  left: 30px;
  top: 50%;
  transform: translate(-100%, -50%);
  text-indent: -9999px;
  background: transparent;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .image-slider .slick-arrow {
    border: 19px solid transparent;
    border-right: 32px solid var(--red);
    left: -20px;
  }
}
@media screen and (min-width: 1360px) {
  .image-slider .slick-arrow {
    left: -46px;
  }
}
.image-slider .slick-arrow.slick-next {
  left: auto;
  right: 30px;
  transform: translate(100%, -50%);
  border: 15px solid transparent;
  border-left: 20px solid var(--red);
}
@media screen and (min-width: 768px) {
  .image-slider .slick-arrow.slick-next {
    border: 19px solid transparent;
    border-left: 32px solid var(--red);
    right: -20px;
  }
}
@media screen and (min-width: 1360px) {
  .image-slider .slick-arrow.slick-next {
    right: -46px;
  }
}
.news-slider-block {
  padding: 70px 0px;
}
@media screen and (min-width: 768px) {
  .news-slider-block {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .news-slider-block {
    padding: 120px 50px;
  }
}
.news-slider-block .container {
  max-width: 1280px;
}
.news-slider-block .heading {
  margin-bottom: 55px;
}
.news-slider-block h2 {
  margin-bottom: 10px;
}
.news-slider-block h4 em {
  color: var(--dark-red);
}
.news-slider-block .news-item {
  position: relative;
  color: white;
  margin: 0 8px;
  height: auto;
  min-height: 310px;
}
.news-slider-block .news-item .date {
  margin-bottom: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .news-slider-block .news-item .date {
    margin-bottom: 75px;
  }
}
.news-slider-block .news-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.news-slider-block .news-item .text-h {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 40px 30px;
  transition: var(--transition);
}
.news-slider-block .news-item .text-h::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--dark-red);
  opacity: 0.75;
  z-index: -1;
}
.news-slider-block .news-item .text-h h4 {
  font-style: italic;
}
.news-slider-block .news-item a {
  color: white;
  position: relative;
  display: block;
  height: 100%;
}
.news-slider-block .news-item a:hover .text-h {
  opacity: 0;
}
.news-slider-block .slick-arrow {
  position: absolute;
  border: 15px solid transparent;
  z-index: 5;
  line-height: 0;
  border-right: 20px solid var(--red);
  left: 10px;
  top: 50%;
  transform: translate(-100%, -50%);
  text-indent: -9999px;
  background: transparent;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-slider-block .slick-arrow {
    border: 19px solid transparent;
    border-right: 32px solid var(--red);
    left: -20px;
  }
}
@media screen and (min-width: 1360px) {
  .news-slider-block .slick-arrow {
    left: -46px;
  }
}
.news-slider-block .slick-arrow.slick-next {
  left: auto;
  right: 10px;
  transform: translate(100%, -50%);
  border: 15px solid transparent;
  border-left: 20px solid var(--red);
}
@media screen and (min-width: 768px) {
  .news-slider-block .slick-arrow.slick-next {
    border: 19px solid transparent;
    border-left: 32px solid var(--red);
    right: -20px;
  }
}
@media screen and (min-width: 1360px) {
  .news-slider-block .slick-arrow.slick-next {
    right: -46px;
  }
}
.news-slider-block .bottom-cta {
  margin-top: 50px;
  text-align: center;
}
.simple-image {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .simple-image {
    padding: 125px 0;
  }
}
.simple-image h2 {
  text-align: center;
  margin-bottom: 50px;
}
.simple-image img {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.simple-image .size-mobile-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .simple-image .size-mobile-img {
    display: none;
  }
}
.simple-image .size-mobile-img + img {
  display: none;
}
@media screen and (min-width: 768px) {
  .simple-image .size-mobile-img + img {
    display: block;
  }
}
.text-with-image {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .text-with-image {
    padding: 125px 0;
  }
}
.text-with-image .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
.text-with-image .img-h {
  width: 270px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h {
    width: 48%;
    padding: 0;
    padding-right: 40px;
    margin: 0;
  }
}
@media screen and (min-width: 1360px) {
  .text-with-image .img-h {
    padding-right: 70px;
  }
}
.text-with-image .img-h img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.text-with-image .img-h.triangle {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h.triangle {
    padding-top: 100px;
  }
}
.text-with-image .img-h.triangle:after {
  position: absolute;
  content: "";
  border: 27px solid transparent;
  z-index: 2;
  border-left: 47px solid var(--red);
  right: -30px;
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h.triangle:after {
    border: 66px solid transparent;
    border-left: 114px solid var(--red);
    right: -70px;
  }
}
.text-with-image .img-h.triangle.top:after {
  top: 0;
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h.triangle.top:after {
    top: 35px;
  }
}
.text-with-image .img-h.circle:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  right: 0;
  background: var(--red);
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h.circle:after {
    width: 120px;
    height: 120px;
  }
}
.text-with-image .img-h.square:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 50px;
  height: 50px;
  right: 0;
  background: var(--red);
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h.square:after {
    width: 120px;
    height: 120px;
  }
}
.text-with-image .img-h.bottom:after {
  bottom: 15px;
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h.bottom:after {
    bottom: 35px;
  }
}
.text-with-image .img-h.top:after {
  top: 15px;
}
@media screen and (min-width: 768px) {
  .text-with-image .img-h.top:after {
    top: 35px;
  }
}
.text-with-image .text-h {
  width: 300px;
  margin-top: 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .text-with-image .text-h {
    width: 50%;
    margin: 0px;
  }
}
@media screen and (min-width: 1360px) {
  .text-with-image .text-h {
    width: 45%;
  }
}
.text-with-image .text-h h4 {
  margin-bottom: 35px;
}
.text-with-image .text-h .text {
  max-width: 690px;
}
@media screen and (min-width: 1024px) {
  .text-with-image .text-h .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .text-with-image .text-h .text {
    padding-left: 65px;
  }
}
.text-with-image .text-h p em a {
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--dark-red);
}
.text-with-image .text-h p a em {
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--dark-red);
}
.text-with-image .text-h ul {
  margin-bottom: 30px;
}
.text-with-image .text-h ul:last-child {
  margin-bottom: 0;
}
.text-with-image .text-h ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.text-with-image .text-h ul li:last-child {
  margin-bottom: 0;
}
.text-with-image .text-h ul li:before {
  border: 9px solid transparent;
  border-left: 15px solid var(--red);
  left: 0;
  top: 5px;
}
.text-with-image h2 {
  margin-bottom: 20px;
}
.text-with-image h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .text-with-image h2 {
    margin-bottom: 40px;
  }
  .text-with-image h2 br {
    display: block;
  }
}
.text-with-image .bottom-cta {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .text-with-image .bottom-cta {
    margin-top: 60px;
  }
}
.text-with-image h3 + .bottom-cta {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .text-with-image.image-right .text-h {
    order: 1;
    width: 45%;
  }
}
.text-with-image.image-right .text-h .text {
  max-width: 640px;
}
@media screen and (min-width: 1024px) {
  .text-with-image.image-right .text-h .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .text-with-image.image-right .text-h .text {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) {
  .text-with-image.image-right .img-h {
    order: 2;
    padding: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .text-with-image.image-right .img-h {
    padding-left: 70px;
  }
}
.text-with-image.image-right .img-h::after {
  left: 0;
  right: auto;
}
.text-with-image.image-right .img-h.triangle {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .text-with-image.image-right .img-h.triangle {
    padding-top: 80px;
  }
}
.text-with-image.image-right .img-h.triangle::after {
  left: 0x;
  right: auto;
}
.text-with-image:not(.bg-default):not(.bg-pink) {
  color: #fff;
}
.text-with-image.bg-pink h4 {
  color: var(--dark-red);
}
.text-with-image.bg-default h4 {
  color: var(--dark-red);
}
.text-with-image.bg-default .btn.btn-main:hover {
  background: var(--pink) !important;
  color: var(--dark-red) !important;
}
.text-with-image.bg-default .btn.btn-main:hover::before {
  background: var(--red) !important;
}
.text-with-image.bg-default ul li strong {
  color: var(--dark-red);
}
.text-with-image.bg-red .text-h ul li:before {
  border-left: 22px solid var(--dark-red);
}
.text-with-image.bg-red .img-h.triangle:after {
  border-left-color: var(--dark-red);
}
.text-with-image.bg-red .img-h.circle:after {
  background: var(--dark-red);
}
.text-with-image.style-full .flex-box {
  align-items: stretch;
}
.text-with-image.style-full .img-h img {
  aspect-ratio: revert-layer;
  height: 100%;
}
.text-with-image.style-two .img-h {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .text-with-image.style-two .img-h {
    width: 32%;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
}
.text-with-image.style-two .img-h img {
  width: calc(50% - 14px);
}
@media screen and (min-width: 768px) {
  .text-with-image.style-two .img-h img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .text-with-image.style-two .text-h {
    width: 60%;
    margin: 0px;
    max-width: 730px;
  }
}
.text-with-image.style-two .text-h .text {
  max-width: 100%;
}
.text-with-image.style-two .text-h .text p {
  max-width: 550px;
}
.text-with-image.style-small .img-h img {
  max-width: 286px;
  aspect-ratio: revert-layer;
}
@media screen and (min-width: 768px) {
  .text-with-image.style-small .img-h img {
    margin-left: auto;
    display: block;
  }
}
.text-with-image#prospectus .img-h img {
  max-width: 379px;
}
.video-with-image {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .video-with-image {
    padding: 125px 0;
  }
}
.video-with-image .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
.video-with-image .flex-box + .flex-box {
  margin-top: 60px;
}
.video-with-image .img-h {
  width: 100%;
  position: relative;
  aspect-ratio: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .video-with-image .img-h {
    width: 48%;
    padding: 0;
    margin: 0;
  }
}
.video-with-image .img-h img, .video-with-image .img-h iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-with-image .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 85px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--white);
  border: none;
  transform: translate(-50%, -50%);
  transition: var(--transition);
  cursor: pointer;
}
.video-with-image .video-play-btn:hover {
  background: var(--red);
}
.video-with-image .text-h {
  width: 300px;
  margin-top: 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .video-with-image .text-h {
    width: 50%;
    margin: 0px;
  }
}
@media screen and (min-width: 1360px) {
  .video-with-image .text-h {
    width: 45%;
  }
}
.video-with-image .text-h h4 {
  margin-bottom: 35px;
}
.video-with-image .text-h .text {
  max-width: 690px;
}
@media screen and (min-width: 1024px) {
  .video-with-image .text-h .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .video-with-image .text-h .text {
    padding-left: 65px;
  }
}
.video-with-image .text-h p em a {
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--dark-red);
}
.video-with-image .text-h p a em {
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--dark-red);
}
.video-with-image .text-h ul {
  margin-bottom: 30px;
}
.video-with-image .text-h ul:last-child {
  margin-bottom: 0;
}
.video-with-image .text-h ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.video-with-image .text-h ul li:last-child {
  margin-bottom: 0;
}
.video-with-image .text-h ul li:before {
  border: 9px solid transparent;
  border-left: 15px solid var(--red);
  left: 0;
  top: 5px;
}
.video-with-image h2 {
  margin-bottom: 20px;
}
.video-with-image h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .video-with-image h2 {
    margin-bottom: 40px;
  }
  .video-with-image h2 br {
    display: block;
  }
}
.video-with-image .bottom-cta {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .video-with-image .bottom-cta {
    margin-top: 60px;
  }
}
.video-with-image h3 + .bottom-cta {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .video-with-image.image-right .text-h {
    order: 1;
    width: 45%;
  }
}
.video-with-image.image-right .text-h .text {
  max-width: 640px;
}
@media screen and (min-width: 1024px) {
  .video-with-image.image-right .text-h .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .video-with-image.image-right .text-h .text {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) {
  .video-with-image.image-right .img-h {
    order: 2;
    padding: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .video-with-image.image-right .img-h {
    padding-left: 70px;
  }
}
.video-with-image:not(.bg-default):not(.bg-pink) {
  color: #fff;
}
.video-with-image.bg-pink h4 {
  color: var(--dark-red);
}
.video-with-image.bg-default h4 {
  color: var(--dark-red);
}
.video-with-image.bg-default .btn.btn-main:hover {
  background: var(--pink) !important;
  color: var(--dark-red) !important;
}
.video-with-image.bg-default .btn.btn-main:hover::before {
  background: var(--red) !important;
}
.video-with-image.bg-default ul li strong {
  color: var(--dark-red);
}
.video-with-image.bg-red .text-h ul li:before {
  border-left: 22px solid var(--dark-red);
}
.video-with-image.bg-red .img-h.triangle:after {
  border-left-color: var(--dark-red);
}
.video-with-image.bg-red .img-h.circle:after {
  background: var(--dark-red);
}
.person-single {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .person-single {
    padding: 125px 0;
  }
}
.person-single .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
.person-single .img-h {
  width: 270px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .person-single .img-h {
    width: 40%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1360px) {
  .person-single .img-h {
    margin-left: 80px;
  }
}
.person-single .img-h img {
  aspect-ratio: 0.8547008547;
  object-fit: cover;
  width: 100%;
  max-width: 420px;
}
.person-single .img-h .caption h4 {
  margin-top: 50px;
  font-style: italic;
}
.person-single .text-h {
  width: 300px;
  margin-top: 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .person-single .text-h {
    width: 50%;
    margin: 0px;
  }
}
@media screen and (min-width: 1360px) {
  .person-single .text-h {
    width: 45%;
  }
}
.person-single .text-h h4 {
  margin-bottom: 30px;
}
.person-single .text-h ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.person-single .text-h ul li:last-child {
  margin-bottom: 0;
}
.person-single .text-h ul li:before {
  border: 9px solid transparent;
  border-left: 15px solid var(--red);
  left: 0;
  top: 5px;
}
.person-single h2 {
  margin-bottom: 20px;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .person-single h2 {
    margin-bottom: 30px;
  }
}
.person-single h4 {
  color: var(--dark-red);
}
.list-items {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .list-items {
    padding: 120px 0;
  }
}
.list-items .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
.list-items .list-h {
  width: 300px;
  position: relative;
  margin-top: 40px;
  margin-inline: auto;
  max-width: 690px;
}
@media screen and (min-width: 768px) {
  .list-items .list-h {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .list-items .list-h {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .list-items .list-h {
    padding-left: 65px;
    width: 45%;
  }
}
.list-items .list-h .item {
  padding: 30px 0 30px 30px;
  border-top: 1px solid var(--dark-red);
  position: relative;
}
.list-items .list-h .item:first-child {
  border-top: none;
  padding-top: 0;
}
.list-items .list-h .item:first-child::before {
  top: 4px;
}
.list-items .list-h .item:last-child {
  margin-bottom: 0;
}
.list-items .list-h .item:before {
  position: absolute;
  content: "";
  border: 9px solid transparent;
  z-index: 2;
  border-left: 15px solid var(--red);
  left: 0;
  top: 35px;
}
.list-items .text-h {
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .list-items .text-h {
    width: 45%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .list-items .text-h .text {
    padding-left: 50px;
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1360px) {
  .list-items .text-h .text {
    padding-left: 85px;
  }
}
.list-items h2 {
  margin-bottom: 20px;
}
.list-items h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .list-items h2 {
    margin-bottom: 35px;
  }
  .list-items h2 br {
    display: block;
  }
}
.list-items h4 {
  color: var(--dark-red);
}
.list-items.bg-red .list-h .item {
  border-top: 1px solid var(--dark-red);
}
.list-items.bg-red .list-h .item:first-child {
  padding-top: 0;
}
.list-items.bg-red .list-h .item:before {
  position: absolute;
  content: "";
  border: 13.5px solid transparent;
  z-index: 2;
  border-left: 22px solid var(--dark-red);
  left: 0;
  top: 41px;
}
.list-items.bg-dark-red .list-h .item {
  border-top: 1px solid var(--red);
}
.list-items.bg-dark-red .list-h .item:first-child {
  padding-top: 0;
}
.persona-cards {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .persona-cards {
    padding: 190px 0;
  }
}
.persona-cards .flex-box {
  gap: 16px;
}
.persona-cards .inner {
  position: relative;
}
.persona-cards h2 {
  text-align: center;
  margin-bottom: 40px;
}
.persona-cards .item-h {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .persona-cards .item-h {
    width: calc(33.332% - 10.6667px);
  }
}
@media screen and (min-width: 1250px) {
  .persona-cards .item-h {
    width: calc(25% - 12px);
  }
}
.persona-cards .item-h img {
  aspect-ratio: 1;
  object-fit: cover;
}
.persona-cards .item-h .overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  font-weight: 400;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .persona-cards .item-h .overflow {
    padding: 40px 37px;
  }
}
@media screen and (min-width: 1024px) {
  .persona-cards .item-h .overflow {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1360px) {
  .persona-cards .item-h .overflow {
    padding: 40px 37px;
    font-size: 20px;
  }
}
.persona-cards .item-h .overflow .heading {
  letter-spacing: 0.05rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.persona-cards .item-h .overflow .heading .name {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .persona-cards .item-h .overflow .heading .name {
    font-size: 24px;
  }
}
.persona-cards .item-h .overflow .text {
  line-height: 26px;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.persona-cards .item-h:hover .overflow {
  opacity: 1;
  visibility: visible;
}
.persona-cards .item-h .overflow:after {
  transition: var(--transition);
  width: 100%;
  height: 0%;
  background: rgba(120, 18, 20, 0.8);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.persona-cards .item-h:hover .overflow:after {
  height: 100%;
}
.steps {
  padding: 70px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .steps {
    padding: 100px 0;
  }
}
.steps::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: var(--dark-red);
  height: 455px;
}
.steps .flex-box {
  justify-content: space-between;
}
.steps h2 {
  text-align: center;
  margin-bottom: 40px;
  color: white;
}
.steps .steps-anchor {
  max-width: 1100px;
  margin: 0 auto;
  padding: 35px 25px 40px;
  align-items: flex-start;
  gap: 0;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .steps .steps-anchor {
    padding: 45px 25px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .steps .steps-anchor {
    padding: 65px 45px 90px;
  }
}
.steps .steps-anchor a {
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 0 20px;
  width: calc(100%/2);
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .steps .steps-anchor a {
    font-size: 15px;
    line-height: 20px;
    width: calc(100%/6);
  }
}
@media screen and (min-width: 1024px) {
  .steps .steps-anchor a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .steps .steps-anchor a {
    font-size: 18px;
  }
}
.steps .steps-anchor a:hover {
  text-decoration: underline;
}
.steps .steps-anchor a .img {
  width: 100%;
  max-width: 95px;
  aspect-ratio: 1;
  background: #fff;
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  .steps .steps-anchor a .img {
    margin: 0 auto 40px;
  }
}
.steps .steps-anchor a span {
  display: block;
}
.steps .items {
  padding-top: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .steps .items {
    padding-top: 130px;
  }
}
.steps .items .flex-box {
  align-items: center;
}
.steps .items .btn {
  min-width: 210px;
}
.steps .items .item-h {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--dark-red);
}
@media screen and (min-width: 768px) {
  .steps .items .item-h {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .steps .items .item-h {
    padding-inline: 80px;
  }
}
.steps .items .item-h .img-h {
  width: 238px;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .steps .items .item-h .img-h {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.steps .items .item-h .img-h .img {
  position: relative;
}
.steps .items .item-h .img-h .img span {
  position: absolute;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: var(--red);
  font-family: var(--heading-font);
  top: -6px;
  left: -11px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
}
.steps .items .item-h .text-h {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .steps .items .item-h .text-h {
    width: 100%;
    max-width: calc(100% - 350px);
  }
}
.steps .items .item-h .text-h h4 {
  text-transform: uppercase;
  color: var(--red);
  font-family: var(--body-font);
  margin-bottom: 25px;
}
.steps .items .item-h .bottom-cta {
  margin-top: 35px;
}
.steps .items .item-h .bottom-cta .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.two-column-text {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .two-column-text {
    padding: 125px 0;
  }
}
.two-column-text .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
.two-column-text .img-h {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .two-column-text .img-h {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-text .img-h {
    margin-bottom: 72px;
    padding-left: 65px;
  }
}
.two-column-text .text-h {
  width: 300px;
  margin-top: 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .two-column-text .text-h {
    width: 45%;
    margin: 0px;
  }
}
.two-column-text .text-h h4 {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .two-column-text .text-h .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-text .text-h .text {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) {
  .two-column-text .text-h.right {
    width: 48%;
    padding: 0;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-text .text-h.right {
    padding-left: 70px;
  }
}
.two-column-text .text-h.right .text {
  padding-left: 0;
}
.two-column-text .text-h ul {
  margin-bottom: 30px;
}
.two-column-text .text-h ul:last-child {
  margin-bottom: 0;
}
.two-column-text .text-h ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.two-column-text .text-h ul li:last-child {
  margin-bottom: 0;
}
.two-column-text .text-h ul li:before {
  border: 9px solid transparent;
  border-left: 15px solid var(--red);
  left: 0;
  top: 5px;
}
.two-column-text .text-h p a:not(.btn) {
  color: var(--dark-red);
  text-decoration: none;
  font-weight: bold;
  font-family: var(--heading-font);
  font-style: italic;
}
.two-column-text .text-h p a:not(.btn):hover {
  text-decoration: underline;
}
.two-column-text h2 {
  margin-bottom: 20px;
}
.two-column-text h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .two-column-text h2 {
    margin-bottom: 40px;
  }
  .two-column-text h2 br {
    display: block;
  }
}
.two-column-text .bottom-cta {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .two-column-text .bottom-cta {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .two-column-text.image-right .text-h {
    order: 1;
    width: 45%;
  }
}
.two-column-text.image-right .text-h .text {
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .two-column-text.image-right .text-h .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-text.image-right .text-h .text {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) {
  .two-column-text.image-right .img-h {
    order: 2;
    padding: 0;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-text.image-right .img-h {
    padding-left: 70px;
  }
}
.two-column-text.image-right .img-h::after {
  left: 0;
  right: auto;
}
.two-column-text.image-right .img-h.triangle::after {
  left: -30px;
  right: auto;
}
@media screen and (min-width: 768px) {
  .two-column-text.image-right .img-h.triangle::after {
    left: -70px;
  }
}
.two-column-text:not(.bg-default):not(.bg-pink) {
  color: #fff;
}
.two-column-text.bg-default h4 {
  color: var(--dark-red);
}
.two-column-text.bg-default .btn.btn-main:hover {
  background: var(--dark-red) !important;
  color: var(--white) !important;
}
.two-column-text.bg-default .btn.btn-main:hover::before {
  background: var(--red) !important;
}
.two-column-text.bg-red .text-h ul li:before {
  border-left: 22px solid var(--dark-red);
}
.two-column-text.bg-red .img-h.triangle:after {
  border-left-color: var(--dark-red);
}
.two-column-text.bg-red .img-h.circle:after {
  background: var(--dark-red);
}
.two-column-cards {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .two-column-cards {
    padding: 125px 0;
  }
}
.two-column-cards .flex-box {
  justify-content: space-between;
}
.two-column-cards .heading {
  text-align: center;
  margin-bottom: 50px;
}
.two-column-cards .heading h3 {
  color: var(--red);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .two-column-cards .heading {
    margin-bottom: 125px;
  }
}
.two-column-cards .item {
  padding: 30px;
  widows: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .two-column-cards .item {
    padding: 40px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .two-column-cards .item {
    padding: 50px 50px 90px;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-cards .item {
    padding: 60px 90px 100px;
  }
}
.two-column-cards .item:not(.bg-default):not(.bg-pink) {
  color: #fff;
}
.two-column-cards .item.bg-pink h4, .two-column-cards .item.bg-default h4 {
  color: var(--dark-red);
}
.two-column-cards .item.bg-default .btn.btn-main:hover {
  background: var(--dark-red) !important;
  color: var(--white) !important;
}
.two-column-cards .item.bg-default .btn.btn-main:hover::before {
  background: var(--red) !important;
}
.two-column-cards .item.bg-red .text-h ul li:before {
  border-left: 22px solid var(--dark-red);
}
.two-column-cards .img-h {
  width: 100%;
  margin-bottom: 40px;
}
.two-column-cards .img-h img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.two-column-cards h2 {
  margin-bottom: 10px;
}
.two-column-cards h4 {
  font-style: italic;
  margin-bottom: 30px;
}
.two-column-cards .text-h {
  width: 300px;
  margin-top: 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .two-column-cards .text-h {
    width: 50%;
    margin: 0px;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-cards .text-h {
    width: 45%;
  }
}
.two-column-cards .text-h h4 {
  margin-bottom: 35px;
}
.two-column-cards .text-h .text {
  max-width: 690px;
}
@media screen and (min-width: 1024px) {
  .two-column-cards .text-h .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .two-column-cards .text-h .text {
    padding-left: 65px;
  }
}
.two-column-cards .text-h ul {
  margin-bottom: 30px;
}
.two-column-cards .text-h ul:last-child {
  margin-bottom: 0;
}
.two-column-cards .text-h ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.two-column-cards .text-h ul li:last-child {
  margin-bottom: 0;
}
.two-column-cards .text-h ul li:before {
  border: 9px solid transparent;
  border-left: 15px solid var(--red);
  left: 0;
  top: 5px;
}
.two-column-cards .bottom-cta {
  margin-top: auto;
}
.two-column-cards .btn {
  width: 100%;
  max-width: 258px;
}
.bg-default + .two-column-cards {
  padding-top: 0;
}
.text-block {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .text-block {
    padding: 120px 0;
  }
}
.text-block h3, .text-block h2 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .text-block h2 {
    margin-left: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .text-block h2 {
    margin-left: -70px;
  }
}
.text-block h4 {
  margin-top: 50px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-weight: bold;
}
.text-block h4 em {
  text-transform: none;
  font-family: var(--heading-font);
}
.text-block h3 + h4 {
  margin-top: 0;
}
.text-block a:not(.btn) {
  color: var(--red);
  text-decoration: underline;
}
.text-block a:not(.btn):hover {
  text-decoration: none;
}
.text-block.bg-default h3, .text-block.bg-default h4 {
  color: var(--red);
}
.text-block.bg-default h3 em, .text-block.bg-default h4 em {
  color: var(--black);
}
.text-block p a:not(.btn) {
  color: var(--dark-red);
  text-decoration: none;
  font-weight: bold;
  font-family: var(--heading-font);
  font-style: italic;
}
.text-block p a:not(.btn):hover {
  text-decoration: underline;
}
.text-block .text {
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .text-block .text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .text-block .text {
    padding-left: 70px;
  }
}
.text-block br {
  display: none;
}
@media screen and (min-width: 768px) {
  .text-block br {
    display: block;
  }
}
.text-block.text-center {
  text-align: center;
}
.text-block.text-center h2 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .text-block.text-center .text {
    padding: 0;
  }
}
.text-block.text-center.bg-pink h3, .text-block.text-center.bg-default h3 {
  color: var(--red);
  line-height: 140%;
}
.text-block.text-center.bg-pink h4, .text-block.text-center.bg-default h4 {
  color: var(--red);
}
.text-block.text-center.bg-pink h4 em, .text-block.text-center.bg-default h4 em {
  color: var(--dark-red);
}
.page-id-945 .text-block .text {
  max-width: 100%;
}
.page-id-945 .text-block ol {
  color: var(--red);
  font-family: var(--heading-font);
  font-style: italic;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-id-945 .text-block ol {
    font-size: 25px;
    line-height: 35px;
  }
}
.testimonials {
  padding: 70px 0px 70px;
}
@media screen and (min-width: 768px) {
  .testimonials {
    padding: 100px 50px 150px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials {
    padding: 120px 50px 250;
  }
}
.testimonials .container {
  max-width: 1280px;
}
.testimonials h2 {
  color: var(--red);
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .testimonials h2 {
    margin-bottom: 100px;
  }
}
.testimonials .slide {
  position: relative;
  color: var(--dark-red);
  padding: 0 30px;
}
.testimonials .slide .author {
  margin-top: 40px;
  display: block;
}
.testimonials .slide .text {
  font-style: italic;
}
.testimonials .slick-arrow {
  position: absolute;
  border: 15px solid transparent;
  z-index: 5;
  line-height: 0;
  border-right: 20px solid var(--red);
  left: 10px;
  top: 50%;
  transform: translate(-100%, -50%);
  text-indent: -9999px;
  background: transparent;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .testimonials .slick-arrow {
    border: 19px solid transparent;
    border-right: 32px solid var(--red);
    left: -20px;
  }
}
@media screen and (min-width: 1360px) {
  .testimonials .slick-arrow {
    left: -46px;
  }
}
.testimonials .slick-arrow.slick-next {
  left: auto;
  right: 10px;
  transform: translate(100%, -50%);
  border: 15px solid transparent;
  border-left: 20px solid var(--red);
}
@media screen and (min-width: 768px) {
  .testimonials .slick-arrow.slick-next {
    border: 19px solid transparent;
    border-left: 32px solid var(--red);
    right: -20px;
  }
}
@media screen and (min-width: 1360px) {
  .testimonials .slick-arrow.slick-next {
    right: -46px;
  }
}
.term-dates {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .term-dates {
    padding: 160px 0 145px;
  }
}
.term-dates h2 {
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1360px) {
  .term-dates h2 {
    padding-left: 70px;
    margin-bottom: -30px;
  }
}
.term-dates .flex-box {
  gap: 16px;
  justify-content: center;
}
.term-dates .item {
  padding: 30px 18px;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .term-dates .item {
    width: calc(25% - 16px);
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .term-dates .item {
    width: calc(25% - 16px);
    height: 346px;
  }
}
@media screen and (min-width: 1360px) {
  .term-dates .item {
    width: 260px;
  }
}
.term-dates .item h4 {
  margin-bottom: 20px;
}
.term-dates .bottom {
  max-width: 990px;
  margin: 0 auto;
}
.video-block {
  padding: 50px 0 0;
  text-align: center;
}
.video-block:nth-child(2) {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .video-block {
    padding: 120px 0;
  }
}
.video-block .container {
  max-width: 1100px;
}
.video-block .text {
  margin-bottom: 30px;
  color: var(--dark-red);
}
@media screen and (min-width: 768px) {
  .video-block .text {
    margin-bottom: 50px;
  }
}
.video-block .text.bottom {
  margin-top: 40px;
  margin-bottom: 0;
  color: var(--dark-red);
}
@media screen and (min-width: 768px) {
  .video-block .text.bottom {
    margin-top: 80px;
  }
}
.video-block h3 {
  font-size: 26px;
  line-height: 35px;
  color: var(--dark-red);
}
@media screen and (min-width: 768px) {
  .video-block h3 {
    font-size: 40px;
    line-height: 55px;
  }
}
.video-block .video-h {
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  position: relative;
  margin: 0 -25px;
}
@media screen and (min-width: 768px) {
  .video-block .video-h {
    margin: 0;
  }
}
.video-block .video-h img, .video-block .video-h iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 85px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--white);
  border: none;
  transform: translate(-50%, -50%);
  transition: var(--transition);
  cursor: pointer;
}
.video-block .video-play-btn:hover {
  background: var(--red);
}
.map {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .map {
    padding-left: 72px;
  }
}
.map iframe {
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 768px) {
  .map iframe {
    height: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .map iframe {
    height: 750px;
  }
}
