@charset "UTF-8";
/* RevPro keeps the shared Alliant component library and overrides site-specific chrome. */
/* ==========================================================================   1. BASE - Global settings, variables, and resets
   ========================================================================== */
:root {
  /* --- Base Neutral Colors --- */
  --white: #FFFFFF; /* Pure white for backgrounds and text */
  --white-bg: #FAFAFA; /* Off-white background for sections and blocks */
  --black: #000000; /* Absolute black for deep contrast */
  --transparent: transparent; /* Full transparency */
  /* --- Greyscale Palette --- */
  --grey-dark: #3C3C3C; /* Primary text color and dark accents */
  --grey-medium: #929292; /* Secondary text, inactive tab triggers */
  --grey-visited: #757575; /* Visited links color in RTE */
  --grey-holder: #6F7576; /* Header actions and utility links */
  --grey-placeholder: #6F7576; /* Form input placeholders */
  --grey-light: #E1E1E1; /* Borders and separators */
  --grey-border-progress: #B8C3C6; /* Progress bars or timeline borders */
  /* --- Brand & Accent Colors --- */
  --aqua: #19A0AE; /* Primary brand color for links and CTA */
  --aqua-transparent: #19a0aeab; /* Transparent brand color for overlays/effects */
  --aqua-bright: #1FBDC9; /* Bright accent for hover states, active borders and icons */
  --aqua-cyan: #21BDC9; /* Cyan accent for highlights and emphasis */
  --green-hover: #31baa8; /* Alternative hover state for interactive elements */
  --beige-light: #F2F0EB; /* Soft background for sidebars and testimonial modules */
  /* --- Feedback & Status Colors --- */
  --success-green: #02820f; /* Success messages and positive states */
  --error-red: #990F02; /* Error messages and validation alerts */
  /* --- Static file links --- */
  --eyebrow-url: url(../images/eyebrow-border-element.png);
}

@font-face {
  font-family: "Raleway-300";
  src: url(../fonts/RalewayLining-Light.woff2) format("woff2"), url(../fonts/RalewayLining-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-400";
  src: url(../fonts/RalewayLining-Regular.woff2) format("woff2"), url(../fonts/RalewayLining-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-500";
  src: url(../fonts/RalewayLining-Medium.woff2) format("woff2"), url(../fonts/RalewayLining-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-600";
  src: url(../fonts/RalewayLining-SemiBold.woff2) format("woff2"), url(../fonts/RalewayLining-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-700";
  src: url(../fonts/RalewayLining-Bold.woff2) format("woff2"), url(../fonts/RalewayLining-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-800";
  src: url(../fonts/RalewayLining-ExtraBold.woff2) format("woff2"), url(../fonts/RalewayLining-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*Reset*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

html, body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:hover, a:visited {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------------------*/
/* --- Primary Headings & Big Titles --- */
/* Used for hero sections and main page headers */
h1,
h1 h1,
h1 h2,
h1 h3,
h1 h4,
h1 h5,
h1 h6,
.big-title,
.big-title h1,
.big-title h2,
.big-title h3,
.big-title h4,
.big-title h5,
.big-title h6 {
  font-family: "Raleway-300", sans-serif;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  h1,
  h1 h1,
  h1 h2,
  h1 h3,
  h1 h4,
  h1 h5,
  h1 h6,
  .big-title,
  .big-title h1,
  .big-title h2,
  .big-title h3,
  .big-title h4,
  .big-title h5,
  .big-title h6 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  h1,
  h1 h1,
  h1 h2,
  h1 h3,
  h1 h4,
  h1 h5,
  h1 h6,
  .big-title,
  .big-title h1,
  .big-title h2,
  .big-title h3,
  .big-title h4,
  .big-title h5,
  .big-title h6 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  h1,
  h1 h1,
  h1 h2,
  h1 h3,
  h1 h4,
  h1 h5,
  h1 h6,
  .big-title,
  .big-title h1,
  .big-title h2,
  .big-title h3,
  .big-title h4,
  .big-title h5,
  .big-title h6 {
    font-size: 32px;
  }
}

/* --- Secondary Headings --- */
/* Typically used for section titles */
h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

/* --- Tertiary Headings --- */
/* Used for block titles and sub-sections */
h3 {
  font-family: "Raleway-700", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 18px;
  }
}

/* --- Small Headings --- */
/* Used for minor labels and card titles */
h4 {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 16px;
  }
}

/* --- Blockquotes --- */
/* Stylized quotes for testimonials and spotlights */
blockquote {
  font-family: "Raleway-700", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  blockquote {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  blockquote {
    font-size: 24px;
  }
}

/* --- 1. Base & Resets --- */
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body {
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-dark);
  background: var(--white);
}
@media (max-width: 992px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}

.wrapper {
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 576px) {
  .container {
    padding: 0 17px;
  }
}

/* --- 2. Typography & Helpers --- */
.font-size-h2 p {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .font-size-h2 p {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .font-size-h2 p {
    font-size: 24px;
  }
}

.eyebrow {
  display: inline-block;
  font-family: "Raleway-800", sans-serif;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 576px) {
  .eyebrow {
    font-size: 12px;
  }
}
.eyebrow::after {
  content: "";
  width: 105%;
  height: 4px;
  background: var(--eyebrow-url) left center/10px 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: round;
}

.visited {
  color: var(--grey-visited) !important;
  display: inline-block;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.smaller {
  font-size: 0.75em;
  vertical-align: super;
}

.lazyload {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lazyload.is-loaded {
  opacity: 1;
}

/* --- 3. Lists --- */
.greek-list,
.roman-list,
.alpha-list,
.alpha-lw-list,
.roman-up-list,
.decimal-list {
  padding-left: 20px;
  padding-top: 20px;
  list-style-position: outside !important;
}

.greek-list {
  list-style-type: lower-greek;
}

.roman-list {
  list-style-type: lower-roman;
}

.alpha-list,
.roman-up-list {
  list-style-type: upper-alpha;
}

.alpha-lw-list {
  list-style: lower-alpha;
}

.decimal-list {
  list-style-type: decimal;
}

/* --- 4. Interactive Components (Buttons, Links) --- */
.button {
  display: inline-block;
  padding: 14px 24px;
  background-color: var(--aqua-bright);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: var(--white) !important;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.button span {
  position: relative;
  z-index: 2;
}
.button::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--aqua);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}
@media (min-width: 992px) {
  .button:hover::before, .button:focus::before {
    width: 100%;
  }
}
.button.button-disabled {
  background-color: var(--beige-light);
  pointer-events: none;
  cursor: initial;
}

.main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--aqua);
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-link svg {
  display: inline-block;
  width: 27px;
  margin-left: 8px;
  height: auto;
  fill: currentColor;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .main-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .main-link:hover, .main-link:focus {
    color: var(--black);
  }
  .main-link:hover svg, .main-link:focus svg {
    margin-left: 18px;
  }
}
.main-link.visited::after {
  background: url(../images/icons/button-arrow-right-news-visited.svg) center center/contain no-repeat;
}

.button-up {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 80px;
  z-index: 99;
  width: 50px;
  height: 42px;
  border: 1px solid var(--black);
  cursor: pointer;
  text-transform: uppercase;
  line-height: 15px;
  color: var(--black);
  padding: 35px 10px 0;
  text-align: center;
  font-family: "Raleway-400", sans-serif;
  font-size: 9px;
  letter-spacing: 0.15em;
  border-radius: 8px;
}
.button-up::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.button-up-changed {
  width: 75px;
  height: 75px;
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
}
.button-up-changed::before {
  border-color: var(--white) !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: -10px !important;
}

/* --- 5. Navigation (Breadcrumbs) --- */
.breadcrumbs {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}
.breadcrumbs__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__list-item {
  margin-right: 4px;
}
.breadcrumbs__list-item::after {
  content: ">";
  font-size: 16px;
  color: var(--grey-dark);
}
.breadcrumbs__list-item:last-child::after {
  display: none;
}
.breadcrumbs__list-link {
  font-size: 16px;
  color: var(--grey-dark);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .breadcrumbs__list-link:not(span):hover, .breadcrumbs__list-link:not(span):focus {
    border-bottom-color: inherit;
  }
}

/* --- 6. Form Elements (Select, Checkbox, Choices) --- */
div.select {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--grey-light);
}
div.select .new-select {
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}
@media (max-width: 992px) {
  div.select .new-select {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  div.select .new-select {
    font-size: 15px;
    padding-right: 20px;
  }
}
div.select .new-select::after {
  content: "";
  border-top: 7px solid var(--grey-dark);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 26px;
  top: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  div.select .new-select::after {
    top: 10px;
  }
}
@media (max-width: 576px) {
  div.select .new-select::after {
    right: 0;
  }
}
div.select .new-select.on::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
div.select .new-select__list {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  z-index: 3;
  width: 100%;
  padding: 20px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  div.select .new-select__list {
    padding: 15px 10px;
  }
}
div.select .new-select__item {
  margin: 10px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  div.select .new-select__item {
    margin: 20px 0;
  }
}
div.select .new-select__item:first-of-type {
  margin-top: 0;
}
div.select .new-select__item:last-of-type {
  margin-bottom: 0;
}
div.select .new-select__item span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  div.select .new-select__item span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  div.select .new-select__item span {
    font-size: 15px;
  }
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-holder);
}
@media (max-width: 576px) {
  .checkbox-label {
    font-size: 15px;
    line-height: 23px;
  }
}
.checkbox-label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid var(--grey-light);
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-label::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--aqua-bright);
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  display: none;
}
.checkbox-label a {
  color: var(--grey-holder);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .checkbox-label a:hover, .checkbox-label a:focus {
    border-bottom-color: inherit;
  }
}

.checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.checkbox-input:checked + label::after {
  display: block;
}

.choices {
  position: relative;
  padding: 0 8px 1px 0;
  border-bottom: 1px solid var(--grey-light);
}
.choices__button {
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.choices__button::after {
  content: "";
  border-top: 7px solid var(--grey-dark);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.choices__button--active::after {
  border-top-color: var(--aqua-bright);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}
.choices__list {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  z-index: 1;
  width: 100%;
  padding: 15px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.choices__item + .choices__item {
  margin-top: 8px;
}
.choices__item-label {
  color: var(--grey-dark);
}

/* --- 7. Tables & Misc --- */
.wide-column {
  min-width: 300px;
}

.normal-column {
  min-width: 150px;
}

.table-shadow-container {
  position: relative;
}

.table-shadow {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
}

.table-responsive {
  overflow-x: auto;
}

summary {
  list-style: none;
  position: relative;
}
summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 6px;
  color: var(--aqua-bright);
  font-size: 20px;
  line-height: 1;
  padding-bottom: 2px;
}

details[open] summary::before {
  content: "▼";
}

@media print {
  #print-button-id {
    display: none;
  }
  .table-responsive {
    overflow-x: visible !important;
  }
  .table-shadow {
    display: none;
  }
}
/* --- 8. Complex Image Effects --- */
.double-image {
  position: relative;
}
.double-image__big {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.double-image__small {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  width: 86%;
  height: auto;
  opacity: 0.6;
  -webkit-filter: blur(50px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: blur(50px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  .double-image__small {
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }
}
@media (max-width: 480px) {
  .double-image__small {
    display: none;
  }
}

/* --- Sections & Spacing --- */
.section {
  padding: 60px 40px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .section {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 30px 15px;
  }
}

/* --- Media Ratio Helper --- */
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.ratio > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --- Video / Play Icons --- */
.play-icon {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  background-color: var(--transparent);
  border: 2px solid var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.play-icon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid var(--white);
  border-top: 8px solid var(--transparent);
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

.play-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway-700", sans-serif;
  font-weight: 700;
  color: var(--aqua);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.play-link:hover {
  color: var(--aqua-cyan);
}
.play-link__icon {
  width: 0;
  height: 0;
  border-left: 12px solid currentColor;
  border-top: 8px solid var(--transparent);
  border-bottom: 8px solid transparent;
}

/* ==========================================================================
   2. VENDORS - Third-party libraries and global animations
   ========================================================================== */
/* --- Slider Utility Classes --- */
.slide__lazzy-load {
  opacity: 0;
}

.slick-slide-item {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  z-index: 2;
}

/* --- SVG Animations --- */
.donut-front.donut-animate {
  animation: arrow-fill 4s reverse linear infinite;
}

@-webkit-keyframes arrow-fill {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 100 0;
  }
}

@keyframes arrow-fill {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 100 0;
  }
}
/* ==========================================================================
   3. LAYOUT - Major structural elements
   ========================================================================== */
.header {
  padding: 41px 0 0;
  position: relative;
}
@media (max-width: 1200px) {
  .header {
    padding: 25px 0;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 11px 0 16px;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1200px) {
  .header__burger {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 10;
  }
  .header__burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--grey-dark);
    position: absolute;
    left: 10px;
    top: calc(50% - 1px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header__burger span:first-child {
    top: 10px;
  }
  .header__burger span:last-child {
    width: 14px;
    top: auto;
    bottom: 10px;
  }
}
.header__burger {
  /* Active burger state */
}
.header__burger--active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  height: 1px;
}
.header__burger--active span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.header__burger--active span:last-child {
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 1px);
  bottom: auto;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__logo {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 114px;
  flex-basis: 114px;
  margin-right: 28px;
  margin-top: -5px;
}
@media (max-width: 1200px) {
  .header__logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .header__logo {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__navigation {
  margin-right: auto;
  margin-top: -10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* Desktop hidden state */
}
@media (min-width: 1200px) {
  .header__navigation.hidden {
    opacity: 0;
    visibility: hidden;
  }
}
.header__navigation {
  /* Mobile Menu Drawer */
}
@media (max-width: 1200px) {
  .header__navigation {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 90px);
    background-color: var(--white);
    margin-top: 0;
    border-top: 1px solid var(--grey-light);
    padding: 0 0 10px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media (max-width: 992px) {
  .header__navigation {
    height: calc(100vh - 67px);
  }
}
@media (max-width: 1200px) {
  .header__navigation--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.header__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header__list-item {
  margin-right: 28px;
}
@media (max-width: 1200px) {
  .header__list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
.header__list-item:last-child {
  margin-right: 0;
}
.header__list-item--hidden {
  display: none;
}
@media (max-width: 1200px) {
  .header__list-item--hidden {
    display: block;
    background-color: var(--aqua-bright);
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header__list-item--hidden .header__list-link {
    color: var(--white);
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .header__list-item--hidden:hover {
    background-color: var(--aqua);
  }
}
.header__list-decor {
  display: inline-block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .header__list-decor {
    display: none;
  }
}
.header__list-decor::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--aqua-bright);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header__list-link {
  display: inline-block;
  padding-bottom: 40px;
  font-family: "Raleway-600", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: var(--grey-dark);
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .header__list-link {
    width: 100%;
    padding: 20px 20px 18px 19px;
    border-bottom: 1px solid var(--grey-light);
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .header__list-link:hover, .header__list-link:focus {
    color: var(--aqua-bright);
  }
}
@media (min-width: 992px) {
  .header__list-link:hover .header__list-decor::after, .header__list-link:focus .header__list-decor::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
.header__list-link--submenu {
  position: relative;
}
.header__list-link--submenu svg {
  display: inline-block;
  width: 9px;
  height: auto;
  margin-left: 7px;
  margin-bottom: 2px;
  fill: var(--aqua);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header__list-link--submenu.active svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.header__list-link--submenu.active .header__list-decor::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header__list-link--submenu.selected .header__list-decor::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .header__actions {
    padding-top: 0;
  }
  .header__actions.hidden {
    opacity: 0;
    visibility: hidden;
  }
}
.header__actions-link, .header__login, .header__search-button {
  display: inline-block;
  font-family: "Raleway-500", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: var(--grey-holder);
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__actions-link svg, .header__login svg, .header__search-button svg {
  fill: var(--grey-holder);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .header__actions-link:hover, .header__actions-link:focus, .header__login:hover, .header__login:focus, .header__search-button:hover, .header__search-button:focus {
    color: var(--black);
  }
  .header__actions-link:hover svg, .header__actions-link:focus svg, .header__login:hover svg, .header__login:focus svg, .header__search-button:hover svg, .header__search-button:focus svg {
    fill: var(--black);
  }
}
.header__actions-link, .header__login {
  margin-right: 28px;
}
@media (max-width: 1200px) {
  .header__actions-link, .header__login {
    margin: 25px 0 0 20px;
  }
}
@media (max-width: 1400px) {
  .header__actions-link, .header__login {
    margin-right: 14px;
  }
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__login svg {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .header__login svg {
    width: 21px;
    height: 21px;
    margin-right: 6px;
  }
}
.header__search-block {
  padding: 0 9px;
  margin: -3px -9px 0 0;
}
@media (max-width: 1200px) {
  .header__search-block {
    padding: 7px 9px 0;
  }
}
.header__search-button {
  position: relative;
}
.header__search-button::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white) url(../images/icons/close.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.header__search-button svg {
  display: block;
  width: 22px;
  height: 22px;
}
.header__search-button--active::after {
  opacity: 1;
}
.header__search-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: calc(100vh - 97px);
}
.header__form-wrap {
  background-color: var(--white);
  padding: 60px 20px 39px;
  border-top: 1px solid var(--grey-light);
}
@media (max-width: 992px) {
  .header__form-wrap {
    padding: 20px;
  }
}
.header__form {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
}
.header__form::after {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  background-color: var(--grey-light);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.header__form-input {
  display: block;
  width: 100%;
  padding-bottom: 16px;
  padding-right: 50px;
  font-family: "Raleway-400", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: var(--black);
}
@media (max-width: 1200px) {
  .header__form-input {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .header__form-input {
    font-size: 24px;
  }
}
.header__form-input::-webkit-input-placeholder {
  color: var(--grey-dark);
}
.header__form-input::-moz-placeholder {
  color: var(--grey-dark);
}
.header__form-input:-ms-input-placeholder {
  color: var(--grey-dark);
}
.header__form-input::-ms-input-placeholder {
  color: var(--grey-dark);
}
.header__form-input::placeholder {
  color: var(--grey-dark);
}
@media (max-width: 1200px) {
  .header__form-input::-webkit-input-placeholder {
    font-size: 28px;
  }
  .header__form-input::-moz-placeholder {
    font-size: 28px;
  }
  .header__form-input:-ms-input-placeholder {
    font-size: 28px;
  }
  .header__form-input::-ms-input-placeholder {
    font-size: 28px;
  }
  .header__form-input::placeholder {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .header__form-input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .header__form-input::-moz-placeholder {
    font-size: 24px;
  }
  .header__form-input:-ms-input-placeholder {
    font-size: 24px;
  }
  .header__form-input::-ms-input-placeholder {
    font-size: 24px;
  }
  .header__form-input::placeholder {
    font-size: 24px;
  }
}
.header__form-input:focus {
  outline: none;
}
.header__form-submit {
  position: absolute;
  right: -10px;
  top: 3px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/search.svg) center center no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .header__form-submit:hover, .header__form-submit:focus {
    opacity: 0.7;
  }
}
.header {
  /* Submenu Styling */
}
.header__submenu-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .header__submenu-wrap {
    position: static;
    height: auto;
  }
}
.header__submenu-subwrap {
  border-top: 1px solid var(--grey-light);
  background-color: var(--white);
  padding: 52px 50px 90px;
}
@media (max-width: 1200px) {
  .header__submenu-subwrap {
    padding: 13px 20px 24px;
    background-color: var(--beige-light);
  }
}
.header__submenu {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .header__submenu {
    width: 100%;
  }
}
.header__submenu-info {
  -ms-flex-preferred-size: 327px;
  flex-basis: 327px;
  padding-right: 38px;
  margin-top: 8px;
  border-right: 1px solid var(--grey-light);
}
@media (max-width: 1200px) {
  .header__submenu-info {
    display: none;
  }
}
.header__submenu-info--small {
  -ms-flex-preferred-size: 286px;
  flex-basis: 286px;
}
.header__submenu-title *,
.header__submenu-title ::before,
.header__submenu-title ::after {
  font-size: 36px;
}
.header__submenu-title h1,
.header__submenu-title h2,
.header__submenu-title h3,
.header__submenu-title h4,
.header__submenu-title h5,
.header__submenu-title h6 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 19px;
}
.header__submenu-description {
  font-size: 16px;
  line-height: 1.5;
}
.header__submenu-button {
  margin-top: 32px;
  margin-bottom: 33px;
}
.header__submenu-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .header__submenu-navigation {
    display: block;
  }
}
.header__submenu-listwrap {
  -ms-flex-preferred-size: 315px;
  flex-basis: 315px;
  padding: 0 12px 0 30px;
}
@media (max-width: 1200px) {
  .header__submenu-listwrap {
    width: 100%;
    padding: 0;
  }
}
.header__submenu-listwrap + .header__submenu-listwrap {
  border-left: 1px solid var(--grey-light);
}
@media (max-width: 1200px) {
  .header__submenu-listwrap + .header__submenu-listwrap {
    border-left: none;
    margin-top: 18px;
  }
}
.header__submenu-listwrap--big {
  -ms-flex-preferred-size: 627px;
  flex-basis: 627px;
}
@media (max-width: 1200px) {
  .header__submenu-listwrap--big {
    width: 100%;
  }
}
.header__submenu-listwrap--big .header__submenu-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 46px;
  -moz-column-gap: 46px;
  column-gap: 46px;
}
@media (max-width: 1200px) {
  .header__submenu-listwrap--big .header__submenu-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.header__submenu-list {
  list-style: none;
  margin-top: 7px;
}
@media (max-width: 1200px) {
  .header__submenu-list {
    margin-top: 0;
  }
}
.header__submenu-subtitle {
  display: inline-block;
  font-family: "Raleway-600", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-dark);
  margin-bottom: 9px;
  padding-right: 21px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .header__submenu-subtitle {
    font-size: 16px;
  }
}
.header__submenu-subtitle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--aqua);
  border-bottom: 1px solid var(--aqua);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 13px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
@media (min-width: 992px) {
  .header__submenu-subtitle:hover, .header__submenu-subtitle:focus {
    color: var(--aqua);
  }
  .header__submenu-subtitle:hover::after, .header__submenu-subtitle:focus::after {
    opacity: 1;
  }
}
.header__submenu-item {
  margin-bottom: 9px;
}
.header__submenu-item:last-child {
  margin-bottom: 0;
}
.header__submenu-link {
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .header__submenu-link {
    font-size: 16px;
    line-height: 1.5;
  }
}
.header__submenu-link.active {
  color: var(--aqua-bright);
}
@media (min-width: 992px) {
  .header__submenu-link:hover, .header__submenu-link:focus {
    color: var(--aqua-bright);
  }
}

.footer {
  background-color: var(--black);
  padding: 116px 0 113px;
  color: var(--white);
  font-size: 14px;
  line-height: 16px;
  /* Responsive padding adjustments */
}
@media (max-width: 768px) {
  .footer {
    padding: 108px 0 105px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 53px 0 52px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__info {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .footer__info {
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .footer__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 44px;
  }
}
.footer__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .footer__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__list-item {
  margin-right: 24px;
  margin-bottom: 10px;
}
.footer__list-item:last-child {
  margin-right: 0;
}
.footer__list-item {
  /* Bordered modifier for list separators */
}
.footer__list-item--bordered {
  padding-right: 28px;
  position: relative;
}
.footer__list-item--bordered::after {
  content: "|";
  font-size: 20px;
  line-height: 23px;
  color: var(--white);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__list-link {
  font-size: 14px;
  line-height: 16px;
  color: var(--white);
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .footer__list-link {
    font-size: 13px;
    line-height: 1.3;
  }
}
.footer__list-link {
  /* Desktop hover states */
}
@media (min-width: 992px) {
  .footer__list-link:hover, .footer__list-link:focus {
    color: var(--aqua-bright);
  }
}
@media (max-width: 576px) {
  .footer__copyright {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
  }
}
.footer__copyright span {
  white-space: nowrap;
}
.footer__socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__socials-item {
  margin-right: 24px;
}
.footer__socials-item:last-child {
  margin-right: 0;
}
.footer__socials-link {
  display: inline-block;
}
.footer__socials-link svg {
  display: block;
  width: 24px;
  height: 24px;
}
.footer__socials-link svg path {
  fill: var(--white);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer__socials-link {
  /* Desktop hover state for social icons */
}
@media (min-width: 992px) {
  .footer__socials-link:hover svg path, .footer__socials-link:focus svg path {
    fill: var(--aqua-bright);
  }
}

/* ==========================================================================
   4. COMPONENTS - Individual UI patterns (Alphabetical Order)
   ========================================================================== */
.accordion {
  padding: 70px 0 70px;
}
@media (max-width: 1100px) {
  .accordion {
    padding: 50px 0;
  }
}
.accordion__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin: 0 auto;
}
.accordion__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media (max-width: 1100px) {
  .accordion__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .accordion__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .accordion__title {
    font-size: 32px;
  }
}
.accordion__subtitle {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 54px;
}
.accordion__item {
  border-top: 1px solid var(--grey-medium);
}
.accordion__item:last-child {
  border-bottom: 1px solid var(--grey-medium);
}
.accordion__item-heading {
  color: var(--black);
  display: block;
  width: 100%;
  padding: 20px 50px 20px 0;
  position: relative;
  text-align: left;
}
@media (max-width: 1100px) {
  .accordion__item-heading {
    padding-right: 35px;
  }
}
.accordion__item-heading::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .accordion__item-heading::before {
    width: 20px;
  }
}
.accordion__item-heading::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--black);
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1100px) {
  .accordion__item-heading::after {
    height: 20px;
    right: 10px;
  }
}
.accordion__item-heading.accordion__item-heading--active::after {
  opacity: 0;
}
.accordion__item-title {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  color: var(--black);
}
.accordion__item-title * {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}
@media (max-width: 1100px) {
  .accordion__item-title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .accordion__item-title {
    font-size: 24px;
  }
}
.accordion__item-info {
  display: none;
  padding-bottom: 36px;
}
.accordion__item-info img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 20px 0;
}
.accordion__item-info ul {
  margin-top: 10px;
}
.accordion__item-info ul:not(ul ul) {
  margin-left: 20px !important;
}
.accordion__item-info ul > li > ul,
.accordion__item-info ul > li > ol {
  padding-left: 20px;
}
.accordion__item-info ol {
  padding-left: 0;
  margin-left: 20px;
}
.accordion__item-info ol > li > ol {
  padding-left: 20px;
}
.accordion__item-info a {
  color: var(--aqua);
}
.accordion__item-info a:hover {
  text-decoration: underline;
}
.accordion__item-info > p:not(:first-child) {
  margin-top: 20px;
}
.accordion__item-text {
  max-width: 735px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .accordion__item-text {
    font-size: 15px;
    line-height: 23px;
  }
}
.accordion__item-text + .accordion__item-text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .accordion__item-text + .accordion__item-text {
    margin-top: 10px;
  }
}
.accordion__item-subtitle {
  display: inline-block;
  font-family: "Raleway-700", sans-serif;
  line-height: 1.35;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .accordion__item-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.accordion__item-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accordion__item-element {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding-right: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .accordion__item-element {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .accordion__item-element {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 576px) {
  .accordion__item-element {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 370px) {
  .accordion__item-element {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.accordion__item-name, .accordion__item-position {
  font-size: 16px;
  margin-bottom: 5px;
}
.accordion-item-link--title {
  margin-top: 40px;
  margin-bottom: 40px;
}
.accordion__item-phone {
  font-size: 14px;
  color: var(--grey-dark);
  margin-bottom: 5px;
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .accordion__item-phone:hover, .accordion__item-phone:focus {
    border-bottom-color: inherit;
  }
}
.accordion__item-mail {
  font-size: 14px;
  color: var(--grey-dark);
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .accordion__item-mail:hover, .accordion__item-mail:focus {
    color: var(--black);
    text-decoration: underline;
  }
}
.accordion__item-link {
  margin-top: 20px;
}
.accordion__item-video {
  position: relative;
  max-width: 50%;
}
.accordion__programs-title {
  margin: 20px 0 30px;
}
.accordion__corporate-contacts {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .accordion__corporate-contacts {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .accordion__corporate-contacts {
    margin-top: 20px;
  }
}
.accordion .corporate-contacts__item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .accordion .corporate-contacts__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 576px) {
  .accordion .corporate-contacts__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.accordion .corporate-contacts__item :last-child {
  margin-bottom: 0;
}
.accordion .corporate-contacts__item-title {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .accordion .corporate-contacts__item-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .accordion .corporate-contacts__item-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .accordion .corporate-contacts__item-title:hover, .accordion .corporate-contacts__item-title:focus {
    color: var(--aqua);
  }
}
.accordion .corporate-contacts__item-phone {
  margin-bottom: 6px;
}
.accordion__list-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.accordion__list {
  margin-left: 20px;
}
.accordion__full-width-text, .accordion__full-width-text > li {
  max-width: 100% !important;
  margin-right: 0px;
}

.accordion-li-col2 {
  display: inline-block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 480px) {
  .accordion-li-col2 {
    display: block;
  }
}

.accordion-li-col3 {
  display: inline-block;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 480px) {
  .accordion-li-col3 {
    display: block;
  }
}
.accordion-li-col3 > li,
.accordion-li-col3 > ul {
  margin-right: 8px;
}

.leadership {
  padding: 70px 0;
}
@media (max-width: 1100px) {
  .leadership {
    padding: 50px 0;
  }
}
.leadership__inner {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.leadership__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .leadership__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.leadership__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 276px;
  flex-basis: 276px;
  margin-right: 37px;
}
@media (max-width: 768px) {
  .leadership__sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.leadership__sidebar-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .leadership__sidebar-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .leadership__sidebar-title {
    font-size: 24px;
  }
}
.leadership__sidebar-list {
  list-style: none;
}
@media (max-width: 768px) {
  .leadership__sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.leadership__sidebar-item {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .leadership__sidebar-item {
    margin-bottom: 24px;
  }
  .leadership__sidebar-item:not(:first-child) {
    margin-left: 30px;
  }
}
.leadership__sidebar-trigger {
  font-size: 20px;
  line-height: 34px;
  color: var(--grey-dark);
  border-bottom: 4px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.leadership__sidebar-trigger--active {
  border-bottom-color: var(--aqua-bright);
}
@media (min-width: 992px) {
  .leadership__sidebar-trigger:hover, .leadership__sidebar-trigger:focus {
    color: var(--aqua-bright);
  }
}
.leadership__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.leadership__item {
  border-bottom: 1px solid var(--grey-light);
  border-left: 4px solid var(--beige-light);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.leadership__item:first-child {
  border-top: 1px solid var(--grey-light);
}
.leadership__item--open {
  border-left-color: var(--aqua-bright);
}
.leadership__item-heading {
  width: 100%;
  padding: 33px 65px 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .leadership__item-heading {
    padding: 20px 40px 20px 12px;
  }
}
@media (max-width: 576px) {
  .leadership__item-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.leadership__item-heading::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--aqua-bright);
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .leadership__item-heading::before {
    width: 24px;
    height: 24px;
    right: 0;
  }
}
.leadership__item-heading::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #FFF;
  border-top: 5px solid var(--transparent);
  border-bottom: 5px solid var(--transparent);
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .leadership__item-heading::after {
    right: 7px;
  }
}
.leadership__item-heading--active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 33px;
}
@media (max-width: 768px) {
  .leadership__item-heading--active::after {
    right: 8px;
  }
}
.leadership__item-name {
  -ms-flex-preferred-size: 46.8%;
  flex-basis: 46.8%;
  font-size: 36px;
  line-height: 1.2;
  color: var(--black);
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .leadership__item-name {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .leadership__item-name {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .leadership__item-name {
    margin-bottom: 5px;
  }
}
.leadership__item-position {
  -ms-flex-preferred-size: 53.2%;
  flex-basis: 53.2%;
  padding-right: 65px;
}
@media (max-width: 1200px) {
  .leadership__item-position {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .leadership__item-position {
    font-size: 15px;
    line-height: 23px;
  }
}
.leadership__item-info {
  display: none;
  padding: 27px 16px 47px;
}
@media (max-width: 992px) {
  .leadership__item-info {
    padding: 0 16px 20px;
  }
}
.leadership__item-info p {
  max-width: 705px;
  font-size: 16px;
}
.leadership__item-info p:not(:first-child) {
  margin-top: 5px;
}
.leadership__item-info a {
  color: var(--aqua-bright);
}
.leadership__item-info a:hover, .leadership__item-info a:focus {
  color: var(--aqua);
  text-decoration: underline;
}
.leadership__item-info a .visited {
  color: var(--grey-visited) !important;
  display: inline-block;
}
.leadership__item-text {
  max-width: 705px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .leadership__item-text {
    font-size: 15px;
    line-height: 23px;
  }
}
.leadership__item-text + .leadership__item-text {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .leadership__item-text + .leadership__item-text {
    margin-top: 10px;
  }
}
.leadership__item-contacts {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.leadership__item-phone {
  font-size: 16px;
  color: var(--grey-dark);
  margin-bottom: 5px;
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .leadership__item-phone:hover, .leadership__item-phone:focus {
    border-bottom-color: inherit;
  }
}
.leadership__item-mail {
  font-size: 14px;
  color: var(--grey-dark);
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .leadership__item-mail:hover, .leadership__item-mail:focus {
    color: var(--black);
  }
}

.hero-l2__description a {
  color: var(--aqua-bright);
}
.hero-l2__description a:hover, .hero-l2__description a:focus {
  color: var(--aqua);
  text-decoration: underline;
}
.hero-l2__description a .visited {
  color: var(--grey-visited) !important;
  display: inline-block;
}

.text-sidebar {
  padding: 110px 0 99px;
}
@media (max-width: 1200px) {
  .text-sidebar {
    padding: 75px 0;
  }
}
@media (max-width: 992px) {
  .text-sidebar {
    padding: 40px 0;
  }
}
.text-sidebar__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .text-sidebar__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.text-sidebar__main-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1100px) {
  .text-sidebar__main-wrap {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .text-sidebar__main-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.text-sidebar__main {
  -ms-flex-preferred-size: 628px;
  flex-basis: 628px;
}
@media (max-width: 1100px) {
  .text-sidebar__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.text-sidebar__main h4 {
  margin-top: 26px;
  margin-bottom: 1px;
  color: var(--aqua);
}
.text-sidebar__main h4:first-of-type {
  margin-top: 0;
}
.text-sidebar__main ul {
  list-style: none;
}
.text-sidebar__main ul li {
  padding-left: 31px;
  position: relative;
}
@media (max-width: 576px) {
  .text-sidebar__main ul li {
    padding-left: 24px;
  }
}
.text-sidebar__main ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 14px;
  top: 13px;
}
@media (max-width: 576px) {
  .text-sidebar__main ul li::before {
    left: 11px;
    top: 9px;
  }
}
.text-sidebar__main ol {
  padding-left: 32px;
}
@media (max-width: 576px) {
  .text-sidebar__main ol {
    padding-left: 25px;
  }
}
.text-sidebar__aside {
  -ms-flex-preferred-size: 389px;
  flex-basis: 389px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 8px;
  padding-right: 4px;
}
@media (max-width: 1200px) {
  .text-sidebar__aside {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .text-sidebar__aside {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}
@media (max-width: 768px) {
  .text-sidebar__aside {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.text-sidebar__link-wrap {
  background-color: var(--white-bg);
  padding: 30px 30px 34px 36px;
  margin-bottom: 50px;
  border-left: 3px solid var(--aqua-bright);
}
@media (max-width: 768px) {
  .text-sidebar__link-wrap {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
}
.text-sidebar__link-title {
  margin-bottom: 20px;
  color: var(--aqua);
}
@media (max-width: 768px) {
  .text-sidebar__link-title {
    margin-bottom: 10px;
  }
}
.text-sidebar__link-text {
  margin-bottom: 47px;
}
@media (max-width: 1200px) {
  .text-sidebar__link-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .text-sidebar__link-text {
    margin-bottom: 15px;
  }
}
.text-sidebar__link-button {
  min-width: 195px;
  max-width: 100%;
  padding: 16px 24px 14px;
  text-align: center;
}

.be-ix-link-block {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto !important;
  width: 100%;
  clear: both;
  display: block !important;
}
.be-ix-link-block, .be-ix-link-block-preview {
  clear: both;
  display: block !important;
  margin: 0 auto;
  max-width: 1270px !important;
  padding: 0 20px !important;
}
.be-ix-link-block .be-related-link-container .be-related-link, .be-ix-link-block-preview .be-related-link-container .be-related-link {
  padding: 0 !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  margin-right: 2px !important;
  width: 185px !important;
}
.be-ix-link-block .be-related-link-container .be-related-link .headline, .be-ix-link-block-preview .be-related-link-container .be-related-link .headline {
  background: 0 0;
  border: 0;
  font-size: 14px !important;
  line-height: 16px !important;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  font-family: "Raleway-400", sans-serif;
}
.be-ix-link-block .be-related-link-container {
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
  padding: 40px 0 !important;
}
@media (max-width: 576px) {
  .be-ix-link-block .be-related-link-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 5px 0 !important;
    -ms-flex-preferred-size: 580px;
    flex-basis: 580px;
    margin-top: 30px;
    margin-right: 5px !important;
  }
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item {
  display: inline-block;
  margin-right: 20px;
  color: var(--white);
}
.be-ix-link-block .be-related-link-container .be-label {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0 !important;
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.be-related-link {
  color: var(--white) !important;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.be-related-link:not(:last-child) .headline::after {
  content: "|";
  color: var(--white);
  margin-left: 28px;
  display: inline;
  white-space: nowrap;
}
.be-related-link:hover {
  color: var(--aqua-bright) !important;
}

.disaster-banner {
  background-color: var(--black);
}
.disaster-banner__inner {
  position: relative;
  padding: 11px 100px 12px 0;
}
@media (max-width: 576px) {
  .disaster-banner__inner {
    padding: 23px 62px 23px 0;
  }
}
.disaster-banner__text span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  color: var(--white);
  margin-right: 10px;
}
.disaster-banner__link {
  display: inline-block;
  margin: 0;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  white-space: nowrap;
}
.disaster-banner__link svg {
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .disaster-banner__link svg {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .disaster-banner__link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .disaster-banner__link:hover, .disaster-banner__link:focus {
    color: var(--aqua);
  }
  .disaster-banner__link:hover::after, .disaster-banner__link:focus::after {
    margin-left: 18px;
    background: url(../images/icons/button-arrow-right-aqua.svg) center center/contain no-repeat;
  }
}
.disaster-banner__close {
  position: absolute;
  right: -10px;
  top: 6px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/icon-close-white.svg) center center/21px 21px no-repeat;
}
@media (max-width: 576px) {
  .disaster-banner__close {
    right: -7px;
    top: 12px;
  }
}

/* Main Banner Component */
.banner {
  position: relative;
  min-height: 240px;
  padding: 30px 0;
  background-color: var(--aqua);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
}
@media (max-width: 992px) {
  .banner {
    min-height: 180px;
  }
}
@media (max-width: 768px) {
  .banner {
    min-height: auto;
    padding: 30px 0 40px;
  }
}
.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banner__inner {
  position: relative;
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}
@media (max-width: 768px) {
  .banner__inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .banner__inner {
    padding: 0 17px;
  }
}
.banner__title {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .banner__title {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .banner__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 576px) {
  .banner__title {
    font-size: 24px;
  }
}
.banner__description {
  -ms-flex-preferred-size: 470px;
  flex-basis: 470px;
}
@media (max-width: 992px) {
  .banner__description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .banner__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .banner__description {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 400px) {
  .banner__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 276px;
  }
}
.banner__description-date {
  display: block;
  font-family: "Raleway-700", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.banner__description-name {
  display: block;
}
.banner__button {
  min-width: 227px;
  margin-left: 30px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .banner__button {
    margin-left: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .banner__link {
    margin-left: 0;
  }
}
.banner.dark {
  color: var(--black);
}

/* New Banner Variant */
.banner-new {
  min-height: 240px;
  padding: 30px 0;
  background-color: var(--aqua);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .banner-new {
    min-height: 180px;
    padding: 30px 0 40px;
  }
}
.banner-new__inner {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
}
@media (max-width: 768px) {
  .banner-new__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .banner-new__inner {
    padding: 0 17px;
  }
}
.banner-new__button, .banner-new__second-button {
  min-width: 227px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
  color: var(--black);
  text-align: center;
}
.banner-new__button::before, .banner-new__second-button::before {
  background-color: var(--aqua-transparent);
}
@media (min-width: 992px) {
  .banner-new__button:hover, .banner-new__button:focus, .banner-new__second-button:hover, .banner-new__second-button:focus {
    color: var(--white);
  }
}
@media (max-width: 768px) {
  .banner-new__button, .banner-new__second-button {
    margin-left: 0;
  }
}
.banner-new__second-button {
  text-align: center;
}

/* Sub-variants of New Banner */
.banner-new1__title {
  -ms-flex-preferred-size: 731px;
  flex-basis: 731px;
}
@media (max-width: 768px) {
  .banner-new1__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.banner-new2__title {
  -ms-flex-preferred-size: 731px;
  flex-basis: 731px;
}
@media (max-width: 768px) {
  .banner-new2__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.banner-new2__actions {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .banner-new2__actions {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .banner-new2__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.banner-new2__link {
  display: inline-block;
  border-bottom: 1px solid var(--white);
  font-family: "Raleway-700", sans-serif;
  font-size: 16px;
  line-height: 0.8;
  color: var(--white);
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .banner-new2__link:hover, .banner-new2__link:focus {
    border-bottom-color: transparent;
  }
}
@media (max-width: 480px) {
  .banner-new2__link {
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .banner-new2__button {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .banner-new2__button {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .banner-new2__button {
    margin-left: 0;
  }
}

.banner-new3__info {
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
}
@media (max-width: 768px) {
  .banner-new3__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.banner-new3__title {
  margin-bottom: 14px;
}

/* Cookies Banner */
.banner-cookies {
  background-color: var(--black);
  padding: 26px 0 19px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
}
@media (max-width: 768px) {
  .banner-cookies {
    padding: 23px 0 7px;
  }
}
.banner-cookies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .banner-cookies__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.banner-cookies__text {
  -ms-flex-preferred-size: 623px;
  flex-basis: 623px;
  margin-right: 40px;
  margin-bottom: 15px;
  font-family: "Raleway-500", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: var(--white);
}
.banner-cookies__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner-cookies__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
.banner-cookies__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .banner-cookies__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.banner-cookies__apply, .banner-cookies__manage {
  display: inline-block;
}
@media (max-width: 768px) {
  .banner-cookies__apply, .banner-cookies__manage {
    margin-bottom: 20px;
  }
}
.banner-cookies__apply {
  padding: 14px 55px;
  margin-right: 14px;
}

.case-study {
  padding: 104px 0 27px;
  background-color: var(--beige-light);
}
.case-study--white {
  background-color: var(--white);
}
@media (max-width: 1100px) {
  .case-study {
    padding: 50px 0 35px;
  }
}
@media (max-width: 768px) {
  .case-study {
    padding: 19px 0 50px;
  }
}
.case-study__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .case-study__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.case-study__image {
  -ms-flex-preferred-size: 705px;
  flex-basis: 705px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .case-study__image {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
  }
}
@media (max-width: 768px) {
  .case-study__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
.case-study__image img {
  display: block;
  width: 100%;
}
.case-study__content {
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  padding-top: 35px;
}
@media (max-width: 1100px) {
  .case-study__content {
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  .case-study__content {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .case-study__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.case-study__eyebrow {
  margin-bottom: 20px;
  color: var(--grey-dark);
}
@media (max-width: 992px) {
  .case-study__eyebrow {
    margin-bottom: 12px;
  }
}
.case-study__title p {
  font-family: "Raleway-400", sans-serif;
  margin-bottom: 20px;
  font-size: 36px;
  max-width: 312px;
}
@media (max-width: 1100px) {
  .case-study__title p {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .case-study__title p {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .case-study__title p {
    font-size: 24px;
  }
}
.case-study__description {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 360px;
}
@media (max-width: 992px) {
  .case-study__description {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .case-study__description {
    font-size: 15px;
    line-height: 23px;
  }
}

.new-banner01 {
  padding: 120px 0;
  background-color: var(--black);
}
@media (max-width: 1200px) {
  .new-banner01 {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .new-banner01 {
    padding: 50px 0;
  }
}
.new-banner01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -24px;
  color: var(--white);
}
@media (max-width: 1400px) {
  .new-banner01__inner {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .new-banner01__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.new-banner01__image {
  -ms-flex-preferred-size: 603px;
  flex-basis: 603px;
  height: 400px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .new-banner01__image {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .new-banner01__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.new-banner01__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .new-banner01__image img {
    height: auto;
  }
}
.new-banner01__content {
  -ms-flex-preferred-size: 543px;
  flex-basis: 543px;
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 9px;
}
@media (max-width: 992px) {
  .new-banner01__content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .new-banner01__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.new-banner01__title {
  max-width: 260px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .new-banner01__title {
    max-width: 100%;
  }
}
.new-banner01__text {
  max-width: 360px;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}
@media (max-width: 992px) {
  .new-banner01__text {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .new-banner01__text {
    max-width: 100%;
    letter-spacing: 0;
  }
}
.new-banner01__position-link {
  margin-top: 20px;
  margin-bottom: 33px;
  background-color: var(--aqua-bright);
  padding: 14px 48px 15px 41px;
  font-family: "Raleway-400", sans-serif;
  text-transform: capitalize;
}
.new-banner01__position-link::before {
  background-color: var(--aqua);
}
@media (max-width: 992px) {
  .new-banner01__position-link {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 12px 25px;
  }
}
.new-banner01__login-text {
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .new-banner01__login-text {
    letter-spacing: 0;
  }
}
.new-banner01__login-link {
  margin-left: 2px;
  padding-right: 38px;
  font-family: "Raleway-400", sans-serif;
  color: var(--white);
  position: relative;
}
.new-banner01__login-link::after {
  content: "";
  width: 24px;
  background-image: url(../images/icons/button-arrow-right-white.svg);
  -webkit-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
}
@media (max-width: 400px) {
  .new-banner01__login-link::after {
    width: 20px;
  }
}
@media (max-width: 992px) {
  .new-banner01__login-link {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .new-banner01__login-link {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .new-banner01__login-link {
    font-size: 13px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .new-banner01__login-link:hover, .new-banner01__login-link:focus {
    color: var(--green-hover);
  }
  .new-banner01__login-link:hover::after, .new-banner01__login-link:focus::after {
    background-image: url(../images/icons/button-arrow-right-green.svg);
  }
}

.new-banner02 {
  padding: 78px 0 60px;
}
@media (max-width: 992px) {
  .new-banner02 {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .new-banner02 {
    padding: 35px 0;
  }
}
.new-banner02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -27px;
}
@media (max-width: 1400px) {
  .new-banner02__inner {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .new-banner02__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.new-banner02__title {
  -ms-flex-preferred-size: 455px;
  flex-basis: 455px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .new-banner02__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.new-banner02__actions {
  -ms-flex-preferred-size: 311px;
  flex-basis: 311px;
}
.new-banner02__position-link {
  margin-bottom: 21px;
  background-color: var(--aqua-bright);
  padding: 14px 48px 15px 41px;
  font-family: "Raleway-400", sans-serif;
  text-transform: capitalize;
}
.new-banner02__position-link::before {
  background-color: var(--aqua);
}
@media (max-width: 992px) {
  .new-banner02__position-link {
    margin-bottom: 20px;
    padding: 12px 25px;
  }
}
.new-banner02__login-text {
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .new-banner02__login-text {
    letter-spacing: 0;
  }
}
.new-banner02__login-link {
  padding-right: 38px;
  font-family: "Raleway-400", sans-serif;
  color: var(--grey-dark);
  position: relative;
}
.new-banner02__login-link::after {
  content: "";
  width: 28px;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
@media (max-width: 400px) {
  .new-banner02__login-link::after {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .new-banner02__login-link:hover, .new-banner02__login-link:focus {
    color: var(--green-hover);
  }
  .new-banner02__login-link:hover::after, .new-banner02__login-link:focus::after {
    background-image: url(../images/icons/button-arrow-right-green.svg);
  }
}
@media (max-width: 992px) {
  .new-banner02__login-link {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .new-banner02__login-link {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .new-banner02__login-link {
    font-size: 13px;
    padding-right: 25px;
  }
}

/* --- Icons Column Component --- */
.icons-column {
  position: relative;
  padding: 50px 0 50px;
  background-color: var(--beige-light);
}
@media (max-width: 1200px) {
  .icons-column {
    padding-top: 44px;
  }
}
.icons-column__inner {
  text-align: center;
}
.icons-column {
  /* --- Block & Grid --- */
}
.icons-column__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .icons-column__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.icons-column__column {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  .icons-column__column {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 576px) {
  .icons-column__column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.icons-column {
  /* --- Item Content --- */
}
.icons-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}
.icons-column__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .icons-column__item-icon {
    height: 100%;
  }
}
.icons-column__item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.icons-column__item-title {
  text-align: center;
  width: 100%;
}
.icons-column__item-title > p {
  max-width: 325px;
  margin: 0 auto;
  font-family: "Raleway-400", sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .icons-column__item-title > p {
    font-size: 20px;
  }
}
.icons-column__item-title > p:last-child {
  margin-bottom: 18px;
}
.icons-column__item-category {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .icons-column__item-category {
    font-size: 15px;
  }
}
.icons-column {
  /* --- Navigation Arrows (Shared Slider Logic) --- */
}
.icons-column__arrow {
  position: absolute;
  bottom: -100px;
  z-index: 2;
  width: 67px;
  height: 67px;
  background-repeat: no-repeat;
  background-size: 24px 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: transparent;
  border: none;
  cursor: pointer;
  left: 50% !important;
  color: var(--aqua);
}
.icons-column__arrow::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.icons-column__arrow .slider-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  display: block;
  width: 18px;
  height: auto;
  stroke: currentColor;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
@media (min-width: 992px) {
  .icons-column__arrow:hover {
    color: var(--white);
  }
  .icons-column__arrow:hover::before {
    opacity: 1;
  }
  .icons-column__arrow:hover .slider-arrow {
    stroke: currentColor;
  }
}
.icons-column__arrow--prev {
  -webkit-transform: translateX(-100%) translateX(-12px);
  -ms-transform: translateX(-100%) translateX(-12px);
  transform: translateX(-100%) translateX(-12px);
  background-position: left 22px center;
}
.icons-column__arrow--prev .slider-arrow {
  stroke: var(--grey-border-progress);
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}
.icons-column__arrow--next {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  background-position: left 26px center;
}
.icons-column__arrow--next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: left 18px center;
}
.icons-column__arrow--next .donut-front {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  animation: arrow-fill var(--slider-duration, 4s) reverse linear infinite;
  stroke: var(--aqua-bright);
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
}
.icons-column__arrow:active .donut-front {
  -webkit-animation: none;
  animation: none;
}
.icons-column {
  /* --- Slick Overrides (Dots/Buttons) --- */
}
.icons-column button {
  display: block;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: var(--beige-light);
  margin: 0 7px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.icons-column .slick-active button {
  background-color: var(--grey-dark);
}
.icons-column {
  /* --- External Utilities related to this block --- */
}
.icons-column-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1920px) {
  .icons-column-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.icons-column-slider {
  margin-bottom: 135px;
}
.icons-column-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.icons-column-slider .slick-slide {
  height: auto;
}

/* Main Form Component */
.elq-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  /* Modifier for multipage contact form */
}
.elq-form.general-contact--multipage {
  padding: 175px 0 120px;
}
@media (max-width: 1200px) {
  .elq-form.general-contact--multipage {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .elq-form.general-contact--multipage {
    padding: 75px 0;
  }
}
@media (max-width: 768px) {
  .elq-form.general-contact--multipage {
    padding: 50px 0;
  }
}
.elq-form.general-contact--multipage .general-contact__inner {
  top: 0;
  padding: 38px 104px 76px;
}
@media (max-width: 992px) {
  .elq-form.general-contact--multipage .general-contact__inner {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .elq-form.general-contact--multipage .general-contact__inner {
    padding: 30px 20px;
  }
}
.elq-form.general-contact--multipage .general-contact__form-item {
  margin-bottom: 37px;
}
@media (max-width: 576px) {
  .elq-form.general-contact--multipage .general-contact__form-item {
    margin-bottom: 25px;
  }
}
.elq-form.general-contact--multipage .general-contact__form-label {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 9px;
}
.elq-form {
  /* Form Grid Rows */
}
.elq-form .row {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .elq-form .row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.elq-form .row--big {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.elq-form .row {
  /* Validation Messages */
}
.elq-form .row > .LV_invalid {
  font-size: 13px;
  color: var(--error-red);
}
.elq-form .row > .LV_valid {
  font-size: 13px;
  color: var(--success-green);
}
.elq-form .row > .elq-field-style > .select {
  padding-bottom: 31px;
}
.elq-form .row > .elq-field-style > .select > .new-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.elq-form {
  /* Form Labels */
}
.elq-form .elq-label {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .elq-form .elq-label {
    font-size: 15px;
    line-height: 23px;
  }
}
.elq-form .elq-label--small {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 9px;
}
@media (max-width: 992px) {
  .elq-form .elq-label--small {
    margin-bottom: 12px;
  }
}
.elq-form {
  /* Text Inputs */
}
.elq-form .elq-item-input {
  display: block;
  width: 100%;
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--grey-light);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .elq-form .elq-item-input {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .elq-form .elq-item-input {
    font-size: 15px;
  }
}
.elq-form .elq-item-input::-webkit-input-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-medium);
}
.elq-form .elq-item-input::-moz-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-medium);
}
.elq-form .elq-item-input:-ms-input-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-medium);
}
.elq-form .elq-item-input::-ms-input-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-medium);
}
.elq-form .elq-item-input::placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-medium);
}
@media (max-width: 768px) {
  .elq-form .elq-item-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .elq-form .elq-item-input::-moz-placeholder {
    font-size: 18px;
  }
  .elq-form .elq-item-input:-ms-input-placeholder {
    font-size: 18px;
  }
  .elq-form .elq-item-input::-ms-input-placeholder {
    font-size: 18px;
  }
  .elq-form .elq-item-input::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .elq-form .elq-item-input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .elq-form .elq-item-input::-moz-placeholder {
    font-size: 15px;
  }
  .elq-form .elq-item-input:-ms-input-placeholder {
    font-size: 15px;
  }
  .elq-form .elq-item-input::-ms-input-placeholder {
    font-size: 15px;
  }
  .elq-form .elq-item-input::placeholder {
    font-size: 15px;
  }
}
.elq-form .elq-item-input:focus {
  outline: none;
  border-bottom-color: var(--black);
}
.elq-form {
  /* Textareas */
}
.elq-form .elq-item-textarea {
  display: block;
  width: 100%;
  height: 146px;
  border: 1px solid var(--grey-light);
  background-color: var(--white-bg);
  padding: 19px 23px 18px 25px;
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-dark);
  resize: none;
}
@media (max-width: 768px) {
  .elq-form .elq-item-textarea {
    font-size: 18px;
    padding: 12px 8px;
  }
}
@media (max-width: 576px) {
  .elq-form .elq-item-textarea {
    font-size: 15px;
    height: 130px;
  }
}
.elq-form .elq-item-textarea::-webkit-input-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
.elq-form .elq-item-textarea::-moz-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
.elq-form .elq-item-textarea:-ms-input-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
.elq-form .elq-item-textarea::-ms-input-placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
.elq-form .elq-item-textarea::placeholder {
  font-family: "Raleway-400", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 576px) {
  .elq-form .elq-item-textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .elq-form .elq-item-textarea::-moz-placeholder {
    font-size: 12px;
  }
  .elq-form .elq-item-textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .elq-form .elq-item-textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .elq-form .elq-item-textarea::placeholder {
    font-size: 12px;
  }
}
.elq-form .elq-item-textarea:focus {
  outline: none;
  border-color: var(--black);
}
.elq-form .elq-item-textarea--small {
  height: 69px !important;
}
.elq-form {
  /* Bottom Actions Block */
}
.elq-form .elq__form-block {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .elq-form .elq__form-block {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.elq-form .elq__form-terms {
  -ms-flex-preferred-size: 572px;
  flex-basis: 572px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .elq-form .elq__form-terms {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.elq-form .elq__form-terms p + p {
  margin-top: 5px;
}
.elq-form .elq__form-terms a {
  color: var(--grey-dark);
}
@media (min-width: 992px) {
  .elq-form .elq__form-terms a:hover, .elq-form .elq__form-terms a:focus {
    text-decoration: underline;
  }
}
.elq-form .elq__form-submit {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 227px;
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .elq-form .elq__form-submit {
    margin-left: 0;
  }
}
.elq-form {
  /* Checkbox Section */
}
.elq-form__form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 50px;
}
@media (max-width: 992px) {
  .elq-form__form-checkboxes {
    margin-bottom: 30px;
  }
}
.elq-form__form-checkboxes-subscription {
  padding-left: 25px !important;
  padding-top: 10px !important;
}
.elq-form__form-row {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 10px;
  margin-bottom: 13px;
}
@media (max-width: 576px) {
  .elq-form__form-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
  }
}
.elq-form__form-checkbox {
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 992px) {
  .elq-form__form-checkbox {
    font-size: 18px;
  }
}
.elq-form__form-checkbox::before {
  top: 4px;
}
@media (max-width: 992px) {
  .elq-form__form-checkbox::before {
    top: 3px;
  }
}
@media (max-width: 576px) {
  .elq-form__form-checkbox::before {
    top: 1px;
  }
}
.elq-form__form-checkbox::after {
  top: 11px;
}
@media (max-width: 992px) {
  .elq-form__form-checkbox::after {
    top: 10px;
  }
}
@media (max-width: 576px) {
  .elq-form__form-checkbox::after {
    top: 8px;
  }
}
.elq-form__form-title {
  margin: 73px 0 35px;
}
@media (max-width: 992px) {
  .elq-form__form-title {
    margin: 40px 0 20px;
  }
}
.elq-form__form-button {
  text-align: center;
}

/* General Contact Wrapper */
.general-contact {
  background-color: var(--beige-light);
  padding-bottom: 8px;
  position: relative;
  top: -75px;
}
@media (max-width: 992px) {
  .general-contact {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .general-contact {
    top: -20px;
  }
}
.general-contact__inner {
  max-width: 1020px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 60px 75px 68px;
  position: relative;
  top: -94px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .general-contact__inner {
    top: -50px;
  }
}
@media (max-width: 992px) {
  .general-contact__inner {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .general-contact__inner {
    top: 0;
    padding: 30px 20px;
  }
}
.general-contact__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .general-contact__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .general-contact__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.corporate-contacts {
  padding: 96px 0 60px;
}
@media (max-width: 1200px) {
  .corporate-contacts {
    padding: 50px 0 20px;
  }
}
.corporate-contacts__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .corporate-contacts__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.corporate-contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.corporate-contacts__item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 33px 0 24px;
  border-left: 4px solid var(--aqua-bright);
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .corporate-contacts__item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 992px) {
  .corporate-contacts__item {
    padding: 0 25px 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .corporate-contacts__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 576px) {
  .corporate-contacts__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.corporate-contacts__item a {
  color: var(--grey-dark);
}
.corporate-contacts__item-title {
  color: var(--black);
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .corporate-contacts__item-title {
    font-size: 18px;
    line-height: 1.35;
  }
}
.corporate-contacts__item-address {
  font-size: 16px;
  line-height: 28px;
  margin: -1px 0 2px;
}
@media (max-width: 768px) {
  .corporate-contacts__item-address {
    font-size: 15px;
    line-height: 26px;
  }
}
.corporate-contacts__item-address-link {
  color: var(--grey-dark);
}
.corporate-contacts__item-address-link:hover {
  text-decoration: underline;
}
.corporate-contacts__item-name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.corporate-contacts__item-phone, .corporate-contacts__item-mail {
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .corporate-contacts__item-phone:hover, .corporate-contacts__item-phone:focus, .corporate-contacts__item-mail:hover, .corporate-contacts__item-mail:focus {
    border-bottom-color: inherit;
  }
}
@media (max-width: 768px) {
  .corporate-contacts__item-phone, .corporate-contacts__item-mail {
    font-size: 15px;
    line-height: 23px;
  }
}
.corporate-contacts__item-mail {
  margin-bottom: 6px;
}
.corporate-contacts__item-phone {
  white-space: nowrap;
  margin-bottom: -8px;
}
.corporate-contacts__banner {
  margin-bottom: 20px;
}

/* Top Header / Hero Section */
.csm-top {
  padding: 100px 0 148px;
}
@media (max-width: 1100px) {
  .csm-top {
    padding: 75px 0 40px;
  }
}
@media (max-width: 768px) {
  .csm-top {
    padding: 50px 0 10px;
  }
}
.csm-top__breadcrumb {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .csm-top__breadcrumb:hover, .csm-top__breadcrumb:focus {
    border-bottom-color: inherit;
  }
}
@media (max-width: 576px) {
  .csm-top__breadcrumb {
    font-size: 15px;
  }
}

/* Details Section */
.csm-details {
  padding: 52px 0 75px;
}
@media (max-width: 1100px) {
  .csm-details {
    padding-top: 75px;
  }
}
@media (max-width: 992px) {
  .csm-details {
    padding: 50px 0;
  }
}
.csm-details__inner {
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
}
.csm-details__breadcrumbs {
  margin-bottom: 89px;
}
@media (max-width: 1100px) {
  .csm-details__breadcrumbs {
    margin-bottom: 50px;
  }
}
.csm-details__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .csm-details__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.csm-details__main {
  -ms-flex-preferred-size: 735px;
  flex-basis: 735px;
  padding-right: 105px;
}
@media (max-width: 1100px) {
  .csm-details__main {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .csm-details__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.csm-details__eyebrow {
  margin-bottom: 23px;
}
.csm-details__title {
  margin-bottom: 12px;
}
.csm-details__title-text {
  margin-bottom: 20px;
}
.csm-details__devider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--grey-light);
  margin-bottom: 25px;
}
.csm-details {
  /* Quote Block */
}
.csm-details__quote {
  margin: 52px 0 42px;
  padding-left: 33px;
  position: relative;
  font-family: "Raleway-700", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .csm-details__quote {
    margin: 24px 0;
  }
}
@media (max-width: 992px) {
  .csm-details__quote {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .csm-details__quote {
    font-size: 18px;
    padding-left: 20px;
  }
}
.csm-details__quote::before {
  content: "";
  width: 4px;
  height: 80%;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.csm-details__subtitle {
  margin-bottom: 15px;
}
.csm-details__blue-title {
  color: var(--aqua);
  margin-bottom: 3px;
}
.csm-details {
  /* Background Informational Blocks */
}
.csm-details__background-block {
  background-color: var(--beige-light);
  padding: 50px 52px 55px;
  margin-bottom: 47px;
}
@media (max-width: 1100px) {
  .csm-details__background-block {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.csm-details__background-block__one_column {
  background-color: var(--beige-light);
  padding: 50px 52px 55px;
  margin-bottom: 47px;
  max-width: 250px;
}
.csm-details__background-block ul {
  list-style: none;
}
.csm-details__background-block li {
  padding-left: 24px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 992px) {
  .csm-details__background-block li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .csm-details__background-block li {
    font-size: 14px;
  }
}
.csm-details__background-block li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 10px;
  top: 10px;
}
.csm-details__background-block > p {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .csm-details__background-block > p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .csm-details__background-block > p {
    font-size: 14px;
  }
}
.csm-details__background-title {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .csm-details__background-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .csm-details__background-title {
    font-size: 16px;
  }
}
.csm-details {
  /* Disclaimer Section */
}
.csm-details__disclaimer {
  padding-top: 33px;
  border-top: 1px solid var(--grey-light);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
.csm-details__disclaimer p {
  margin-bottom: 10px;
}
.csm-details__disclaimer p:last-child {
  margin-bottom: 0;
}
.csm-details {
  /* Sidebar */
}
.csm-details__sidebar {
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .csm-details__sidebar {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
}
@media (max-width: 992px) {
  .csm-details__sidebar {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}
@media (max-width: 768px) {
  .csm-details__sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* Article content specific styles */
.cms-details__acrticle > p {
  margin-bottom: 24px;
}
.cms-details__acrticle ol {
  list-style: none;
  counter-reset: item;
  position: relative;
}
.cms-details__acrticle ol li {
  padding-left: 36px;
}
.cms-details__acrticle ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  font-family: "Raleway-700", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 12px;
}

.convert-form {
  /* Select overrides within convert-form */
}
.convert-form .select {
  border-bottom: 0;
}
.convert-form .new-select {
  padding: 6px 50px 3px 16px;
  background-color: var(--white-bg);
  border: 1px solid var(--grey-light);
}
@media (max-width: 768px) {
  .convert-form .new-select {
    padding: 3px 30px 3px 10px;
  }
}
@media (max-width: 576px) {
  .convert-form .new-select {
    padding-right: 40px !important;
  }
}
.convert-form .new-select::after {
  right: 17px !important;
  top: 16px !important;
}
@media (max-width: 768px) {
  .convert-form .new-select::after {
    right: 10px;
  }
}
@media (max-width: 576px) {
  .convert-form .new-select::after {
    top: 14px !important;
  }
}
.convert-form .new-select__list {
  max-height: 265px;
  overflow-y: auto;
}
.convert-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .convert-form__row {
    display: block;
    margin-bottom: 10px;
  }
}
.convert-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 152px;
  flex-basis: 152px;
  padding-right: 20px;
  font-family: "Raleway-600", sans-serif;
  font-size: 18px;
}
@media (max-width: 992px) {
  .convert-form__label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .convert-form__label {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.convert-form__input-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 152px);
}
@media (max-width: 576px) {
  .convert-form__input-wrap {
    max-width: 100%;
  }
}
.convert-form__input {
  background-color: var(--white-bg);
  border: 1px solid var(--grey-light);
  padding: 6px 16px 3px;
  width: 100%;
}
@media (max-width: 768px) {
  .convert-form__input {
    padding: 3px 10px;
  }
}
.convert-form__input:focus {
  border-color: var(--black);
}
.convert-form__actions {
  width: calc(100% - 152px);
  margin-left: auto;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .convert-form__actions {
    display: block;
  }
}
@media (max-width: 576px) {
  .convert-form__actions {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.convert-form__actions .convert-form__submit {
  margin-top: 19px;
  padding: 16px 84px 14px;
}
@media (max-width: 992px) {
  .convert-form__actions .convert-form__submit {
    padding: 12px 50px;
  }
}
@media (max-width: 576px) {
  .convert-form__actions .convert-form__submit {
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 14px;
  }
}
.convert-form__recaptcha-image, .convert-form__recaptcha {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
  height: auto;
}
.convert-form__recaptcha {
  display: none;
}
.convert-form__submit-wrap {
  display: none;
  width: calc(100% - 152px);
  margin-left: auto;
  margin-top: auto;
  text-align: right;
}
@media (max-width: 576px) {
  .convert-form__submit-wrap {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
}
.convert-form__submit-wrap .convert-form__submit {
  padding: 16px 94px 14px;
}
@media (max-width: 992px) {
  .convert-form__submit-wrap .convert-form__submit {
    padding: 12px 50px;
  }
}
@media (max-width: 576px) {
  .convert-form__submit-wrap .convert-form__submit {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.convert-form__result-wrap {
  margin-top: 4px;
  display: none;
}
.convert-form__result-text {
  background-color: rgba(31, 189, 201, 0.1);
  border: 1px solid var(--aqua-bright);
  padding: 17px 22px 13px;
  font-family: "Raleway-600", sans-serif;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .convert-form__result-text {
    padding: 8px 16px;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .convert-form__result-text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .convert-form__result-text {
    font-size: 16px;
  }
}

/* --- Card Component --- */
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--grey-dark);
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .card-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .card-title {
    font-size: 20px;
  }
}
.card-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .card-description {
    font-size: 13px;
  }
}
.card-media {
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 62%;
}
.card-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.card-link,
.card .play-card-link {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--aqua);
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.card-link::after {
  content: "→";
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.card-link:hover {
  color: var(--black);
}
.card-link:hover::after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* --- Theme Modifiers --- */
.tone--light .card-title {
  color: var(--white);
}
.tone--light .card-description {
  color: var(--grey-light);
}
.tone--light .card-link {
  color: var(--aqua-bright);
}
.tone--light .card-link:hover {
  color: var(--white);
}

/* --- Grid Variations --- */
.cards-grid-cardsTwoUp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .cards-grid-cardsTwoUp {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cards-grid-cardsTwoUp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .cards-grid-cardsTwoUp {
    gap: 30px;
  }
}

.cards-grid-cardsThreeUp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .cards-grid-cardsThreeUp {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cards-grid-cardsThreeUp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .cards-grid-cardsThreeUp {
    gap: 30px;
  }
}

/* --- Specific Card Layouts --- */
.cardsTwoUp--side .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 576px) {
  .cardsTwoUp--side .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cardsTwoUp--side .card-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .cardsTwoUp--side .card-media {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 24px;
  }
}
.cardsTwoUp--side .card-media .ratio::before {
  padding-top: 140%;
}
.cardsTwoUp--side .card-media img {
  border: 0;
}
.cardsTwoUp--side .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cardsThreeUp--portrait .card-media {
  width: 100%;
  margin-bottom: 24px;
}
.cardsThreeUp--portrait .card-image-cardsThreeUp {
  width: 100%;
  height: 259px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
}

.external-cards {
  padding: 104px 0 64px;
  /* Modifier for cream background */
}
.external-cards--cream {
  background-color: var(--beige-light);
}
@media (max-width: 1100px) {
  .external-cards {
    padding: 50px 0 15px;
  }
}
.external-cards__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin: 0 auto;
}
.external-cards__title {
  max-width: 650px;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 72px;
  /* Shared style for title and inner paragraphs */
}
.external-cards__title, .external-cards__title p {
  font-size: 56px;
}
@media (max-width: 1100px) {
  .external-cards__title, .external-cards__title p {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .external-cards__title, .external-cards__title p {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .external-cards__title, .external-cards__title p {
    font-size: 32px;
  }
}
@media (max-width: 1100px) {
  .external-cards__title {
    margin-bottom: 40px;
  }
}
.external-cards__item {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .external-cards__item:hover {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 576px) {
  .external-cards__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.external-cards__item-image {
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .external-cards__item-image {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media (max-width: 576px) {
  .external-cards__item-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: 300px;
  }
}
.external-cards__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.external-cards__item-video {
  position: relative;
}
.external-cards__item-content {
  padding: 39px 30px;
  background-color: var(--white);
  width: 100%;
}
@media (max-width: 768px) {
  .external-cards__item-content {
    padding: 26px 18px 30px;
  }
}
.external-cards__item-title {
  font-family: "Raleway-400", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.external-cards__item-title, .external-cards__item-title p {
  font-size: 36px;
}
@media (max-width: 1100px) {
  .external-cards__item-title, .external-cards__item-title p {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .external-cards__item-title, .external-cards__item-title p {
    font-size: 24px;
  }
}
.external-cards__item-text {
  font-size: 16px;
  margin-bottom: 16px;
}
.external-cards__item-link {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--aqua);
  white-space: nowrap;
}
.external-cards__item-link span {
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.external-cards__item-link::after {
  content: "";
  width: 20px;
  height: 21px;
  background: url(../images/icons/icon-external-link.svg) center center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.external-cards__item-link {
  /* Visited state handling */
}
.external-cards__item-link.visited::after {
  background-image: url(../images/icons/icon-external-link-visited.svg);
}
@media (min-width: 992px) {
  .external-cards__item-link:hover span, .external-cards__item-link:focus span {
    border-bottom-color: inherit;
  }
}

.external-links {
  background-color: var(--beige-light);
  padding: 104px 0 76px;
  /* Responsive padding adjustments */
}
@media (max-width: 1100px) {
  .external-links {
    padding: 50px 0;
  }
}
.external-links__inner {
  max-width: 1056px;
  padding: 0 15px;
  margin: 0 auto;
}
.external-links__title {
  line-height: 1.2;
  margin-bottom: 19px;
  /* Matching text and paragraph tags within the title */
}
.external-links__title, .external-links__title p {
  font-size: 56px;
}
@media (max-width: 1100px) {
  .external-links__title, .external-links__title p {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .external-links__title, .external-links__title p {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .external-links__title, .external-links__title p {
    font-size: 32px;
  }
}
.external-links__text {
  margin-bottom: 77px;
}
@media (max-width: 1100px) {
  .external-links__text {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .external-links__text {
    margin-bottom: 30px;
  }
}
.external-links__list {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  /* Switching to a single column for tablet and mobile */
}
@media (max-width: 768px) {
  .external-links__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.external-links__list-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .external-links__list-item {
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .external-links__list-item {
    margin-bottom: 12px;
    padding-left: 22px;
  }
}
.external-links__list-item::before {
  content: "";
  width: 20px;
  height: 25px;
  background: url(../images/icons/icon-external-link.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 992px) {
  .external-links__list-item::before {
    top: -1px;
  }
}
@media (max-width: 576px) {
  .external-links__list-item::before {
    width: 16px;
    height: 22px;
  }
}
.external-links__list-link {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* Desktop hover effect */
}
@media (min-width: 992px) {
  .external-links__list-link:hover, .external-links__list-link:focus {
    border-bottom-color: inherit;
  }
}
@media (max-width: 992px) {
  .external-links__list-link {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .external-links__list-link {
    font-size: 15px;
    line-height: 23px;
  }
}

/* --- Featured Photo Component --- */
.photo {
  position: relative;
  min-height: 852px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .photo {
    min-height: 700px;
  }
}
@media (max-width: 1200px) {
  .photo {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .photo {
    display: block;
    padding-top: 0;
  }
}
.photo {
  /* --- Background Logic --- */
}
.photo__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .photo__bg {
    position: static;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .photo__bg {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .photo__bg {
    height: 232px;
  }
}
.photo__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.photo {
  /* --- Content Box --- */
}
.photo__content {
  position: relative;
  background-color: var(--white);
  margin-bottom: -74px;
  max-width: 735px;
  padding: 86px 95px 74px 105px;
}
@media (max-width: 1200px) {
  .photo__content {
    max-width: 650px;
    margin-bottom: -50px;
    padding: 50px 40px;
  }
}
@media (max-width: 992px) {
  .photo__content {
    max-width: 500px;
    margin-bottom: -30px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .photo__content {
    margin: -56px 17px 0;
    max-width: 100%;
    padding: 25px 38px 27px;
  }
}
.photo__content ul, .photo__content ol {
  padding: 20px 0;
  list-style: none;
}
.photo__content ul li, .photo__content ol li {
  font-size: 20px;
  padding-left: 24px;
  position: relative;
}
.photo__content ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  left: 10px;
  top: 13px;
}
.photo__content ol {
  counter-reset: my-counter;
}
.photo__content ol li {
  counter-increment: my-counter;
}
.photo__content ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.photo__content-cta {
  max-width: 732px !important;
}
.photo__content-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.photo {
  /* --- Typography --- */
}
.photo__eyebrow {
  margin-bottom: 20px;
  color: var(--grey-dark);
}
.photo__title, .photo__title *, .photo__title::before, .photo__title::after {
  font-family: "Raleway-400", sans-serif;
}
.photo__title h1, .photo__title h2, .photo__title h3, .photo__title h4, .photo__title h5, .photo__title h6, .photo__title p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .photo__title h1, .photo__title h2, .photo__title h3, .photo__title h4, .photo__title h5, .photo__title h6, .photo__title p {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1100px) {
  .photo__title {
    font-size: 30px;
  }
}
.photo__description {
  font-size: 16px;
}
@media (max-width: 576px) {
  .photo__description {
    font-size: 15px;
    line-height: 23px;
  }
}
.photo__description + .photo__description {
  margin-top: 5px;
}
.resource-page__photo .photo__description {
  font-size: 20px;
}
.photo__link {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .photo__link {
    margin-top: 12px;
  }
}
.photo {
  /* --- Variations (Modifiers) --- */
}
.photo--dark .photo__content > ul > li::before {
  background-color: var(--white);
}
.photo--short {
  min-height: 560px;
}
@media (max-width: 1200px) {
  .photo--short {
    min-height: 500px;
  }
}
@media (max-width: 992px) {
  .photo--short {
    min-height: 400px;
  }
}
.photo--short .photo__content {
  margin-bottom: 0;
  padding: 76px 98px;
}
@media (max-width: 1200px) {
  .photo--short .photo__content {
    max-width: 650px;
    margin-left: 50px;
    padding: 50px 40px;
  }
}
@media (max-width: 992px) {
  .photo--short .photo__content {
    max-width: 500px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .photo--short .photo__content {
    margin: -56px 17px 0;
    max-width: 100%;
    padding: 25px 12px 30px 23px;
  }
}
.photo--claims {
  min-height: 528px;
  padding: 50px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .photo--claims {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .photo--claims {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .photo--claims {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 254px 0 0;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .photo--claims .photo__bg {
    position: absolute;
    height: 100%;
  }
}
.photo--claims .photo__content {
  margin-right: 105px;
  margin-bottom: 0;
  max-width: 600px;
  padding: 58px 105px 68px;
}
@media (max-width: 1200px) {
  .photo--claims .photo__content {
    max-width: 500px;
    margin-right: 50px;
    padding: 50px 40px;
  }
}
@media (max-width: 992px) {
  .photo--claims .photo__content {
    max-width: 450px;
    margin-right: 30px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .photo--claims .photo__content {
    margin: 0 0 20px;
    max-width: 100%;
    padding: 30px 12px 37px 23px;
  }
}

/* External helper */
.photo-cta-reverse img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hero-l1 {
  margin-bottom: 0;
  /* --- Slider Core Overrides --- */
}
.hero-l1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .hero-l1 .slick-track {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .hero-l1 .slick-track {
    display: block;
  }
}
.hero-l1 .slick-slide {
  height: auto;
}
.hero-l1 .slick-slide > div {
  height: 100%;
}
@media (max-width: 576px) {
  .hero-l1 .slick-list {
    overflow: visible;
  }
}
.hero-l1__inner {
  padding-left: 105px;
  position: relative;
}
@media (max-width: 1200px) {
  .hero-l1__inner {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .hero-l1__inner {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .hero-l1__inner {
    padding-left: 18px;
  }
}
.hero-l1__inner {
  /* v2 Specific Inner Reset */
}
@media (max-width: 992px) {
  .hero-l1__inner--v2 {
    padding-left: 0;
  }
}
.hero-l1 {
  /* --- Progress Counter (Version 1) --- */
}
.hero-l1__progress {
  position: absolute;
  left: 104px;
  top: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
@media (max-width: 1200px) {
  .hero-l1__progress {
    left: 25px;
    top: 235px;
  }
}
@media (max-width: 992px) {
  .hero-l1__progress {
    top: 170px;
  }
}
@media (max-width: 768px) {
  .hero-l1__progress {
    top: 160px;
  }
}
@media (max-width: 576px) {
  .hero-l1__progress {
    display: none;
  }
}
.hero-l1__progress-current, .hero-l1__progress-all {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 992px) {
  .hero-l1__progress-current, .hero-l1__progress-all {
    font-size: 14px;
    line-height: 17px;
  }
}
.hero-l1__progress-current {
  color: var(--grey-dark);
}
.hero-l1__progress-all {
  color: var(--grey-border-progress);
}
.hero-l1__progress-devider {
  display: inline-block;
  height: 40px;
  width: 1px;
  background-color: var(--grey-border-progress);
  margin: 6px 0;
}
.hero-l1 {
  /* --- Progress Circle (Inside Arrow for v2) --- */
}
.hero-l1__arrow--next .donut-front {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  stroke: var(--aqua-bright);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
  -webkit-transition: stroke-dashoffset 0s linear;
  transition: stroke-dashoffset 0s linear;
}
.hero-l1__arrow--next .donut-front.active {
  stroke-dashoffset: 0;
}
.hero-l1 {
  /* --- VERSION 2 Specific Styles --- */
}
.hero-l1--v2 .hero-l1__slide {
  min-height: 720px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__slide {
    min-height: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.hero-l1--v2 .hero-l1__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero-l1--v2 .hero-l1__media {
  width: 68.2%;
  position: relative;
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__media {
    width: 100%;
    height: 55vh;
    min-height: 300px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.hero-l1--v2 .hero-l1__media-inner {
  width: 100%;
  height: 100%;
}
.hero-l1--v2 .hero-l1__media-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-l1--v2 .hero-l1__content {
  width: 32.8%;
  background: var(--white);
  padding: 96px 45px 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__content {
    width: 100%;
    padding: 148px 20px 56px;
  }
}
.hero-l1--v2 {
  /* v2 Overrides for base slide elements */
}
.hero-l1--v2 .hero-l1__slide-image {
  position: static;
  width: auto;
  height: auto;
}
.hero-l1--v2 .hero-l1__slide-content {
  display: none;
}
.hero-l1--v2 {
  /* Controls Group for v2 */
}
.hero-l1--v2 .hero-l1__controls {
  position: absolute;
  left: 105px;
  bottom: 32px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1200px) {
  .hero-l1--v2 .hero-l1__controls {
    left: 50px;
  }
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__controls {
    margin: 12px 20px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: auto;
    top: calc(55vh + 30px);
    left: 0;
  }
}
@media (max-width: 768px) {
  .hero-l1--v2 .hero-l1__controls {
    left: 0;
  }
}
.hero-l1--v2 .hero-l1__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.hero-l1--v2 {
  /* Specialized Arrows for v2 */
}
.hero-l1--v2 .hero-l1__arrow {
  position: relative;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  background-size: 16px 17px;
}
.hero-l1--v2 .hero-l1__arrow svg {
  width: 48px;
  height: 48px;
}
.hero-l1--v2 .hero-l1__arrow .slider-arrow {
  width: 12px;
}
.hero-l1--v2 .hero-l1__arrow::before {
  background-size: 18px 17px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
}
.hero-l1--v2 .hero-l1__arrow--prev {
  background-position: left 15px center;
}
.hero-l1--v2 .hero-l1__arrow--prev::before {
  background-position: left 13px center;
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__arrow--prev::before {
    left: 0;
    width: 100%;
    background-position: 12px 50%;
  }
}
.hero-l1--v2 .hero-l1__arrow--next {
  background-position: left 18px center;
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__arrow--next {
    left: 0 !important;
  }
}
.hero-l1--v2 .hero-l1__arrow--next::before {
  background-position: left 12px center;
}
@media (max-width: 992px) {
  .hero-l1--v2 .hero-l1__arrow--next::before {
    left: 0;
    width: 100%;
    background-position: calc(100% - 15px) 50%;
  }
}
.hero-l1--v2 .hero-l1__arrow:hover::before, .hero-l1--v2 .hero-l1__arrow:focus-visible::before {
  opacity: 1;
}
.hero-l1 {
  /* --- VERSION 1 Original Slide Styles --- */
}
.hero-l1__slide {
  position: relative;
  min-height: 829px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .hero-l1__slide {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .hero-l1__slide {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .hero-l1__slide {
    min-height: 430px;
  }
}
@media (max-width: 576px) {
  .hero-l1__slide {
    min-height: 361px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.hero-l1__slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .hero-l1__slide-image {
    height: 361px;
  }
}
.hero-l1__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.hero-l1__slide-image img.hero-img-ready {
  opacity: 1;
}
.hero-l1__slide-wrap {
  height: 100%;
}
.hero-l1__slide-content {
  position: relative;
  max-width: 471px;
  background-color: var(--white);
  margin-left: -51px;
  margin-bottom: -1px;
  padding: 98px 40px 140px 126px;
  min-height: calc(100% - 197px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .hero-l1__slide-content {
    margin-left: -30px;
    padding: 35px 25px 100px 50px;
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .hero-l1__slide-content {
    margin-left: -10px;
    padding: 28px 19px 70px 40px;
    max-width: 360px;
    min-height: calc(100% - 140px);
  }
}
@media (max-width: 576px) {
  .hero-l1__slide-content {
    margin-left: 0;
    margin-top: 365px;
    padding: 28px 19px 75px 0;
    max-width: 100%;
    min-height: 280px;
  }
}
@media (max-width: 576px) {
  .hero-l1__slide-content-hide {
    min-height: 160px !important;
    background-color: transparent;
    margin-top: 265px;
  }
  .hero-l1__slide-content-hide .hero-l1__slide-title,
  .hero-l1__slide-content-hide .hero-l1__slide-desription {
    display: none;
  }
}
.hero-l1__slide-title, .hero-l1__slide-title *, .hero-l1__slide-title::before, .hero-l1__slide-title::after {
  font-family: "Raleway-400", sans-serif;
}
.hero-l1__slide-title h1,
.hero-l1__slide-title h2,
.hero-l1__slide-title h3,
.hero-l1__slide-title h4,
.hero-l1__slide-title h5,
.hero-l1__slide-title h6 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1.18;
  letter-spacing: -1px;
  margin-bottom: 17px;
}
@media (max-width: 1200px) {
  .hero-l1__slide-title h1,
  .hero-l1__slide-title h2,
  .hero-l1__slide-title h3,
  .hero-l1__slide-title h4,
  .hero-l1__slide-title h5,
  .hero-l1__slide-title h6 {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .hero-l1__slide-title h1,
  .hero-l1__slide-title h2,
  .hero-l1__slide-title h3,
  .hero-l1__slide-title h4,
  .hero-l1__slide-title h5,
  .hero-l1__slide-title h6 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .hero-l1__slide-title h1,
  .hero-l1__slide-title h2,
  .hero-l1__slide-title h3,
  .hero-l1__slide-title h4,
  .hero-l1__slide-title h5,
  .hero-l1__slide-title h6 {
    font-size: 36px;
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
  .hero-l1__slide-title h1,
  .hero-l1__slide-title h2,
  .hero-l1__slide-title h3,
  .hero-l1__slide-title h4,
  .hero-l1__slide-title h5,
  .hero-l1__slide-title h6 {
    font-size: 32px;
  }
}
.hero-l1__slide-desription {
  margin-bottom: 30px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .hero-l1__slide-desription {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-l1__slide-desription {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .hero-l1__slide-desription {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .hero-l1__slide-desription {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.hero-l1__slide-link {
  margin-top: auto;
  padding: 14px 46px;
}
.hero-l1 {
  /* --- Global Controls (Arrows & Pause) --- */
}
.hero-l1__arrow {
  position: absolute;
  bottom: 47px;
  z-index: 2;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  color: var(--aqua);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .hero-l1__arrow {
    bottom: 10px;
  }
}
@media (max-width: 992px) {
  .hero-l1__arrow {
    width: 55px;
    height: 55px;
    bottom: 0;
    background-size: 12px 18px;
  }
}
@media (max-width: 992px) {
  .hero-l1__arrow svg {
    width: 55px;
    height: 55px;
  }
}
.hero-l1__arrow::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.hero-l1__arrow .slider-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  display: block;
  width: 18px;
  height: auto;
  stroke: currentColor;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
@media (min-width: 992px) {
  .hero-l1__arrow:hover {
    color: var(--white);
  }
  .hero-l1__arrow:hover::before {
    opacity: 1;
  }
  .hero-l1__arrow:hover .slider-arrow {
    stroke: currentColor;
  }
}
.hero-l1__arrow--prev {
  left: 73px;
}
.hero-l1__arrow--prev .slider-arrow {
  stroke: var(--grey-border-progress);
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}
@media (max-width: 1200px) {
  .hero-l1__arrow--prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  .hero-l1__arrow--prev {
    left: 28px;
  }
}
@media (max-width: 576px) {
  .hero-l1__arrow--prev {
    left: 0;
  }
}
.hero-l1__arrow--next {
  left: 161px;
}
@media (max-width: 1200px) {
  .hero-l1__arrow--next {
    left: 88px;
  }
}
@media (max-width: 992px) {
  .hero-l1__arrow--next {
    left: 98px;
  }
}
@media (max-width: 576px) {
  .hero-l1__arrow--next {
    left: 73px;
  }
}
.hero-l1__arrow--next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: left 19px center;
}
.hero-l1__arrow--next svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hero-l1__arrow--next .donut-front {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  stroke: var(--aqua-bright);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
  -webkit-transition: stroke-dashoffset 0s linear;
  transition: stroke-dashoffset 0s linear;
}
.hero-l1__arrow--next .donut-front.active {
  stroke-dashoffset: 0;
}
.hero-l1__pause {
  position: absolute;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--grey-border-progress);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  left: 130px;
  z-index: 5;
}
.hero-l1__pause svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}
.hero-l1__pause .icon-play {
  display: none;
}
.hero-l1__pause.is-paused .icon-pause {
  display: none;
}
.hero-l1__pause.is-paused .icon-play {
  display: block;
}
.hero-l1__pause:hover, .hero-l1__pause:focus {
  color: var(--aqua-bright);
  outline: none;
}
.hero-l1__pause:empty::before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='2' width='3' height='12' fill='%23B8C3C6'/%3E%3Crect x='9' y='2' width='3' height='12' fill='%23B8C3C6'/%3E%3C/svg%3E");
}
.hero-l1__pause:empty.is-paused::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='4,2 14,8 4,14' fill='%23B8C3C6'/%3E%3C/svg%3E");
}
.hero-l1__pause:empty:hover::before, .hero-l1__pause:empty:focus::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='2' width='3' height='12' fill='%231FBDC9'/%3E%3Crect x='9' y='2' width='3' height='12' fill='%231FBDC9'/%3E%3C/svg%3E");
}
.hero-l1__pause:empty.is-paused:hover::before, .hero-l1__pause:empty.is-paused:focus::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='4,2 14,8 4,14' fill='%231FBDC9'/%3E%3C/svg%3E");
}
.hero-l1__pause {
  /* v1 vs v2 positioning overrides */
}
.hero-l1__pause_v2::before {
  width: 24px;
  height: 24px;
}
.hero-l1__pause-v1 {
  left: 350px !important;
  bottom: 56px !important;
}
@media (max-width: 1200px) {
  .hero-l1__pause-v1 {
    left: 225px !important;
    bottom: 20px !important;
  }
}
@media (max-width: 992px) {
  .hero-l1__pause-v1 {
    left: 200px !important;
    bottom: 5px !important;
  }
}
@media (max-width: 576px) {
  .hero-l1__pause-v1 {
    left: 150px !important;
    bottom: 5px !important;
  }
}

.hero-l2 {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .hero-l2 {
    margin-bottom: 20px;
  }
}
.hero-l2 {
  /* --- Video & Poster Section --- */
}
.hero-l2__video-poster {
  width: 100%;
  height: 100%;
}
.hero-l2__video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero-l2.hero-l2--small .hero-l2__content {
  min-height: 732px;
}
@media (max-width: 1200px) {
  .hero-l2.hero-l2--small .hero-l2__content {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .hero-l2.hero-l2--small .hero-l2__content {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .hero-l2.hero-l2--small .hero-l2__content {
    height: auto;
    min-height: auto;
  }
}
.hero-l2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .hero-l2__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--black);
  }
}
.hero-l2 {
  /* --- Left Side Content Area --- */
}
.hero-l2__content {
  width: 36.5%;
  min-height: 830px;
  background-color: var(--black);
  padding: 116px 70px 120px 15px;
  padding-left: 345px;
  color: var(--white);
}
@media (max-width: 1920px) {
  .hero-l2__content {
    padding-left: calc((100vw - 1230px) / 2);
  }
}
@media (max-width: 1300px) {
  .hero-l2__content {
    padding-left: calc((100vw - 1220px) / 2);
  }
}
@media (max-width: 1270px) {
  .hero-l2__content {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .hero-l2__content {
    width: 400px;
    min-height: 730px;
    padding: 50px 50px 30px;
  }
}
@media (max-width: 992px) {
  .hero-l2__content {
    width: 350px;
    min-height: 650px;
    padding: 25px 35px 35px 20px;
  }
}
@media (max-width: 768px) {
  .hero-l2__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: auto;
    min-height: auto;
    margin: -56px 30px 0;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 576px) {
  .hero-l2__content {
    margin: -56px 17px 0;
  }
}
.hero-l2__content .banner-new__button {
  margin-left: 0;
}
.hero-l2__breadcrumb {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .hero-l2__breadcrumb {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .hero-l2__breadcrumb {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.hero-l2__breadcrumb_font {
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .hero-l2__breadcrumb:hover, .hero-l2__breadcrumb:focus {
    border-bottom-color: inherit;
  }
}
.hero-l2__title {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .hero-l2__title {
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
  .hero-l2__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.hero-l2__small-title {
  font-size: 35px;
}
.hero-l2__small-title > h1, .hero-l2__small-title > p {
  font-size: 35px;
}
@media (max-width: 1200px) {
  .hero-l2__small-title {
    font-size: 35px;
  }
  .hero-l2__small-title > h1 {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .hero-l2__description {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero-l2__description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .hero-l2__description {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.hero-l2__description a {
  color: var(--aqua-bright);
}
.hero-l2__description a:hover, .hero-l2__description a:focus {
  color: var(--aqua);
  text-decoration: underline;
}
.hero-l2 {
  /* --- Gallery Section --- */
}
.hero-l2__gallery {
  width: 63.5%;
  position: relative;
}
@media (max-width: 1200px) {
  .hero-l2__gallery {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .hero-l2__gallery {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 576px) {
  .hero-l2__gallery {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .hero-l2__gallery {
    height: 232px;
  }
}
.hero-l2__gallery-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hero-l2__gallery-item--active {
  opacity: 1;
}
.hero-l2__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero-l2__jump {
  display: inline-block;
  position: relative;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--aqua);
  margin-top: 32px;
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .hero-l2__jump {
    font-size: 16px;
    margin-top: 15px;
  }
}
.hero-l2__jump::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid var(--aqua);
  border-left: 7px solid var(--transparent);
  border-right: 7px solid var(--transparent);
  position: absolute;
  right: 0;
  top: 50%;
  left: 105%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .hero-l2__jump:hover, .hero-l2__jump:focus {
    border-bottom-color: inherit;
  }
}
.hero-l2 {
  /* --- Quick Links Section --- */
}
.hero-l2__quick-title {
  margin: 77px 0 19px;
}
@media (max-width: 576px) {
  .hero-l2__quick-title {
    margin: 30px 0 10px;
  }
}
.hero-l2__quick-list {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .hero-l2__quick-list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 576px) {
  .hero-l2__quick-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.hero-l2__quick-one-column {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}
.hero-l2__quick-item {
  margin-bottom: 12px;
  line-height: 1.2;
}
.hero-l2__quick-link {
  font-size: 16px;
  color: var(--white);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .hero-l2__quick-link {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .hero-l2__quick-link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.hero-l2__quick-link--margin {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .hero-l2__quick-link:hover, .hero-l2__quick-link:focus {
    border-bottom-color: inherit;
  }
}
.hero-l2 {
  /* --- Search Form --- */
}
.hero-l2__search-form {
  margin-top: 35px;
}
@media (max-width: 992px) {
  .hero-l2__search-form {
    margin-top: 30px;
  }
}
.hero-l2__search-label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .hero-l2__search-label {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .hero-l2__search-label {
    font-size: 14px;
  }
}
.hero-l2__search-input {
  display: block;
  width: 100%;
  background-color: var(--transparent);
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--white);
  margin-bottom: 62px;
}
.hero-l2__search-input::-webkit-input-placeholder {
  color: var(--white);
}
.hero-l2__search-input::-moz-placeholder {
  color: var(--white);
}
.hero-l2__search-input:-ms-input-placeholder {
  color: var(--white);
}
.hero-l2__search-input::-ms-input-placeholder {
  color: var(--white);
}
.hero-l2__search-input::placeholder {
  color: var(--white);
}
@media (max-width: 992px) {
  .hero-l2__search-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .hero-l2__search-input::-moz-placeholder {
    font-size: 18px;
  }
  .hero-l2__search-input:-ms-input-placeholder {
    font-size: 18px;
  }
  .hero-l2__search-input::-ms-input-placeholder {
    font-size: 18px;
  }
  .hero-l2__search-input::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero-l2__search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .hero-l2__search-input::-moz-placeholder {
    font-size: 16px;
  }
  .hero-l2__search-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .hero-l2__search-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .hero-l2__search-input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .hero-l2__search-input {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero-l2__search-input {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .hero-l2__search-input {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.hero-l2__search-input:focus {
  outline: none;
}
.hero-l2__search-input option {
  color: var(--black);
}
.hero-l2 {
  /* --- Contacts Block (Floating Card) --- */
}
.hero-l2__contacts {
  margin: -110px 0 0;
  padding: 44px 32px 20px 61px;
  max-width: 600px;
  background-color: var(--white);
  position: relative;
}
@media (max-width: 1270px) {
  .hero-l2__contacts {
    padding-left: 35px;
    max-width: 1080px;
    margin-top: 0;
    background-color: var(--beige-light);
  }
}
@media (max-width: 1200px) {
  .hero-l2__contacts {
    margin: -70px 0 0;
  }
}
@media (max-width: 992px) {
  .hero-l2__contacts {
    padding: 25px 25px 15px;
  }
}
@media (max-width: 768px) {
  .hero-l2__contacts {
    padding: 25px 0 15px;
    margin: 0 10px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .hero-l2__contacts {
    padding: 25px 0 10px;
  }
}
.hero-l2__contacts--three {
  max-width: 850px;
  margin-top: -110px;
}
@media (max-width: 992px) {
  .hero-l2__contacts--three {
    max-width: 100%;
    margin: -50px 17px 0;
  }
}
.hero-l2__contacts--three .hero-l2__contacts-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .hero-l2__contacts--three .hero-l2__contacts-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .hero-l2__contacts--three .hero-l2__contacts-wrap {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .hero-l2__contacts--three .hero-l2__contacts-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hero-l2__contacts--three .hero-l2__contacts-column {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 768px) {
  .hero-l2__contacts--three .hero-l2__contacts-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 370px) {
  .hero-l2__contacts--three .hero-l2__contacts-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.hero-l2__contacts--full {
  max-width: 1230px;
  margin: -110px auto 0;
}
@media (max-width: 1200px) {
  .hero-l2__contacts--full {
    margin: -70px auto 0;
  }
}
@media (max-width: 992px) {
  .hero-l2__contacts--full {
    margin-left: 0;
  }
}
.hero-l2__contacts--full .hero-l2__contacts-wrap {
  width: 25%;
}
@media (max-width: 992px) {
  .hero-l2__contacts--full .hero-l2__contacts-wrap {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .hero-l2__contacts--full .hero-l2__contacts-wrap {
    width: 50%;
  }
}
.hero-l2__contacts--full .hero-l2__contacts-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .hero-l2__contacts--full .hero-l2__contacts-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hero-l2__contacts--full .hero-l2__contacts-column {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 992px) {
  .hero-l2__contacts--full .hero-l2__contacts-column {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 768px) {
  .hero-l2__contacts--full .hero-l2__contacts-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 370px) {
  .hero-l2__contacts--full .hero-l2__contacts-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.hero-l2__contacts-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.hero-l2__contacts-show {
  display: none;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  text-align: left;
}
@media (max-width: 768px) {
  .hero-l2__contacts-show {
    display: block;
  }
}
@media (max-width: 576px) {
  .hero-l2__contacts-show {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .hero-l2__contacts-show {
    max-width: 110px;
  }
}
.hero-l2__contacts-title {
  width: 252px;
  color: var(--black);
  padding-right: 20px;
}
@media (max-width: 768px) {
  .hero-l2__contacts-title {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-l2__contacts-list {
    display: none;
  }
}
@media (min-width: 769px) {
  .hero-l2__contacts-list {
    display: block !important;
  }
}
.hero-l2__contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .hero-l2__contacts-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hero-l2__contacts-column {
  -ms-flex-preferred-size: 252px;
  flex-basis: 252px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hero-l2__contacts-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 370px) {
  .hero-l2__contacts-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.hero-l2__contacts-item {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-dark);
}
@media (max-width: 370px) {
  .hero-l2__contacts-item {
    padding-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hero-l2__contacts-phone, .hero-l2__contacts-mail {
  display: inline-block;
  color: var(--grey-dark);
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .hero-l2__contacts-phone:hover, .hero-l2__contacts-phone:focus, .hero-l2__contacts-mail:hover, .hero-l2__contacts-mail:focus {
    color: var(--black);
  }
}
.hero-l2__contacts-phone {
  line-height: 1.1;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--transparent);
}
@media (min-width: 992px) {
  .hero-l2__contacts-phone:hover {
    border-bottom-color: var(--black);
  }
}
.hero-l2__contacts-mail {
  text-decoration: underline;
}
.hero-l2__contacts-link {
  margin: 0;
}
@media (max-width: 400px) {
  .hero-l2__contacts-link {
    max-width: 110px;
  }
}
@media (max-width: 370px) {
  .hero-l2__contacts-link {
    display: block;
    margin-left: auto;
  }
}
.hero-l2 {
  /* --- Main Form Wrapper --- */
}
.hero-l2__form-wrap {
  max-width: 1020px;
  margin: -110px auto 0;
  background-color: var(--white);
  padding: 60px 60px 41px 68px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .hero-l2__form-wrap {
    margin-top: -70px;
  }
}
@media (max-width: 992px) {
  .hero-l2__form-wrap {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 768px) {
  .hero-l2__form-wrap {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .hero-l2__form-wrap:hover {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
}
.hero-l2__form-title {
  font-family: "Raleway-400", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 49px;
}
@media (max-width: 992px) {
  .hero-l2__form-title {
    font-size: 32px;
    margin-bottom: 46px;
  }
}
.hero-l2__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -13px;
}
@media (max-width: 576px) {
  .hero-l2__form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
.hero-l2__form-item {
  max-width: 434px;
  width: 50%;
  padding: 0 13px;
}
@media (max-width: 576px) {
  .hero-l2__form-item {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .hero-l2__form-item + .hero-l2__form-item {
    margin-top: 45px;
  }
}
.hero-l2__form-label {
  display: block;
  margin-bottom: 17px;
  font-size: 16px;
  color: var(--grey-holder);
}
@media (max-width: 992px) {
  .hero-l2__form-label {
    font-size: 15px;
    line-height: 23px;
  }
}
.hero-l2__form-input {
  display: block;
  width: 100%;
  font-family: "Raleway-400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--grey-light);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hero-l2__form-input::-webkit-input-placeholder {
  color: var(--grey-dark);
}
.hero-l2__form-input::-moz-placeholder {
  color: var(--grey-dark);
}
.hero-l2__form-input:-ms-input-placeholder {
  color: var(--grey-dark);
}
.hero-l2__form-input::-ms-input-placeholder {
  color: var(--grey-dark);
}
.hero-l2__form-input::placeholder {
  color: var(--grey-dark);
}
@media (max-width: 992px) {
  .hero-l2__form-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .hero-l2__form-input::-moz-placeholder {
    font-size: 18px;
  }
  .hero-l2__form-input:-ms-input-placeholder {
    font-size: 18px;
  }
  .hero-l2__form-input::-ms-input-placeholder {
    font-size: 18px;
  }
  .hero-l2__form-input::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero-l2__form-input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .hero-l2__form-input::-moz-placeholder {
    font-size: 15px;
  }
  .hero-l2__form-input:-ms-input-placeholder {
    font-size: 15px;
  }
  .hero-l2__form-input::-ms-input-placeholder {
    font-size: 15px;
  }
  .hero-l2__form-input::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .hero-l2__form-input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l2__form-input::-moz-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l2__form-input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l2__form-input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l2__form-input::placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 992px) {
  .hero-l2__form-input {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero-l2__form-input {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .hero-l2__form-input {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.hero-l2__form-input:focus {
  outline: none;
  border-bottom-color: var(--black);
}
.hero-l2__form-bottom {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .hero-l2__form-bottom {
    margin-top: 35px;
  }
}
@media (max-width: 576px) {
  .hero-l2__form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .hero-l2__form-checkbox {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 43px;
  }
}
.hero-l2__form-submit {
  margin-left: 40px;
}
@media (max-width: 576px) {
  .hero-l2__form-submit {
    margin-left: 0;
  }
}
.hero-l2 {
  /* --- Language Switcher --- */
}
.hero-l2__language-block {
  margin-bottom: 43px;
  margin-top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
@media (max-width: 992px) {
  .hero-l2__language-block {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .hero-l2__language-block {
    font-size: 12px;
  }
}
.hero-l2__language-block.right-top {
  position: absolute;
  top: 7px;
  right: 0;
}
.hero-l2__language-block.right-top .hero-l2__language-list {
  background-color: var(--transparent);
}
.hero-l2__language-block.right-top .hero-l2__language-current,
.hero-l2__language-block.right-top .hero-l2__language-button {
  color: var(--grey-dark);
}
.hero-l2__language-block.right-top .hero-l2__language-current::before {
  border-top-color: var(--grey-dark);
}
.hero-l2__language-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 13px;
  position: relative;
  color: var(--aqua-bright);
}
.hero-l2__language-current {
  max-width: 100%;
  font-family: "Raleway-700", sans-serif;
  color: var(--aqua-bright);
  text-align: left;
  position: relative;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .hero-l2__language-current {
    padding-left: 16px;
  }
}
.hero-l2__language-current::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid var(--aqua-bright);
  border-left: 7px solid var(--transparent);
  border-right: 7px solid var(--transparent);
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 992px) {
  .hero-l2__language-current::before {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
@media (max-width: 400px) {
  .hero-l2__language-current::before {
    top: 4px;
  }
}
.hero-l2__language-current.active::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.hero-l2__language-button {
  width: 100%;
  font-family: "Raleway-500", sans-serif;
  color: var(--aqua-bright);
  text-align: left;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero-l2__language-button.active {
  font-family: "Raleway-700", sans-serif;
}
.hero-l2__language-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  list-style: none;
  max-width: 100%;
  padding: 10px 5px 10px 22px;
  background-color: var(--black);
}
@media (max-width: 992px) {
  .hero-l2__language-list {
    padding: 5px 5px 5px 16px;
  }
}

/* --- Secondary Components (Info, Resources, Disclaimer) --- */
.hero-l2-info {
  padding: 20px 0 35px;
}
.hero-l2-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .hero-l2-info__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hero-l2-info__image {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
}
@media (max-width: 768px) {
  .hero-l2-info__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.hero-l2-info__image img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-l2-info__content {
  -ms-flex-preferred-size: 530px;
  flex-basis: 530px;
  padding-left: 33px;
  padding-bottom: 25px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .hero-l2-info__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}
.hero-l2-info__eyebrow {
  margin-bottom: 17px;
  color: var(--grey-dark);
}
.hero-l2-info__title {
  margin-bottom: 15px;
}
.hero-l2-info__description {
  margin-bottom: 20px;
}

.hero-l2-resources {
  padding: 35px 0 17px;
}
.hero-l2-resources__title {
  margin-bottom: 72px;
}
.hero-l2-resources__subtitle {
  max-width: 917px;
  margin-top: -50px;
  margin-bottom: 22px;
}
.hero-l2-resources__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -27px;
}
.hero-l2-resources__item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  margin-bottom: 53px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .hero-l2-resources__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .hero-l2-resources__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.hero-l2-resources__item-title {
  margin-bottom: 4px;
}
.hero-l2-resources__item-article {
  padding: 16px 0;
}
.hero-l2-resources__item-article + .hero-l2-resources__item-article {
  border-top: 1px solid var(--grey-light);
}
.hero-l2-resources__item-subtitle {
  display: inline-block;
  font-size: 16px;
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .hero-l2-resources__item-subtitle:hover, .hero-l2-resources__item-subtitle:focus {
    color: var(--aqua-bright);
  }
}
.hero-l2-resources__item-date {
  display: block;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
.hero-l2-resources__item-link {
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .hero-l2-resources__item-link {
    font-size: 18px;
  }
}
.hero-l2-resources__item-decription {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.57;
  color: var(--grey-holder);
  letter-spacing: 0.02em;
}

.hero-l2-disclaimer {
  padding: 77px 0 64px;
  background-color: var(--beige-light);
}
@media (max-width: 992px) {
  .hero-l2-disclaimer {
    padding: 35px 0;
  }
}
.hero-l2-disclaimer__text {
  font-size: 14px;
  line-height: 1.57;
  color: var(--black);
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .hero-l2-disclaimer__text {
    font-size: 13px;
    line-height: 1.3;
  }
}

/* --- Global Utility / Integration Overrides --- */
@media (max-width: 1270px) {
  .hero-l3 .hero-l2__contacts {
    margin-left: 80px;
  }
}

.herol2__button {
  margin-top: 50px;
}

.hero-l3 {
  position: relative;
  /* --- Modifiers --- */
}
.hero-l3--nolinks .hero-l3__description {
  -ms-flex-preferred-size: 860px;
  flex-basis: 860px;
}
@media (max-width: 1100px) {
  .hero-l3--nolinks .hero-l3__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .hero-l3--nolinks .hero-l3__title {
    margin-bottom: 40px !important;
  }
}
.hero-l3--onlytitle .hero-l3__title {
  margin-bottom: 0;
}
.hero-l3 {
  /* --- Main Content Section --- */
}
.hero-l3__content {
  padding: 80px 0 30px;
}
@media (max-width: 1200px) {
  .hero-l3__content {
    padding: 50px 0;
  }
}
.hero-l3__inner {
  position: relative;
}
.hero-l3__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .hero-l3__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .hero-l3__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .hero-l3__title {
    font-size: 32px;
  }
}
.hero-l3__subtitle {
  margin-bottom: 25px;
}
.hero-l3__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .hero-l3__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hero-l3__description {
  -ms-flex-preferred-size: 640px;
  flex-basis: 640px;
  margin: 0 144px 0 65px;
  padding-left: 46px;
  position: relative;
}
@media (max-width: 1200px) {
  .hero-l3__description {
    margin: 0 50px 0 45px;
  }
}
@media (max-width: 992px) {
  .hero-l3__description {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 768px) {
  .hero-l3__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .hero-l3__description {
    padding-left: 24px;
  }
}
.hero-l3__description::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 8px;
  top: 8px;
}
@media (max-width: 576px) {
  .hero-l3__description::before {
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
  }
}
@media (max-width: 992px) {
  .hero-l3__text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero-l3__text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 400px) {
  .hero-l3__text {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.hero-l3__text + .hero-l3__text {
  margin-top: 30px;
}
.hero-l3__text ul {
  padding-left: 21px;
  padding-top: 15px;
}
.hero-l3 {
  /* --- Actions Section --- */
}
.hero-l3__actions {
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
}
@media (max-width: 768px) {
  .hero-l3__actions {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 50px;
  }
}
@media (max-width: 576px) {
  .hero-l3__actions {
    margin-left: 25px;
  }
}
.hero-l3__actions-title {
  display: block;
  font-family: "Raleway-700", sans-serif;
  line-height: 1.35;
  margin-bottom: 24px;
  color: var(--aqua);
}
@media (max-width: 992px) {
  .hero-l3__actions-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .hero-l3__actions-title {
    font-size: 15px;
    line-height: 23px;
  }
}
.hero-l3__actions-list {
  list-style: none;
}
.hero-l3__actions-list--big {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.hero-l3__actions-item {
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .hero-l3__actions-item {
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
  .hero-l3__actions-item {
    margin-bottom: 5px;
  }
}
.hero-l3__actions-item:last-child {
  margin-bottom: 0;
}
.hero-l3__actions-link {
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .hero-l3__actions-link {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 400px) {
  .hero-l3__actions-link {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 992px) {
  .hero-l3__actions-link:hover, .hero-l3__actions-link:focus {
    border-bottom-color: inherit;
  }
}
.hero-l3__actions-quote-wrap {
  text-align: right;
  padding-right: 58px;
}
@media (max-width: 1200px) {
  .hero-l3__actions-quote-wrap {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .hero-l3__actions-quote-wrap {
    text-align: left;
  }
}
.hero-l3__actions-quote {
  padding: 15px 50px 14px;
}
.hero-l3 {
  /* --- Contacts Section --- */
}
.hero-l3__contacts {
  background-color: var(--beige-light);
  padding: 58px 15px 18px;
}
@media (max-width: 992px) {
  .hero-l3__contacts {
    padding: 40px 15px 20px;
  }
}
.hero-l3__contacts .hero-l2__contacts {
  max-width: 1080px;
  padding: 0 0 0 35px;
  margin: 0 auto;
  background-color: var(--beige-light);
}
@media (max-width: 1270px) {
  .hero-l3__contacts .hero-l2__contacts {
    margin-left: 80px;
  }
}
@media (max-width: 1200px) {
  .hero-l3__contacts .hero-l2__contacts {
    margin-left: 60px;
  }
}
@media (max-width: 1100px) {
  .hero-l3__contacts .hero-l2__contacts {
    padding-left: 0;
    margin-left: 90px;
  }
}
@media (max-width: 992px) {
  .hero-l3__contacts .hero-l2__contacts {
    padding: 25px 25px 15px;
    margin-left: 30px;
  }
}
@media (max-width: 576px) {
  .hero-l3__contacts .hero-l2__contacts {
    padding: 25px 0 10px;
  }
}
.hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-title,
.hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap,
.hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-title,
.hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap,
.hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-title,
.hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap,
.hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-title,
.hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap,
.hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-column {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media (max-width: 1100px) {
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-column {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 992px) {
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-column {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 768px) {
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 370px) {
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-column, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap,
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1100px) {
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 992px) {
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    margin-left: 33.333%;
  }
}
@media (max-width: 768px) {
  .hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap, .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: 0;
  }
}
.hero-l3__contacts .hero-l2__contacts--2 .hero-l2__contacts-wrap {
  margin-left: 0 !important;
}
.hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap {
  margin-left: 20%;
}
@media (max-width: 1100px) {
  .hero-l3__contacts .hero-l2__contacts--3 .hero-l2__contacts-wrap {
    margin-left: 25%;
  }
}
.hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap {
  margin-left: 40%;
}
@media (max-width: 1100px) {
  .hero-l3__contacts .hero-l2__contacts--4 .hero-l2__contacts-wrap {
    margin-left: 50%;
  }
}
.hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap {
  margin-left: 60%;
}
@media (max-width: 1100px) {
  .hero-l3__contacts .hero-l2__contacts--5 .hero-l2__contacts-wrap {
    margin-left: 50%;
  }
}
.hero-l3__contacts .hero-l2__contacts .hero-l2__contacts-heading {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .hero-l3__contacts .hero-l2__contacts .hero-l2__contacts-heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hero-l3__contacts .hero-l2__contacts .hero-l2__contacts-title,
.hero-l3__contacts .hero-l2__contacts .hero-l2__contacts-wrap {
  width: 215px;
}
@media (max-width: 768px) {
  .hero-l3__contacts .hero-l2__contacts .hero-l2__contacts-title,
  .hero-l3__contacts .hero-l2__contacts .hero-l2__contacts-wrap {
    width: 50%;
  }
}
.hero-l3__contacts .hero-l2__contacts .hero-l2__contacts-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 400px) {
  .hero-l2__form-input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l2__form-input::-moz-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l2__form-input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l2__form-input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .hero-l1__slide-desription, .hero-l2__breadcrumb, .hero-l2__description, .hero-l2__quick-link,
  .hero-l2__form-input, .hero-l2__form-input::placeholder, div.select .new-select,
  div.select .new-select__item span, .checkbox-label, .general-contact__form-input,
  .general-contact__form-message, .hero-l2__contacts-item, .accordion__item-text,
  .banner__description, .disaster-banner__text span, .breadcrumbs__list-link,
  .case-study__description, .corporate-contacts__item-address, .corporate-contacts__item-phone,
  .corporate-contacts__item-name, .corporate-contacts__item-mail, .csm-details__background-text,
  .csm-details__background-item, .csm-details__disclaimer, .csm-top__breadcrumb,
  .external-cards__item-text, .external-links__list-link, .leadership__item-position,
  .leadership__item-text, .leadership__item-phone, .leadership__item-mail {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.highlight {
  padding: 120px 0 40px;
  background-color: var(--beige-light);
}
@media (max-width: 1100px) {
  .highlight {
    padding: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  .highlight {
    padding: 19px 0 50px;
  }
}
.highlight__inner {
  padding-left: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .highlight__inner {
    padding-left: 50px;
  }
}
@media (max-width: 1100px) {
  .highlight__inner {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .highlight__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.highlight__content {
  -ms-flex-preferred-size: 478px;
  flex-basis: 478px;
  margin-right: 47px;
  padding-top: 28px;
}
@media (max-width: 1100px) {
  .highlight__content {
    margin-right: 40px;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .highlight__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
  }
}
.highlight__eyebrow {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .highlight__eyebrow {
    margin-bottom: 12px;
  }
}
.highlight__title {
  font-family: "Raleway-700", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .highlight__title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .highlight__title {
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.highlight__image {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
}
@media (max-width: 768px) {
  .highlight__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.highlight__image img {
  display: block;
  width: 100%;
  height: auto;
}
.highlight__video {
  position: relative;
}

.l2-simple {
  padding: 70px 0;
}
@media (max-width: 1100px) {
  .l2-simple {
    padding: 50px 0 25px;
  }
}
.l2-simple__inner {
  max-width: 1305px;
  padding: 0 15px;
  margin: 0 auto;
}
.l2-simple__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media (max-width: 1100px) {
  .l2-simple__title {
    font-size: 48px;
    margin-bottom: 39px;
  }
}
@media (max-width: 992px) {
  .l2-simple__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .l2-simple__title {
    font-size: 32px;
  }
}
.l2-simple__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .l2-simple__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l2-simple {
  /* --- Sidebar Logic --- */
}
.l2-simple__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 284px;
  flex-basis: 284px;
  margin-right: 45px;
}
@media (max-width: 1100px) {
  .l2-simple__sidebar {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .l2-simple__sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid var(--grey-light);
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
.l2-simple__sidebar {
  /* Override for specific info-cards variation */
}
.l2-simple__sidebar.info-cards__sidebar {
  border-bottom: none !important;
}
.l2-simple__sidebar-heading {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .l2-simple__sidebar-heading {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l2-simple__sidebar-title {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .l2-simple__sidebar-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .l2-simple__sidebar-title {
    font-size: 24px;
  }
}
.l2-simple__sidebar-button {
  display: none;
}
@media (max-width: 992px) {
  .l2-simple__sidebar-button {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
}
@media (max-width: 576px) {
  .l2-simple__sidebar-button {
    width: 20px;
    height: 20px;
  }
}
.l2-simple__sidebar-button::before, .l2-simple__sidebar-button::after {
  content: "";
  background-color: var(--grey-dark);
  position: absolute;
}
.l2-simple__sidebar-button::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
.l2-simple__sidebar-button::after {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l2-simple__sidebar-button--active::after {
  opacity: 0;
}
.l2-simple__sidebar-list {
  list-style: none;
}
@media (min-width: 992px) {
  .l2-simple__sidebar-list {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .l2-simple__sidebar-list {
    display: none;
    padding-top: 10px;
  }
}
.l2-simple__sidebar-item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .l2-simple__sidebar-item {
    margin-bottom: 19px;
  }
}
.l2-simple__sidebar-trigger {
  font-size: 20px;
  line-height: 34px;
  color: var(--grey-dark);
  border-bottom: 4px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
@media (max-width: 992px) {
  .l2-simple__sidebar-trigger {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .l2-simple__sidebar-trigger:hover, .l2-simple__sidebar-trigger:focus {
    color: var(--aqua-bright);
  }
}
.l2-simple__sidebar-trigger--active {
  border-bottom-color: var(--aqua-bright);
}
.l2-simple {
  /* --- Content Grid --- */
}
.l2-simple__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%;
}
@media (max-width: 992px) {
  .l2-simple__content {
    margin: 0 -8px;
  }
}
.l2-simple__column {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 15px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .l2-simple__column {
    padding: 0 8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .l2-simple__column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .l2-simple__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.l2-simple__item {
  display: block;
  width: 100%;
  min-height: 142px;
  background-color: var(--white-bg);
  border-left: 5px solid var(--aqua-bright);
  padding: 18px 9px 8px 13px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 480px) {
  .l2-simple__item {
    min-height: 125px;
    padding: 12px 10px 12px 17px;
  }
}
.l2-simple__item-title {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1100px) {
  .l2-simple__item-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .l2-simple__item-title {
    font-size: 16px;
  }
}

/* --- External Integration Classes --- */
.information__card-title {
  font-weight: 400;
  color: var(--grey-dark);
  font-size: 20px;
}

.info__cards-title {
  font-size: 15px;
  font-weight: 900;
  font-family: "Raleway-800", sans-serif;
  text-transform: uppercase;
}

.info__cards-subtitle {
  font-size: 38px;
}

/* --- Vacancy Block Component --- */
.vacancy-block {
  padding: 70px 0;
}
@media (max-width: 1200px) {
  .vacancy-block {
    padding: 75px 0;
  }
}
@media (max-width: 992px) {
  .vacancy-block {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .vacancy-block {
    padding: 40px 0;
  }
}
.vacancy-block > .container {
  max-width: 960px;
}
.vacancy-block__title {
  font-family: "Raleway-300", sans-serif;
  font-size: 56px;
  line-height: 1.2;
  color: var(--black);
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 1100px) {
  .vacancy-block__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .vacancy-block__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .vacancy-block__title {
    font-size: 32px;
  }
}
.vacancy-block__form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}
.vacancy-block__form .news-filtered__form-element {
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  max-width: 285px;
}
@media (max-width: 992px) {
  .vacancy-block__form .news-filtered__form-element {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .vacancy-block__form .news-filtered__form-element {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.vacancy-block__list {
  max-width: 1020px;
  margin: 0 auto;
}
.vacancy-block__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--grey-light);
  padding: 17px 0 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: var(--grey-dark);
}
.vacancy-block__item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .vacancy-block__item:hover, .vacancy-block__item:focus {
    background-color: var(--beige-light);
  }
}
.vacancy-block__item--heading {
  padding: 0 0 12px;
  cursor: default;
  pointer-events: none;
}
.vacancy-block__item--heading .vacancy-block__item-position,
.vacancy-block__item--heading .vacancy-block__item-department,
.vacancy-block__item--heading .vacancy-block__item-location {
  font-family: "Raleway-800", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: var(--grey-holder);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.vacancy-block__item-position {
  -ms-flex-preferred-size: 420px;
  flex-basis: 420px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .vacancy-block__item-position {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .vacancy-block__item-position {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.vacancy-block__item-department {
  -ms-flex-preferred-size: 315px;
  flex-basis: 315px;
  padding-right: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .vacancy-block__item-department {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .vacancy-block__item-department {
    display: none;
  }
}
.vacancy-block__item-location {
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .vacancy-block__item-location {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .vacancy-block__item-location {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

/* --- Job Details Block Component --- */
.job-block {
  padding: 82px 0 109px;
}
@media (max-width: 1200px) {
  .job-block {
    padding: 75px 0;
  }
}
@media (max-width: 992px) {
  .job-block {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .job-block {
    padding: 40px 0;
  }
}
.job-block__back {
  display: inline-block;
  margin-bottom: 66px;
  font-size: 16px;
  color: var(--grey-dark);
  border-bottom: 1px solid var(--transparent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .job-block__back {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .job-block__back {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .job-block__back:hover, .job-block__back:focus {
    color: var(--aqua-bright);
    border-bottom-color: currentColor;
  }
}
.job-block__title {
  margin-bottom: 10px;
}
.job-block__subtitle {
  margin-bottom: 3px;
}
.job-block__breadcrumbs {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .job-block__breadcrumbs {
    margin-bottom: 20px;
  }
}
.job-block__breadcrumbs-element {
  font-size: 16px;
  padding-right: 18px;
  margin-right: 9px;
  position: relative;
}
.job-block__breadcrumbs-element::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--aqua-bright);
  position: absolute;
  right: 0;
  top: 8px;
}
.job-block__breadcrumbs-element:last-child {
  padding-right: 0;
  margin-right: 0;
}
.job-block__breadcrumbs-element:last-child::after {
  display: none;
}
.job-block__load {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .job-block__load {
    margin-bottom: 20px;
  }
}
.job-block__load-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.job-block__load-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 493px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .job-block__load-label {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .job-block__load-label:hover .job-block__load-button::before {
    width: 100%;
  }
}
.job-block__load-name {
  width: 100%;
  max-width: 285px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid var(--grey-light);
  border-right: none;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .job-block__load-name {
    width: 50%;
    max-width: 50%;
  }
}
.job-block__load-name span {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-block__load-button {
  width: 100%;
  max-width: 198px;
  min-height: 51px;
  background-color: var(--aqua-bright);
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.35;
  color: var(--white);
  white-space: nowrap;
  position: relative;
}
@media (max-width: 576px) {
  .job-block__load-button {
    width: 50%;
    max-width: 50%;
  }
}
.job-block__load-button span {
  position: relative;
}
.job-block__load-button::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--aqua);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.job-block {
  /* --- Integration with General Contact --- */
}
.job-block__contact {
  top: 0 !important;
  background-color: var(--transparent);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 600px;
}
.job-block .general-contact__title {
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 1200px) {
  .job-block .general-contact__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .job-block .general-contact__title {
    margin-bottom: 20px;
  }
}
.job-block .general-contact__form-button {
  text-align: left;
}

.l1-links {
  padding: 70px 0;
}
@media (max-width: 1100px) {
  .l1-links {
    padding: 50px 0 25px;
  }
}
.l1-links .container {
  padding: 0;
}
.l1-links__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 72px;
}
@media (max-width: 1100px) {
  .l1-links__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .l1-links__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .l1-links__title {
    font-size: 32px;
  }
}
.l1-links__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  /* Modifier for 3-column layout */
}
.l1-links__block--three .l1-links__column {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}
@media (max-width: 1200px) {
  .l1-links__block--three .l1-links__column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .l1-links__block--three .l1-links__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.l1-links__block--three .l1-links__item-image {
  -ms-flex-preferred-size: 185px;
  flex-basis: 185px;
  height: 184px;
}
@media (max-width: 1200px) {
  .l1-links__block--three .l1-links__item-image {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    height: 160px;
  }
}
@media (max-width: 992px) {
  .l1-links__block--three .l1-links__item-image {
    -ms-flex-preferred-size: 161px;
    flex-basis: 161px;
    height: 130px;
  }
}
@media (max-width: 370px) {
  .l1-links__block--three .l1-links__item-image {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    height: 104px;
  }
}
.l1-links__block--three .l1-links__item-title {
  padding: 20px 23px 20px 20px;
}
.l1-links__column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 52px;
}
@media (max-width: 1100px) {
  .l1-links__column {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .l1-links__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 24px;
  }
}
.l1-links__item {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .l1-links__item:hover, .l1-links__item:focus {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
}
.l1-links__item-image {
  height: 228px;
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .l1-links__item-image {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    height: 160px;
  }
}
@media (max-width: 992px) {
  .l1-links__item-image {
    -ms-flex-preferred-size: 161px;
    flex-basis: 161px;
    height: 130px;
  }
}
@media (max-width: 370px) {
  .l1-links__item-image {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    height: 104px;
  }
}
.l1-links__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l1-links__item-title {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px 30px;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--grey-dark);
}
@media (max-width: 992px) {
  .l1-links__item-title {
    font-size: 18px;
    padding: 15px 20px;
  }
}
@media (max-width: 370px) {
  .l1-links__item-title {
    font-size: 15px;
  }
}

/* --- Vertical Slider Component --- */
.vertical {
  padding: 70px 0;
}
@media (max-width: 992px) {
  .vertical {
    padding: 75px 0 50px;
  }
}
@media (max-width: 576px) {
  .vertical {
    padding: 50px 0;
  }
}
.vertical__slider-wrap {
  position: relative;
}
.vertical__slide-inner {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .vertical__slide-inner {
    padding: 0 17px;
  }
}
.vertical__slide-container {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .vertical__slide-container {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .vertical__slide-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.vertical__slide-info {
  -ms-flex-preferred-size: 48.7%;
  flex-basis: 48.7%;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 65px;
}
@media (max-width: 1200px) {
  .vertical__slide-info {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .vertical__slide-info {
    padding-right: 30px;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 768px) {
  .vertical__slide-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
}
.vertical__slide-title {
  font-family: "Raleway-400", sans-serif;
  margin-bottom: 20px;
  font-size: 36px;
}
@media (max-width: 992px) {
  .vertical__slide-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .vertical__slide-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .vertical__slide-title {
    font-size: 24px;
  }
}
.vertical__slide-text {
  margin-bottom: 25px;
}
.vertical__slide-text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .vertical__slide-text {
    margin-bottom: 15px;
  }
}
.vertical__slide-image {
  -ms-flex-preferred-size: 51.3%;
  flex-basis: 51.3%;
  height: 419px;
}
@media (max-width: 992px) {
  .vertical__slide-image {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .vertical__slide-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .vertical__slide-image {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .vertical__slide-image {
    height: 200px;
  }
}
.vertical__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vertical {
  /* Slick Overrides */
}
.vertical .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.vertical .slick-slide.slick-active {
  opacity: 1;
}
.vertical {
  /* Navigation Sidebar */
}
.vertical__navigation-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  pointer-events: none;
  width: 100%;
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .vertical__navigation-wrap {
    display: none;
  }
}
.vertical__navigation {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vertical__navigation-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--grey-light);
  margin: 7px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.vertical__navigation-bullet--active {
  background-color: var(--aqua-bright);
}
.vertical__navigation-point {
  position: absolute;
  left: 50%;
  top: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--aqua-bright);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* --- Lock Scroll Section (Sticky Effects) --- */
.lock-scroll {
  padding: 0 0 40px;
}
@media (max-width: 1100px) {
  .lock-scroll {
    padding: 50px 0 30px;
  }
}
.lock-scroll .accordion {
  display: none;
}
.lock-scroll__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lock-scroll__block--fixed .lock-scroll__image-inner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.lock-scroll__block--fixed .lock-scroll__image-wrap {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 0;
}
@media (max-width: 576px) {
  .lock-scroll__block--fixed .lock-scroll__image-wrap {
    padding: 0 17px;
  }
}
.lock-scroll__block--fixed .lock-scroll__image-content {
  width: 50%;
}
.lock-scroll__block--absolute .lock-scroll__image-wrap {
  position: relative;
}
.lock-scroll__block--absolute .lock-scroll__image-content {
  position: absolute;
  width: 100%;
}
.lock-scroll__sections {
  width: 50%;
  padding: 0 15px 0 25px;
}
@media (max-width: 1200px) {
  .lock-scroll__sections {
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .lock-scroll__sections {
    width: 100%;
    padding: 0;
  }
}
.lock-scroll__section {
  height: 60vh;
  min-height: 400px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .lock-scroll__section {
    height: auto;
    min-height: auto;
    padding: 0;
    margin-bottom: 57px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lock-scroll__section-image {
  display: none;
}
@media (max-width: 768px) {
  .lock-scroll__section-image {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .lock-scroll__section-image {
    margin-bottom: 34px;
  }
}
.lock-scroll__info {
  -ms-flex-preferred-size: 495px;
  flex-basis: 495px;
}
@media (max-width: 768px) {
  .lock-scroll__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.lock-scroll__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1100px) {
  .lock-scroll__title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .lock-scroll__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.lock-scroll__text {
  max-width: 390px;
}
@media (max-width: 1100px) {
  .lock-scroll__text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .lock-scroll__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .lock-scroll__text {
    max-width: 100%;
  }
}
.lock-scroll__list {
  list-style: none;
  margin-top: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media (max-width: 992px) {
  .lock-scroll__list {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .lock-scroll__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.lock-scroll__list-item {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 5px;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 992px) {
  .lock-scroll__list-item {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .lock-scroll__list-item {
    font-size: 15px;
  }
}
.lock-scroll__list-item::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 10px;
  top: 6px;
}
.lock-scroll__image-outer {
  width: 50%;
}
@media (max-width: 768px) {
  .lock-scroll__image-outer {
    display: none;
  }
}
.lock-scroll__image-content {
  height: 60vh;
  min-height: 400px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lock-scroll__image {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.lock-scroll__image img {
  display: block;
  width: 100%;
  height: auto;
}
.lock-scroll__image--background {
  height: 100%;
}
.lock-scroll__image-body {
  width: 100%;
  height: 100%;
  background-image: url(../images/lock-scroll-image1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.lock-scroll__navigation {
  position: absolute;
  left: calc(-100% - 45px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .lock-scroll__navigation {
    left: calc(-100% - 30px);
  }
}
.lock-scroll__navigation-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--grey-light);
  margin: 7px 0;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.lock-scroll__navigation-bullet--active {
  background-color: var(--aqua-bright);
}
.lock-scroll__navigation-point {
  position: absolute;
  left: 50%;
  top: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--aqua-bright);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.login__list-title {
  border-bottom: 1px solid var(--grey-light);
  color: var(--grey-dark);
  width: 100%;
  display: block;
  position: relative;
}
.login__list-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid var(--grey-dark);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 3px;
  top: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.login__list-title {
  /* Active state for the dropdown arrow */
}
.login__list-title-active::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.login__list {
  max-height: 300px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  left: 0;
  list-style: none;
  z-index: 3;
  width: 100%;
  padding: 20px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.login__list-item {
  margin: 10px 0;
}
.login__list-item:first-of-type {
  margin-top: 0;
}
.login__list-item:last-of-type {
  margin-bottom: 0;
}
.login__list-item a {
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.login__list-item a:hover {
  border-bottom: 2px solid var(--grey-dark);
}

/* --- Login Specific Full-Screen Modal --- */
.login-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: var(--beige-light);
}
@media (max-width: 650px) {
  .login-modal {
    overflow-y: auto;
  }
}
.login-modal__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .login-modal__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}
.login-modal__content-wrap {
  -ms-flex-preferred-size: 43.75%;
  flex-basis: 43.75%;
  padding: 56px 67px 56px 0;
  padding-left: calc((100vw - 1230px) / 2);
}
@media (max-width: 1920px) {
  .login-modal__content-wrap {
    padding-left: calc((100vw - 1230px) / 2);
  }
}
@media (max-width: 1400px) {
  .login-modal__content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }
}
@media (max-width: 1300px) {
  .login-modal__content-wrap {
    padding-left: calc((100vw - 1220px) / 2);
  }
}
@media (max-width: 1270px) {
  .login-modal__content-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 1100px) {
  .login-modal__content-wrap {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 992px) {
  .login-modal__content-wrap {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding: 20px 30px 20px 0;
  }
}
@media (max-width: 650px) {
  .login-modal__content-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}
.login-modal__content-subwrap {
  height: 100%;
  position: relative;
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .login-modal__content-subwrap {
    padding: 40px 0 0;
  }
}
@media (max-width: 650px) {
  .login-modal__content-subwrap {
    padding: 60px 20px 30px;
  }
}
.login-modal__content {
  width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  overflow-y: auto;
}
@media (max-width: 650px) {
  .login-modal__content {
    height: auto;
    max-height: auto;
  }
}
.login-modal__close {
  position: absolute;
  left: 0;
  top: 0;
  width: 49px;
  height: 49px;
  background: url(../images/icons/close.svg) center center/25px 25px no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1400px) {
  .login-modal__close {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 650px) {
  .login-modal__close {
    width: 30px;
    height: 30px;
    left: 20px;
    top: 15px;
    background-size: 20px 20px;
  }
}
@media (min-width: 992px) {
  .login-modal__close:hover, .login-modal__close:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.login-modal__title {
  font-family: "Raleway-300", sans-serif;
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .login-modal__title {
    font-size: 48px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1200px) {
  .login-modal__title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .login-modal__title {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  .login-modal__title {
    font-size: 32px;
  }
}
.login-modal__description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  margin-bottom: 9.4vh;
}
@media (max-width: 1400px) {
  .login-modal__description {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .login-modal__description {
    margin-bottom: 20px;
  }
}
.login-modal__image {
  -ms-flex-preferred-size: 56.25%;
  flex-basis: 56.25%;
}
@media (max-width: 1100px) {
  .login-modal__image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 992px) {
  .login-modal__image {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 650px) {
  .login-modal__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 400px;
  }
}
.login-modal__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.login-modal {
  /* Login Modal Form Customization */
}
.login-modal .elq-form .row {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.login-modal .elq-form .row--nomargin {
  margin-bottom: 0;
}
.login-modal .elq-form .elq-label {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .login-modal .elq-form .elq-label {
    margin-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .login-modal .elq-form .elq-field-style {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .login-modal .elq-form .elq-field-style {
    margin-bottom: 20px;
  }
}
.login-modal .elq-form .elq-item-input {
  background-color: transparent;
}
.login-modal .elq-form .elq__form-submit {
  margin-top: 7.4vh;
}
@media (max-width: 1400px) {
  .login-modal .elq-form .elq__form-submit {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .login-modal .elq-form .elq__form-submit {
    margin-top: 20px;
  }
}
.login-modal .row-links {
  margin-top: 20px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-modal .elq-form-forgotname,
.login-modal .elq-form-forgotpassword {
  display: inline-block;
  min-width: 159px;
  font-size: 14px;
  line-height: 1.57;
  color: var(--grey-holder);
  letter-spacing: 0.02em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .login-modal .elq-form-forgotname:hover, .login-modal .elq-form-forgotname:focus,
  .login-modal .elq-form-forgotpassword:hover,
  .login-modal .elq-form-forgotpassword:focus {
    color: var(--aqua-bright);
  }
}
.login-modal__form {
  width: 100%;
}
.login-modal .elq-form-forgotname {
  margin-right: 20px;
}

/* --- Generic Modal Component --- */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
}
.modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95vw;
  max-width: 1020px;
  height: auto;
  max-height: 95%;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 75px;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .modal__content {
    padding: 30px 20px;
  }
}
.modal__close {
  position: absolute;
  top: 87px;
  right: 75px;
  width: 21px;
  height: 21px;
}
@media (max-width: 1200px) {
  .modal__close {
    top: 40px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .modal__close {
    top: 30px;
    right: 20px;
  }
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: var(--aqua);
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (max-width: 576px) {
  .modal__close::before, .modal__close::after {
    height: 20px;
  }
}
.modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 45px;
  padding-right: 45px;
}
@media (max-width: 1200px) {
  .modal__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .modal__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .modal__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.modal {
  /* Variations */
}
.modal#modal-thanks .modal__close {
  top: 69px;
}
@media (max-width: 1200px) {
  .modal#modal-thanks .modal__close {
    top: 30px;
  }
}
@media (max-width: 576px) {
  .modal#modal-thanks .modal__close {
    top: 20px;
  }
}
@media (max-width: 1200px) {
  .modal#modal-thanks .modal__content {
    max-width: 800px;
    padding: 50px 30px;
  }
}
@media (max-width: 992px) {
  .modal#modal-thanks .modal__content {
    max-width: 600px;
  }
}
.modal#modal-thanks .modal__title {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .modal#modal-thanks .modal__title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .modal#modal-thanks .modal__title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .modal#modal-thanks .modal__title {
    font-size: 22px;
    padding-right: 0;
  }
}
.modal {
  /* Form Shared Modal Styles */
}
@media (max-width: 992px) {
  .modal .elq-field-style {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .modal .elq-label, .modal .elq-label--small {
    margin-bottom: 3px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .modal .elq-item-input {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .modal .elq-item-input {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .modal .elq-item-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .modal .elq-item-input::-moz-placeholder {
    font-size: 18px;
  }
  .modal .elq-item-input:-ms-input-placeholder {
    font-size: 18px;
  }
  .modal .elq-item-input::-ms-input-placeholder {
    font-size: 18px;
  }
  .modal .elq-item-input::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .modal .elq-item-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .modal .elq-item-input::-moz-placeholder {
    font-size: 16px;
  }
  .modal .elq-item-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .modal .elq-item-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .modal .elq-item-input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .modal .elq-item-textarea {
    height: 100px;
    padding: 8px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .modal .elq-item-textarea {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .modal .elq-item-textarea--small {
    height: 50px !important;
  }
}
@media (max-width: 992px) {
  .modal div.select .new-select__list {
    padding: 12px 5px 4px;
  }
}
@media (max-width: 992px) {
  .modal div.select .new-select__item span {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .modal div.select .new-select__item span {
    font-size: 16px;
  }
}

/* --- Convert Specific Modal --- */
@media (max-width: 400px) {
  .modal-convert {
    padding: 30px 10px;
  }
}
.modal-convert .modal__close {
  top: 69px;
  right: 76px;
}
@media (max-width: 1200px) {
  .modal-convert .modal__close {
    top: 40px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .modal-convert .modal__close {
    top: 30px;
    right: 20px;
  }
}
.modal-convert .modal__title {
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .modal-convert .modal__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .modal-convert .modal__title {
    margin-bottom: 20px;
  }
}
.modal-convert__wrap {
  min-height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .modal-convert__wrap {
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .modal-convert__wrap {
    min-height: 480px;
  }
}
.modal-convert__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .modal-convert__form {
    margin-bottom: 20px;
  }
}
.modal-convert__description {
  font-size: 16px;
}
@media (max-width: 992px) {
  .modal-convert__description {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .modal-convert__description {
    font-size: 12px;
  }
}

.news-carousel {
  padding-top: 76px;
  margin-bottom: 45px;
  background: -webkit-gradient(linear, left top, right top, from(var(--white)), color-stop(35.03%, var(--white)), color-stop(35.031%, var(--beige-light)), to(var(--beige-light)));
  background: linear-gradient(to right, var(--white) 0%, var(--white) 35.03%, var(--beige-light) 35.031%, var(--beige-light) 100%);
  min-height: 750px;
}
@media (max-width: 1100px) {
  .news-carousel {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .news-carousel {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--white)), color-stop(40%, var(--white)), color-stop(40.01%, var(--beige-light)), to(var(--beige-light)));
    background: linear-gradient(to bottom, var(--white) 0%, var(--white) 40%, var(--beige-light) 40.01%, var(--beige-light) 100%);
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.news-carousel__title {
  margin-left: 345px;
  margin-bottom: 40px;
  padding: 0 20px;
  max-width: 480px;
  font-size: 56px;
  line-height: 1.2;
}
@media (max-width: 1920px) {
  .news-carousel__title {
    margin-left: calc((100vw - 1230px) / 2);
  }
}
@media (max-width: 1200px) {
  .news-carousel__title {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 48px;
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .news-carousel__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .news-carousel__title {
    font-size: 32px;
    max-width: 240px;
  }
}
.news-carousel__wrap {
  position: relative;
  margin-left: 450px;
}
@media (max-width: 1920px) {
  .news-carousel__wrap {
    margin-left: calc((100vw - 1230px) / 2 + 105px);
  }
}
@media (max-width: 1200px) {
  .news-carousel__wrap {
    margin-left: 90px;
  }
}
@media (max-width: 576px) {
  .news-carousel__wrap {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .news-carousel__wrap {
    margin-left: 15px;
  }
}
.news-carousel .slick-list {
  padding: 15px 0 20px;
}
.news-carousel__big .slick-list {
  overflow: visible;
}
.news-carousel .slick-slide {
  padding: 0 15px;
  max-width: 410px;
  max-height: 452px;
}
@media (max-width: 768px) {
  .news-carousel .slick-slide {
    width: 295px;
    padding: 0 9px;
  }
}
@media (max-width: 480px) {
  .news-carousel .slick-slide {
    width: 100%;
    max-width: 470px !important;
    padding-left: 10px;
    padding-right: 25px;
  }
}
.news-carousel__slider {
  margin: 0 -15px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1200px) {
  .news-carousel__slider {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 992px) {
  .news-carousel__slider {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 480px) {
  .news-carousel__slider {
    margin: 0;
  }
}
.news-carousel__slider::before {
  content: "";
  width: 10px;
  height: 85%;
  background: -webkit-gradient(linear, left top, right top, from(var(--white)), to(transparent));
  background: linear-gradient(to right, var(--white), transparent);
  left: -1px;
  top: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  .news-carousel__slider::before {
    display: none;
  }
}
.news-carousel__big .news-carousel__slider {
  padding-bottom: 560px;
}
.news-carousel__slide {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .news-carousel__slide:hover, .news-carousel__slide:focus {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
}
.news-carousel__slide-image {
  width: 100%;
  position: relative;
  padding-bottom: 52.7%;
}
.news-carousel__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.news-carousel__slide-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 17px 17px 40px;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .news-carousel__slide-info {
    padding-bottom: 15px;
  }
}
.news-carousel__slide-info > p {
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-carousel__slide-eyebrow {
  margin-bottom: 14px;
}
.news-carousel__slide-description {
  font-size: 14px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-carousel__arrow {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  color: var(--aqua);
}
.news-carousel__arrow::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.news-carousel__arrow .slider-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  display: block;
  width: 18px;
  height: auto;
  stroke: currentColor;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
@media (min-width: 992px) {
  .news-carousel__arrow:hover {
    color: var(--white);
  }
  .news-carousel__arrow:hover::before {
    opacity: 1;
  }
  .news-carousel__arrow:hover .slider-arrow {
    stroke: currentColor;
  }
}
@media (max-width: 992px) {
  .news-carousel__arrow {
    width: 55px;
    height: 55px;
    background-size: 12px 18px;
  }
  .news-carousel__arrow .donut {
    width: 55px;
    height: auto;
  }
  .news-carousel__arrow .slider-arrow {
    width: 14px;
  }
}
.news-carousel__arrow--prev {
  left: 15px;
}
.news-carousel__arrow--prev .slider-arrow {
  stroke: var(--grey-border-progress);
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
@media (max-width: 992px) {
  .news-carousel__arrow--prev {
    background-position: left 19px center;
  }
}
.news-carousel__arrow--next {
  left: 105px;
}
@media (max-width: 992px) {
  .news-carousel__arrow--next {
    left: 80px;
    background-position: left 23px center;
  }
}
.news-carousel__arrow--next svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news-carousel__arrow--next .donut-front {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  stroke: var(--aqua-bright);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
  -webkit-transition: stroke-dashoffset 0s linear;
  transition: stroke-dashoffset 0s linear;
}
.news-carousel__arrow--next .donut-front.active {
  stroke-dashoffset: 0;
}
.news-carousel__progress {
  position: absolute;
  left: -80px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .news-carousel__progress {
    left: -65px;
  }
}
@media (max-width: 576px) {
  .news-carousel__progress {
    display: none;
  }
}
.news-carousel__progress-current, .news-carousel__progress-all {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.news-carousel__progress-current {
  color: var(--grey-dark);
}
.news-carousel__progress-all {
  color: #B8C3C6;
}
.news-carousel__progress-devider {
  height: 40px;
  width: 1px;
  background-color: #B8C3C6;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .news-carousel__progress-current, .news-carousel__progress-all {
    font-size: 14px;
    line-height: 17px;
  }
}

.news-details {
  padding: 52px 0 100px;
}
@media (max-width: 1100px) {
  .news-details {
    padding: 75px 0;
  }
}
@media (max-width: 992px) {
  .news-details {
    padding: 50px 0;
  }
}
.news-details--wide .news-details__inner {
  max-width: 1085px;
}
.news-details--wide .news-details__sidebar {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}
@media (max-width: 992px) {
  .news-details--wide .news-details__sidebar {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}
@media (max-width: 768px) {
  .news-details--wide .news-details__sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.news-details__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin: 0 auto;
}
.news-details__breadcrumbs {
  margin-bottom: 25px;
}
.news-details__big-image {
  display: block;
  width: 100%;
  max-height: 565px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-details__block {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .news-details__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.news-details__block__one_column {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .news-details__block__one_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-details__block__one_column .news-details__writting {
  border-bottom: 0;
  position: relative;
}
@media (max-width: 768px) {
  .news-details__block__one_column .news-details__writting {
    width: 100%;
  }
}
.news-details__block__one_column .news-details__writting::after {
  content: "";
  width: calc(100% - 320px);
  height: 1px;
  background-color: var(--grey-light);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .news-details__block__one_column .news-details__writting::after {
    width: 100%;
  }
}
.news-details__main {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (max-width: 992px) {
  .news-details__main {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .news-details__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 50px;
    width: 100%;
  }
}
.news-details__main p {
  margin-bottom: 24px;
}
.news-details__main p a {
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-details__main p a:hover, .news-details__main p a:focus {
  color: var(--aqua-bright);
}
.news-details__main h4 {
  margin-bottom: 27px;
}
.news-details__main .news__article-text {
  padding-top: 25px;
}
.news-details__eyebrow {
  margin-bottom: 23px;
}
.news-details__title {
  margin-bottom: 15px;
}
.news-details__writting {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--grey-light);
}
.news-details__writting > * {
  margin-right: 98px;
}
.news-details__writting-date {
  color: var(--grey-dark);
  font-size: 16px;
}
.news-details__writting-author {
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-details__writting-author:hover, .news-details__writting-author:focus {
  color: var(--aqua-bright);
}
.news-details__sidebar {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .news-details__sidebar {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .news-details__sidebar {
    width: 100%;
    padding-left: 0;
  }
}
.news-details__sidebar__one_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  text-align: start;
}
.news-details__sidebar__one_column::after {
  width: 100% !important;
}
@media (max-width: 768px) {
  .news-details__sidebar__one_column {
    float: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
.news-details__person {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .news-details__person {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .news-details__person {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.news-details__person-photo {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  height: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news-details__person-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-details__person p {
  padding-left: 30px;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 480px) {
  .news-details__person p {
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .news-details__person-responsibility {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .news-details__person-responsibility {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .news-details__person-responsibility {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.news-details__podcast-link {
  display: block;
  max-width: 500px;
  margin: 24px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .news-details__podcast-link:hover, .news-details__podcast-link:focus {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 400px) {
  .news-details__podcast-link {
    margin: 15px 0;
  }
}
.news-details__podcast-link img {
  display: block;
  width: 100%;
  height: auto;
}
.news-details__podcast-link--rounded {
  border: 1px solid var(--grey-light);
  border-radius: 4px;
}
.news-details__podcast-tags {
  margin-bottom: 55px;
}
@media (max-width: 400px) {
  .news-details__podcast-tags {
    margin-bottom: 35px;
  }
}
.news-details__podcast-listen {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--aqua) !important;
  white-space: nowrap;
  margin-top: 30px;
}
@media (max-width: 400px) {
  .news-details__podcast-listen {
    margin-top: 10px;
  }
}
.news-details__podcast-listen span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-details__podcast-listen::after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icons/icon-external-link.svg) center center/contain no-repeat;
}
.news-details__podcast-listen.visited::after {
  background: url(../images/icons/icon-external-link-visited.svg) center center/contain no-repeat;
}
@media (min-width: 992px) {
  .news-details__podcast-listen:hover span, .news-details__podcast-listen:focus span {
    border-bottom-color: inherit;
  }
}
.news-details__video-wrap {
  position: relative;
}
.news-details__video-poster {
  display: block;
  width: 100%;
  height: auto;
}
.news-details__video-link {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.news-details__video-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid var(--white);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 992px) {
  .news-details__video-link:hover, .news-details__video-link:focus {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: var(--aqua-bright);
  }
  .news-details__video-link:hover::before, .news-details__video-link:focus::before {
    border-left-color: var(--aqua-bright);
  }
}
@media (max-width: 768px) {
  .news-details__video-link::after {
    border-left-width: 26px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    margin-left: 4px;
  }
}
@media (max-width: 576px) {
  .news-details__video-link::after {
    border-left-width: 20px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
.news-details__webinar {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-details__webinar-subtitle {
  margin-bottom: 10px;
}
.news-details__webinar-list {
  list-style: none;
  margin-bottom: 24px;
}
.news-details__webinar-item {
  padding-left: 30px;
  position: relative;
}
.news-details__webinar-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 13px;
  top: 14px;
}
.news-details__webinar-contact-button {
  color: var(--grey-dark) !important;
  background-color: transparent !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  text-decoration: underline;
}
.news-details__webinar-contact-button:hover {
  color: var(--aqua-bright) !important;
}
.news-details__webinar-tags {
  margin-bottom: 0;
}
.news-details__webinar-element {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 36px;
  padding-right: 5px;
  padding-left: 17px;
  border-left: 4px solid var(--aqua-bright);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .news-details__webinar-element {
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .news-details__webinar-element {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.news-details__webinar-title {
  font-family: "Raleway-800", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.news-details__webinar-description {
  margin-bottom: 0 !important;
}
.news-details__webinar-description a {
  line-height: 1.2;
  color: var(--grey-dark);
  white-space: nowrap;
  border-bottom: 1px solid currentColor;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-details__sertificates-block {
  margin: 31px 0 63px;
}
@media (max-width: 768px) {
  .news-details__sertificates-block {
    margin-bottom: 30px;
  }
}
.news-details__sertificates-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.news-details__sertificates-item:last-child {
  margin-bottom: 0;
}
.news-details__sertificates-image {
  -ms-flex-preferred-size: 81px;
  flex-basis: 81px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px;
}
.news-details__sertificates-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.news-details__sertificates-text {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
.news-details__image-description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.news-details__blue-title {
  color: var(--aqua);
  margin-bottom: 0 !important;
}
.news-details__blue-title a {
  color: var(--aqua) !important;
}
.news-details__disclaimer {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid var(--grey-light);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}

@media (max-width: 992px) {
  .news__article {
    padding-right: 0;
  }
}
.news__article > * {
  margin-right: 98px;
}
@media (max-width: 576px) {
  .news__article > * {
    margin-right: 0 !important;
  }
}
.news__article .corporate-contacts__item > p:first-of-type {
  font-size: 20px;
  color: var(--grey-dark);
  font-weight: 600;
  max-width: 200px;
}
.news__article p a {
  color: var(--aqua);
  font-family: "Raleway-700", sans-serif;
}
.news__article p a:hover {
  text-decoration: underline;
}
.news__article p {
  margin-bottom: 25px;
  margin-right: 0 !important;
}
.news__article ul {
  list-style: none;
  margin-bottom: 25px;
}
.news__article ul p {
  margin-bottom: 0;
}
.news__article li {
  padding-left: 30px;
  position: relative;
}
.news__article li a {
  color: var(--aqua);
}
.news__article li a:hover {
  color: var(--aqua-bright);
  text-decoration: underline;
}
.news__article ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 13px;
  top: 12px;
}
@media (max-width: 768px) {
  .news__article ul > li::before {
    top: 8px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .news__article ul > li::before {
    top: 11px;
  }
}
.news__article ul ul > li::before {
  background-color: transparent;
  border: 1px solid var(--grey-dark);
}
.news__article ul ul ul > li::before {
  background-color: var(--grey-dark);
  border-radius: 0;
}
.news__article ol {
  padding-left: 30px;
  margin-bottom: 25px;
}
.news__article ol li {
  padding-left: 0;
}
.news__article > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.news__article p > img {
  max-width: 100%;
  height: auto;
  margin-bottom: 7px;
}

/* Sidebar Specifics */
.details-sidebar__title {
  margin: 32px 0;
}
@media (max-width: 768px) {
  .details-sidebar__title {
    margin: 20px 0;
  }
}
.details-sidebar__title--margin {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .details-sidebar__title--margin {
    margin-top: 0;
  }
}
.details-sidebar__title--margin-webinar {
  margin-top: 0 !important;
}
.details-sidebar__person {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .details-sidebar__person {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .details-sidebar__person {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 400px) {
  .details-sidebar__person {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.details-sidebar__person-name {
  font-size: 16px;
  margin-bottom: 4px;
}
.details-sidebar__person-position {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.details-sidebar__person-phone, .details-sidebar__person-mail {
  font-size: 14px;
  line-height: 1.57;
  color: var(--grey-dark);
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.details-sidebar__person-phone {
  margin-bottom: 4px;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .details-sidebar__person-phone:hover, .details-sidebar__person-phone:focus {
    color: var(--black);
    border-bottom-color: var(--black);
  }
}
.details-sidebar__person-mail {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .details-sidebar__person-mail:hover, .details-sidebar__person-mail:focus {
    color: var(--black);
  }
}
.details-sidebar__socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.details-sidebar__socials-item {
  margin-right: 24px;
}
.details-sidebar__socials-item:last-child {
  margin-right: 0;
}
.details-sidebar__socials-link {
  display: inline-block;
}
.details-sidebar__socials-link svg {
  display: block;
  width: 24px;
  height: 24px;
}
.details-sidebar__socials-link svg path {
  fill: var(--aqua-bright);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .details-sidebar__socials-link:hover svg path, .details-sidebar__socials-link:focus svg path {
    fill: var(--aqua);
  }
}
.details-sidebar__socials-link__one_column svg {
  display: block;
  width: 34px;
  height: 34px;
}
.details-sidebar__socials-link__one_column svg path {
  fill: var(--aqua-bright);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.details-sidebar__socials-webinar {
  margin-bottom: 50px;
}
.details-sidebar__download {
  background-color: var(--beige-light);
  padding: 20px 10px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 44px;
}
@media (max-width: 1100px) {
  .details-sidebar__download {
    padding: 12px 10px;
  }
}
@media (max-width: 992px) {
  .details-sidebar__download {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .details-sidebar__download {
    width: auto;
    max-width: 350px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.details-sidebar__download-image {
  -ms-flex-preferred-size: 107px;
  flex-basis: 107px;
  height: 107px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}
@media (max-width: 1100px) {
  .details-sidebar__download-image {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    height: 70px;
    margin-right: 12px;
  }
}
@media (max-width: 992px) {
  .details-sidebar__download-image {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .details-sidebar__download-image {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.details-sidebar__download-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.details-sidebar__download-link {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: var(--aqua);
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .details-sidebar__download-link {
    font-size: 18px;
  }
}
.details-sidebar__download-link span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.details-sidebar__download-link::after {
  content: "";
  width: 10px;
  height: 17px;
  background: url(../images/icons/icon-download.svg) center center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
}
@media (max-width: 1100px) {
  .details-sidebar__download-link::after {
    top: 0;
  }
}
@media (min-width: 992px) {
  .details-sidebar__download-link:hover span, .details-sidebar__download-link:focus span {
    border-bottom-color: inherit;
  }
}
.details-sidebar__link-wrap {
  background-color: var(--white-bg);
  padding: 30px 30px 34px 36px;
  margin-bottom: 50px;
  border-left: 3px solid var(--aqua-bright);
}
@media (max-width: 400px) {
  .details-sidebar__link-wrap {
    padding: 20px 15px;
  }
}
.details-sidebar__link-title {
  margin-bottom: 20px;
  color: var(--aqua);
}
@media (max-width: 400px) {
  .details-sidebar__link-title {
    margin-bottom: 10px;
  }
}
.details-sidebar__link-text {
  margin-bottom: 35px;
}
@media (max-width: 400px) {
  .details-sidebar__link-text {
    margin-bottom: 15px;
  }
}
.details-sidebar__link-button {
  min-width: 195px;
  max-width: 100%;
  text-align: center;
}

.sidebar-experts {
  margin: -10px 0 29px;
}
@media (max-width: 768px) {
  .sidebar-experts {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sidebar-experts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.sidebar-experts__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sidebar-experts__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .sidebar-experts__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.sidebar-experts__item-photo {
  -ms-flex-preferred-size: 105px;
  flex-basis: 105px;
  height: 105px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sidebar-experts__item-photo {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    height: 80px;
  }
}
.sidebar-experts__item-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-experts__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  .sidebar-experts__item-info {
    padding-left: 15px;
  }
}
.sidebar-experts__item-name {
  font-family: "Raleway-700", sans-serif;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.sidebar-experts__item-position {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}

.podcast-example__info {
  border-bottom: 1px solid var(--grey-light);
  border-top: 1px solid var(--grey-light);
  padding: 24px 0 42px;
  margin-bottom: 39px;
}

.podcast-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.podcast-tags__tag {
  display: inline-block;
  margin-right: 12px;
  padding: 8px 12px;
  background-color: var(--grey-light);
  font-family: "Raleway-700", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.podcast-tags__tag:last-child {
  margin-right: 0;
}
.podcast-tags__tag a {
  color: var(--grey-dark);
}
@media (min-width: 992px) {
  .podcast-tags__tag:hover, .podcast-tags__tag:focus {
    background-color: #c8c8c8;
  }
}

.news-filtered {
  padding: 70px 0;
}
@media (max-width: 1100px) {
  .news-filtered {
    padding: 50px 0 30px;
  }
}
.news-filtered__form {
  margin-bottom: 12px;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .news-filtered__form {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-filtered__form-element {
  width: 25%;
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .news-filtered__form-element {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .news-filtered__form-element {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-filtered__form-label {
  display: block;
  font-size: 16px;
  color: var(--grey-holder);
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .news-filtered__form-label {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .news-filtered__form-label {
    margin-bottom: 5px;
  }
}
.news-filtered__form-searching {
  position: relative;
}
.news-filtered__form-search {
  display: block;
  width: 100%;
  padding: 4px 40px 3px 0;
  border: none;
  border-bottom: 1px solid var(--grey-light);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Raleway-400", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-dark);
  background: transparent;
}
.news-filtered__form-search::-webkit-input-placeholder {
  color: var(--grey-holder);
}
.news-filtered__form-search::-moz-placeholder {
  color: var(--grey-holder);
}
.news-filtered__form-search:-ms-input-placeholder {
  color: var(--grey-holder);
}
.news-filtered__form-search::-ms-input-placeholder {
  color: var(--grey-holder);
}
.news-filtered__form-search::placeholder {
  color: var(--grey-holder);
}
.news-filtered__form-search:focus {
  outline: none;
  border-bottom-color: var(--black);
}
.news-filtered__form-button {
  position: absolute;
  right: 3px;
  bottom: 7px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: var(--aqua-bright);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-filtered__form-button img {
  display: block;
  width: 13px;
  height: 13px;
}
@media (min-width: 992px) {
  .news-filtered__form-button:hover, .news-filtered__form-button:focus {
    background-color: var(--aqua);
  }
}
.news-filtered__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .news-filtered__actions {
    margin-bottom: 30px;
  }
}
.news-filtered__sort-wrap {
  position: relative;
}
.news-filtered__sort-button {
  display: inline-block;
  font-family: "Raleway-500", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: var(--grey-holder);
  padding-right: 18px;
  position: relative;
}
.news-filtered__sort-button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid var(--grey-dark);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-filtered__sort-button.news-filtered__sort-button--active::after {
  border-top-color: var(--aqua-bright);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}
.news-filtered__sort-list {
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  min-width: 200px;
  padding: 15px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.news-filtered__sort-item {
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news-filtered__sort-item {
    margin-bottom: 30px;
  }
}
.news-filtered__sort-item:last-child {
  margin-bottom: 0;
}
.news-filtered__sort-type {
  font-size: 14px;
  line-height: 16px;
}
.news-filtered__sort-type--active {
  font-family: "Raleway-700", sans-serif;
}
.news-filtered__clear {
  display: inline-block;
  font-family: "Raleway-500", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: var(--grey-holder);
  padding-left: 16px;
  background: url(../images/icons/icon-delete.svg) left center/8px 8px no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .news-filtered__clear:hover, .news-filtered__clear:focus {
    color: var(--black);
  }
}
.news-filtered__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 992px) {
  .news-filtered__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news-filtered__column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .news-filtered__column {
    -ms-flex-preferred-size: 700px;
    flex-basis: 700px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .news-filtered__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.news-filtered__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .news-filtered__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-filtered__item-image {
  -ms-flex-preferred-size: 47.5%;
  flex-basis: 47.5%;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  position: relative;
  padding-bottom: 38%;
}
@media (max-width: 992px) {
  .news-filtered__item-image {
    -ms-flex-preferred-size: 285px;
    flex-basis: 285px;
  }
}
@media (max-width: 576px) {
  .news-filtered__item-image {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .news-filtered__item-image {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }
}
.news-filtered__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: center top;
  object-position: center top;
}
.news-filtered__item-crop-image img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  -o-object-position: center !important;
  object-position: center !important;
}
.news-filtered__item-info {
  -ms-flex-preferred-size: 52.5%;
  flex-basis: 52.5%;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .news-filtered__item-info {
    -ms-flex-preferred-size: calc(100% - 285px);
    flex-basis: calc(100% - 285px);
  }
}
@media (max-width: 576px) {
  .news-filtered__item-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}
.news-filtered__item-eyebrow {
  margin-bottom: 14px;
}
.news-filtered__item-title {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--grey-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1100px) {
  .news-filtered__item-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .news-filtered__item-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .news-filtered__item-title:hover, .news-filtered__item-title:focus {
    text-decoration: underline;
  }
}
.news-filtered__item-text {
  font-size: 16px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1100px) {
  .news-filtered__item-text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 480px) {
  .news-filtered__item-text {
    display: none;
  }
}

.news-yellow {
  background-color: var(--beige-light);
}

.news-release-item {
  width: 100%;
}

.news-releases-link {
  display: inline-block;
  text-decoration: underline;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--aqua);
}

.news {
  padding: 70px 0;
  color: var(--grey-dark);
}
@media (max-width: 1100px) {
  .news {
    padding: 50px 0 30px;
  }
}
.news--dark {
  background-color: var(--black);
}
.news--dark .news__heading-title {
  color: var(--white);
}
.news--dark .news__resources-item {
  color: var(--white);
}
@media (max-width: 576px) {
  .news--dark .news__resources-item {
    border-bottom-color: var(--grey-dark);
  }
}
.news--dark .news__heading-devider {
  background-color: var(--grey-dark);
}
.news--dark .news__block::after {
  background-color: var(--grey-dark);
}
.news--short {
  padding: 104px 0;
}
@media (max-width: 1100px) {
  .news--short {
    padding: 50px 0;
  }
}
.news--short .news__heading {
  margin-bottom: 104px;
}
@media (max-width: 1100px) {
  .news--short .news__heading {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .news--short .news__heading {
    margin-bottom: 40px;
  }
}
.news--short .news__resources {
  padding-bottom: 30px;
  position: relative;
}
.news--short .news__resources::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: var(--grey-dark);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .news--short .news__resources::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .news__inner {
    padding-bottom: 30px;
    position: relative;
  }
}
.news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1100px) {
  .news__heading {
    margin-bottom: 40px;
  }
}
.news__heading-title h1,
.news__heading-title h2,
.news__heading-title h3,
.news__heading-title h4,
.news__heading-title h5,
.news__heading-title h6,
.news__heading-title p {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .news__heading-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .news__heading-title {
    font-size: 24px;
  }
}
.news__heading-title--big {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.news__heading-devider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 50px;
  height: 1px;
  background-color: var(--grey-light);
  margin: 0 13px 17px;
}
@media (max-width: 768px) {
  .news__heading-devider {
    margin-bottom: 11px;
  }
}
@media (max-width: 576px) {
  .news__heading-devider {
    display: none;
  }
}
.news__heading-link {
  padding-bottom: 5px;
  color: var(--aqua-bright);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news__heading-link:hover {
  color: var(--aqua) !important;
}
.news__heading-link:hover::after {
  background: url(../images/icons/button-arrow-right-news-hover-aqua.svg) center center/contain no-repeat !important;
}
@media (max-width: 768px) {
  .news__heading-link {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .news__heading-link {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .news__heading-second > .news__heading-link {
    position: relative;
  }
}
.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 80px;
  position: relative;
}
@media (max-width: 1100px) {
  .news__block {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .news__block {
    margin-bottom: 23px;
  }
}
.news__block::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: var(--grey-light);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news__column {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 15px;
  margin-bottom: 38px;
  min-height: 440px;
}
@media (max-width: 900px) {
  .news__column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 576px) {
  .news__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.news__item {
  width: 100%;
  height: 100%;
  color: inherit;
  max-width: 380px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .news__item {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .news__item:hover .news__item-title, .news__item:focus .news__item-title {
    text-decoration: underline;
  }
}
.news__item-image {
  width: 100%;
  position: relative;
  padding-bottom: 53%;
}
@media (max-width: 992px) {
  .news__item-image {
    margin-bottom: 12px;
  }
}
.news__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.news__item-info {
  padding: 17px 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news__item-eyebrow {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .news__item-eyebrow {
    margin-bottom: 12px;
  }
}
.news__item-title {
  display: inline;
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .news__item-title {
    font-size: 18px;
  }
}
.news__resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.news__resources-column {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .news__resources-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 576px) {
  .news__resources-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 24px;
  }
}
.news__resources-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .news__resources-item {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--grey-light);
  }
}
@media (min-width: 992px) {
  .news__resources-item:hover .news__resources-link, .news__resources-item:focus .news__resources-link {
    text-decoration: underline;
  }
}
@media (max-width: 576px) {
  .news__resources-column:last-child .news__resources-item {
    border-bottom: none;
  }
}
.news__resources-eyebrow {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .news__resources-eyebrow {
    margin-bottom: 8px;
  }
}
.news__resources-link {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: inherit;
}
@media (max-width: 992px) {
  .news__resources-link {
    font-size: 18px;
  }
}

.office-locations {
  padding: 70px 0;
}
@media (max-width: 1200px) {
  .office-locations {
    padding: 50px 0 0;
  }
}
.office-locations__title {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .office-locations__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.office-locations__block {
  margin-bottom: 5px;
}
.office-locations__block.margin-bottom-none {
  margin-bottom: 0;
}
.office-locations__subtitle {
  font-family: "Raleway-800", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: var(--aqua);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.page-404 {
  padding-top: 72px;
}
@media (max-width: 1100px) {
  .page-404 {
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .page-404 {
    padding-top: 50px;
  }
}
.page-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .page-404__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-404__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .page-404__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.page-404__back-link {
  display: inline-block;
  margin: 5px 0 10px;
  font-size: 16px;
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .page-404__back-link {
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .page-404__back-link:hover, .page-404__back-link:focus {
    color: var(--aqua-bright);
  }
}
.page-404__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .page-404__info {
    padding-bottom: 100px;
  }
}
@media (max-width: 1100px) {
  .page-404__info {
    padding-bottom: 85px;
  }
}
@media (max-width: 576px) {
  .page-404__info {
    padding-bottom: 30px;
  }
}
.page-404__title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .page-404__title {
    margin-bottom: 5px;
  }
}
.page-404__picture {
  -ms-flex-preferred-size: 493px;
  flex-basis: 493px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 55px;
  margin-left: 107px;
  position: relative;
}
@media (max-width: 1200px) {
  .page-404__picture {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    margin-top: 45px;
    margin-left: 70px;
  }
}
@media (max-width: 1100px) {
  .page-404__picture {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    margin-top: 30px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .page-404__picture {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  .page-404__picture {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 576px) {
  .page-404__picture {
    margin-left: 0;
    padding-left: 25px;
    -ms-flex-preferred-size: 290px;
    flex-basis: 290px;
  }
}
.page-404__picture::before {
  content: "";
  width: 100%;
  height: calc(100% - 67px);
  background: url(../images/page-404-bg-element.png) left top/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .page-404__picture::before {
    height: calc(100% - 50px);
  }
}
.page-404__image {
  position: relative;
  left: -107px;
  top: -55px;
}
@media (max-width: 1200px) {
  .page-404__image {
    left: -70px;
    top: -45px;
  }
}
@media (max-width: 1100px) {
  .page-404__image {
    left: -40px;
    top: -30px;
  }
}
@media (max-width: 992px) {
  .page-404__image {
    left: -25px;
    top: -30px;
  }
}
.page-404__image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-404__image-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway-300", sans-serif;
  font-size: 56px;
  line-height: 1.18;
  color: var(--white);
  word-wrap: break-word;
}
@media (max-width: 1200px) {
  .page-404__image-text {
    font-size: 42px;
  }
}
@media (max-width: 1100px) {
  .page-404__image-text {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .page-404__image-text {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .page-404__image-text {
    font-size: 26px;
  }
}

.pagination {
  margin: 16px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .pagination {
    margin-bottom: 25px;
  }
}
.pagination__control {
  display: inline-block;
  font-family: "Raleway-500", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: var(--grey-holder);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
}
.pagination__control::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid var(--grey-dark);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
}
.pagination__control.disabled {
  display: none;
}
.pagination__control--prev {
  margin-right: 10px;
  padding-left: 12px;
}
.pagination__control--prev::after {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.pagination__control--next {
  margin-left: 10px;
  padding-right: 12px;
}
.pagination__control--next::after {
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .pagination__control:hover, .pagination__control:focus {
    border-bottom-color: inherit;
  }
}
.pagination__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination__list-item {
  margin: 0 2px;
  display: none;
}
.pagination__list-item-show {
  display: block !important;
}
.pagination__list-item-first::after {
  content: "...";
}
.pagination__list-item-last::before {
  content: "...";
}
.pagination__list-link {
  display: inline-block;
  padding: 0 6px;
  color: var(--grey-holder);
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.pagination__list-link--active {
  border-bottom-color: var(--aqua-bright);
}
@media (max-width: 768px) {
  .pagination__list-link {
    font-size: 15px;
    line-height: 23px;
    padding: 0 4px;
  }
}
@media (min-width: 992px) {
  .pagination__list-link:hover, .pagination__list-link:focus {
    border-bottom-color: var(--aqua-bright);
  }
}
.pagination__info-text {
  color: var(--grey-medium);
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.pingpong {
  padding: 70px 0;
}
@media (max-width: 1100px) {
  .pingpong {
    padding: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  .pingpong {
    padding: 19px 0 50px;
  }
}
.pingpong {
  /* --- Full Width Logic Integration --- */
}
.pingpong.pingpon__full-width .pingpong__inner {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .pingpong.pingpon__full-width .pingpong__inner {
    padding-left: 0;
  }
}
.pingpong.pingpon__full-width .pingpong__content-rte {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
}
.pingpong.pingpon__full-width.pingpong--reverse .pingpong__inner {
  padding-right: 0;
}
@media (max-width: 1200px) {
  .pingpong.pingpon__full-width.pingpong--reverse .pingpong__inner {
    padding-right: 0;
  }
}
.pingpong {
  /* --- Modifiers --- */
}
.pingpong--dark {
  background-color: var(--black);
  color: var(--white);
}
.pingpong--dark .pingpong__content {
  padding-bottom: 0;
}
.pingpong--dark .pinpong__text > p > a:hover {
  color: var(--white) !important;
}
.pingpong--dark .pinpong__text > ul > li::before {
  background-color: var(--white);
}
.pingpong--dark .pinpong__text > ul > li > a, .pingpong--dark .pinpong__text > ul > li > p > a {
  color: var(--aqua-bright);
}
.pingpong--dark .pinpong__text > ul > li > a:hover, .pingpong--dark .pinpong__text > ul > li > a:focus, .pingpong--dark .pinpong__text > ul > li > p > a:hover, .pingpong--dark .pinpong__text > ul > li > p > a:focus {
  color: var(--white);
}
@media (max-width: 768px) {
  .pingpong--dark .pingpong__image {
    margin-bottom: 40px;
  }
}
.pingpong--reverse .pingpong__inner {
  padding-left: 0;
  padding-right: 105px;
}
@media (max-width: 1200px) {
  .pingpong--reverse .pingpong__inner {
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  .pingpong--reverse .pingpong__inner {
    padding-right: 0;
  }
}
.pingpong--reverse .pingpong__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .pingpong--reverse .pingpong__content {
    margin-left: 0;
  }
}
.pingpong--reverse .pingpong__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.pingpong {
  /* --- Structural Elements --- */
}
.pingpong__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 105px;
}
@media (max-width: 1200px) {
  .pingpong__inner {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .pingpong__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .pingpong__left-padding .pingpong__inner {
    padding-left: 85px !important;
  }
}
@media (max-width: 992px) {
  .pingpong__left-padding .pingpong__inner {
    padding-left: 50px !important;
  }
}
@media (max-width: 768px) {
  .pingpong__left-padding .pingpong__inner {
    padding-left: 0 !important;
  }
}
.pingpong__content {
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  margin-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .pingpong__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    padding-top: 30px;
  }
}
.pingpong__content-rte {
  -ms-flex-preferred-size: 430px;
  flex-basis: 430px;
}
.pingpong__title h2,
.pingpong__title p {
  font-family: "Raleway-400", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1100px) {
  .pingpong__title h2,
  .pingpong__title p {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .pingpong__title h2,
  .pingpong__title p {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.pingpong__subtitle {
  font-family: "Raleway-400", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1100px) {
  .pingpong__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .pingpong__subtitle {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .pingpong__description {
    font-size: 15px;
    line-height: 23px;
  }
}
.pingpong__description + .pingpong__description {
  margin-top: 20px;
}
.pingpong__image {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  height: 400px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .pingpong__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.pingpong__image_square {
  -ms-flex-preferred-size: 400px !important;
  flex-basis: 400px !important;
}
.pingpong__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --- RTE Content Styles --- */
.pinpong__text > p {
  font-size: 20px;
}
@media (max-width: 992px) {
  .pinpong__text > p {
    font-size: 15px;
  }
}
.pinpong__text > p > a {
  color: var(--aqua-bright) !important;
}
.pinpong__text > p > a:hover {
  color: var(--grey-dark);
  text-decoration: none !important;
}
.pinpong__text > p > a:visited {
  color: #ababab !important;
}
.pinpong__text > p .rte-link :active {
  color: blue !important;
}
.pinpong__text > p .rte-link :visited:active {
  color: var(--grey-visited) !important;
}
.pinpong__text > p .rte-link :hover {
  color: var(--white) !important;
}
.pinpong__text.pinpong__text-black > p > a {
  color: var(--grey-dark);
}
.pinpong__text.pinpong__text-black > p .rte-link:hover {
  color: grey !important;
}
.pinpong__text.pinpong__text-black > ul > li > a, .pinpong__text.pinpong__text-black ul > li > p > a {
  color: var(--grey-dark);
}
.pinpong__text.pinpong__text-black > ul > li > a:hover, .pinpong__text.pinpong__text-black > ul > li > a:focus, .pinpong__text.pinpong__text-black ul > li > p > a:hover, .pinpong__text.pinpong__text-black ul > li > p > a:focus {
  color: var(--aqua-bright);
}
.pinpong__text > h5 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .pinpong__text > h5 {
    font-size: 15px;
  }
}
.pinpong__text > h5:first-child {
  font-weight: 100;
}
.pinpong__text img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.pinpong__text ul,
.pinpong__text ol {
  padding: 20px 0;
  list-style: none;
}
@media (max-width: 992px) {
  .pinpong__text ul,
  .pinpong__text ol {
    padding: 15px 0;
  }
}
.pinpong__text ul li,
.pinpong__text ol li {
  font-size: 20px;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 992px) {
  .pinpong__text ul li,
  .pinpong__text ol li {
    font-size: 15px;
  }
}
.pinpong__text ul li::before,
.pinpong__text ol li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  left: 10px;
  top: 13px;
}
.pinpong__text ul li > a,
.pinpong__text ol li > a {
  color: var(--white);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pinpong__text ul li > a:hover, .pinpong__text ul li > a:focus,
.pinpong__text ol li > a:hover,
.pinpong__text ol li > a:focus {
  color: var(--aqua-bright);
}
.pinpong__text ol {
  counter-reset: my-counter;
}
.pinpong__text ol li {
  counter-increment: my-counter;
}
.pinpong__text ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  background: none;
  width: auto;
  height: auto;
}

/* --- Featured Photo/Product (FPP) Component --- */
.fpp {
  position: relative;
}
.fpp__slider {
  position: relative;
  padding-bottom: 30px;
}
.fpp {
  /* --- Navigation & Arrows --- */
}
.fpp__arrows.fpp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
  z-index: 10;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .fpp__arrows.fpp-nav {
    margin-bottom: 30px;
  }
}
.fpp .fpp-nav__arrow {
  color: var(--aqua);
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 16px 17px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fpp .fpp-nav__arrow .donut {
  width: 48px;
  height: 48px;
}
.fpp .fpp-nav__arrow .donut-back {
  stroke: var(--grey-border-progress);
}
.fpp .fpp-nav__arrow .donut-front {
  stroke: var(--aqua-cyan);
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.fpp .fpp-nav__arrow .slider-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  display: block;
  width: 13px;
  height: auto;
  stroke: currentColor;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.fpp .fpp-nav__arrow:hover {
  color: var(--white);
}
.fpp .fpp-nav__arrow:hover::before {
  opacity: 1;
}
.fpp .fpp-nav__arrow:hover .slider-arrow {
  stroke: currentColor;
}
.fpp .fpp-nav__arrow::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fpp .fpp-nav__arrow:hover .donut-front {
  stroke: #118e9a;
}
.fpp .fpp-nav__arrow:hover::before {
  opacity: 1;
  background-color: var(--aqua-bright);
}
.fpp .fpp-nav__arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.fpp .fpp-nav__arrow--prev {
  background-position: left 15px center;
}
.fpp .fpp-nav__arrow--prev::before {
  background-position: left 13px center !important;
}
.fpp .fpp-nav__arrow--prev .slider-arrow {
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}
.fpp .fpp-nav__arrow--next {
  background-position: left 18px center;
}
.fpp .fpp-nav__arrow--next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fpp {
  /* --- Main Card Layout --- */
}
.fpp-card {
  background: var(--white);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .fpp-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fpp-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-height: 400px;
}
@media (max-width: 576px) {
  .fpp-image {
    min-height: 100%;
    padding: 0;
  }
}
.fpp-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  padding: 30px;
}
.fpp-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 630px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .fpp-content {
    padding: 40px 30px;
    min-height: 0;
  }
}
.fpp {
  /* --- Typography --- */
}
.fpp-subheading {
  color: var(--grey-medium);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fpp-headline {
  color: var(--grey-dark);
  font-size: 36px;
  font-weight: 400;
  line-height: 104%;
  margin-bottom: 30px;
}
.fpp-desc {
  color: var(--grey-dark);
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
  font-weight: 400;
}
.fpp-link {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--aqua);
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.fpp-link::after {
  content: "→";
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.fpp-link:hover::after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.fpp {
  /* --- Dark Theme Modifier --- */
}
.fpp--dark .fpp-headline,
.fpp--dark .fpp-desc,
.fpp--dark .fpp-stats__item,
.fpp--dark .eyebrow,
.fpp--dark .fpp-stats__description {
  color: var(--white) !important;
}
.fpp {
  /* --- Carousel Mode --- */
}
.fpp.is-carousel .fpp__viewport {
  overflow: hidden;
}
.fpp__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
}
.fpp__slide {
  min-width: 100%;
  outline: none;
}

.fpp-stats__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.put-calculator {
  background-color: rgba(242, 240, 235, 0.4);
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .put-calculator {
    padding: 75px 0;
  }
}
@media (max-width: 992px) {
  .put-calculator {
    padding: 50px 0;
  }
}
.put-calculator__inner {
  max-width: 1060px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .put-calculator__inner {
    padding: 0 17px;
  }
}
.put-calculator__block {
  padding: 60px 72px 50px 76px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .put-calculator__block {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .put-calculator__block {
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .put-calculator__block {
    margin: 0 -10px;
  }
}
.put-calculator__content {
  display: none;
}
.put-calculator__content:first-child {
  display: block;
}
.put-calculator__title {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .put-calculator__title {
    margin-bottom: 10px;
  }
}
.put-calculator__description {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .put-calculator__description {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .put-calculator__description {
    margin-bottom: 15px;
  }
}
.put-calculator__description span {
  font-family: "Raleway-600", sans-serif;
}
.put-calculator__actions {
  margin-top: 53px;
  text-align: right;
}
@media (max-width: 992px) {
  .put-calculator__actions {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .put-calculator__actions {
    margin-top: 20px;
  }
}
.put-calculator__reset-button {
  padding: 15px 86px;
}
@media (max-width: 768px) {
  .put-calculator__reset-button {
    font-size: 14px;
    padding: 12px 50px;
  }
}
.put-calculator {
  /* --- Nested Convert-Form Integration --- */
}
.put-calculator .convert-form__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.put-calculator .convert-form__label {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .put-calculator .convert-form__label {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    font-family: "Raleway-700", sans-serif;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .put-calculator .convert-form__label {
    font-size: 12px;
  }
}
.put-calculator .convert-form__label-info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid var(--aqua-bright);
  margin-left: 10px;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Raleway-700", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: var(--aqua-bright);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .put-calculator .convert-form__label-info {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media (max-width: 768px) {
  .put-calculator .convert-form__label-info {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .put-calculator .convert-form__label-info {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@media (min-width: 992px) {
  .put-calculator .convert-form__label-info:hover, .put-calculator .convert-form__label-info:focus {
    border-color: #18939d;
    color: #18939d;
  }
}
.put-calculator .convert-form__label-additional {
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.3;
  color: var(--grey-holder);
}
@media (max-width: 768px) {
  .put-calculator .convert-form__label-additional {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .put-calculator .convert-form__label-additional {
    margin-bottom: 10px;
  }
}
.put-calculator .convert-form__label-additional span {
  display: block;
}
.put-calculator .convert-form__input {
  padding: 5px 20px 4px;
  text-align: right;
}
.put-calculator .convert-form__input.error {
  border-color: var(--error-red);
}
.put-calculator .convert-form__error {
  display: none;
  padding: 5px 0;
  font-family: "Raleway-600", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: var(--error-red);
}
@media (max-width: 768px) {
  .put-calculator .convert-form__error {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .put-calculator .convert-form__error {
    font-size: 12px;
  }
}
.put-calculator .convert-form__actions {
  margin-left: 0;
  width: 100%;
  margin-top: 74px;
}
@media (max-width: 992px) {
  .put-calculator .convert-form__actions {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .put-calculator .convert-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .put-calculator .convert-form__actions {
    margin-top: 20px;
  }
}
.put-calculator .convert-form__link {
  display: inline-block;
  margin-top: 12px;
  font-family: "Raleway-600", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: var(--aqua-bright);
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .put-calculator .convert-form__link {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .put-calculator .convert-form__link {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .put-calculator .convert-form__link:hover, .put-calculator .convert-form__link:focus {
    color: #18939d;
  }
}
.put-calculator .convert-form__submit {
  margin-top: 0;
  padding: 15px 73px 14px;
}
@media (max-width: 768px) {
  .put-calculator .convert-form__submit {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .put-calculator .convert-form__submit {
    font-size: 12px;
  }
}
.put-calculator {
  /* --- Calculator Results Logic --- */
}
.put-calculator .put-results {
  margin-top: -21px;
}
@media (max-width: 768px) {
  .put-calculator .put-results {
    margin-top: 0;
  }
}
.put-calculator .put-results__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .put-calculator .put-results__row {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .put-calculator .put-results__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .put-calculator .put-results__row.heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .put-calculator .put-results__row.heading {
    display: none;
  }
}
.put-calculator .put-results__row.heading .put-results__no-put,
.put-calculator .put-results__row.heading .put-results__with-put {
  font-family: "Raleway-600", sans-serif;
  font-size: 16px;
  line-height: 1.34;
  text-align: center;
}
@media (max-width: 992px) {
  .put-calculator .put-results__row.heading .put-results__no-put,
  .put-calculator .put-results__row.heading .put-results__with-put {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .put-calculator .put-results__row.heading .put-results__no-put,
  .put-calculator .put-results__row.heading .put-results__with-put {
    font-size: 12px;
  }
}
.put-calculator .put-results__row.bottom .put-results__no-put span,
.put-calculator .put-results__row.bottom .put-results__with-put span {
  font-family: "Raleway-600", sans-serif;
}
.put-calculator .put-results__label {
  -ms-flex-preferred-size: 420px;
  flex-basis: 420px;
  padding-right: 10px;
  padding-top: 6px;
  font-family: "Raleway-600", sans-serif;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .put-calculator .put-results__label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .put-calculator .put-results__label {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .put-calculator .put-results__label {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.put-calculator .put-results__no-put, .put-calculator .put-results__with-put {
  -ms-flex-preferred-size: 215px;
  flex-basis: 215px;
}
@media (max-width: 576px) {
  .put-calculator .put-results__no-put, .put-calculator .put-results__with-put {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.put-calculator .put-results__no-put span, .put-calculator .put-results__with-put span {
  display: block;
  width: 100%;
  background-color: var(--white-bg);
  border: 1px solid var(--grey-light);
  padding: 6px 15px 3px;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 992px) {
  .put-calculator .put-results__no-put span, .put-calculator .put-results__with-put span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .put-calculator .put-results__no-put span, .put-calculator .put-results__with-put span {
    font-size: 14px;
    padding: 3px 10px;
  }
}
@media (max-width: 400px) {
  .put-calculator .put-results__no-put span, .put-calculator .put-results__with-put span {
    font-size: 13px;
  }
}
.put-calculator .put-results__no-put p, .put-calculator .put-results__with-put p {
  display: none;
  font-family: "Raleway-600", sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .put-calculator .put-results__no-put p, .put-calculator .put-results__with-put p {
    display: block;
    margin-bottom: auto;
  }
}
.put-calculator .put-results__no-put.red span, .put-calculator .put-results__with-put.red span {
  color: var(--error-red);
}
.put-calculator .put-results__no-put {
  margin-right: 22px;
}
@media (max-width: 768px) {
  .put-calculator .put-results__no-put {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .put-calculator .put-results__no-put {
    padding-right: 5px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .put-calculator .put-results__with-put {
    padding-left: 5px;
  }
}
.put-calculator .put-results__with-put span {
  border-color: var(--aqua-bright);
  background-color: rgba(31, 189, 201, 0.2);
}
.put-calculator .put-results {
  /* Nested Info Icon alignment override within results table */
}
@media (max-width: 992px) {
  .put-calculator .put-results .convert-form__label-info {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@media (max-width: 768px) {
  .put-calculator .put-results .convert-form__label-info {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media (max-width: 768px) {
  .put-calculator .put-results .convert-form__label-additional {
    font-size: 12px;
    font-family: "Raleway-400", sans-serif;
  }
}

.related-cta {
  padding: 70px 0;
  background-color: var(--beige-light);
}
.related-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .related-cta__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.related-cta__inner {
  /* Logic for single link variation */
}
.related-cta__inner-one-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.related-cta__inner-one-link > .related-cta__block {
  -ms-flex-preferred-size: 315px;
  flex-basis: 315px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.related-cta__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  font-size: 46px;
  line-height: 1.2;
  margin-right: 135px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 1200px) {
  .related-cta__title {
    margin-right: 50px;
  }
}
@media (max-width: 1100px) {
  .related-cta__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .related-cta__title {
    font-size: 40px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media (max-width: 768px) {
  .related-cta__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .related-cta__title {
    font-size: 32px;
  }
}
.related-cta__block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 400px) {
  .related-cta__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.related-cta__item {
  -ms-flex-preferred-size: 315px;
  flex-basis: 315px;
  padding: 0 15px;
  margin-right: auto;
}
@media (max-width: 400px) {
  .related-cta__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.related-cta__item-title {
  font-family: "Raleway-400", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1100px) {
  .related-cta__item-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .related-cta__item-title {
    font-size: 24px;
  }
}
.related-cta__item-description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .related-cta__item-description {
    margin-bottom: 8px;
  }
}
.related-cta__item-description {
  /* Global shared 400px rule handling */
}
@media (max-width: 400px) {
  .related-cta__item-description {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
.related-cta__item-link.download__link svg {
  width: 8px;
  height: 13px;
}
@media (min-width: 992px) {
  .related-cta__item-link.download__link:hover svg, .related-cta__item-link.download__link:focus svg {
    margin-left: 8px;
  }
}

.resource-page {
  /* --- Main Information Section --- */
}
.resource-page__information {
  background-color: var(--beige-light);
  padding: 102px 0 25px;
}
@media (max-width: 1100px) {
  .resource-page__information {
    padding-top: 75px;
  }
}
@media (max-width: 992px) {
  .resource-page__information {
    padding-top: 50px;
  }
}
.resource-page__heading {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .resource-page__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .resource-page__heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.resource-page__info {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .resource-page__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.resource-page__info-title {
  margin-bottom: 28px;
}
@media (max-width: 1100px) {
  .resource-page__info-title {
    margin-bottom: 10px;
  }
}
.resource-page__info-description {
  padding-right: 20px;
}
.resource-page__sidebar {
  -ms-flex-preferred-size: 388px;
  flex-basis: 388px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 270px;
  background-color: var(--white);
  padding: 30px 37px;
  border-left: 3px solid var(--aqua-bright);
}
@media (max-width: 1100px) {
  .resource-page__sidebar {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 20px 15px;
    min-height: 200px;
  }
}
@media (max-width: 992px) {
  .resource-page__sidebar {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .resource-page__sidebar {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.resource-page__sidebar-title {
  margin-bottom: 20px;
  color: var(--aqua);
}
@media (max-width: 992px) {
  .resource-page__sidebar-title {
    margin-bottom: 10px;
  }
}
.resource-page__description {
  max-width: 820px;
  margin-bottom: 105px;
}
@media (max-width: 1100px) {
  .resource-page__description {
    margin-bottom: 40px;
  }
}
.resource-page__subtitle {
  margin-bottom: 10px;
}
.resource-page {
  /* --- List and Link Styles --- */
}
.resource-page__item-links {
  list-style: none;
}
.resource-page__item-links li {
  padding: 15px 0 13px;
  border-bottom: 1px solid var(--grey-light);
}
@media (max-width: 768px) {
  .resource-page__item-links li {
    padding: 10px 9px;
  }
}
.resource-page__item-links li:last-child {
  border-bottom: none;
}
.resource-page__item-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 576px) {
  .resource-page__item-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .resource-page__item-link:hover, .resource-page__item-link:focus {
    color: var(--aqua-bright);
  }
}
.resource-page {
  /* --- Useful Section --- */
}
.resource-page__useful {
  padding: 116px 0;
}
@media (max-width: 1100px) {
  .resource-page__useful {
    padding: 75px 0;
  }
}
@media (max-width: 992px) {
  .resource-page__useful {
    padding: 50px 0;
  }
}
.resource-page__useful-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .resource-page__useful-title {
    margin-bottom: 5px;
  }
}
.resource-page__useful-description {
  margin-bottom: 70px;
}
@media (max-width: 1100px) {
  .resource-page__useful-description {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .resource-page__useful-description {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .resource-page__useful-description {
    margin-bottom: 10px;
  }
}
.resource-page__useful-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .resource-page__useful-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.resource-page__useful-list {
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .resource-page__useful-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.resource-page__useful-disclaimer {
  -ms-flex-preferred-size: 602px;
  flex-basis: 602px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .resource-page__useful-disclaimer {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.resource-page {
  /* --- Integration Overrides --- */
}
@media (max-width: 768px) {
  .resource-page .hero-l2-resources__item {
    margin-bottom: 20px;
  }
}
.resource-page .hero-l2-resources__item .resource-page__item-links {
  margin-top: 18px;
}
@media (max-width: 992px) {
  .resource-page .hero-l2-resources__item .resource-page__item-links {
    margin-top: 10px;
  }
}
.resource-page .hero-l2-resources__item-title {
  margin-bottom: 0;
}
.resource-page .hero-l2-resources__item-article {
  padding: 0;
  border-top: none;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .resource-page .hero-l2-resources__item-article {
    margin-bottom: 10px;
  }
}
.resource-page .hero-l2-resources__item-article:last-of-type {
  margin-bottom: 0;
}
.resource-page .hero-l2-resources__item-article:first-of-type {
  margin-top: 18px;
}
@media (max-width: 992px) {
  .resource-page .hero-l2-resources__item-article:first-of-type {
    margin-top: 10px;
  }
}
.resource-page .hero-l2-resources__item-article--nomargin {
  margin-top: 0;
}
.resource-page .hero-l2-resources__item-subtitle {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .resource-page .hero-l2-resources__item-subtitle {
    font-size: 14px;
  }
}
.resource-page .hero-l2-resources__item-decription {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .resource-page .hero-l2-resources__item-decription {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .resource-page .photo__description {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .resource-page .photo__description {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 400px) {
  .resource-page .photo__description {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}

/* --- Top Info Component --- */
.resource-topinfo__eyebrow {
  margin-bottom: 23px;
}
.resource-topinfo__title {
  max-width: 671px;
  margin-bottom: 19px;
}
.resource-topinfo__writting {
  max-width: 626px;
  font-size: 16px;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--grey-light);
}
.resource-topinfo__writting-author {
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .resource-topinfo__writting-author:hover, .resource-topinfo__writting-author:focus {
    color: var(--aqua-bright);
  }
}

.roi-calculator {
  /* Extending/Overriding Put-Calculator blocks */
}
.roi-calculator .put-calculator__block {
  padding-bottom: 81px;
}
@media (max-width: 992px) {
  .roi-calculator .put-calculator__block {
    padding-bottom: 40px;
  }
}
.roi-calculator .put-calculator__title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .roi-calculator .put-calculator__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .roi-calculator .put-calculator__title {
    margin-bottom: 10px;
  }
}
.roi-calculator__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 57px;
}
@media (max-width: 992px) {
  .roi-calculator__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .roi-calculator__heading {
    display: block;
  }
}
.roi-calculator__heading .put-calculator__title {
  margin-bottom: 0;
}
.roi-calculator__revise-link {
  margin-left: 20px;
  padding: 15px 66px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .roi-calculator__revise-link {
    padding: 12px 40px;
  }
}
@media (max-width: 576px) {
  .roi-calculator__revise-link {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .roi-calculator__revise-link {
    margin-left: 0;
    margin-top: 15px;
  }
}
.roi-calculator__results {
  margin-bottom: -20px;
}
.roi-calculator {
  /* --- ROI Specific Form Styling --- */
}
.roi-calculator .convert-form__row.important-row .convert-form__label {
  font-family: "Raleway-700", sans-serif;
}
@media (max-width: 768px) {
  .roi-calculator .convert-form__row.important-row .convert-form__label {
    font-family: "Raleway-700", sans-serif !important;
  }
}
.roi-calculator .convert-form__row.important-row .convert-form__input {
  border-color: var(--aqua-bright);
  background-color: rgba(31, 189, 201, 0.2);
  font-family: "Raleway-700", sans-serif;
}
.roi-calculator .convert-form__label {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .roi-calculator .convert-form__label {
    font-family: "Raleway-600", sans-serif !important;
  }
}
.roi-calculator .convert-form__label span {
  display: block;
}
.roi-calculator .convert-form__input-wrap {
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 230px;
}
@media (max-width: 768px) {
  .roi-calculator .convert-form__input-wrap {
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
  }
}
@media (max-width: 576px) {
  .roi-calculator .convert-form__input-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.roi-calculator .convert-form__actions {
  margin-top: 51px;
}

/* --- ROI Individual Item Component --- */
.roi-item {
  margin-top: 43px;
  border-top: 1px solid var(--grey-light);
  padding-top: 40px;
}
@media (max-width: 992px) {
  .roi-item {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .roi-item {
    padding-top: 20px;
  }
}
.roi-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.roi-item__title {
  font-family: "Raleway-700", sans-serif;
  font-size: 26px;
  color: var(--aqua);
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .roi-item__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .roi-item__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.roi-item__info {
  margin-bottom: 26px;
}
.roi-item__info .convert-form__label {
  padding-top: 6px;
  padding-right: 20px;
}
.roi-item__subtitle {
  font-family: "Raleway-700", sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .roi-item__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .roi-item__subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.roi-item__subdescription {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  margin-bottom: 23px;
}
@media (max-width: 576px) {
  .roi-item__subdescription {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.roi-item__note {
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 1.57;
}
@media (max-width: 576px) {
  .roi-item__note {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.roi-item__note span {
  font-family: "Raleway-600", sans-serif;
}

/* --- Rich Text Editor Styles --- */
.rte-text {
  margin-top: 68px;
  margin-bottom: 77px;
}

.rte-link {
  color: var(--aqua-bright);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rte-link.active {
  color: var(--aqua);
}
.rte-link:hover {
  color: var(--aqua);
  text-decoration: underline;
}
.rte-link .visited {
  color: var(--grey-visited) !important;
  display: inline-block;
}

/* --- Context Specific Padding Overrides --- */
.rte .news__article {
  padding-right: 0;
}
@media (max-width: 1200px) {
  .rte .news__article {
    padding-left: 95px;
  }
}
@media (max-width: 992px) {
  .rte .news__article {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .rte .news__article {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .rte .news__article {
    padding-left: 25px;
  }
}

/* --- Search Page Global Overrides --- */
.wrapper.search-page .header__search-wrap {
  display: none !important;
}

/* --- Search Input Section --- */
.search-block {
  display: none;
  padding: 37px 0 30px;
  border-top: 1px solid var(--grey-light);
}
@media (max-width: 992px) {
  .search-block {
    padding: 20px 0;
  }
}
.search-block .header__form-input {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .search-block .header__form-input {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .search-block .header__form-input {
    font-size: 18px;
    padding: 15px 0;
  }
  .search-block .header__form-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .search-block .header__form-input::-moz-placeholder {
    font-size: 18px;
  }
  .search-block .header__form-input:-ms-input-placeholder {
    font-size: 18px;
  }
  .search-block .header__form-input::-ms-input-placeholder {
    font-size: 18px;
  }
  .search-block .header__form-input::placeholder {
    font-size: 18px;
  }
}
.search-block .header__form-submit {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--beige-light);
  background-size: 17px 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .search-block .header__form-submit {
    width: 40px;
    height: 40px;
  }
}
.search-block__results {
  margin-top: 21px;
  font-size: 16px;
  color: var(--grey-medium);
}
@media (max-width: 992px) {
  .search-block__results {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .search-block__results {
    font-size: 14px;
  }
}
.search-block__results-text {
  font-family: "Raleway-500", sans-serif;
  color: var(--grey-dark);
}

/* --- Search Results Listing --- */
.search-results {
  display: none;
  background-color: var(--beige-light);
  padding-bottom: 102px;
  min-height: 40vh;
}
@media (max-width: 1100px) {
  .search-results {
    padding-bottom: 50px;
  }
}
.search-results__block {
  margin-bottom: 46px;
}
@media (max-width: 1100px) {
  .search-results__block {
    margin-bottom: 30px;
  }
}
.search-results__block .search__not-found {
  padding-top: 100px;
  font-size: 42px;
}
.search-results__block .search__not-found span {
  font-size: 32px;
  margin-left: 15px;
}
.search-results__item {
  border-bottom: 1px solid var(--grey-light);
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .search-results__item {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .search-results__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.search-results__item-info {
  -ms-flex-preferred-size: 810px;
  flex-basis: 810px;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px 0;
}
@media (max-width: 1100px) {
  .search-results__item-info {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .search-results__item-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 0;
  }
}
.search-results__item-categories {
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .search-results__item-categories {
    margin-bottom: 10px;
  }
}
.search-results__item-category {
  font-family: "Raleway-800", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: var(--grey-dark);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .search-results__item-category {
    font-size: 12px;
  }
}
.search-results__item-category::after {
  content: ">";
  display: inline-block;
  font-family: "Raleway-800", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: var(--grey-dark);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .search-results__item-category::after {
    font-size: 12px;
  }
}
.search-results__item-category:last-child::after {
  display: none;
}
@media (min-width: 992px) {
  .search-results__item-category:hover, .search-results__item-category:focus {
    color: var(--aqua-bright);
  }
  .search-results__item-category:hover::after, .search-results__item-category:focus::after {
    color: var(--aqua-bright);
  }
}
.search-results__item-title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .search-results__item-title {
    margin-bottom: 5px;
  }
}
.search-results__item-title a {
  color: inherit;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .search-results__item-title a:hover, .search-results__item-title a:focus {
    color: var(--aqua-bright);
  }
}
.search-results__item-date {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
  display: block;
}
.search-results__item-description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
@media (max-width: 400px) {
  .search-results__item-description {
    font-size: 13px;
  }
}
.search-results__item-image {
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .search-results__item-image {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .search-results__item-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.search-results__item-image img {
  display: block;
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .search-results__item-image img {
    height: 195px;
  }
}
@media (max-width: 768px) {
  .search-results__item-image img {
    max-width: 285px;
    height: 224px;
  }
}
.search-results__pagination {
  margin: 0 !important;
}

/* --- Search Filter Dropdown --- */
.search-input-select {
  margin-bottom: 50px;
}
.search-input-select .new-select__list {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  z-index: 3;
  width: 100%;
  padding: 20px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
}
.search-input-select .new-select__item {
  color: var(--black);
}

.search-results-link {
  color: var(--grey-dark);
}

/* --- Standard Solutions Component --- */
.solutions {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .solutions {
    padding: 50px 0 35px;
  }
}
.solutions__title {
  margin-bottom: 78px;
}
@media (max-width: 1100px) {
  .solutions__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .solutions__title {
    margin-bottom: 25px;
  }
}
.solutions__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 900px) {
  .solutions__block {
    margin: 0 -10px;
  }
}
.solutions__column {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 15px;
  margin-bottom: 33px;
  position: relative;
}
@media (max-width: 1100px) {
  .solutions__column {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (max-width: 900px) {
  .solutions__column {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .solutions__column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .solutions__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 24px;
  }
}
.solutions__item {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .solutions__item:hover, .solutions__item:focus {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
  .solutions__item:hover .solutions__item-image img, .solutions__item:focus .solutions__item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 480px) {
  .solutions__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 6px solid var(--aqua-bright);
    background-color: var(--white-bg);
    min-height: 125px;
  }
}
.solutions__item-image {
  height: 172px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .solutions__item-image {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .solutions__item-image {
    display: none;
  }
}
.solutions__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.solutions__item-info {
  min-height: 185px;
  padding: 20px 23px 45px 26px;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .solutions__item-info {
    min-height: auto;
    padding: 15px 15px 40px;
  }
}
@media (max-width: 480px) {
  .solutions__item-info {
    background-color: transparent;
    padding: 12px 20px 40px 17px;
  }
}
.solutions__item-title {
  margin-bottom: 6px;
}
.solutions__item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Raleway-400", sans-serif;
}
.solutions__link {
  position: absolute;
  left: 41px;
  bottom: 21px;
  font-size: 14px;
}
@media (max-width: 900px) {
  .solutions__link {
    left: 25px;
    bottom: 15px;
  }
}
@media (max-width: 480px) {
  .solutions__link {
    left: 33px;
    bottom: 11px;
  }
}

/* --- ERG Solutions Component --- */
.erg-solutions {
  padding: 70px 0 89px;
}
.erg-solutions__title {
  margin-bottom: 78px;
}
.erg-solutions__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.erg-solutions__column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .erg-solutions__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.erg-solutions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 300px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 41px 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .erg-solutions__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .erg-solutions__item:hover, .erg-solutions__item:focus {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
  .erg-solutions__item:hover .erg-solutions__item-image img, .erg-solutions__item:focus .erg-solutions__item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.erg-solutions__item:hover .erg-solutions__item-description {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.erg-solutions__item-image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .erg-solutions__item-image {
    width: 100%;
    max-width: 100px;
    margin-bottom: 25px;
  }
}
.erg-solutions__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .erg-solutions__item-image img {
    height: auto;
  }
}
.erg-solutions__item-info {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 20px;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .erg-solutions__item-info {
    display: none;
  }
}
.erg-solutions__item-info-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 41px 40px;
}
@media (max-width: 768px) {
  .erg-solutions__item-info-description {
    position: static;
    padding: 0;
  }
}
.erg-solutions__item-title {
  margin: 0 0 10px;
  font-family: "Raleway-600", sans-serif;
}
.erg-solutions__item-text {
  font-size: 18px;
  line-height: 30px;
  word-wrap: break-word;
}
@media (max-width: 1200px) {
  .erg-solutions__item-text {
    line-height: 23px;
  }
}
.erg-solutions__item-text p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-family: "Raleway-400", sans-serif;
}
.erg-solutions__item-description {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--beige-light);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}
@media (max-width: 768px) {
  .erg-solutions__item-description {
    visibility: visible;
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    text-align: center;
  }
}
.erg-solutions__link {
  position: absolute;
  left: 41px;
  bottom: 21px;
  font-size: 14px;
}

.spotlight {
  padding: 134px 0 57px;
  background-color: var(--beige-light);
}
@media (max-width: 1100px) {
  .spotlight {
    padding: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  .spotlight {
    padding: 19px 0 50px;
  }
}
.spotlight__inner {
  padding-left: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .spotlight__inner {
    padding-left: 50px;
  }
}
@media (max-width: 1100px) {
  .spotlight__inner {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .spotlight__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.spotlight__content {
  -ms-flex-preferred-size: 650px;
  flex-basis: 650px;
  margin-right: 55px;
}
@media (max-width: 1100px) {
  .spotlight__content {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .spotlight__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.spotlight__eyebrow {
  margin-bottom: 20px;
  color: var(--grey-dark);
}
@media (max-width: 1100px) {
  .spotlight__eyebrow {
    margin-bottom: 12px;
  }
}
.spotlight__blockquote {
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1100px) {
  .spotlight__blockquote {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .spotlight__blockquote {
    font-size: 24px;
  }
}
.spotlight__blockquote::before, .spotlight__blockquote::after {
  content: "";
  width: 12px;
  height: 13px;
  background: url(../images/icons/icon-hanging-quote.svg) center center/contain no-repeat;
  position: absolute;
}
@media (max-width: 1100px) {
  .spotlight__blockquote::before, .spotlight__blockquote::after {
    width: 11px;
  }
}
@media (max-width: 992px) {
  .spotlight__blockquote::before, .spotlight__blockquote::after {
    width: 10px;
  }
}
.spotlight__blockquote::before {
  left: -3px;
  top: 9px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 1100px) {
  .spotlight__blockquote::before {
    top: 6px;
  }
}
@media (max-width: 992px) {
  .spotlight__blockquote::before {
    top: 4px;
    left: -2px;
  }
}
.spotlight__blockquote::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 9px;
}
@media (max-width: 1100px) {
  .spotlight__blockquote::after {
    margin-top: 6px;
  }
}
@media (max-width: 992px) {
  .spotlight__blockquote::after {
    margin-top: 4px;
  }
}
.spotlight__author {
  font-family: "Raleway-700", sans-serif;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.spotlight__author-position {
  max-width: 178px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  margin-bottom: 44px;
}
@media (max-width: 1100px) {
  .spotlight__author-position {
    margin-bottom: 36px;
  }
}
.spotlight__image {
  -ms-flex-preferred-size: 420px;
  flex-basis: 420px;
}
@media (max-width: 768px) {
  .spotlight__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.spotlight__image img {
  display: block;
  width: 100%;
  height: auto;
}

.stats {
  padding: 70px 0;
}
@media (max-width: 1100px) {
  .stats {
    padding: 50px 0 20px;
  }
}
.stats__title h1,
.stats__title h2,
.stats__title h3,
.stats__title h4,
.stats__title h5,
.stats__title h6,
.stats__title p {
  font-family: "Raleway-400", sans-serif;
  margin-bottom: 60px;
}
@media (max-width: 1100px) {
  .stats__title {
    margin-bottom: 40px;
  }
}
.stats__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stats__item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 30px 0 17px;
  margin-bottom: 30px;
  position: relative;
}
.stats__item::before {
  content: "";
  width: 4px;
  height: calc(100% - 12px);
  background-color: var(--aqua-bright);
  position: absolute;
  left: 0;
  top: 7px;
}
.stats__item, .stats__item *, .stats__item::before, .stats__item::after {
  font-family: "Raleway-400", sans-serif;
}
.stats__item h1,
.stats__item h2,
.stats__item h3,
.stats__item h4,
.stats__item h5,
.stats__item h6,
.stats__item p {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .stats__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 48px;
  }
}
@media (max-width: 370px) {
  .stats__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .stats__info {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .stats__info {
    font-size: 32px;
  }
}
.stats__description p {
  font-size: 16px;
}
.stats__footnote {
  font-family: "Raleway-400", sans-serif;
  margin-top: 10px;
  font-size: 14px;
}

.l2-icons {
  padding: 104px 0 68px;
}
@media (max-width: 1100px) {
  .l2-icons {
    padding: 50px 0 20px;
  }
}
@media (max-width: 768px) {
  .l2-icons {
    padding: 32px 0 8px;
  }
}
.l2-icons__title-big {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 72px;
}
@media (max-width: 1100px) {
  .l2-icons__title-big {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .l2-icons__title-big {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .l2-icons__title-big {
    font-size: 32px;
  }
}
.l2-icons__title-small {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .l2-icons__title-small {
    margin-bottom: 15px;
  }
}
.l2-icons__text {
  max-width: 706px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .l2-icons__text {
    margin-bottom: 20px;
  }
}
.l2-icons__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.l2-icons__column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  .l2-icons__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 24px;
  }
}
.l2-icons__item {
  color: var(--grey-dark);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .l2-icons__item:hover, .l2-icons__item:focus {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }
}
.l2-icons__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 125px;
  flex-basis: 125px;
  min-height: 125px;
  background-color: var(--aqua-bright);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .l2-icons__item-icon {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .l2-icons__item-icon {
    -ms-flex-preferred-size: 6px;
    flex-basis: 6px;
    padding: 0;
  }
}
.l2-icons__item-icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 992px) {
  .l2-icons__item-icon img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media (max-width: 768px) {
  .l2-icons__item-icon img {
    display: none;
  }
}
.l2-icons__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: var(--white-bg);
  padding: 12px 29px 12px 24px;
}
.l2-icons__item-title {
  margin-bottom: 5px;
}
.l2-icons__item-text {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  /* Global shared 400px rule handling */
}
@media (max-width: 400px) {
  .l2-icons__item-text {
    font-size: 13px;
    line-height: 22px;
  }
}

.tabbed {
  padding: 65px 0 52px;
}
@media (max-width: 1100px) {
  .tabbed {
    padding: 50px 0;
  }
}
.tabbed__breadcrumbs {
  margin-bottom: 70px;
}
@media (max-width: 1100px) {
  .tabbed__breadcrumbs {
    margin-bottom: 40px;
  }
}
.tabbed__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .tabbed__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .tabbed__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .tabbed__title {
    font-size: 32px;
  }
}
.tabbed__text p {
  max-width: 600px;
  margin-bottom: 36px;
  font-size: 20px;
}
@media (max-width: 992px) {
  .tabbed__text p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .tabbed__text p {
    font-size: 16px;
  }
}
.tabbed {
  /* --- Tab Triggers Logic --- */
}
.tabbed__triggers-wrap {
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  .tabbed__triggers-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .tabbed__triggers-wrap {
    margin: 0 0 50px;
  }
}
.tabbed__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .tabbed__triggers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabbed__trigger {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 27px 32px 32px;
  border: 1px solid var(--grey-light);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.tabbed__trigger:first-child {
  border-right: none;
}
@media (max-width: 768px) {
  .tabbed__trigger:first-child {
    border-right: 1px solid var(--grey-light);
  }
}
@media (max-width: 1100px) {
  .tabbed__trigger {
    padding: 16px 13px 20px;
  }
}
@media (max-width: 768px) {
  .tabbed__trigger {
    width: 100%;
    padding: 12px 13px;
  }
}
.tabbed__trigger::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tabbed__trigger--active {
  border-bottom-color: var(--aqua-bright);
}
.tabbed__trigger--active::after {
  opacity: 1;
}
.tabbed__trigger--active .tabbed__trigger-title,
.tabbed__trigger--active .tabbed__trigger-description {
  color: var(--grey-dark);
}
.tabbed__trigger-title {
  font-family: "Raleway-800", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: var(--grey-medium);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .tabbed__trigger-title {
    font-size: 12px;
  }
}
.tabbed__trigger-description {
  color: var(--grey-medium);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1100px) {
  .tabbed__trigger-description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tabbed__trigger-description {
    font-size: 15px;
    line-height: 23px;
  }
}
.tabbed {
  /* --- Tab Content Logic --- */
}
.tabbed__tabs {
  min-height: 436px;
}
@media (max-width: 992px) {
  .tabbed__tabs {
    min-height: 320px;
  }
}
.tabbed__tab {
  display: none;
}
.tabbed__tab--active {
  display: block;
}
.tabbed__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tabbed__content {
    display: block;
  }
}
.tabbed__content--reverse .tabbed__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .tabbed__content--reverse .tabbed__image {
    margin-left: 0;
  }
}
.tabbed__content--reverse .tabbed__info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.tabbed__image {
  -ms-flex-preferred-size: 624px;
  flex-basis: 624px;
  height: 436px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .tabbed__image {
    height: 320px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .tabbed__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px;
  }
}
@media (max-width: 576px) {
  .tabbed__image {
    height: 252px;
  }
}
.tabbed__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tabbed__info {
  -ms-flex-preferred-size: 495px;
  flex-basis: 495px;
}
@media (max-width: 768px) {
  .tabbed__info {
    width: 100%;
  }
}
.tabbed {
  /* --- Inner Lists --- */
}
.tabbed__list {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .tabbed__list {
    margin-bottom: 12px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
@media (max-width: 768px) {
  .tabbed__list {
    margin-top: 35px;
  }
}
@media (max-width: 370px) {
  .tabbed__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.tabbed__list-item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .tabbed__list-item {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .tabbed__list-item {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .tabbed__list-item {
    padding-left: 17px;
  }
}
.tabbed__list-item:last-child {
  margin-bottom: 0;
}
.tabbed__list-item::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 10px;
  top: 10px;
}
@media (max-width: 576px) {
  .tabbed__list-item::before {
    left: 7px;
  }
}
.tabbed {
  /* --- External/Misc Links --- */
}
@media (max-width: 768px) {
  .tabbed__link {
    margin-top: 35px;
  }
}
.tabbed .hero-l3__description {
  -ms-flex-preferred-size: 646px;
  flex-basis: 646px;
}
@media (max-width: 370px) {
  .tabbed .hero-l3__actions-list--big {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.tabbed-info__title {
  margin-bottom: 32px;
}

.terms__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .terms__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.terms__inner--fixed .terms__sidebar {
  width: 31.7%;
}
@media (min-width: 768px) {
  .terms__inner--fixed .terms__sidebar {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .terms__inner--fixed .terms__left-outer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .terms__inner--fixed .terms__left-inner {
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
    height: 0;
  }
}
@media (max-width: 768px) {
  .terms__inner--fixed .terms__left-inner {
    padding: 0 17px;
  }
}
@media (min-width: 768px) {
  .terms__inner--absolute .terms__left-inner {
    position: relative;
  }
}
@media (min-width: 768px) {
  .terms__inner--absolute .terms__sidebar {
    position: absolute;
    width: 100%;
  }
}
.terms__left {
  width: 31.7%;
  background-color: var(--beige-light);
  position: relative;
}
@media (max-width: 1100px) {
  .terms__left {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .terms__left {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.terms__left::before {
  content: "";
  width: 345px;
  height: 100%;
  background-color: var(--beige-light);
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .terms__left::before {
    width: 800px;
    right: -30px;
  }
}
.terms__sidebar {
  padding: 83px 30px 70px 0;
}
@media (max-width: 1100px) {
  .terms__sidebar {
    padding: 50px 30px 50px 0;
  }
}
@media (max-width: 992px) {
  .terms__sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .terms__sidebar {
    padding-right: 0;
  }
}
.terms__sidebar-title {
  margin-bottom: 57px;
}
@media (max-width: 1100px) {
  .terms__sidebar-title {
    margin-bottom: 30px;
  }
}
.terms__sidebar-list {
  list-style: none;
}
.terms__sidebar-item {
  margin-bottom: 13px;
}
@media (max-width: 1100px) {
  .terms__sidebar-item {
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .terms__sidebar-item {
    padding-left: 20px;
    position: relative;
  }
  .terms__sidebar-item::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/hero-l1-slider-arrow-aqua.svg) center center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .terms__sidebar-item::before {
    top: 5px;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .terms__sidebar-item::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
}
@media (max-width: 400px) {
  .terms__sidebar-item {
    padding-left: 14px;
  }
}
.terms__sidebar-item:last-child {
  margin-bottom: 0;
}
.terms__sidebar-link {
  display: inline-block;
  color: var(--grey-dark);
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.terms__sidebar-link--active {
  border-bottom-color: var(--aqua-bright);
}
@media (min-width: 992px) {
  .terms__sidebar-link:hover, .terms__sidebar-link:focus {
    color: var(--aqua-bright);
  }
}
.terms__sidebar-sublist {
  list-style: none;
  padding-left: 20px;
  margin-top: 13px;
}
@media (max-width: 1100px) {
  .terms__sidebar-sublist {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .terms__sidebar-sublist {
    display: none;
  }
}
.terms__sidebar-subitem {
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .terms__sidebar-subitem {
    margin-bottom: 3px;
  }
}
.terms__sidebar-sublink {
  font-size: 16px;
  border-bottom: 1px solid transparent;
  color: var(--grey-dark);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.terms__sidebar-sublink--active {
  border-bottom-color: var(--grey-dark);
}
@media (min-width: 992px) {
  .terms__sidebar-sublink--active:hover, .terms__sidebar-sublink--active:focus {
    color: var(--grey-dark);
  }
}
@media (min-width: 992px) {
  .terms__sidebar-sublink:hover, .terms__sidebar-sublink:focus {
    color: var(--aqua-bright);
  }
}
.terms__content {
  width: 68.3%;
  padding: 100px 0 70px 135px;
}
@media (max-width: 1100px) {
  .terms__content {
    padding: 55px 0 50px 50px;
  }
}
@media (max-width: 992px) {
  .terms__content {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .terms__content {
    width: 100%;
    padding-left: 0;
  }
}
.terms__content h2 {
  margin-bottom: 40px;
}
.terms__content h3 {
  margin-bottom: 25px;
}
.terms__content h4 {
  margin-bottom: 15px;
}
.terms__content p,
.terms__content ul li,
.terms__content ol li {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
@media (max-width: 400px) {
  .terms__content p,
  .terms__content ul li,
  .terms__content ol li {
    font-size: 13px;
  }
}
.terms__content a {
  color: var(--grey-dark);
  text-decoration: underline;
}
.terms__content a:hover {
  color: var(--aqua-bright);
}
.terms__content ul,
.terms__content ol {
  padding: 15px 0 15px 20px;
}
@media (max-width: 370px) {
  .terms__content ul *,
  .terms__content ol * {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.terms__content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1100px) {
  .terms__title {
    margin-bottom: 25px;
  }
}
.terms__text {
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .terms__text {
    margin-bottom: 20px;
  }
}
.terms__text--bottom10 {
  margin-bottom: 10px;
}
.terms__text--bottom20 {
  margin-bottom: 20px;
}
.terms__text--bottom30 {
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .terms__text--bottom30 {
    margin-bottom: 20px;
  }
}
.terms__text--bottom70 {
  margin-bottom: 70px;
}
@media (max-width: 1100px) {
  .terms__text--bottom70 {
    margin-bottom: 20px;
  }
}
.terms__description {
  background-color: var(--white-bg);
  margin-bottom: 35px;
  border-left: 4px solid var(--aqua-bright);
  padding: 30px 35px 0 30px;
}
@media (max-width: 1100px) {
  .terms__description {
    margin-bottom: 20px;
    padding: 15px;
  }
}
.terms__description a {
  color: var(--grey-dark);
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .terms__description a:hover, .terms__description a:focus {
    color: var(--aqua-bright);
    text-decoration: underline;
  }
}
.terms__description ul {
  list-style: none;
}
.terms__description ul,
.terms__description ol {
  padding: 0;
}
.terms__description ul li {
  padding-left: 22px;
  position: relative;
}
@media (max-width: 1100px) {
  .terms__description ul li {
    padding-left: 14px;
  }
}
.terms__description ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 9px;
  top: 9px;
}
@media (max-width: 1100px) {
  .terms__description ul li::before {
    left: 4px;
  }
}
.terms__description ol {
  counter-reset: list-counter;
}
.terms__description ol li {
  padding-left: 22px;
  position: relative;
  counter-increment: list-counter;
}
.terms__description ol li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 5px;
  top: 0;
}
.terms__list {
  padding-left: 45px;
  list-style: none;
}
@media (max-width: 1100px) {
  .terms__list {
    padding-left: 25px;
  }
}
.terms__list .terms__description {
  padding-left: 20px;
}
@media (max-width: 1100px) {
  .terms__list .terms__description {
    padding-left: 10px;
  }
}
.terms__list h5 {
  margin-bottom: 11px;
  font-size: 16px !important;
  letter-spacing: 0;
}
@media (max-width: 1100px) {
  .terms__list h5 {
    margin-bottom: 5px;
  }
}
.terms__list p {
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .terms__list p {
    margin-bottom: 20px;
  }
}
.terms__footnote {
  margin: 52px 0 60px;
  padding-top: 27px;
  border-top: 1px solid var(--grey-light);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .terms__footnote {
    margin: 25px 0;
    padding-top: 15px;
  }
}
@media (max-width: 400px) {
  .terms__footnote {
    font-size: 13px;
  }
}
.terms__footnote::first-letter {
  font-size: 10px;
  padding-right: 4px;
  vertical-align: top;
}
.terms__download {
  margin-bottom: 64px;
}
@media (max-width: 1100px) {
  .terms__download {
    margin-bottom: 30px;
  }
}
.terms__download a {
  color: var(--aqua);
}

.testimonial_module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  background-color: var(--beige-light);
}
@media (max-width: 650px) {
  .testimonial_module {
    padding: 0px;
  }
}

.testimonial_slider {
  margin-bottom: 135px;
}

.testimonial_title {
  font-size: 52px;
  margin: 50px 0;
  font-family: inherit;
}
@media (max-width: 1024px) {
  .testimonial_title {
    font-size: 42px;
  }
}
@media (max-width: 650px) {
  .testimonial_title {
    font-size: 32px;
    margin: 20px 0;
  }
}

.testimonial_slide {
  background-color: var(--white);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 50px 40px;
}
@media (max-width: 650px) {
  .testimonial_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

.testimonial_photo {
  min-width: 200px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 15px 70px 15px 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .testimonial_photo {
    min-width: 150px;
    width: 150px;
    height: 150px;
    margin: 20px 50px 10px 20px;
  }
}
@media (max-width: 650px) {
  .testimonial_photo {
    min-width: 120px;
    width: 120px;
    height: 120px;
    margin: 10px;
  }
}

.testimonial_quotes {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.testimonial_text {
  font-style: italic;
  font-size: 20px;
  padding-bottom: 35px;
  height: auto;
}
@media (max-width: 1024px) {
  .testimonial_text {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .testimonial_text {
    padding: 20px 0;
    min-height: 0;
  }
}

.testimonial_name {
  font-family: "Raleway-700", sans-serif;
}
@media (max-width: 650px) {
  .testimonial_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 650px) {
  .testimonial_position {
    font-size: 16px;
    font-family: "Raleway-400", sans-serif;
    padding-bottom: 35px;
  }
}

/* --- Navigation Arrows --- */
.testimonial_arrow {
  position: absolute;
  bottom: -100px;
  z-index: 2;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: 24px 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: 50% !important;
  color: var(--aqua);
}
.testimonial_arrow svg {
  position: relative;
}
.testimonial_arrow::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: var(--aqua-bright);
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.testimonial_arrow .slider-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  display: block;
  width: 18px;
  height: auto;
  stroke: currentColor;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.testimonial_arrow:hover {
  color: var(--white);
}
.testimonial_arrow:hover::before {
  opacity: 1;
}
.testimonial_arrow:hover .slider-arrow {
  stroke: currentColor;
}
.testimonial_arrow--next {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  background-position: left 26px center;
}
.testimonial_arrow--next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: left 18px center;
}
.testimonial_arrow--next .donut-front {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  animation: arrow-fill 4s reverse linear infinite;
  stroke: var(--aqua-bright);
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
}
.testimonial_arrow--next:active .donut-front {
  -webkit-animation: none;
  animation: none;
}
.testimonial_arrow--prev {
  -webkit-transform: translateX(-100%) translateX(-12px);
  -ms-transform: translateX(-100%) translateX(-12px);
  transform: translateX(-100%) translateX(-12px);
  background-position: left 22px center;
}
.testimonial_arrow--prev .slider-arrow {
  stroke: var(--grey-border-progress);
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
.testimonial_arrow {
  /* Interaction logic to stop animation on click */
}
.testimonial_arrow:active ~ .testimonial_arrow--next .donut-front {
  -webkit-animation: none;
  animation: none;
}

/* --- Admin/Debug Inputs --- */
.testimonial_hidden_inputs {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}
.testimonial_hidden_inputs input {
  width: 150px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 650px) {
  .textContainer {
    text-align: center;
    padding-right: 0;
  }
}

.text-centered {
  padding: 62px 0 99px;
  margin-left: -4px;
}
@media (max-width: 1200px) {
  .text-centered {
    padding: 75px 0;
  }
}
@media (max-width: 992px) {
  .text-centered {
    padding: 40px 0;
  }
}
.text-centered__inner p, .text-centered__main-inner p {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .text-centered__inner p, .text-centered__main-inner p {
    margin-bottom: 15px;
  }
}
.text-centered__inner p a, .text-centered__main-inner p a {
  color: var(--aqua);
}
.text-centered__inner p a:hover, .text-centered__main-inner p a:hover {
  text-decoration: underline;
}
.text-centered__inner h3,
.text-centered__inner h4, .text-centered__main-inner h3,
.text-centered__main-inner h4 {
  margin-top: 38px;
  margin-bottom: 21px;
}
.text-centered__inner h3:first-of-type,
.text-centered__inner h4:first-of-type, .text-centered__main-inner h3:first-of-type,
.text-centered__main-inner h4:first-of-type {
  margin-top: 0;
}
.text-centered__inner, .text-centered__main-inner {
  /* --- List Styles (Shared Logic) --- */
}
.text-centered__inner ul,
.text-centered__inner ol, .text-centered__main-inner ul,
.text-centered__main-inner ol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 30px;
}
.text-centered__inner ul:last-of-type,
.text-centered__inner ol:last-of-type, .text-centered__main-inner ul:last-of-type,
.text-centered__main-inner ol:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .text-centered__inner ul,
  .text-centered__inner ol, .text-centered__main-inner ul,
  .text-centered__main-inner ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.text-centered__inner ul li,
.text-centered__inner ol li, .text-centered__main-inner ul li,
.text-centered__main-inner ol li {
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .text-centered__inner ul li,
  .text-centered__inner ol li, .text-centered__main-inner ul li,
  .text-centered__main-inner ol li {
    margin-bottom: 6px;
  }
}
.text-centered__inner ul li:last-child,
.text-centered__inner ol li:last-child, .text-centered__main-inner ul li:last-child,
.text-centered__main-inner ol li:last-child {
  margin-bottom: 0;
}
.text-centered__inner ul, .text-centered__main-inner ul {
  list-style: none;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.text-centered__inner ul li, .text-centered__main-inner ul li {
  padding-left: 19px;
  position: relative;
}
@media (max-width: 576px) {
  .text-centered__inner ul li, .text-centered__main-inner ul li {
    padding-left: 14px;
  }
}
.text-centered__inner ul li::before, .text-centered__main-inner ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  position: absolute;
  left: 1px;
  top: 13px;
}
@media (max-width: 576px) {
  .text-centered__inner ul li::before, .text-centered__main-inner ul li::before {
    top: 9px;
  }
}
.text-centered__inner ol, .text-centered__main-inner ol {
  padding-left: 19px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media (max-width: 576px) {
  .text-centered__inner ol, .text-centered__main-inner ol {
    padding-left: 14px;
  }
}
.text-centered {
  /* Specific padding variations */
}
.text-centered__main-inner {
  padding-left: 110px;
}
.text-centered__main-inner p {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .text-centered__main-inner {
    padding-left: 50px;
  }
}
@media (max-width: 1100px) {
  .text-centered__main-inner {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .text-centered__main-inner {
    padding-left: 0 !important;
  }
}
.text-centered__herol2 {
  padding: 0;
  margin-top: -35px;
}
@media (max-width: 992px) {
  .text-centered__herol2 {
    padding: 40px 0;
  }
}

/* --- Video Component --- */
.video__teaser {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--black);
}
.video__teaser video,
.video__teaser iframe {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --- Video Block Variations --- */
.video-block {
  width: 100%;
}
.video-block--full .video-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-block--full .video-section {
    height: 280px;
  }
}
.video-block--full .video-section video,
.video-block--full .video-section iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-block--full .video-section video {
  -o-object-fit: cover;
  object-fit: cover;
}
.video-block--embedded {
  padding: 40px 0;
  background-color: var(--white);
}
.video-block--embedded .video-section {
  position: relative;
  width: 100%;
  margin: 0 auto 24px;
  height: auto;
}
.video-block--embedded .video-section video {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 16/9;
}
.video-block--embedded .video-section iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

/* --- Structural Elements --- */
.video-section {
  width: 100%;
}

.video-teaser-element {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-teaser-element video {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --- Content & Typography --- */
.content-section {
  padding: 40px 40px 70px;
  text-align: center;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .content-section {
    padding: 35px 25px 30px;
  }
}

.main-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .main-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .main-title {
    font-size: 24px;
  }
}

.description {
  font-size: 16px;
  line-height: 1.5;
  max-width: 1230px;
  margin: 0 auto 10px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .description {
    font-size: 15px;
  }
}

.header {
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
.header__top {
  background-color: #969696;
  min-height: 30px;
}
.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top-phone {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 11px;
  line-height: 30px;
  color: #ffffff;
  white-space: nowrap;
}
.header__top-phone::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__top-list {
  list-style: none;
  margin-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top-item {
  line-height: 1;
}
.header__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__top-link img {
  display: block;
  max-width: 16px;
  height: auto;
}
.header__top-link.bg-blue img {
  max-width: 28px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.header__main {
  background-color: #ffffff;
}
.header__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
}
.header__logo {
  display: inline-block;
  width: 280px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__navigation-wrap {
  margin-left: auto;
}
.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-top: 0;
}
.header__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu-item {
  position: relative;
}
.header__menu-link {
  display: inline-block;
  padding: 0 13px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100px;
  color: #969696;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__menu-link.active {
  color: #254483;
}
.header__submenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  min-width: 208px;
  max-width: none;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  margin: -1px 0 0;
  list-style: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__submenu-item {
  margin-bottom: 0;
}
.header__submenu-link {
  display: block;
  width: 100%;
  padding: 8px 15px;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  background-color: #969696;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__request {
  margin: 0 13px;
  padding-bottom: 2px;
  line-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #969696;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__request span {
  display: inline-block;
  border-radius: 2px;
  border: 2px solid currentColor;
  padding: 10px 9px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
}
.header__burger {
  display: none;
}
.header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.header__burger.active span:first-child {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc(50% - 1px);
}
.header__burger.active span:last-child {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: calc(50% - 1px);
}

@media (min-width: 992px) {
  .header__top-phone:hover::after,
  .header__top-phone:focus::after {
    opacity: 1;
  }
  .header__top-link:hover,
  .header__top-link:focus {
    background-color: #7d7d7d;
  }
  .header__top-link:hover.bg-brown,
  .header__top-link:focus.bg-brown {
    background-color: #a67658;
  }
  .header__top-link:hover.bg-blue,
  .header__top-link:focus.bg-blue {
    background-color: #37589b;
  }
  .header__menu-item:hover .header__submenu,
  .header__menu-item:focus .header__submenu {
    opacity: 1;
    visibility: visible;
  }
  .header__menu-link:hover,
  .header__menu-link:focus {
    color: #000000;
  }
  .header__submenu-link:hover,
  .header__submenu-link:focus {
    background-color: #000000;
  }
  .header__request:hover,
  .header__request:focus {
    color: #000000;
  }
}
@media (min-width: 993px) {
  .header__navigation-wrap {
    display: block !important;
  }
}
@media (max-width: 1100px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .header__top-list {
    display: none;
  }
  .header__navigation-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header__navigation-wrap.open {
    display: block !important;
  }
  .header__navigation-wrap.open .header__navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .header__navigation {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 100%;
    max-width: 350px;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 30px;
    overflow-y: auto;
    right: 0;
    z-index: 1001;
    border-top: 0;
  }
  .header__menu {
    display: block;
    height: auto;
    margin-bottom: 5px;
  }
  .header__menu-link {
    width: 100%;
    padding: 15px 50px;
    border-bottom: 1px solid #969696;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
  }
  .header__menu-link--sublink {
    position: relative;
  }
  .header__menu-link--sublink::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    position: absolute;
    right: 40px;
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header__menu-link--sublink.open::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__submenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header__submenu-link {
    padding: 15px 50px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #969696;
    border-left: 0;
    border-right: 0;
  }
  .header__submenu-link::before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
    font-weight: 500;
    font-size: 20px;
    color: #969696;
  }
  .header__request {
    margin-left: 50px;
    border-color: #000000;
    color: #000000;
  }
  .header__request span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
  }
  .header__burger {
    display: block;
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1002;
  }
  .header__burger.header__burger--active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 3px;
  }
  .header__burger.header__burger--active span:first-child {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: calc(50% - 1px);
  }
  .header__burger.header__burger--active span:last-child {
    width: 100%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: calc(50% - 1px);
    bottom: auto;
  }
  .header__burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #969696;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header__burger span:first-child {
    top: 0;
  }
  .header__burger span:last-child {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .header__top-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__main-inner {
    min-height: 80px;
  }
  .header__navigation {
    padding-top: 100px;
  }
}
@media (max-width: 400px) {
  .header__navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__menu-link {
    padding: 15px 40px 15px 30px;
  }
  .header__submenu-link {
    padding: 15px 40px 15px 30px;
  }
}
.footer {
  background-color: #000000;
  color: #ffffff;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__list-link, .footer__copyright {
  color: #ffffff;
}
.footer__list-link:hover {
  color: #d71920;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}