@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap);
html,
body {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  background-color: white;
  color: #34454E;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html,
body {
    font-size: 22px;
    overflow-x: hidden;
  }
}

ol, ul {
  -webkit-margin-before: unset;
          margin-block-start: unset;
}

a {
  color: #ED2924;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure.alignfull img {
  display: block;
  width: 100%;
}

.main-wrapper, body .wp-block-group__inner-container {
  max-width: 1520px;
  padding: 0 30px;
  margin: 0 auto;
  scroll-margin-top: 100px;
}
.main-wrapper.offset, body .offset.wp-block-group__inner-container {
  max-width: 1120px;
}
.main-wrapper--has_sidebar {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .main-wrapper--has_sidebar {
    flex-wrap: nowrap;
  }
}
.main-wrapper__content {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .main-wrapper__content {
    flex: auto;
  }
}
.main-wrapper__sidebar {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .main-wrapper__sidebar {
    flex: 0 0 200px;
    margin-left: 20px;
  }
}

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

.bg-dark-blue {
  background-color: #34454E;
}
.bg-light-blue {
  background-color: #E6F0F5;
}
.bg-grey {
  background-color: #f3f3f3;
}
.bg-purple {
  background-color: #BD9DC0;
}
.bg-sand {
  background-color: #FAF0E6;
}
.bg-lightgrey {
  background-color: #f3f3f3;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}

.fg-dark-blue, section.fg-dark-blue .textarea .subtitle,
section.fg-dark-blue .textarea .title,
section.fg-dark-blue .textarea .caption,
section.fg-dark-blue .textarea .subtext {
  color: #34454E;
}
.fg-light-blue, section.fg-light-blue .textarea .subtitle,
section.fg-light-blue .textarea .title,
section.fg-light-blue .textarea .caption,
section.fg-light-blue .textarea .subtext {
  color: #E6F0F5;
}
.fg-grey {
  color: #f3f3f3;
}
.fg-purple, section.fg-purple .textarea .subtitle,
section.fg-purple .textarea .title,
section.fg-purple .textarea .caption,
section.fg-purple .textarea .subtext {
  color: #BD9DC0;
}
.fg-sand, section.fg-sand .textarea .subtitle,
section.fg-sand .textarea .title,
section.fg-sand .textarea .caption,
section.fg-sand .textarea .subtext {
  color: #FAF0E6;
}
.fg-lightgrey {
  color: #f3f3f3;
}
.fg-white, section.fg-white .textarea .subtitle,
section.fg-white .textarea .title,
section.fg-white .textarea .caption,
section.fg-white .textarea .subtext {
  color: white;
}
.fg-black, section.fg-black .textarea .subtitle,
section.fg-black .textarea .title,
section.fg-black .textarea .caption,
section.fg-black .textarea .subtext {
  color: black;
}

form label {
  font-size: 24px;
}
form input[type=text] {
  font-size: 36px;
  background-color: transparent;
  border-width: 0 0 2px 0;
  padding: 5px;
  border-color: #34454E;
}
form input[type=text]:focus {
  outline: unset;
}

@font-face {
  font-family: "RegularFont";
  src: url("../font/AlternateGothicATF-Demi.eot");
  src: url("../font/AlternateGothicATF-Demi.eot?#iefix") format("embedded-opentype"), url("../font/AlternateGothicATF-Demi.woff2") format("woff2"), url("../font/AlternateGothicATF-Demi.woff") format("woff"), url("../font/AlternateGothicATF-Demi.ttf") format("truetype"), url("../font/AlternateGothicATF-Demi.svg#AlternateGothicATF-Demi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.hero, h1, h2, h3, h4, h5 {
  font-family: "RegularFont", sans-serif;
  color: #34454E;
  font-weight: 700;
  line-height: 1;
  margin: unset;
  padding: unset;
}

.hero {
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hero {
    font-size: 76px;
  }
}

h1 {
  font-size: 58px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 64px;
    margin-bottom: 30px;
  }
}

h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 58px;
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.form-trigger .textarea {
  margin-bottom: 60px;
}
.form-trigger .textarea .title {
  color: #ED2924;
}
.form-trigger .form-area form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .form-trigger .form-area form label {
    font-size: 32px;
  }
}
.form-trigger .form-area form > div {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.form-trigger .form-area form > div input[type=radio] {
  display: inline-flex;
  width: 0;
  height: 0;
}
.form-trigger .form-area form > div input[type=radio]:before, .form-trigger .form-area form > div input[type=radio]:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  aspect-ratio: 1;
  content: "";
  background: white;
  border: 2px solid #979797;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .form-trigger .form-area form > div input[type=radio]:before, .form-trigger .form-area form > div input[type=radio]:after {
    width: 30px;
  }
}
.form-trigger .form-area form > div input[type=radio]:before {
  width: 26px;
  height: 26px;
  top: 6px;
  left: 4px;
  background: transparent;
  border: unset;
  z-index: 10;
}
.form-trigger .form-area form > div input[type=radio]:checked:before {
  background-color: #ED2924;
}
.form-trigger .form-area form input[type=submit] {
  align-self: flex-start;
}
.form-trigger .gform_wrapper {
  position: relative;
  background-color: white;
  padding: 5px;
}
.form-trigger .gform_wrapper .gform_title {
  color: #ED2924;
}
.form-trigger .gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: unset;
  font-weight: normal;
  font-size: 1rem;
  padding: 40px;
  background-color: rgba(237, 41, 36, 0.1);
  border-bottom: 2px solid rgba(237, 41, 36, 0.2);
}
.form-trigger .gform_wrapper .gform_heading .gform_title {
  padding: 100px 30px 0;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper .gform_heading .gform_title {
    padding: 60px 100px 0;
  }
}
@media (min-width: 1220px) {
  .form-trigger .gform_wrapper .gform_heading .gform_title {
    padding: 110px 200px 0;
    margin-bottom: 40px;
  }
}
.form-trigger .gform_wrapper .gform_page {
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper .gform_page {
    display: flex;
  }
}
.form-trigger .gform_wrapper .gform_page input[type=button] {
  cursor: pointer;
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper .gform_page .gform_page_fields {
    margin: 0 25px 0 0;
    width: unset;
    min-width: 60%;
  }
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields fieldset {
  border: unset;
  padding: unset;
  margin: unset;
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields fieldset .ginput_container_radio input[type=radio] {
  width: unset;
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields .gform_fields {
  width: 100%;
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield_label {
  display: block;
  margin-bottom: 55px;
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields .gform_fields .ginput_container input {
  width: -webkit-fill-available;
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield_error .ginput_container input {
  border-color: #ED2924;
}
.form-trigger .gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield_description.validation_message {
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #ED2924;
}
.form-trigger .gform_wrapper .gform_page .gform_page_footer.top_label {
  display: flex;
  align-self: self-end;
}
.form-trigger .gform_wrapper .gform_page .gform_page_footer.top_label .gform_previous_button.button {
  display: unset;
  font-size: 18px;
  padding: 0 0 0 50px;
  background: url("../images/icon-arrow-left-dark.svg") transparent left center no-repeat;
  background-size: 32px;
  color: #34454E;
  min-height: unset;
  border: unset;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper .gform_page .gform_page_footer.top_label .gform_previous_button.button {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-right: unset;
  }
}
.form-trigger .gform_wrapper .gform_page .gform_page_footer.top_label .gform_previous_button.button:after {
  content: unset;
}
.form-trigger .gform_wrapper form {
  padding: 0 30px 30px;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper form {
    padding: 0 100px 60px;
  }
}
@media (min-width: 1220px) {
  .form-trigger .gform_wrapper form {
    padding: 0 200px 80px;
  }
}
.form-trigger .gform_wrapper form .gf_page_steps {
  top: 30px;
  left: 30px;
  position: absolute;
  display: flex;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper form .gf_page_steps {
    top: 50%;
    left: unset;
    transform: translateY(-50%);
    right: 100px;
    flex-direction: column;
  }
}
.form-trigger .gform_wrapper form .gf_page_steps:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #979797;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper form .gf_page_steps:after {
    width: 2px;
    height: 100%;
    top: unset;
    left: 50%;
  }
}
.form-trigger .gform_wrapper form .gf_page_steps .gf_step {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #979797;
  position: relative;
  border-radius: 50%;
  z-index: 10;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper form .gf_page_steps .gf_step {
    width: 34px;
    height: 34px;
  }
}
.form-trigger .gform_wrapper form .gf_page_steps .gf_step + .gf_step {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper form .gf_page_steps .gf_step + .gf_step {
    margin-top: 30px;
    margin-left: unset;
  }
}
.form-trigger .gform_wrapper form .gf_page_steps .gf_step:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: transparent;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper form .gf_page_steps .gf_step:after {
    width: 30px;
    height: 30px;
  }
}
.form-trigger .gform_wrapper form .gf_page_steps .gf_step.gf_step_completed:after, .form-trigger .gform_wrapper form .gf_page_steps .gf_step.gf_step_active:after {
  background-color: #ED2924;
}
.form-trigger .gform_wrapper.gform_validation_error .gf_page_steps {
  top: 130px;
}
@media (min-width: 992px) {
  .form-trigger .gform_wrapper.gform_validation_error .gf_page_steps {
    top: initial;
  }
}

@media (min-width: 992px) {
  .global-textarea.has-double-cols .textarea .caption {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}

.header-image {
  position: relative;
  border-color: #ED2924;
  border-style: solid;
}
.header-image.compact {
  height: 560px;
  border-width: 0 0 8px;
}
.header-image.compact:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(52, 69, 78, 0.6);
}
.header-image.full {
  height: 900px;
  border-width: 0 0 12px;
}
.header-image.full .circle {
  width: 230px;
  height: 230px;
  position: absolute;
  display: none;
  right: 50px;
  bottom: 50px;
  background: url("../images/icon-arrow-round-light.svg") no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .header-image.full .circle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-image.full .circle:after {
  height: 70px;
  aspect-ratio: 0.25;
  content: "";
  display: inline-flex;
  background: url("../images/icon-arrow-down-light.svg") center no-repeat;
  background-size: contain;
}
.header-image.full .content-holder .content:after {
  width: 70px;
  height: 70px;
  margin-top: 60px;
  display: inline-flex;
  content: "";
  background: url("../images/sunweb-icon-white.svg") bottom left no-repeat;
  background-size: contain;
}
.header-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-image .content-holder {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: calc(100% - 60px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  padding: 0 30px;
  z-index: 10;
}
@media (min-width: 1480px) {
  .header-image .content-holder {
    padding: unset;
    width: 1520px;
  }
}
.header-image .content-holder .content {
  max-width: 620px;
}
.header-image .content-holder .content .title {
  margin-bottom: 0;
}
.header-image .content-holder .content .caption {
  margin-top: 30px;
}

.image-text {
  position: relative;
}
.image-text.block-type1 .content-holder, .image-text.block-type3 .content-holder {
  display: flex;
  justify-content: flex-end;
  margin: 0 -30px;
}
@media (min-width: 1220px) {
  .image-text.block-type1 .content-holder, .image-text.block-type3 .content-holder {
    margin: unset;
  }
}
.image-text.block-type1 .content-holder .content, .image-text.block-type3 .content-holder .content {
  position: relative;
  background-color: #E6F0F5;
  z-index: 1;
  margin-top: 260px;
}
@media (min-width: 1220px) {
  .image-text.block-type1 .content-holder .content, .image-text.block-type3 .content-holder .content {
    width: 60%;
    margin-top: unset;
  }
}
.image-text.block-type1 .content-holder .content .image-holder, .image-text.block-type3 .content-holder .content .image-holder {
  aspect-ratio: 1.2;
  margin-top: -260px;
}
@media (min-width: 1220px) {
  .image-text.block-type1 .content-holder .content .image-holder, .image-text.block-type3 .content-holder .content .image-holder {
    width: 992px;
    aspect-ratio: unset;
    margin-top: unset;
    height: calc(100% - 120px);
    position: absolute;
    top: 60px;
    left: 0;
    transform: translateX(calc(-100% + 120px));
  }
}
.image-text.block-type1 .content-holder .content .image-holder img, .image-text.block-type3 .content-holder .content .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text.block-type1 .content-holder .content .textarea, .image-text.block-type3 .content-holder .content .textarea {
  padding: 60px 30px;
}
@media (min-width: 1220px) {
  .image-text.block-type1 .content-holder .content .textarea, .image-text.block-type3 .content-holder .content .textarea {
    padding: 90px 0 90px 200px;
  }
}
.image-text.block-type1 .content-holder:after, .image-text.block-type3 .content-holder:after {
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #E6F0F5;
}
@media (min-width: 992px) {
  .image-text.block-type1 .content-holder:after, .image-text.block-type3 .content-holder:after {
    display: unset;
    width: calc((100vw - 992px) / 2 + 30px);
  }
}
@media (min-width: 1220px) {
  .image-text.block-type1 .content-holder:after, .image-text.block-type3 .content-holder:after {
    width: calc((100vw - 1220px) / 2 + 30px);
  }
}
@media (min-width: 1520px) {
  .image-text.block-type1 .content-holder:after, .image-text.block-type3 .content-holder:after {
    width: calc((100vw - 1520px) / 2 + 30px);
  }
}
.image-text.block-type3 {
  margin-top: 50px;
  padding: 150px 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .image-text.block-type3 {
    margin-top: 76px;
    padding: 220px 0 100px;
  }
}
.image-text.block-type3 .ticker-slider {
  overflow: hidden;
  white-space: nowrap;
  font-family: "RegularFont", sans-serif;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #34454E;
}
@media (min-width: 992px) {
  .image-text.block-type3 .ticker-slider {
    font-size: 76px;
  }
}
.image-text.block-type3 .ticker-slider span {
  color: white;
}
.image-text.block-type3 .ticker {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.image-text.block-type3 .ticker div {
  overflow: hidden;
  white-space: nowrap;
  font-family: "RegularFont", sans-serif;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #34454E;
}
@media (min-width: 992px) {
  .image-text.block-type3 .ticker div {
    font-size: 76px;
  }
}
.image-text.block-type3 .ticker div span {
  color: white;
}
.image-text.block-type3 .ticker div:first-of-type {
  margin-top: -50px;
}
@media (min-width: 992px) {
  .image-text.block-type3 .ticker div:first-of-type {
    margin-top: -76px;
  }
}
.image-text.block-type3 .ticker div:first-of-type span {
  color: #BD9DC0;
}
.image-text.block-type3 .content-holder {
  justify-content: unset;
}
.image-text.block-type3 .content-holder .content {
  display: flex;
  flex-direction: column;
  background-color: unset;
  margin-top: unset;
}
@media (min-width: 1220px) {
  .image-text.block-type3 .content-holder .content {
    display: unset;
  }
}
.image-text.block-type3 .content-holder .content .textarea {
  order: 0;
  padding-top: unset;
}
@media (min-width: 1220px) {
  .image-text.block-type3 .content-holder .content .textarea {
    padding: 90px 200px 90px 0;
  }
}
.image-text.block-type3 .content-holder .content .image-holder {
  height: 100%;
  top: 0;
  order: 1;
  margin-top: unset;
}
@media (min-width: 1220px) {
  .image-text.block-type3 .content-holder .content .image-holder {
    width: calc(100% - 120px);
    right: 0;
    left: unset;
    transform: translateX(calc(100% - 120px));
  }
}
.image-text.block-type3 .content-holder:after {
  display: none;
}
@media (min-width: 768px) {
  .image-text.block-type2 .content-holder .content {
    display: flex;
    align-items: center;
  }
}
.image-text.block-type2 .content-holder .content .image-holder {
  width: 100%;
  align-self: start;
}
@media (min-width: 768px) {
  .image-text.block-type2 .content-holder .content .image-holder {
    width: 800px;
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  .image-text.block-type2 .content-holder .content .image-holder {
    width: 700px;
    margin-right: 125px;
  }
}
.image-text.block-type2 .content-holder .content .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 350px;
  border-bottom-right-radius: 350px;
}
.image-text.block-type2 .content-holder .content .textarea {
  padding: 90px 0 40px 0;
  margin: 40px 0;
  background: url("../images/sunweb-icon-dark.svg") top left no-repeat;
  background-size: 30px;
}
@media (min-width: 992px) {
  .image-text.block-type2 .content-holder .content .textarea {
    margin: 60px 0;
  }
}
@media (min-width: 992px) {
  .image-text.block-type2 .content-holder .content .textarea {
    padding: 220px 0 60px 0;
    background-size: 65px;
  }
}
.image-text.block-type2 .content-holder .content .textarea .title {
  color: #34454E;
}
.latest-news .top-part {
  position: relative;
  margin-bottom: 100px;
}
.latest-news .top-part .more-news-link {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  color: #34454E;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .latest-news .top-part .more-news-link {
    top: unset;
    bottom: 0;
  }
}
.latest-news .top-part .more-news-link:after {
  display: inline-flex;
  content: "";
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: url("../images/icon-arrow-down-dark.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: 0.3s ease;
}
.latest-news .top-part .more-news-link:active, .latest-news .top-part .more-news-link:focus, .latest-news .top-part .more-news-link:hover {
  color: red;
}
.latest-news .top-part .more-news-link:active:after, .latest-news .top-part .more-news-link:focus:after, .latest-news .top-part .more-news-link:hover:after {
  background-image: url("../images/icon-arrow-down-primary.svg");
}
.latest-news .top-part .textarea .title {
  color: #34454E;
}
.latest-news .swiper-pagination {
  position: unset;
  bottom: unset;
  left: unset;
  margin-bottom: 30px;
}
.latest-news .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #34454E;
  position: relative;
  opacity: 1;
}
.latest-news .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: transparent;
}
.latest-news .swiper-pagination-bullet-active:after {
  background: #34454E;
}

@media (min-width: 1220px) {
  .locations .locations-holder {
    display: flex;
  }
}
.locations .locations-holder ul.left-side {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #34454E;
}
@media (min-width: 1220px) {
  .locations .locations-holder ul.left-side {
    width: 460px;
    margin: 40px 0 0;
  }
}
.locations .locations-holder ul.left-side li {
  padding: 20px 0;
  border-bottom: 1px solid #34454E;
}
@media (min-width: 1220px) {
  .locations .locations-holder ul.left-side li {
    font-size: 1.18rem;
  }
}
.locations .locations-holder ul.left-side li a {
  color: #7BAFC7;
  text-decoration: none;
}
@media (min-width: 992px) {
  .locations .locations-holder ul.left-side li a {
    display: flex;
    flex-direction: column;
  }
}
.locations .locations-holder ul.left-side li.ui-tabs-active {
  padding-left: 25px;
}
.locations .locations-holder ul.left-side li.ui-tabs-active a {
  color: #34454E;
}
.locations .locations-holder .right-side {
  flex: 1;
  background-color: #34454E;
  color: white;
  padding: 30px;
}
@media (min-width: 1220px) {
  .locations .locations-holder .right-side {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .locations .locations-holder .right-side .location-content {
    display: flex;
  }
}
.locations .locations-holder .right-side .location-content div {
  width: 100%;
}
@media (min-width: 768px) {
  .locations .locations-holder .right-side .location-content > div:first-of-type {
    width: 300px;
    margin-right: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
@media (min-width: 1520px) {
  .locations .locations-holder .right-side .location-content > div:first-of-type {
    width: 340px;
    margin-right: 120px;
  }
}
.locations .locations-holder .right-side .location-content > div:first-of-type div:first-of-type {
  font-style: italic;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .locations .locations-holder .right-side .location-content > div:first-of-type div:first-of-type {
    font-size: 1.18rem;
  }
}
.locations .locations-holder .right-side .location-content > div:first-of-type div:first-of-type strong {
  font-style: unset;
}
.locations .locations-holder .right-side .location-content div:last-child {
  flex: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .locations .locations-holder .right-side .location-content div:last-child {
    margin: unset;
  }
}
.locations .locations-holder .right-side .location-content div:last-child iframe {
  width: 100%;
  aspect-ratio: 1.5;
  border: unset;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .locations .locations-holder .right-side .location-content div:last-child iframe {
    margin-bottom: 80px;
  }
}

.mission-statements {
  position: relative;
}
@media (min-width: 992px) {
  .mission-statements .content-holder {
    display: flex;
    gap: 100px;
    background: unset;
  }
}
@media (min-width: 992px) {
  .mission-statements .content-holder .area {
    width: 50%;
  }
}
.mission-statements .content-holder .area.left {
  align-self: start;
}
@media (min-width: 992px) {
  .mission-statements .content-holder .area.left {
    padding-bottom: 120px;
    background: url("../images/sunweb-icon-white.svg") bottom left no-repeat;
  }
}
.mission-statements .content-holder .area img + .textarea, .mission-statements .content-holder .area img + img,
.mission-statements .content-holder .area .textarea + .textarea,
.mission-statements .content-holder .area .textarea + img {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .mission-statements .content-holder .area img + .textarea, .mission-statements .content-holder .area img + img,
.mission-statements .content-holder .area .textarea + .textarea,
.mission-statements .content-holder .area .textarea + img {
    margin-top: 130px;
  }
}
.mission-statements .content-holder .area img {
  width: 100%;
}
@media (min-width: 992px) {
  .mission-statements .content-holder .area img {
    width: unset;
  }
}
.mission-statements.type-compact .area.left, .mission-statements.type-compact .area.right {
  background: unset;
  padding: unset;
  display: flex;
  align-self: center;
}
.mission-statements.has-breakout {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .mission-statements.has-breakout {
    padding-bottom: 1px;
    margin-bottom: 400px;
  }
}
.mission-statements.has-breakout .content-holder .area {
  padding: unset;
  background: unset;
}
.mission-statements.has-breakout .content-holder .area.right {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .mission-statements.has-breakout .content-holder .area.right {
    padding-top: 130px;
  }
}
.mission-statements.no-breakout-image {
  margin-bottom: unset;
}
.mission-statements .breakout.image {
  display: block;
  margin: 60px 0 0;
}
@media (min-width: 992px) {
  .mission-statements .breakout.image {
    margin: 130px 0 -401px;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .mission-statements .breakout.image-bg {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: -400px;
    left: 0;
    z-index: 5;
  }
}

.numbered-slider-swiper {
  max-width: 1600px;
  width: 100%;
}
.numbered-slider-swiper .swiper-wrapper {
  align-items: center;
}
.numbered-slider-swiper .swiper-slide {
  aspect-ratio: 0.65;
  transition: 0.2s ease;
  cursor: pointer;
  margin-bottom: 50px;
}
.numbered-slider-swiper .swiper-slide-active {
  padding: 20px;
}
.numbered-slider-swiper .swiper-slide-active .title-area {
  margin: -20px;
}
.numbered-slider-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: unset;
}
.numbered-slider-swiper .swiper-pagination-bullet {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
  background-color: #7BAFC7;
}
.numbered-slider-swiper .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 12px;
  background-color: #34454E;
}

.partners .logo-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners .logo-holder .logo {
  width: 49%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin-bottom: 2%;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (min-width: 992px) {
  .partners .logo-holder .logo {
    width: 24%;
  }
}
.partners .logo-holder .logo img {
  max-height: 75%;
  max-width: 75%;
}
.partners .logo-holder a.logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.press-media .content-holder {
  display: flex;
  flex-wrap: wrap;
}
.press-media .content-holder a {
  color: #34454E;
  font-weight: 700;
}
.press-media .content-holder a:active, .press-media .content-holder a:focus, .press-media .content-holder a:hover {
  color: #34454E;
  text-decoration: none;
}
.press-media .content-holder .intro-text {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1220px) {
  .press-media .content-holder .intro-text {
    width: 27%;
  }
}
.press-media .content-holder .intro-text .textarea {
  margin-bottom: 30px;
}
.press-media .content-holder .intro-text .profile-image {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .press-media .content-holder .intro-text .profile-image {
    margin-bottom: 50px;
  }
}
@media (min-width: 1220px) {
  .press-media .content-holder .intro-text .profile-image {
    margin-bottom: unset;
  }
}
.press-media .content-holder .intro-text .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.press-media .content-holder .side-image {
  display: flex;
  order: 1;
}
@media (min-width: 1220px) {
  .press-media .content-holder .side-image {
    width: calc(73% - 80px);
    margin-left: 80px;
    height: 690px;
    align-self: flex-end;
    order: unset;
  }
}
.press-media .content-holder .side-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.press-media .content-holder .text-block {
  width: 100%;
  margin: 30px 0 0 0;
  order: 1;
  font-size: 18px;
}
@media (min-width: 768px) {
  .press-media .content-holder .text-block {
    width: calc(50% - 30px);
    padding-right: 30px;
    margin: 55px 0 0 0;
  }
}
@media (min-width: 1220px) {
  .press-media .content-holder .text-block {
    width: 25%;
    padding-right: unset;
    margin: 55px 80px 0 0;
    order: unset;
  }
}
.press-media .content-holder .text-block p {
  margin-top: unset;
}
.press-media .content-holder .text-block .linkedin-link {
  color: #34454E;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.press-media .content-holder .text-block .linkedin-link:after {
  content: "";
  width: 10px;
  height: 32px;
  margin-left: 25px;
  transform: rotate(-90deg);
  background: url("../images/icon-arrow-down-dark.svg") center no-repeat;
  background-size: contain;
}
.press-media .content-holder .text-block.left {
  width: unset;
  padding: unset;
  margin: 0 0 30px;
  order: 0;
}
@media (min-width: 1220px) {
  .press-media .content-holder .text-block.left {
    width: 27%;
    margin: 55px 80px 0 0;
    order: unset;
  }
}

.sunweb-sub-items .textarea {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .sunweb-sub-items .textarea {
    margin-bottom: 90px;
  }
}
.sunweb-sub-items .textarea .title {
  color: #34454E;
}
.sunweb-sub-items .textarea ul br,
.sunweb-sub-items .textarea ul li br {
  display: none;
}
.sunweb-sub-items .content-holder {
  display: flex;
  flex-wrap: wrap;
}
.sunweb-sub-items .content-holder .sunweb-part {
  width: 100%;
}
@media (min-width: 768px) {
  .sunweb-sub-items .content-holder .sunweb-part {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sunweb-sub-items .content-holder .sunweb-part {
    width: 33.333%;
  }
}
.sunweb-sub-items .content-holder .sunweb-part:first-of-type {
  width: 100%;
}
.sunweb-sub-items .content-holder .sunweb-part:first-of-type .bg-image {
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .sunweb-sub-items .content-holder .sunweb-part:first-of-type .bg-image {
    aspect-ratio: 2;
  }
}
@media (min-width: 992px) {
  .sunweb-sub-items .content-holder .sunweb-part:first-of-type .bg-image {
    aspect-ratio: 3.5;
  }
}
.sunweb-sub-items .content-holder .sunweb-part:first-of-type .readmore-link {
  opacity: 0;
  height: 0;
}
.sunweb-sub-items-dark-blue, .sunweb-sub-items-purple, .sunweb-sub-items-black {
  color: white;
}

.usps .usp-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.usps .usp-items .usp-item {
  width: calc(50% - 20px);
  margin: 0 10px 50px;
}
@media (min-width: 992px) {
  .usps .usp-items .usp-item {
    width: calc(33.333% - 20px);
  }
}
@media (min-width: 1220px) {
  .usps .usp-items .usp-item {
    width: calc(20% - 20px);
    margin-bottom: unset;
  }
}

.vspacer.size-small {
  height: 40px;
}
@media (min-width: 992px) {
  .vspacer.size-small {
    height: 80px;
  }
}
.vspacer.size-medium {
  height: 80px;
}
@media (min-width: 992px) {
  .vspacer.size-medium {
    height: 140px;
  }
}
.vspacer.size-large {
  height: 140px;
}
@media (min-width: 992px) {
  .vspacer.size-large {
    height: 200px;
  }
}

.wide-image img {
  width: 100%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.contact-us-area .content-holder {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .contact-us-area .content-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.contact-us-area .content-holder .title {
  color: white;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact-us-area .content-holder .title {
    margin: unset;
  }
}
@media (min-width: 512px) {
  .contact-us-area .content-holder .contact-info {
    display: flex;
    align-items: center;
  }
}
.contact-us-area .content-holder .contact-info img {
  height: 200px;
  border-radius: 160px;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .contact-us-area .content-holder .contact-info img {
    margin-right: 50px;
    height: 265px;
  }
}

.downloads {
  padding: 60px 0;
}
.downloads .main-title {
  text-transform: uppercase;
}
.downloads .file-downloads .item {
  border: 2px solid #ED2924;
  padding: 10px 25px;
  border-radius: 60px;
  color: #ED2924;
  position: relative;
}
@media (min-width: 992px) {
  .downloads .file-downloads .item {
    padding: 15px 45px;
  }
}
.downloads .file-downloads .item .title {
  font-size: 18px;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .downloads .file-downloads .item .title {
    font-size: 24px;
  }
}
.downloads .file-downloads .item .filename-title {
  font-size: 13.6px;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .downloads .file-downloads .item .filename-title {
    font-size: 16px;
  }
}
.downloads .file-downloads .item + .item {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .downloads .file-downloads .item + .item {
    margin-top: 30px;
  }
}
.downloads .file-downloads .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.downloads .file-downloads .item:after {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-download-red.svg") center no-repeat;
  background-size: cover;
  z-index: 5;
}
@media (min-width: 992px) {
  .downloads .file-downloads .item:after {
    width: 25px;
    right: 45px;
  }
}

.language-selector select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background-image: url("../images/select-arrow.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  border: 1pox solid #ED2924;
  border-radius: 20px;
  color: #ED2924;
  font-size: 22px;
  padding: 5px 30px;
  min-width: 200px;
}

.news-item {
  position: relative;
  background-color: white;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .news-item {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
}
.news-item-image {
  width: 100%;
  aspect-ratio: 1.6;
}
@media (min-width: 768px) {
  .news-item-image {
    height: 280px;
    width: unset;
    aspect-ratio: unset;
  }
}
.news-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item-content {
  padding: 30px;
  flex: 1;
}
.news-item-content .title {
  font-family: unset;
  font-weight: unset;
  margin-bottom: 25px;
  font-size: 28px;
  color: #34454E;
}
.news-item-content .meta {
  color: #48606d;
  margin-bottom: 20px;
}
.news-item .bottom {
  margin: 0 30px 30px;
}
.news-item .clickable:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: unset;
}

.numbered-slide {
  position: relative;
  overflow: hidden;
}
.numbered-slide .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.numbered-slide .image-holder img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.numbered-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.6) 100%);
}
.numbered-slide .title-area {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
  transform: translateY(calc(100% - 240px));
  z-index: 10;
  transition: 0.6s ease-in-out;
}
.numbered-slide .title-area .number {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "RegularFont", sans-serif;
  color: white;
}
@media (min-width: 1520px) {
  .numbered-slide .title-area .number {
    font-size: 3rem;
  }
}
.numbered-slide .title-area .textarea .title {
  font-size: 14px;
  color: white;
  font-family: inherit;
  margin-bottom: 20px;
}
@media (min-width: 1520px) {
  .numbered-slide .title-area .textarea .title {
    font-size: 1rem;
  }
}
.numbered-slide .title-area .textarea .title:before {
  display: none;
}
.numbered-slide .title-area .textarea .caption {
  font-size: 14px;
  line-height: 1.2;
  color: white;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
@media (min-width: 1520px) {
  .numbered-slide .title-area .textarea .caption {
    font-size: 18px;
  }
}
.numbered-slide.swiper-slide-active .title-area {
  transform: translateY(0);
  background-color: #336f87;
}
.numbered-slide.swiper-slide-active .title-area .textarea .caption {
  opacity: 1;
}

.sunweb-part {
  position: relative;
}
.sunweb-part .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .sunweb-part .bg-image {
    aspect-ratio: 1;
    position: unset;
    height: unset;
    left: unset;
    top: unset;
  }
}
.sunweb-part .bg-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.sunweb-part .color-overlay,
.sunweb-part .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sunweb-part .color-overlay {
  opacity: 0.8;
  transition: 0.5s ease;
}
.sunweb-part .readmore-link {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  margin-top: 40px;
}
.sunweb-part .readmore-link svg {
  margin-left: 10px;
}
.sunweb-part .readmore-link:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.sunweb-part .logo {
  max-width: 200px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.sunweb-part .hidden-overlay {
  font-size: 16px;
  line-height: 1.6;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  opacity: 0;
}
@media (min-width: 992px) {
  .sunweb-part .hidden-overlay {
    padding: 0 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: 100%;
    z-index: 20;
    transform: translateY(20%);
  }
}
.sunweb-part .hidden-overlay .textarea {
  margin: 0 0 25px;
}
.sunweb-part .hidden-overlay .social-icons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}
.sunweb-part .hidden-overlay .social-icons a {
  display: inline-flex;
}
.sunweb-part.item-0 .readmore-link {
  margin: 0;
}
.sunweb-part:focus .color-overlay, .sunweb-part:active .color-overlay, .sunweb-part:hover .color-overlay {
  opacity: 1;
}
.sunweb-part:focus .logo, .sunweb-part:active .logo, .sunweb-part:hover .logo {
  transform: translate(-50%, -70%);
  opacity: 0;
}
.sunweb-part:focus .hidden-overlay, .sunweb-part:active .hidden-overlay, .sunweb-part:hover .hidden-overlay {
  opacity: 1;
  transform: translateY(0);
}

.textarea .subtitle {
  color: #34454E;
  text-transform: uppercase;
  font-family: "RegularFont", sans-serif;
  margin-bottom: 40px;
}
@media (min-width: 1220px) {
  .textarea .subtitle {
    margin-bottom: 60px;
  }
}
.textarea .title {
  color: #34454E;
}
.textarea .title:before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #ED2924;
  border-radius: 2px;
  display: flex;
  margin-bottom: 15px;
}
.textarea .caption {
  color: #34454E;
  font-size: 18px;
  line-height: 1.22;
}
.textarea .caption + .subtext {
  margin-top: 30px;
}
.textarea .caption + .button {
  margin-top: 85px;
}
@media (min-width: 1220px) {
  .textarea .caption {
    font-size: 22px;
    line-height: 1.5;
  }
}
.textarea .subtext {
  color: #34454E;
  font-size: 18px;
}
@media (min-width: 1220px) {
  .textarea .subtext {
    font-size: 22px;
  }
}
.textarea .subtext + .button {
  margin-top: 85px;
}

@media (min-width: 992px) {
  .textrow-and-form {
    display: flex;
    flex-wrap: wrap;
  }
}
.textrow-and-form .left {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .textrow-and-form .left {
    width: calc(50% - 60px);
    margin: 0 60px 0 0;
  }
}
.textrow-and-form .right {
  padding: 30px;
  background-color: #E6F0F5;
}
@media (min-width: 992px) {
  .textrow-and-form .right {
    padding: 60px;
    width: calc(50% - 120px);
    height: 100%;
  }
}
.textrow-and-form .right .gform_wrapper form {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .textrow-and-form .right .gform_wrapper form {
    display: flex;
  }
}
.textrow-and-form .right .gform_wrapper form .gfield.hidden_label .gfield_label {
  display: none;
}
.textrow-and-form .right .gform_wrapper form input {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .textrow-and-form .right .gform_wrapper form input {
    margin-bottom: unset;
  }
}
.textrow-and-form .right .gform_wrapper form input::-moz-placeholder {
  font-size: 24px;
  color: #34454E;
}
.textrow-and-form .right .gform_wrapper form input::placeholder {
  font-size: 24px;
  color: #34454E;
}
.textrow-and-form .right .gform_wrapper form fieldset {
  border: unset;
  padding: unset;
  margin: unset;
}
.textrow-and-form .right .gform_wrapper form .gform_footer.top_label {
  width: 240px;
  display: inline-flex;
  justify-content: center;
}
.textrow-and-form .right .gform_wrapper form .gform_footer.top_label .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: unset;
}

.usp-item {
  font-family: "RegularFont", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.usp-item .amount {
  font-size: 40px;
  color: #7BAFC7;
}
@media (min-width: 512px) {
  .usp-item .amount {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .usp-item .amount {
    font-size: 64px;
  }
}
.usp-item .label {
  font-size: 18px;
}
@media (min-width: 992px) {
  .usp-item .label {
    font-size: 22px;
  }
}

.button {
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: 22px;
  background-color: #ED2924;
  padding: 0 20px;
  color: white;
  border-radius: 30px;
  border: 2px solid transparent;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .button {
    display: inline-block;
    padding: 7px 60px 7px 35px;
    justify-content: unset;
    min-height: 0;
    line-height: 1;
  }
}
.button:after {
  position: absolute;
  right: 20px;
  content: "";
  height: 22px;
  width: 46px;
  aspect-ratio: 1;
  background-image: url("../images/icon-arrow-down-light.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: contain;
  transform: rotate(-90deg);
}
.button.secondary, .image-text.block-type1.bg-purple .content-holder .content .textarea .button, .image-text.block-type2.bg-purple .content-holder .content .textarea .button, .image-text.block-type3.bg-purple .content-holder .content .textarea .button {
  background-color: #34454E;
}
.button.outlined {
  color: #ED2924;
  border-color: #ED2924;
  background-color: unset;
}
.button.outlined:after {
  background-image: url("../images/icon-arrow-down-primary.svg");
}
.button.outlined:active, .button.outlined:focus, .button.outlined:hover {
  color: white;
  border-color: transparent;
  background-color: #ED2924;
}
.button.outlined:active:after, .button.outlined:focus:after, .button.outlined:hover:after {
  background-image: url("../images/icon-arrow-down-light.svg");
}
.button:active, .button:focus, .button:hover {
  opacity: 0.8;
}

.instagram-feeds .textarea {
  margin-bottom: 60px;
}
footer {
  background: #ED2924;
  color: white;
  padding: 50px 0 70px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  footer {
    padding: 110px 0 90px;
  }
}
footer a {
  color: white;
  text-decoration: none;
}
footer .top-part {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  footer .top-part {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
footer .top-part .left {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
@media (min-width: 1220px) {
  footer .top-part .left {
    flex: unset;
  }
}
footer .top-part .left img {
  width: 90px;
}
@media (min-width: 992px) {
  footer .top-part .left img {
    width: 180px;
  }
}
footer .top-part .middle {
  display: none;
}
@media (min-width: 992px) {
  footer .top-part .middle {
    display: flex;
  }
  footer .top-part .middle .column + .column {
    margin-left: 50px;
  }
}
footer .top-part .right .title {
  display: none;
}
@media (min-width: 992px) {
  footer .top-part .right .title {
    display: unset;
  }
}
footer .top-part .right .socials {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  footer .top-part .right .socials {
    font-size: unset;
    display: unset;
    justify-content: unset;
  }
}
footer .top-part .right .socials .icon {
  display: flex;
  align-items: center;
}
footer .top-part .right .socials .icon img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
@media (min-width: 992px) {
  footer .top-part .right .socials .icon img {
    margin-right: 10px;
  }
}
footer .top-part .column {
  margin-bottom: 30px;
}
footer .top-part .column .title {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: white;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  footer .top-part .column .title {
    font-size: unset;
  }
}
@media (min-width: 992px) {
  footer .bottom-part {
    display: flex;
    justify-content: space-between;
  }
}
footer .bottom-part ul {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  footer .bottom-part ul {
    justify-content: unset;
  }
}
@media (min-width: 992px) {
  footer .bottom-part ul li + li {
    margin-left: 90px;
  }
}
footer .bottom-part ul li a {
  font-size: 12px;
}
@media (min-width: 992px) {
  footer .bottom-part ul li a {
    font-size: unset;
  }
}
footer .bottom-part .copyright {
  display: none;
}
@media (min-width: 992px) {
  footer .bottom-part .copyright {
    display: unset;
  }
}

.header {
  background-color: white;
}
.header .navigation-bar {
  display: flex;
  align-items: center;
  height: 75px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header .navigation-bar {
    height: 160px;
    justify-content: unset;
  }
}
.header .navigation-bar .custom-logo-link img {
  width: 100px;
}
@media (min-width: 992px) {
  .header .navigation-bar .custom-logo-link img {
    width: 160px;
  }
}
@media (min-width: 1220px) {
  .header .navigation-bar .custom-logo-link img {
    width: 220px;
  }
}
.header .navigation-bar .primary-navigation {
  flex: 1;
}
.header .navigation-bar .primary-navigation ul {
  justify-content: end;
}

body.blog {
  background-color: #f3f3f3;
}
body.blog .featured-news-item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body.blog .featured-news-item {
    display: flex;
  }
}
body.blog .featured-news-item .main-image {
  width: 100%;
  aspect-ratio: 1.6;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  body.blog .featured-news-item .main-image {
    width: unset;
    aspect-ratio: unset;
    height: unset;
    flex: 1;
  }
}
@media (min-width: 992px) {
  body.blog .featured-news-item .main-content {
    width: calc(33.333% - 20px);
  }
}
body.blog .title-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
body.blog .title-header .main-title {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  body.blog .title-header .main-title {
    flex: auto;
  }
}
body.blog .title-header .language-selector {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  body.blog .title-header .language-selector {
    flex: 0 0 200px;
  }
}
body.blog .blog-archive > .title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  body.blog .blog-archive > .title {
    margin-bottom: 60px;
  }
}
body.blog .blog-archive-items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  body.blog .blog-archive-items {
    gap: 30px;
  }
}
body.blog .blog-archive-items .news-item {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body.blog .blog-archive-items .news-item {
    width: calc(33.333% - 20px);
    margin-bottom: unset;
  }
}
body.blog .blog-archive-paging {
  margin: 60px 0;
}
body.blog .blog-archive-paging ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
body.blog .blog-archive-paging ul li {
  margin: 0 8px;
}
body.blog .blog-archive-paging ul li a {
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ED2924;
}
body.blog .blog-archive-paging ul li.next-link, body.blog .blog-archive-paging ul li.prev-link {
  margin-right: 60px;
}
body.blog .blog-archive-paging ul li.next-link a, body.blog .blog-archive-paging ul li.prev-link a {
  height: 40px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #ED2924;
}
body.blog .blog-archive-paging ul li.next-link {
  margin-left: 60px;
  margin-right: unset;
  transform: rotate(-180deg);
}
body.blog .blog-archive-paging ul li.active a {
  text-decoration: underline;
}

.primary-navigation {
  position: fixed;
  background: white;
  top: 0;
  right: 0;
  width: calc(50% - 50px);
  height: calc(100% - 120px);
  padding: 120px 25px 0;
  display: none;
  font-family: "RegularFont", sans-serif;
  z-index: 20;
}
.primary-navigation.active {
  display: unset;
}
@media (min-width: 992px) {
  .primary-navigation {
    top: unset;
    right: unset;
    position: relative;
    width: unset;
    height: unset;
    padding: unset;
    display: unset;
  }
}
.primary-navigation ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .primary-navigation ul {
    flex-direction: unset;
  }
}
.primary-navigation ul li {
  position: relative;
}
.primary-navigation ul li a {
  display: inline-flex;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-size: 18px;
  padding: 0 0 25px;
}
@media (min-width: 992px) {
  .primary-navigation ul li a {
    padding: 20px 0;
  }
}
@media (min-width: 1220px) {
  .primary-navigation ul li a {
    font-size: unset;
  }
}
@media (min-width: 992px) {
  .primary-navigation ul li + li {
    margin-left: 35px;
  }
}
@media (min-width: 1520px) {
  .primary-navigation ul li + li {
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  .primary-navigation ul li:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
  }
  .primary-navigation ul li:hover:after {
    background-color: #ED2924;
  }
}

.toggle-menu {
  width: 24px;
  height: 14px;
  display: flex;
  align-items: center;
  z-index: 21;
  cursor: pointer;
}
.toggle-menu span {
  height: 2px;
  width: 100%;
  position: relative;
  background-color: #ED2924;
}
.toggle-menu span:after, .toggle-menu span:before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ED2924;
}
.toggle-menu span:before {
  top: unset;
  bottom: -7px;
}
@media (min-width: 992px) {
  .toggle-menu {
    display: none;
  }
}
.toggle-menu.active span {
  background-color: transparent;
}
.toggle-menu.active span:before {
  bottom: unset;
  transform: rotate(-45deg);
}
.toggle-menu.active span:after {
  top: unset;
  transform: rotate(45deg);
}

.blog-article-header-image {
  aspect-ratio: 2.2;
  position: relative;
}
@media (min-width: 992px) {
  .blog-article-header-image {
    aspect-ratio: unset;
    height: 400px;
  }
}
.blog-article-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-article-header-image .content {
  width: calc(100% - 60px);
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .blog-article-header-image .content {
    width: calc(100% - 140px);
    padding: 0 70px;
  }
}
@media (min-width: 1520px) {
  .blog-article-header-image .content {
    width: calc(100% - 400px);
    padding: 0 200px;
  }
}
.blog-article-header-image .content .date {
  color: white;
  margin-bottom: 10px;
}
.blog-article-header-image .content .title {
  font-size: 40px;
  margin: 0;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .blog-article-header-image .content .title {
    font-size: 64px;
  }
}
@media (min-width: 1520px) {
  .blog-article-header-image .content .title {
    max-width: 75%;
  }
}

.blog-article-title {
  font-size: 52px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .blog-article-title {
    font-size: 76px;
  }
}
.blog-article-intro {
  font-size: 28px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .blog-article-intro {
    font-size: 36px;
  }
}

.page-template-tpl-brand-overview .intro {
  font-weight: 300;
  padding: 30px 0;
}
.page-template-tpl-brand-overview .main-content .wp-block-columns {
  margin-bottom: 0;
}
.page-template-tpl-brand-overview .brands {
  background: #FAF0E6;
  padding: 100px 0;
}
.page-template-tpl-brand-overview .brand {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-template-tpl-brand-overview .brand {
    flex-wrap: nowrap;
  }
}
.page-template-tpl-brand-overview .brand__content {
  flex: 0 1 100%;
  order: 2;
}
@media (min-width: 768px) {
  .page-template-tpl-brand-overview .brand__content {
    flex: 0 1 45%;
    order: 1;
    display: flex;
    padding-right: 80px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
.page-template-tpl-brand-overview .brand__content__title:before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #ED2924;
  border-radius: 2px;
  display: flex;
  margin-bottom: 15px;
}
.page-template-tpl-brand-overview .brand__content__text {
  font-size: 18px;
  margin-bottom: 30px;
}
.page-template-tpl-brand-overview .brand__content .social-icons {
  margin-bottom: 30px;
}
.page-template-tpl-brand-overview .brand__content .social-icons svg {
  display: inline-block;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .page-template-tpl-brand-overview .brand__content .social-icons svg {
    margin-right: 50px;
  }
}
.page-template-tpl-brand-overview .brand__content .social-icons svg path, .page-template-tpl-brand-overview .brand__content .social-icons svg g {
  fill: #34454E;
}
.page-template-tpl-brand-overview .brand__content .social-icons a:hover svg path, .page-template-tpl-brand-overview .brand__content .social-icons a:hover svg g {
  fill: #ED2924;
}
.page-template-tpl-brand-overview .brand__content .websites {
  font-size: 18px;
}
.page-template-tpl-brand-overview .brand__content .websites__label {
  color: #34454E;
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .page-template-tpl-brand-overview .brand__content .websites__label {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
.page-template-tpl-brand-overview .brand__content .websites__label--link:hover {
  text-decoration: underline;
}
.page-template-tpl-brand-overview .brand__content .websites__label--link svg {
  margin-left: 20px;
}
.page-template-tpl-brand-overview .brand__content .websites__item {
  color: #34454E;
  text-decoration: none;
  border-right: 2px solid #34454E;
  display: inline-block;
  padding: 0 15px;
}
.page-template-tpl-brand-overview .brand__content .websites__item:first-of-type {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .page-template-tpl-brand-overview .brand__content .websites__item:first-of-type {
    padding-left: 15px;
  }
}
.page-template-tpl-brand-overview .brand__content .websites__item:last-of-type {
  border-right: none;
  padding-right: 0;
}
.page-template-tpl-brand-overview .brand__content .websites__item:hover {
  text-decoration: underline;
}
.page-template-tpl-brand-overview .brand__image {
  position: relative;
  flex: 0 1 100%;
  order: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-template-tpl-brand-overview .brand__image {
    flex: 0 1 55%;
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 1520px) {
  .page-template-tpl-brand-overview .brand__image {
    flex: 0 1 65%;
    margin-right: -10%;
  }
}
.page-template-tpl-brand-overview .brand__image__overlay {
  opacity: 0.8;
  transition: 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-tpl-brand-overview .brand__image__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-tpl-brand-overview .brand__image__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 200px;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .page-template-tpl-brand-overview .brand.even .brand__content {
    order: 2;
    padding-left: 80px;
    padding-right: 0;
  }
  .page-template-tpl-brand-overview .brand.even .brand__image {
    order: 1;
  }
}
@media (min-width: 1520px) {
  .page-template-tpl-brand-overview .brand.even .brand__image {
    margin-right: 0;
    margin-left: -10%;
  }
}

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