@charset "UTF-8";
.darkgray-bg {
  background: #20201E;
}

.white-bg {
  background: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: pr(15px);
  border: pr(1px) solid #191918;
}

table td {
  padding: 0.5em 1em;
  border-width: 0 0 0 pr(1px);
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-left: pr(1px) solid #191918;
  border-bottom: pr(1px) solid #191918;
}

table td:first-child {
  border-left-width: 0;
}

table th {
  padding: 0.5em 1em;
  border-width: 0 0 0 pr(1px);
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-left: pr(1px) solid #191918;
  border-bottom: pr(1px) solid #191918;
}

table th:first-child {
  border-left-width: 0;
}

ul:not([class]) {
  margin: 0;
  padding: 0 0 pr(29px) pr(6px);
}

ul:not([class]) li {
  margin: 0;
  padding: 0 0 0 pr(15px);
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}

ul:not([class]) li::marker {
  content: '•';
}

ol:not([class]) {
  margin: 0;
  padding: 0 0 pr(9px) pr(30px);
}

ol:not([class]) li {
  margin: 0;
  padding: 0 0 pr(10px);
  list-style-position: outside;
  list-style: decimal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0 0 1.25rem;
}

p {
  letter-spacing: 0.01em;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 0.125rem solid #005fcc;
  outline-offset: 0.125rem;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1319px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1154px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}

html, body {
  margin: 0;
}

.eyebrow, .has-eyebrow-font-size {
  text-transform: uppercase;
  display: block;
}

@media (max-width: 639px) {
  .eyebrow, .has-eyebrow-font-size {
    font-size: 0.875rem;
  }
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: block;
}

.has-global-padding > .alignfull {
  padding: 0 !important;
  margin: 0;
}

.alignfull {
  width: 100%;
}

main.has-global-padding {
  margin: 0 !important;
  padding: 0;
}

.container, .alignwide {
  max-width: 82.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (max-width: 1023px) {
  .container, .alignwide {
    width: 48rem;
  }
}

@media (max-width: 767px) {
  .container, .alignwide {
    width: 40rem;
  }
}

@media (max-width: 639px) {
  .container, .alignwide {
    max-width: 26.25rem;
  }
}

@media (max-width: 479px) {
  .container, .alignwide {
    width: 23.4375rem;
  }
}

.container .container, .container .alignwide, .alignwide .container, .alignwide .alignwide {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .container .container, .alignwide .container {
    width: 100% !important;
    padding: 0;
    max-width: 100%;
  }
}

@media (min-width: 1306px) {
  .container-1306 {
    max-width: 81.625rem !important;
  }
}

@media (min-width: 1612px) {
  .container-1612 {
    max-width: 100.75rem !important;
  }
}

.section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

.row > div {
  padding: 0 0.9375rem;
}

.col-3 {
  width: 25%;
}

@media (max-width: 1023px) {
  .col-3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33%;
}

@media (max-width: 1023px) {
  .col-4 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
}

@media (max-width: 767px) {
  .col-6 {
    width: 100%;
  }
}

.col-8 {
  width: 66.66%;
}

@media (max-width: 1023px) {
  .col-8 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

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

.remove-padding {
  padding: 0 !important;
}

.prev-slider-arrow, .next-slider-arrow {
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  border-right: 0.625rem solid;
  border-bottom: 0.625rem solid;
  background: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 0;
}

@media (max-width: 639px) {
  .prev-slider-arrow, .next-slider-arrow {
    height: 1.125rem;
    width: 1.125rem;
    border-right: 0.375rem solid;
    border-bottom: 0.375rem solid;
  }
}

.prev-slider-arrow, .next-slider-arrow {
  color: #ffffff;
}

.next-slider-arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.entry-content {
  padding: 0;
  overflow: hidden;
}

.logged-in header.wp-block-template-part {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in header.wp-block-template-part {
    top: 46px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.6875rem;
  line-height: 1.2em;
  padding: 1.375rem 0 0;
}

.breadcrumb * {
  margin-right: 0.25rem;
}

.breadcrumb a {
  color: #D50007;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-left: 0.5rem;
}

.pagination {
  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;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  grid-gap: 0.625rem;
  grid-column: 1 / -1;
}

@media (max-width: 1023px) {
  .pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.pagination > * {
  height: 2.1875rem;
  min-width: 2.1875rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #ABB8BF;
  font-weight: 600;
  font-size: 0.9375rem;
  font-family: Saira;
  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;
  background: none;
}

.pagination > *:hover {
  background: #ECEEF0;
}

.pagination > *.active {
  background: #ECEEF0;
  border-color: #ECEEF0;
}

.pagination button > img {
  width: 0.75rem;
}

@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 639px) {
  h1, .h1 {
    font-size: 1.875rem !important;
  }
}

@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 1.875rem !important;
  }
}

@media (max-width: 639px) {
  h2, .h2 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.625rem !important;
  }
}

@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 1rem !important;
  }
}

@media (max-width: 639px) {
  h4, .h4 {
    font-size: 0.9375rem !important;
  }
}

@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 1rem !important;
  }
}

@media (max-width: 639px) {
  h5, .h5 {
    font-size: 0.9375rem !important;
  }
}

@media (max-width: 1023px) {
  h6, .h6 {
    font-size: 0.9375rem !important;
  }
}

.btn, input[type="submit"], button[type="submit"], .gform_button, .wp-block-button__link, .btn-cover .wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.gform_button {
  display: inline-block;
  text-align: center;
  padding: 0.90625rem 1.375rem;
  background: #D50007;
  color: #ffffff;
  border: 0;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  border-radius: 0.375rem;
  line-height: normal;
  width: auto;
  font-family: Russo One;
}

.btn:hover, input:hover[type="submit"], button:hover[type="submit"], .gform_button:hover, .wp-block-button__link:hover, .gform_wrapper.gravity-theme form .gform_footer input.gform_button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1023px) {
  .btn, input[type="submit"], button[type="submit"], .gform_button, .wp-block-button__link, .btn-cover .wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.gform_button {
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem;
  }
}

@media (max-width: 767px) {
  .btn, input[type="submit"], button[type="submit"], .gform_button, .wp-block-button__link, .btn-cover .wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.gform_button {
    font-size: 1rem;
    padding: 0.625rem 1.125rem;
  }
}

@media (max-width: 639px) {
  .btn, input[type="submit"], button[type="submit"], .gform_button, .wp-block-button__link, .btn-cover .wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.gform_button {
    font-size: 0.9375rem;
    padding: 0.625rem 0.9375rem;
  }
}

.btn-black.btn, input.btn-black[type="submit"], button.btn-black[type="submit"], .btn-black.gform_button, .btn-black.wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.btn-black.gform_button {
  background: #191918;
  color: #ffffff;
}

.btn-white.btn, input.btn-white[type="submit"], button.btn-white[type="submit"], .btn-white.gform_button, .btn-white.wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.btn-white.gform_button {
  background: #ffffff;
  color: #191918;
}

.btn-big.btn, input.btn-big[type="submit"], button.btn-big[type="submit"], .btn-big.gform_button, .btn-big.wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.btn-big.gform_button {
  font-size: 1.5rem;
}

.min-width-310.btn, input.min-width-310[type="submit"], button.min-width-310[type="submit"], .min-width-310.gform_button, .min-width-310.wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.min-width-310.gform_button {
  min-width: 19.375rem;
}

.btn-outline.btn, input.btn-outline[type="submit"], button.btn-outline[type="submit"], .btn-outline.gform_button, .btn-outline.wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.btn-outline.gform_button {
  background: transparent;
  border: 0.125rem solid #D50007;
  color: #D50007;
}

.btn-outline.btn-white.btn, input.btn-outline.btn-white[type="submit"], button.btn-outline.btn-white[type="submit"], .btn-outline.btn-white.gform_button, .btn-outline.btn-white.wp-block-button__link, .gform_wrapper.gravity-theme form .gform_footer input.btn-outline.btn-white.gform_button {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-black-cover.btn-cover .wp-block-button__link {
  background: #191918;
  color: #ffffff;
}

.linke-with-icon {
  font-size: 1.125rem;
  letter-spacing: 0.018em;
  display: inline-block;
  color: #191918;
  font-family: Russo One;
}

@media (max-width: 767px) {
  .linke-with-icon {
    font-size: 1rem;
  }
}

.linke-with-icon:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.linke-with-icon img {
  margin-right: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}

.linke-with-icon__white {
  color: #ffffff;
}

.linke-with-icon__red {
  color: #D50007;
}

.arrow-link {
  font-family: Russo One;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.625rem;
  color: #D50007;
  font-size: 1.125rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1023px) {
  .arrow-link {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .arrow-link {
    font-size: 0.875rem;
  }
}

.arrow-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

header.wp-block-template-part {
  background: white;
  padding: 1.4375rem 0;
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1023px) {
  header.wp-block-template-part {
    padding: 0;
  }
  header.wp-block-template-part::before, header.wp-block-template-part::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 42%;
    background: #D50007;
  }
  header.wp-block-template-part::after {
    -webkit-transform: skew(0.34rad);
            transform: skew(0.34rad);
    right: 0.6875rem;
  }
}

header.wp-block-template-part.header--hide {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

header .site-header__container {
  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: 2rem;
}

header .site-header__container .mobile-menu-icon {
  display: none;
}

@media (max-width: 1023px) {
  header .site-header__container .mobile-menu-icon {
    display: block;
    color: #ffffff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: Russo One;
    width: 9.3125rem;
    padding: 0.75rem 0;
    text-align: right;
    position: relative;
    z-index: 1;
  }
  header .site-header__container .mobile-menu-icon span {
    position: relative;
    padding-left: 1.5rem;
  }
  header .site-header__container .mobile-menu-icon span::before, header .site-header__container .mobile-menu-icon span::after {
    content: "";
    position: absolute;
    width: 1.0625rem;
    border-top: 0.125rem solid #ffffff;
    left: 0;
    top: 0.1875rem;
  }
  header .site-header__container .mobile-menu-icon span::after {
    border-bottom: 0.125rem solid #ffffff;
    height: 0.25rem;
    top: 0.5625rem;
  }
}

header .site-header__logo {
  margin-left: -0.625rem;
}

@media (max-width: 1023px) {
  header .site-header__logo {
    padding: 0.75rem 0;
  }
}

header .site-header__logo img {
  width: 13.75rem;
}

@media (max-width: 1023px) {
  header .site-header__logo img {
    width: 11.4375rem;
  }
}

header .site-header__rh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 2.1875rem;
}

@media (max-width: 1023px) {
  header .site-header__rh {
    display: none;
  }
}

header .site-header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .site-header__nav > ul > li {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  font-family: Russo One;
}

header .site-header__nav > ul > li::marker {
  content: "";
}

header .site-header__nav > ul > li > a {
  color: #111;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  letter-spacing: -0.00625rem;
}

header .site-header__nav > ul > li > a:hover {
  color: #D50007;
}

header .site-header__nav > ul > li > a::after {
  content: "";
  display: none;
  background: #D50007;
  -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  width: 0.53875rem;
  height: 0.42562rem;
  bottom: 0.5rem;
  right: -0.875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0.375rem;
  margin-bottom: 0.5rem;
}

header .site-header__nav > ul > li:last-child > a {
  color: #ABB8BF;
}

header .site-header__nav > ul > li:last-child > a:hover {
  color: #D50007;
}

header .site-header__nav > ul > li.current-menu-item > a::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  margin-right: -0.3125rem;
}

header .site-header__actions .btn {
  font-size: 0.9375rem;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  padding: 0.5rem 0.875rem;
  margin-right: 1.3125rem;
  font-family: Russo One;
}

header .site-header__actions .header-social-icons {
  width: 2.125rem;
  height: 2.125rem;
  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;
}

.fullpage-menu-open {
  overflow: hidden;
}

.fullpage-menu-open .full-page-menu {
  visibility: visible;
  opacity: 1;
}

.full-page-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.25rem 1fr;
      grid-template-columns: 26.25rem 1fr;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
}

@media (max-width: 1023px) {
  .full-page-menu {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.full-page-menu__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #D50007;
  z-index: 1;
}

.full-page-menu__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.full-page-menu__logo {
  width: 17.5rem;
}

.full-page-menu__lh {
  padding: 3.125rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 1.875rem;
}

@media (max-width: 1023px) {
  .full-page-menu__lh {
    display: none;
  }
}

.full-page-menu__lh .footer-contact h3, .full-page-menu__lh .footer-contact .h3 {
  margin-bottom: 1.9375rem;
}

.full-page-menu__lh .footer-contact .regions {
  font-size: 1rem;
  margin-bottom: 1.75rem;
}

.full-page-menu__lh .footer-contact .info-block {
  margin-bottom: 1.3125rem;
}

.full-page-menu__lh .footer-contact .info-block a {
  background: #ECEEF0;
}

.full-page-menu__lh .footer-contact address {
  line-height: 1.7em;
  letter-spacing: 0.045em;
}

.full-page-menu__rh {
  position: relative;
  padding: 1.8125rem 2rem 1.8125rem 8.375rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .full-page-menu__rh {
    padding: 1.25rem;
  }
}

.full-page-menu__rh > * {
  position: relative;
  z-index: 2;
}

.full-page-menu__rh > *.full-page-menu__bg {
  z-index: 1;
  position: absolute;
}

.full-page-menu__rh--close {
  font-size: 0;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}

.full-page-menu__rh--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 2.4375rem;
  margin-bottom: 6.375rem;
}

@media (max-width: 1023px) {
  .full-page-menu__rh--top {
    margin-bottom: 1.875rem;
  }
}

.full-page-menu__rh--midd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8.8125rem;
}

@media (max-width: 1023px) {
  .full-page-menu__rh--midd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1023px) {
  .full-page-menu__rh--midd--bigmenu {
    margin-bottom: 1.875rem;
  }
}

.full-page-menu__rh--midd--bigmenu ul {
  padding: 0;
  margin: 0;
}

.full-page-menu__rh--midd--bigmenu ul li {
  padding: 0;
  margin: 0 0 1.875rem;
  list-style: none;
  font-size: 2.25rem;
  font-family: Russo One;
  line-height: normal;
}

@media (max-width: 1023px) {
  .full-page-menu__rh--midd--bigmenu ul li {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    line-height: normal;
  }
}

.full-page-menu__rh--midd--bigmenu ul li.current-menu-item > a {
  text-decoration: underline;
}

.full-page-menu__rh--midd--bigmenu ul li::marker {
  content: "";
}

.full-page-menu__rh--midd--bigmenu ul li a {
  color: #ffffff;
  display: block;
}

.full-page-menu__rh--midd--bigmenu ul li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.full-page-menu__rh--midd--smallmenu {
  width: 43.15%;
  padding-top: 0.625rem;
}

@media (max-width: 1023px) {
  .full-page-menu__rh--midd--smallmenu {
    width: 100%;
    padding-top: 0;
  }
}

.full-page-menu__rh--midd--smallmenu ul {
  padding: 0;
  margin: -0.5625rem 0 0;
}

.full-page-menu__rh--midd--smallmenu ul li {
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
  font-size: 1.375rem;
  font-family: Russo One;
  line-height: normal;
}

@media (max-width: 1023px) {
  .full-page-menu__rh--midd--smallmenu ul li {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: normal;
  }
}

.full-page-menu__rh--midd--smallmenu ul li.current-menu-item > a {
  text-decoration: underline;
}

.full-page-menu__rh--midd--smallmenu ul li::marker {
  content: "";
}

.full-page-menu__rh--midd--smallmenu ul li a {
  color: #ffffff;
  display: inline-block;
}

.full-page-menu__rh--midd--smallmenu ul li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.full-page-menu__rh--midd--smallmenu .btn {
  font-size: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.5625rem;
  padding: 0.6875rem 1.25rem;
}

.full-page-menu__rh--midd--smallmenu .btn img {
  margin-right: 0.625rem;
}

.full-page-menu__rh--bottom {
  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;
  grid-gap: 2.5rem;
}

@media (max-width: 1023px) {
  .full-page-menu__rh--bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .full-page-menu__rh--bottom .footer-legal {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .full-page-menu__rh--bottom .footer-legal .menu {
    width: 100%;
    grid-gap: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .full-page-menu__rh--bottom .footer-legal .menu li {
    width: 100%;
  }
}

.full-page-menu__rh--bottom .footer-legal .menu a {
  font-size: 0.9375rem;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.full-page-menu__rh--bottom .footer-legal .menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.full-page-menu__rh--bottom .footer-social a {
  background: #191918;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.full-page-menu__rh--bottom .footer-social a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.full-page-menu__rh .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  color: #ffffff;
  grid-gap: 1.625rem;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.full-page-menu__rh .language li {
  list-style: none;
  font-weight: 500;
}

.full-page-menu__rh .language li.active > a {
  text-decoration: underline;
  font-weight: bold;
}

.full-page-menu__rh .language li a {
  color: #ffffff;
}

input[type="submit"] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.desktop-language-selector {
  position: relative;
  width: auto;
  display: block;
}

@media (max-width: 1023px) {
  .desktop-language-selector {
    display: none;
  }
}

.desktop-language-selector .lang-select-button {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 0px;
  width: 3.125rem;
  height: 1.875rem;
  text-align: left;
  padding: 0.3125rem 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.desktop-language-selector .lang-select-button::after {
  position: absolute;
  content: '';
  top: 40%;
  width: 0.3125rem;
  height: 0.3125rem;
  border-right: 2px solid #20201E;
  border-bottom: 2px solid #20201E;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 0.375rem;
}

.desktop-language-selector .lang-menu-select {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  top: 100%;
  left: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0px;
}

.desktop-language-selector .lang-menu-select li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.desktop-language-selector .lang-menu-select li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 0.3125rem;
}

.desktop-language-selector .lang-menu-select li a:hover {
  background-color: #F2F2F2;
}

.desktop-language-selector:hover .lang-menu-select {
  display: block;
}

.footer-top {
  background: -webkit-gradient(linear, left top, right top, from(#7a0000), to(#d60000));
  background: linear-gradient(to right, #7a0000, #d60000);
  color: white;
  padding: 7rem 0 9.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .footer-top {
    padding: 5rem 0 6.25rem;
  }
}

.footer-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}

.footer-top h2 {
  margin-bottom: 1.375rem;
}

.footer-top p {
  max-width: 32.75rem;
  letter-spacing: 0.01em;
}

.footer-top__grid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .footer-top__grid {
    grid-gap: 0;
  }
}

.footer-form {
  width: 25rem;
  max-width: 100%;
}

.footer-logo {
  width: 18.75rem;
  margin-bottom: 3.875rem;
}

@media (max-width: 1023px) {
  .footer-logo {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 1.875rem;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-social a {
  width: 2.5rem;
  height: 2.5rem;
  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;
  border-radius: 0.375rem;
  background: #D50007;
  margin-left: 0.6875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1023px) {
  .footer-social a {
    margin-left: 0;
    margin-right: 0.625rem;
  }
}

.footer-social a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer-bottom {
  padding: 8.1875rem 0 6.375rem;
  position: relative;
  overflow: hidden;
  margin-top: -4.5%;
}

@media (max-width: 1023px) {
  .footer-bottom {
    padding: 6.25rem 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    padding: 5rem 0;
  }
}

@media (max-width: 639px) {
  .footer-bottom {
    padding: 4.375rem 0;
  }
}

.footer-bottom__shap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../images/footer-bg-shap.svg);
  mask-image: url(../images/footer-bg-shap.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  overflow: hidden;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: url(../images/footer-bg.jpg);
}

.footer-bottom .footer-bg-shap {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.footer-bottom__grid {
  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;
  position: relative;
  z-index: 1;
  grid-gap: 1.875rem;
}

.footer-bottom__grid > div {
  width: 18.75rem;
}

.footer-contact h3, .footer-contact .h3, .footer-newsletter h3, .footer-newsletter .h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}

@media (max-width: 1023px) {
  .footer-contact h3, .footer-contact .h3, .footer-newsletter h3, .footer-newsletter .h3 {
    font-size: 1.5rem !important;
  }
}

.footer-contact p, .footer-newsletter p {
  font-size: 0.9375rem;
  margin-bottom: 1.5625rem;
}

.footer-contact address, .footer-newsletter address {
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.6em;
}

.footer-contact .contact-dtl, .footer-newsletter .contact-dtl {
  display: none;
}

.footer-contact .regions, .footer-newsletter .regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  font-size: 0.9375rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5625rem;
}

.footer-contact .regions button, .footer-newsletter .regions button {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: Saira;
  font-size: 0.9375rem;
}

.footer-contact .regions button.active, .footer-newsletter .regions button.active {
  font-weight: bold;
  text-decoration: underline;
}

.footer-contact .regions button.more, .footer-newsletter .regions button.more {
  font-weight: bold;
  color: #D50007;
}

.footer-contact .regions button.more a, .footer-newsletter .regions button.more a {
  color: #D50007;
}

.footer-contact .regions button a, .footer-newsletter .regions button a {
  color: #191918;
}

.footer-meta {
  padding: 0.875rem 0 0.75rem;
}

@media (max-width: 767px) {
  .footer-meta {
    padding: 1.5625rem 0;
  }
}

.footer-legal .menu {
  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;
  grid-gap: 1.875rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .footer-legal .menu {
    width: 100%;
    grid-gap: 0.625rem;
  }
}

.footer-legal .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .footer-legal .menu li {
    width: 100%;
  }
}

.footer-legal .menu a {
  font-size: 0.9375rem;
  color: #888;
  text-decoration: none;
}

.footer-legal .menu a:hover {
  color: #D50007;
}

.info-block {
  margin: 0 0 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}

.info-block span {
  width: 1.875rem;
  height: 1.875rem;
  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;
  border-radius: 0.25rem;
  background: #D50007;
  margin-right: 0.625rem;
}

.info-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #191918;
  background: #ffffff;
  padding: 0.25rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
  margin-bottom: 0.625rem;
  font-weight: 500;
}

.info-block a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer-bottom .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .validation_message {
  color: #D50007;
}

.footer-bottom .gform_confirmation_message {
  text-align: left;
  font-size: 1.125rem;
  color: #191918;
}

.error404 .wp-block-group {
  padding: 6.25rem 0 !important;
}

@media (max-width: 767px) {
  .error404 .wp-block-group {
    padding: 5rem 0 !important;
  }
}

.error404 h1 {
  font-size: 12.5rem;
  margin: 0;
}

@media (max-width: 767px) {
  .error404 h1 {
    font-size: 9.375rem;
  }
}

.error404 h1 span {
  color: #D50007;
}

.error404 p {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .error404 p {
    font-size: 1.125rem;
  }
}

@media (max-width: 639px) {
  .error404 p {
    font-size: 1rem;
  }
}

.landing-hero {
  position: relative;
  background: #D50007;
  margin-bottom: 13.9375rem !important;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .landing-hero {
    display: inline-block;
    margin-bottom: 6.25rem !important;
  }
}

.landing-hero .container {
  position: relative;
}

@media (max-width: 1023px) {
  .landing-hero .container {
    position: static;
  }
}

.landing-hero .container .breadcrumb {
  color: #ffffff;
}

.landing-hero .container .breadcrumb a {
  color: #ffffff;
}

.landing-hero .container .breadcrumb a img {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.landing-hero__img {
  position: absolute;
  right: 0;
  bottom: 5.1875rem;
  width: 42.75rem;
}

@media (max-width: 1023px) {
  .landing-hero__img {
    position: relative;
    bottom: 0;
    float: right;
    width: 31.25rem;
  }
}

.landing-hero__shap {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

.landing-hero__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.landing-hero__bg--img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}

.landing-hero__caps {
  max-width: 35.625rem;
  width: 100%;
  padding: 12.3125rem 0 12.5rem;
}

@media (max-width: 1023px) {
  .landing-hero__caps {
    padding: 3.75rem 0 1.25rem;
    position: relative;
    max-width: 100%;
  }
}

.landing-hero__caps h1 {
  margin: 0;
  margin-bottom: 2.8125rem;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .landing-hero__caps h1 {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 639px) {
  .landing-hero__caps h1 {
    margin-bottom: 1.25rem;
  }
}

.landing-hero__caps--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 1.625rem;
}

.landing-hero__caps--btns p a {
  font-size: 1.125rem;
  letter-spacing: 0.018em;
  display: inline-block;
  color: #191918;
  font-family: Russo One;
}

@media (max-width: 767px) {
  .landing-hero__caps--btns p a {
    font-size: 1rem;
  }
}

.landing-hero__caps--btns p a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.landing-hero__caps--btns p a img {
  margin-right: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}

.landing-hero__counters {
  width: 39.1875rem;
  position: absolute;
  bottom: -1.3125rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 6px;
  z-index: 2;
}

@media (max-width: 1023px) {
  .landing-hero__counters {
    width: 31.25rem;
    bottom: -4.375rem;
  }
}

@media (max-width: 639px) {
  .landing-hero__counters {
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0.625rem;
    grid-gap: 0.625rem;
    bottom: -3.125rem;
  }
}

.landing-hero__counter--block {
  background: #ECEEF0;
  border-radius: 0.375rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 33.33%;
  min-height: 7.5rem;
  padding-top: 0.375rem;
}

@media (max-width: 1023px) {
  .landing-hero__counter--block {
    min-height: 6.25rem;
  }
}

@media (max-width: 639px) {
  .landing-hero__counter--block {
    min-height: 4.375rem;
  }
}

.landing-hero__counter--block h2 {
  font-size: 3.25rem;
  color: #ABB8BF;
  margin: 0;
}

@media (max-width: 1023px) {
  .landing-hero__counter--block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 639px) {
  .landing-hero__counter--block h2 {
    font-size: 1.875rem;
  }
}

.landing-hero__counter--block .label {
  font-size: 0.9375rem;
}

@media (max-width: 1023px) {
  .landing-hero__counter--block .label {
    font-size: 0.875rem;
  }
}

@media (max-width: 639px) {
  .landing-hero__counter--block .label {
    font-size: 0.75rem;
  }
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme {
  max-width: 30rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .gform_wrapper.gravity-theme {
    max-width: 37.5rem;
    margin: auto;
  }
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields {
  grid-gap: 0.625rem;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield {
  position: relative;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .gfield_label {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 2em;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container {
  width: 100%;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container input, .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container select, .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0.375rem;
  border: 0;
  font-family: inherit;
  padding: 0 0.875rem;
  font-size: 1rem;
  height: 3.25rem;
  font-family: Saira;
  font-weight: 600;
  display: block;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .validation_message {
  position: relative;
  margin: 0;
  font-size: 0.875rem;
  border: 0;
  background: none;
  padding: 0;
  color: #ffffff;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield.gfield--type-textarea {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container textarea {
  height: 6.875rem;
  resize: none;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container textarea {
    height: 6.25rem;
  }
}

.gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0.875rem 0 0;
}

.gform_wrapper.gravity-theme form .gform_footer input.gform_button {
  background: #191918;
  color: #ffffff;
  margin: 0;
  cursor: pointer;
}

.gform_title {
  display: none;
}

.gform_confirmation_message {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
}

.iti__country {
  color: #191918;
}

body .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, body .iti--separate-dial-code .iti__selected-flag {
  background: none !important;
}

body .iti--separate-dial-code .iti__selected-dial-code {
  color: #191918;
  font-size: 1rem;
}

body .iti__arrow {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border: 0 !important;
  border-bottom: 0.125rem solid #191918 !important;
  border-right: 0.125rem solid #191918 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0.3125rem;
}

.verboom-section {
  margin-bottom: 12.75rem !important;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .verboom-section {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 639px) {
  .verboom-section {
    margin-bottom: 4.375rem !important;
  }
}

.verboom-section .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.625rem;
}

@media (max-width: 1023px) {
  .verboom-section .section-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.875rem;
  }
}

.verboom-section .section-title .block-editor-block-list__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

@media (max-width: 1023px) {
  .verboom-section .section-title .block-editor-block-list__layout {
    margin-bottom: 1.25rem;
  }
}

.verboom-section .section-title h2 {
  width: 59.5%;
  margin: 0 !important;
}

@media (max-width: 1023px) {
  .verboom-section .section-title h2 {
    width: 100%;
    margin-bottom: 1.25rem !important;
  }
}

.verboom-section .section-title__description {
  max-width: 600px;
  width: 40.5%;
  padding-right: 0.625rem;
  padding-top: 0.4375rem;
}

@media (max-width: 1023px) {
  .verboom-section .section-title__description {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.verboom-main-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 1023px) {
  .verboom-main-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
  }
}

@media (max-width: 639px) {
  .verboom-main-cards {
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.verboom-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
  padding: 0 0 29.7%;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  background-color: #D50007;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1023px) {
  .verboom-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    padding: 0 0 50%;
  }
}

@media (max-width: 639px) {
  .verboom-card {
    padding: 0 0 60%;
  }
}

.verboom-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 24, 0)), to(rgba(25, 25, 24, 0.65)));
  background: linear-gradient(to bottom, rgba(25, 25, 24, 0) 0%, rgba(25, 25, 24, 0.65) 100%);
  opacity: 0.6;
}

.verboom-card:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.verboom-card:hover .verboom-card__image {
  opacity: 0.7;
}

.verboom-card:hover .verboom-card__icon {
  right: 20px;
}

.verboom-card.red-border::after {
  height: 1.25rem;
  width: 87%;
}

@media (max-width: 1023px) {
  .verboom-card.red-border::after {
    height: 0.625rem;
  }
}

.verboom-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.verboom-card__title {
  font-size: 2.625rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  position: absolute;
  bottom: 3.1875rem;
  left: 2.5rem;
  right: 2.5rem;
  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: 1023px) {
  .verboom-card__title {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    font-size: 1.5rem;
  }
}

.verboom-card__icon {
  width: 1.8125rem;
  height: 1.8125rem;
  position: absolute;
  right: 33px;
  bottom: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.verboom-card--two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #191918;
}

@media (max-width: 767px) {
  .verboom-card--two-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.verboom-card--two-col::before {
  display: none;
}

.verboom-card--two-col::after {
  z-index: 2;
}

.verboom-card--two-col .verboom-card__lh-img {
  width: 43%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .verboom-card--two-col .verboom-card__lh-img {
    width: 100%;
    padding-bottom: 50%;
  }
}

.verboom-card--two-col .verboom-card__lh-img .blog-label {
  right: auto !important;
  left: 0.5rem !important;
  top: 0.75rem;
  position: relative;
}

.verboom-card--two-col .verboom-card__lh-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
}

.verboom-card--two-col .verboom-card__lh-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#191918));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #191918 100%);
  z-index: 1;
}

.verboom-card--two-col .intro-with-three-cards__caps {
  width: 57%;
  position: relative;
  padding: 0 3.75rem 1.9375rem 1.0625rem;
  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: 1023px) {
  .verboom-card--two-col .intro-with-three-cards__caps {
    padding: 1.875rem 4.375rem 1.875rem 1.875rem;
  }
}

@media (max-width: 767px) {
  .verboom-card--two-col .intro-with-three-cards__caps {
    width: 100%;
  }
}

.verboom-card--two-col .intro-with-three-cards__caps h4 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.verboom-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 1023px) {
  .verboom-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 639px) {
  .verboom-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.verboom-grid-item {
  background: #f3f3f3;
  border-radius: 0.5rem;
  padding: 2rem 1.875rem 2rem;
  position: relative;
  min-height: 16.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1023px) {
  .verboom-grid-item {
    padding: 1.25rem;
    min-height: 12.5rem;
  }
}

.verboom-grid-item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.verboom-grid-item:hover .verboom-grid-item__arrow {
  right: 1.125rem;
}

.verboom-grid-item:hover .verboom-grid-item__icon img {
  -webkit-transform: scale(1.1) rotate(10deg);
          transform: scale(1.1) rotate(10deg);
}

.verboom-grid-item__bottom {
  padding-right: 1.875rem;
}

@media (max-width: 1023px) {
  .verboom-grid-item__bottom {
    padding-right: 2.5rem;
  }
}

.verboom-grid-item__bottom p {
  font-family: Russo One;
  line-height: normal;
  margin: 0 !important;
}

.verboom-grid-item__icon {
  font-size: 2rem;
  color: #999;
  width: auto;
  height: 4.375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.verboom-grid-item__icon img {
  max-height: 100%;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.verboom-grid-item__text {
  font-size: 1.375rem;
  letter-spacing: 0.01em;
  font-family: Russo One;
  margin: 0 !important;
}

@media (max-width: 1023px) {
  .verboom-grid-item__text {
    font-size: 1.25rem !important;
  }
}

.verboom-grid-item__arrow {
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  bottom: 1rem;
  right: 1.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.verboom-grid-item.red-border::after {
  width: 78%;
}

.unique-section {
  margin-bottom: 12.5rem !important;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .unique-section {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 639px) {
  .unique-section {
    margin-bottom: 4.375rem !important;
  }
}

.unique-section h2 {
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .unique-section h2 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .unique-section h2 {
    margin-bottom: 1.5625rem;
  }
}

.highlight {
  color: #D50007;
}

.tabs-wrapper {
  margin-bottom: 5rem;
}

@media (max-width: 1023px) {
  .tabs-wrapper {
    padding: 0;
    overflow: hidden;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.875rem;
  }
}

.tabs-wrapper .swiper-button-next {
  right: 0;
}

.tabs-wrapper .swiper-button-prev {
  left: 0;
}

.tabs-wrapper .swiper-button-next, .tabs-wrapper .swiper-button-prev {
  position: relative;
  margin-top: 0;
}

.tabs-wrapper .swiper-button-next::after, .tabs-wrapper .swiper-button-prev::after {
  display: none;
}

.tab-swiper {
  width: 100%;
}

@media (max-width: 1023px) {
  .tab-swiper {
    width: calc( 100% - pr(70px));
  }
}

.tab-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .tab-swiper .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tab-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  padding: 0 0.3125rem;
}

.tab-swiper .swiper-wrapper .swiper-slide.active button {
  background: #f0f0f0;
  border-color: #f0f0f0;
  font-weight: 600;
}

.tab-swiper .swiper-wrapper .swiper-slide button {
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
  border-radius: 0.375rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.0625rem;
  letter-spacing: 0.01em;
  font-family: Saira;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tab-swiper .swiper-wrapper .swiper-slide button:hover {
  background: #f0f0f0;
}

@media (max-width: 1023px) {
  .tab-swiper .swiper-wrapper .swiper-slide button {
    font-size: 0.9375rem;
  }
}

@media (max-width: 639px) {
  .tab-swiper .swiper-wrapper .swiper-slide button {
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
  }
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-content, .swiper-slide.tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .tab-content, .swiper-slide.tab-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 1.875rem;
  }
}

@media (max-width: 767px) {
  .tab-content, .swiper-slide.tab-content {
    grid-gap: 1.5625rem;
  }
}

.tab-content.image-position-left .text-content, .swiper-slide.tab-content.image-position-left .text-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 5rem;
  padding-right: 0;
}

@media (max-width: 1023px) {
  .tab-content.image-position-left .text-content, .swiper-slide.tab-content.image-position-left .text-content {
    padding: 0;
  }
}

.tab-content.no-image .text-content, .swiper-slide.tab-content.no-image .text-content {
  width: 100%;
  text-align: center;
}

.tab-content .text-content, .swiper-slide.tab-content .text-content {
  width: 48.5%;
  padding-right: 5rem;
  padding-top: 0.25rem;
}

@media (max-width: 1023px) {
  .tab-content .text-content, .swiper-slide.tab-content .text-content {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.tab-content .text-content h3, .swiper-slide.tab-content .text-content h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 1023px) {
  .tab-content .text-content h3, .swiper-slide.tab-content .text-content h3 {
    line-height: 1.2em;
  }
}

@media (max-width: 639px) {
  .tab-content .text-content h3, .swiper-slide.tab-content .text-content h3 {
    font-size: 1.75rem !important;
    margin-bottom: 1.25rem !important;
  }
}

.tab-content .text-content h3 mark, .swiper-slide.tab-content .text-content h3 mark {
  background: none;
  color: #D50007;
}

.tab-content .text-content h6, .swiper-slide.tab-content .text-content h6 {
  margin-bottom: 1.875rem;
}

@media (max-width: 1023px) {
  .tab-content .text-content h6, .swiper-slide.tab-content .text-content h6 {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .tab-content .text-content h6, .swiper-slide.tab-content .text-content h6 {
    margin-bottom: 0.9375rem;
  }
}

.tab-content .text-content p, .swiper-slide.tab-content .text-content p {
  margin-bottom: 1.875rem;
  letter-spacing: 0.01em;
}

@media (max-width: 639px) {
  .tab-content .text-content p, .swiper-slide.tab-content .text-content p {
    margin-bottom: 1.25rem;
  }
}

.tab-content .text-content p:last-child, .swiper-slide.tab-content .text-content p:last-child {
  margin-bottom: 0;
}

.tab-content .text-content p a, .swiper-slide.tab-content .text-content p a {
  color: #D50007;
  text-decoration: underline;
}

.tab-content .text-content .info-block a, .swiper-slide.tab-content .text-content .info-block a {
  background: #ECEEF0;
}

.tab-content .image-content, .swiper-slide.tab-content .image-content {
  width: 51.5%;
}

@media (max-width: 1023px) {
  .tab-content .image-content, .swiper-slide.tab-content .image-content {
    width: 100%;
  }
}

.tab-content .image-content img, .swiper-slide.tab-content .image-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 1023px) {
  .tab-content .image-content img, .swiper-slide.tab-content .image-content img {
    width: 100%;
  }
}

.tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  color: #666;
}

.tab-label .tab-icon {
  width: 1.625rem;
  margin-right: 0.5rem;
}

.wp-admin .tab-swiper .swiper-wrapper {
  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;
}

.history-section {
  background: #111;
  color: #fff;
  position: relative;
  margin-bottom: 12.5rem !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .history-section {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 639px) {
  .history-section {
    margin-bottom: 4.375rem !important;
  }
}

.history-section .container {
  position: relative;
  z-index: 1;
}

.history-section .history-shap {
  position: absolute;
  top: 59%;
  left: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .history-section .history-shap {
    top: auto;
    bottom: -0.0625rem;
  }
}

@media (max-width: 639px) {
  .history-section .history-shap {
    width: 200%;
    right: -50%;
    max-width: none;
  }
}

.history-section .history-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  gap: 2rem;
  margin-bottom: -3.9375rem;
  padding: 6.4375rem 0 0;
}

@media (max-width: 1023px) {
  .history-section .history-header {
    padding: 6.25rem 0 3.125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .history-section .history-header {
    padding: 4.375rem 0 1.875rem;
    margin-bottom: 0;
  }
}

.history-section .history-header .btn-cover .wp-block-button__link {
  margin-top: 1.125rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  position: relative;
  z-index: 3;
}

@media (max-width: 1023px) {
  .history-section .history-header .btn-cover .wp-block-button__link {
    margin: 0;
  }
}

.history-section .history-text {
  z-index: 2;
  width: 35.8125rem;
}

@media (max-width: 1023px) {
  .history-section .history-text {
    width: 100%;
  }
}

.history-section .history-text h2 {
  margin-bottom: 1.9375rem;
  line-height: 1.16em;
}

.history-section .history-text p {
  letter-spacing: 0.01em;
}

.history-section .history-carousel {
  width: 100%;
  overflow: visible;
  margin-bottom: 3.75rem;
}

@media (max-width: 1023px) {
  .history-section .history-carousel {
    margin-bottom: 1.875rem;
  }
}

.history-section .history-carousel__title-text {
  width: 45%;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .history-section .history-carousel__title-text {
    width: 100%;
  }
}

.history-section .history-carousel__title-text h2 {
  margin-bottom: 1.9375rem;
  line-height: 1.16em;
}

.history-section .history-carousel__title-text h2 mark {
  background: none;
  color: #D50007;
}

.history-section .history-carousel__year {
  width: 55%;
  padding: 0;
}

@media (max-width: 1023px) {
  .history-section .history-carousel__year {
    width: 100%;
  }
}

.history-section .history-carousel .big-year {
  position: relative;
  font-size: 20.375rem;
  color: #2F3639;
  font-family: Russo One;
  right: -3rem;
  bottom: 0.3125rem;
  line-height: 0.66em;
  display: block;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .history-section .history-carousel .big-year {
    right: 0;
    font-size: 12.5rem;
  }
}

@media (max-width: 767px) {
  .history-section .history-carousel .big-year {
    font-size: 9.375rem;
  }
}

@media (max-width: 639px) {
  .history-section .history-carousel .big-year {
    font-size: 6.25rem;
  }
}

.history-section .history-carousel .swiper-wrapper .swiper-slide {
  visibility: hidden;
  opacity: 0 !important;
}

.history-section .history-carousel .swiper-wrapper .swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1 !important;
}

.history-section .history-carousel .swiper-wrapper .swiper-slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}

@media (max-width: 1023px) {
  .history-section .history-carousel .swiper-wrapper .swiper-slide .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.history-section .history-carousel .swiper-wrapper .swiper-slide .row.history-carousel__top-block {
  margin-bottom: -0.4375rem;
}

.history-section .history-carousel__img {
  position: absolute;
  bottom: 0rem;
  right: 2.8125rem;
  width: 10.8125rem;
}

@media (max-width: 767px) {
  .history-section .history-carousel__img {
    width: 8.75rem;
    right: 1.25rem;
  }
}

@media (max-width: 639px) {
  .history-section .history-carousel__img {
    display: none;
  }
}

.history-section .history-carousel__auth p {
  margin: 0;
  font-size: 1rem;
}

.history-section .history-carousel__auth p strong {
  font-family: Russo One;
  font-weight: normal;
  font-size: 1.125rem;
}

.history-section .history-carousel__text {
  width: 50%;
  background: #edeef0;
  color: #191918;
  padding: 3.3125rem 16rem 2.8125rem 2.5rem;
  border-radius: 0.625rem 0 0 0;
  position: relative;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .history-section .history-carousel__text {
    width: 90%;
    border-radius: 0rem 0rem 0.625rem 0.625rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .history-section .history-carousel__text {
    width: 96%;
    padding: 1.875rem 11.25rem 1.875rem 1.875rem;
  }
}

@media (max-width: 639px) {
  .history-section .history-carousel__text {
    padding: 1.5625rem;
    width: 100%;
  }
}

.history-section .history-carousel__text > p {
  font-size: 0.9375rem;
  line-height: 1.65em;
  margin-bottom: 1.5625rem;
  position: relative;
  z-index: 1;
}

.history-section .history-carousel__text.red-border::after {
  width: 81%;
  -webkit-clip-path: polygon(0 0, 99% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 99% 0, 100% 100%, 0% 100%);
}

.history-section .history-carousel__text .quotes-open-white {
  position: absolute;
  top: 2.3125rem;
  left: 1.125rem;
}

@media (max-width: 767px) {
  .history-section .history-carousel__text .quotes-open-white {
    top: 1.25rem;
    left: 0.625rem;
  }
}

.history-section .history-carousel__image {
  width: 50%;
  border-radius: 0.625rem 0.625rem 0.625rem 0;
  overflow: hidden;
  height: 0;
  padding: 0 0 31.25%;
  position: relative;
}

@media (max-width: 1023px) {
  .history-section .history-carousel__image {
    width: 100%;
    padding: 0 0 60%;
    border-radius: 0.625rem 0.625rem 0.625rem 0;
  }
}

@media (max-width: 639px) {
  .history-section .history-carousel__image {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.history-section .history-carousel__image > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.history-section .history-carousel-years, .history-section .history-buttons {
  width: calc( 100% - pr(270px));
  margin: 0;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .history-section .history-carousel-years, .history-section .history-buttons {
    width: calc( 100% - pr(200px));
  }
}

@media (max-width: 639px) {
  .history-section .history-carousel-years, .history-section .history-buttons {
    width: 100%;
  }
}

.history-section .history-carousel-years::before, .history-section .history-buttons::before {
  content: "";
  position: absolute;
  height: 0.0625rem;
  background: #ABB8BF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.history-section .history-carousel-years button, .history-section .history-buttons button {
  background: none;
  padding: 0 2.375rem;
  border: 0;
  border-radius: 0;
  font-size: 2.875rem;
  font-family: Russo One;
  color: #ABB8BF;
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin-right: 4.75rem;
}

.history-section .history-carousel-years button:hover, .history-section .history-buttons button:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media (max-width: 1023px) {
  .history-section .history-carousel-years button, .history-section .history-buttons button {
    font-size: 2rem;
    margin-right: 2rem;
    padding: 0 1.25rem;
  }
}

@media (max-width: 767px) {
  .history-section .history-carousel-years button, .history-section .history-buttons button {
    font-size: 1.75rem;
    margin-right: 1.5625rem;
    padding: 0 0.9375rem;
  }
}

@media (max-width: 639px) {
  .history-section .history-carousel-years button, .history-section .history-buttons button {
    font-size: 1.5rem;
    margin-right: 1.25rem;
    padding: 0 0.625rem;
  }
}

.history-section .history-carousel-years button.active, .history-section .history-buttons button.active {
  color: #191918;
}

.history-section .history-carousel-years button:first-child, .history-section .history-buttons button:first-child {
  padding-left: 0;
}

.history-section .history-carousel-years button:last-child, .history-section .history-buttons button:last-child {
  padding-right: 0;
  margin-right: 0;
  float: right;
}

.history-section .history-carousel-years__cover, .history-section .history-buttons__cover {
  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: 639px) {
  .history-section .history-carousel-years__cover, .history-section .history-buttons__cover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.history-section .history-carousel-years__cover .linke-with-icon, .history-section .history-buttons__cover .linke-with-icon {
  margin-right: 1.625rem;
}

@media (max-width: 767px) {
  .history-section .history-carousel-years__cover .linke-with-icon, .history-section .history-buttons__cover .linke-with-icon {
    margin-right: 0;
  }
}

@media (max-width: 639px) {
  .history-section .history-carousel-years__cover .linke-with-icon, .history-section .history-buttons__cover .linke-with-icon {
    margin-top: 1.25rem;
  }
}

.history-section .history-carousel-years .swiper-wrapper .swiper-slide, .history-section .history-buttons .swiper-wrapper .swiper-slide {
  width: auto;
}

.history-section .history-carousel-years .swiper-wrapper .swiper-slide.active button, .history-section .history-buttons .swiper-wrapper .swiper-slide.active button {
  color: #191918;
}

.wp-admin .history-section, .wp-admin .history-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-admin .history-section .history-carousel .swiper-wrapper .swiper-slide {
  display: none;
}

.wp-admin .history-section .history-carousel .swiper-wrapper .swiper-slide:first-child {
  display: block;
  visibility: visible;
  opacity: 1 !important;
}

.verboom-blog {
  padding: 0;
  background: #fff;
  margin-bottom: 9.125rem !important;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .verboom-blog {
    margin-bottom: 6.25rem !important;
  }
}

.verboom-blog .section-header {
  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: 3.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 1023px) {
  .verboom-blog .section-header {
    margin-bottom: 1.875rem;
  }
}

.verboom-blog .section-header h2 {
  margin: 0;
}

.verboom-blog .section-header .btn--red {
  background: #d60000;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-top: 0.25rem;
}

.verboom-blog .section-header .btn--red:hover {
  background: #b80000;
}

.blog-grid {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  display: -ms-grid;
  display: grid;
}

@media (max-width: 1023px) {
  .blog-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .blog-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #f0f2f5;
  border-radius: 0.75rem;
  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;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.03);
  position: relative;
}

.blog-card .red-border::after {
  width: 82%;
}

.blog-card:hover .blog-image > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-card:hover .arrow-link {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-image {
  position: relative;
  height: 0;
  padding: 0 0 63%;
  overflow: hidden;
}

.blog-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-label {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background: rgba(25, 25, 24, 0.5);
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.5625rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  border-radius: 0.6875rem;
  letter-spacing: 0.03375rem;
  z-index: 2;
}

.blog-content {
  padding: 2.125rem 3.75rem 2.1875rem 2.5rem;
}

@media (max-width: 1023px) {
  .blog-content {
    padding: 1.25rem;
  }
}

.blog-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .blog-content h3 {
    line-height: 1.2em;
  }
}

.blog-content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #444;
  letter-spacing: 0.01em;
  margin-bottom: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .blog-content p {
    line-height: 1.3em;
    font-size: 0.875rem;
  }
}

.blog-content .blog-readmore {
  color: #D50007;
  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: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .blog-content .blog-readmore {
    font-size: 1rem;
  }
}

.blog-content .blog-label {
  font-size: 1.1rem;
}

.red-border::after {
  content: "";
  display: block;
  height: 0.625rem;
  background: #d60000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
}

.products-listing__main .row {
  display: -ms-grid;
  display: grid;
  position: relative;
  min-height: 31.25rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  margin: 0;
}

@media (max-width: 1023px) {
  .products-listing__main .row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .products-listing__main .row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.products-listing__main .row > .col-4 {
  width: 100%;
  padding: 0 !important;
}

.products-listing__main .row .col-12 {
  grid-column: 1 / -1;
  text-align: center;
}

.no-post-found-message {
  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;
  text-align: center;
  color: #D50007;
  font-weight: 600;
  font-size: 1.25rem;
}

.loader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  grid-column: 1 / -1;
}

.loader img {
  margin: 0 auto;
  width: 3.125rem;
  border-radius: 50%;
}

.fancybox__content .video-link-wrap {
  display: none !important;
}

.bouwplaats-hero.landing-hero {
  background: url(../images/footer-bg.jpg) no-repeat center top/cover;
  margin-bottom: 9.75rem !important;
  position: relative;
}

@media (max-width: 1023px) {
  .bouwplaats-hero.landing-hero {
    margin-bottom: 5rem !important;
  }
}

@media (max-width: 639px) {
  .bouwplaats-hero.landing-hero {
    margin-bottom: 3.75rem !important;
  }
}

.bouwplaats-hero.landing-hero .breadcrumb {
  color: #191918;
}

.bouwplaats-hero.landing-hero .breadcrumb a {
  color: #D50007;
}

.bouwplaats-hero.landing-hero .breadcrumb a > img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.bouwplaats-hero.landing-hero .eyebrow {
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: normal;
  color: #ABB8BF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.5rem;
  font-family: Russo One;
  letter-spacing: 0.026em;
}

@media (max-width: 1023px) {
  .bouwplaats-hero.landing-hero .eyebrow {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .bouwplaats-hero.landing-hero .eyebrow {
    font-size: 1.375rem;
  }
}

@media (max-width: 639px) {
  .bouwplaats-hero.landing-hero .eyebrow {
    font-size: 1.25rem;
  }
}

.bouwplaats-hero.landing-hero h1 {
  color: #191918;
  margin: 0 0 2.5rem;
}

@media (max-width: 1023px) {
  .bouwplaats-hero.landing-hero h1 {
    margin: 0 0 1.875rem;
  }
}

@media (max-width: 767px) {
  .bouwplaats-hero.landing-hero h1 {
    margin: 0 0 1.25rem;
  }
}

.bouwplaats-hero.landing-hero .landing-hero__caps {
  padding: 5.25rem 0 10.875rem;
}

@media (max-width: 1023px) {
  .bouwplaats-hero.landing-hero .landing-hero__caps {
    padding: 3.125rem 0;
  }
}

.bouwplaats-hero.landing-hero .landing-hero__shap {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bouwplaats-hero.landing-hero .bouwplaats-hero__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39.5625rem;
  max-width: 90%;
}

@media (max-width: 1023px) {
  .bouwplaats-hero.landing-hero .bouwplaats-hero__img {
    position: relative;
    float: right;
  }
}

.two-column-title-with-text .section-title {
  margin-bottom: 3rem;
}

@media (max-width: 1023px) {
  .two-column-title-with-text .section-title {
    grid-gap: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .two-column-title-with-text .section-title {
    grid-gap: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 639px) {
  .two-column-title-with-text .section-title {
    margin-bottom: 0.3125rem;
  }
}

.two-column-title-with-text .section-title h2 {
  margin-bottom: 2.625rem;
}

@media (max-width: 1023px) {
  .two-column-title-with-text .section-title h2 {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 767px) {
  .two-column-title-with-text .section-title h2 {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 639px) {
  .two-column-title-with-text .section-title h2 {
    margin-bottom: 0.9375rem;
  }
}

.two-column-title-with-text .section-title p {
  margin-bottom: 1.875rem;
}

@media (max-width: 1023px) {
  .two-column-title-with-text .section-title p {
    margin-bottom: 1.25rem;
  }
}

.two-column-title-with-text .section-title .col-6:first-child {
  width: 55%;
}

@media (max-width: 1023px) {
  .two-column-title-with-text .section-title .col-6:first-child {
    width: 100%;
  }
}

.two-column-title-with-text .section-title .col-6:last-child {
  width: 45%;
}

@media (max-width: 1023px) {
  .two-column-title-with-text .section-title .col-6:last-child {
    width: 100%;
  }
}

.custom-video {
  margin-bottom: 9.375rem !important;
  width: 100%;
  max-width: 100%;
}

.custom-video.alignfull {
  margin-bottom: 0rem !important;
}

.custom-video .video-block .player {
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #000;
  position: relative;
}

.custom-video .video-block .player > .player__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom-video .video-block .player > .player__overlay .player__overlay-button {
  height: 3.375rem;
  width: 3.375rem;
  border-radius: 0.375rem;
  background: #D50007;
  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;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  border: 0;
}

.custom-video .video-block .player > .player__overlay.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.custom-video .video-block .player__video {
  width: 100%;
}

.custom-video .video-block .player__controls {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 0.9375rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}

.custom-video .video-block .player__controls .controls__lh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.9375rem;
  grid-gap: 1rem;
}

.custom-video .video-block .player__controls .controls__rh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.8125rem;
  grid-gap: 1.3125rem;
}

.custom-video .video-block .player__button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.custom-video .video-block .player__button.hide-this {
  display: none;
}

.custom-video .video-block .player__button.play-btn {
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
}

.custom-video .video-block .player__button.play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 0.25rem solid #ffffff;
  border-right: 0.25rem solid #ffffff;
  visibility: hidden;
  opacity: 0;
}

.custom-video .video-block .player__button.play-btn.is-playing::before {
  visibility: visible;
  opacity: 1;
}

.custom-video .video-block .player__button.play-btn.is-playing img {
  opacity: 0;
  visibility: hidden;
}

.custom-video .video-block .player__slider {
  display: none;
}

.custom-video .video-block .player__button, .custom-video .video-block .player__slider {
  cursor: pointer;
}

.custom-video .video-block .player__time {
  color: #ffffff;
  font-family: Russo One;
  font-size: 0.8125rem;
  position: relative;
  top: 0.125rem;
}

.custom-video .video-block .player__mute {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  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;
}

.custom-video .video-block .player__mute--off {
  position: absolute;
  opacity: 0;
}

.custom-video .video-block .player__mute.is-muted .player__mute--off {
  opacity: 1;
}

.custom-video .video-block .player__mute.is-muted .player__mute--on {
  opacity: 0;
}

.custom-video .video-block .player__mute.is-unmuted .player__mute--on {
  opacity: 1;
}

.custom-video .video-block .player__mute.is-unmuted .player__mute--off {
  opacity: 0;
}

.custom-video .video-block .player__settings {
  width: 1.25rem;
  height: 1.25rem;
  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;
}

.custom-video .video-block .player__settings img {
  height: auto;
}

.custom-video .video-block .player .progress {
  height: 0.625rem;
  background: transparent;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.custom-video .video-block .player .progress__filled {
  width: 0;
  height: 100%;
  background: #D50007;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: absolute;
}

.custom-video .video-block .player .progress__filled::before {
  content: "";
  position: absolute;
  left: 100%;
  -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
  height: 100%;
  width: 0.625rem;
  background: #D50007;
}

.custom-video .video-block .player .progress__time {
  color: #fff;
  font-size: 14px;
  margin-right: auto;
}

.custom-video .video-block .player__slider {
  width: 100px;
}

.word-map {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.word-map .container {
  position: relative;
}

.word-map .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 6.4375rem;
  z-index: 2;
}

@media (max-width: 1023px) {
  .word-map .section-title {
    top: 3.125rem;
  }
}

.word-map .section-title h2 {
  width: 58%;
}

@media (max-width: 1023px) {
  .word-map .section-title h2 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

.word-map .section-title__description {
  width: 42%;
}

@media (max-width: 1023px) {
  .word-map .section-title__description {
    width: 100%;
  }
}

#map {
  width: 100%;
  min-height: 75rem !important;
  z-index: 1;
  position: relative;
  aspect-ratio: 16 / 9;
}

@media (max-width: 1023px) {
  #map {
    min-height: 37.5rem !important;
  }
}

#map.leaflet-container {
  background: #e9e9e9;
}

.leaflet-top.leaflet-left {
  top: auto;
  bottom: 0;
}

.marker-cluster div {
  background-color: #808080 !important;
  color: #000 !important;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 1000;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: transparent !important;
}

.marker-cluster {
  z-index: 1000 !important;
  position: relative;
}

.leaflet-marker-icon {
  z-index: 500 !important;
}

.cluster-wrapper, .leaflet-marker-icon {
  position: relative;
  width: 1.125rem !important;
  height: 1.4375rem;
}

.cluster-pin {
  width: 100%;
  height: auto;
  display: block;
}

.cluster-count {
  position: absolute;
  top: -0.625rem;
  right: -0.875rem;
  background: #000;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  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;
}

.location-groups {
  max-width: 100%;
  width: 100%;
  margin-bottom: 9.375rem !important;
}

@media (max-width: 1023px) {
  .location-groups {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 639px) {
  .location-groups {
    margin-bottom: 4.375rem !important;
  }
}

.location-groups h2 {
  font-size: 3.1875rem;
  margin-top: 0rem;
  margin-bottom: 3.875rem;
}

@media (max-width: 1023px) {
  .location-groups h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .location-groups h2 {
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 639px) {
  .location-groups h2 {
    font-size: 1.875rem;
  }
}

.location-groups__img {
  position: relative;
}

.location-groups__img > img {
  border-radius: 0.625rem;
  width: 100%;
}

.location-groups__info {
  position: absolute;
  width: 2.35%;
  height: 0;
  padding: 0 0 2.35%;
  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;
  background: #D50007;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .location-groups__info {
    width: 1.875rem;
    padding: 0 0 4%;
  }
}

@media (max-width: 767px) {
  .location-groups__info {
    padding: 0 0 5%;
  }
}

@media (max-width: 639px) {
  .location-groups__info {
    padding: 0 0 8%;
  }
}

@media (max-width: 479px) {
  .location-groups__info {
    padding: 0 0 9%;
  }
}

.location-groups__info:hover {
  z-index: 2;
}

.location-groups__info:hover .location-groups__tooltip-caps {
  visibility: visible;
  opacity: 1;
  bottom: 132%;
}

.location-groups__info span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #D50007;
  -webkit-box-shadow: 0 0 0 0.9375rem #D50007;
          box-shadow: 0 0 0 0.9375rem #D50007;
  -webkit-animation: pulsekm 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
          animation: pulsekm 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.location-groups__info img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 60%;
}

.location-groups__tooltip-caps {
  position: absolute;
  width: 26.875rem;
  background: #ffffff;
  padding: 1.75rem;
  bottom: 150%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .location-groups__tooltip-caps {
    display: none;
  }
}

.location-groups__tooltip-caps::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid #ffffff;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}

.location-groups__tooltip-caps h3 {
  margin: 0 0 0.9375rem;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
}

.location-groups__tooltip-caps p {
  font-size: 0.9375rem;
}

.location-groups__tooltip-caps p:last-child {
  margin: 0;
}

.location-groups__tooltip-caps p a {
  color: #D50007;
  font-weight: 600;
  text-decoration: underline;
}

@-webkit-keyframes pulsekm {
  0% {
    -webkit-box-shadow: 0 0 0 0 #D50007;
            box-shadow: 0 0 0 0 #D50007;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.875rem #D50007;
            box-shadow: 0 0 0 1.875rem #D50007;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #D50007;
            box-shadow: 0 0 0 0 #D50007;
    opacity: 0;
  }
}

@keyframes pulsekm {
  0% {
    -webkit-box-shadow: 0 0 0 0 #D50007;
            box-shadow: 0 0 0 0 #D50007;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.875rem #D50007;
            box-shadow: 0 0 0 1.875rem #D50007;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #D50007;
            box-shadow: 0 0 0 0 #D50007;
    opacity: 0;
  }
}

.product .location-groups__info-1 {
  bottom: 24.5%;
  left: 4.3%;
}

.product .location-groups__info-2 {
  bottom: 39.5%;
  left: 36.9%;
}

.product .location-groups__info-3 {
  left: 44.3%;
  top: 41.1%;
}

.product .location-groups__info-4 {
  right: 41%;
  top: 42%;
}

.product .location-groups__info-5 {
  right: 41%;
  top: 57.4%;
}

.product .location-groups__info-6 {
  right: 33%;
  bottom: 27%;
}

.product .location-groups__info-7 {
  right: 22%;
  bottom: 47.2%;
}

.construction-site .location-groups__info-1 {
  top: 45.5%;
  left: 23.4%;
}

.construction-site .location-groups__info-2 {
  top: 34.7%;
  right: 39.9%;
}

.products-listing-hero {
  margin: 0 !important;
}

.products-listing-hero .landing-hero__caps {
  padding: 4.1875rem 0 16.9375rem;
  max-width: 34.375rem;
}

.products-listing-hero .landing-hero__caps h1, .products-listing-hero .landing-hero__caps .h1 {
  margin-bottom: 1.6875rem;
}

.products-listing {
  position: relative;
  margin: -12.875rem 0 9.375rem !important;
  z-index: 1;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .products-listing {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 639px) {
  .products-listing {
    margin-bottom: 4.375rem !important;
  }
}

.products-listing .container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-listing__filters {
  margin-bottom: 2.1875rem;
}

.products-listing__filters .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1023px) {
  .products-listing__filters .row {
    grid-gap: 1.875rem;
  }
}

.products-listing__filters .col-lh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .products-listing__filters .col-lh {
    width: 100%;
    grid-gap: 0.625rem;
  }
}

.products-listing__filters .col-lh .btn {
  line-height: normal;
}

.products-listing__filters .col-lh .btn.active {
  background: #ffffff;
  color: #191918;
}

.products-listing__filters .col-lh select.btn-white.products-listing__select {
  min-width: 10.625rem;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/angle-down-white.svg) no-repeat center right 10px/10px;
}

@media (max-width: 1023px) {
  .products-listing__filters .col-lh select.btn-white.products-listing__select {
    min-width: 8rem;
  }
}

@media (max-width: 767px) {
  .products-listing__filters .col-lh select.btn-white.products-listing__select {
    height: 2.1875rem;
  }
}

.products-listing__filters .col-lh select.btn-white.products-listing__select option {
  color: #191918;
}

@media (max-width: 1023px) {
  .products-listing__filters .col-rh {
    width: 100%;
  }
}

.products-listing__filters .col-rh select {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Saira;
  font-weight: 600;
  font-size: 1rem;
  padding-right: 0.3125rem;
}

.products-listing__filters .col-rh select option {
  color: #191918;
}

.products-listing__filters .btn {
  font-family: Saira;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.1875rem;
}

@media (max-width: 1023px) {
  .products-listing__filters .btn {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .products-listing__filters .btn {
    font-size: 0.75rem;
    padding: 0.4375rem 0.625rem !important;
    border-width: 1px;
  }
}

.products-listing__filters .btn.btn-outline {
  padding: 0.625rem 1.0625rem;
}

.products-listing__main .row .pagination {
  margin-top: 8.75rem;
  padding: 0;
}

@media (max-width: 1023px) {
  .products-listing__main .row .pagination {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .products-listing__main .row .pagination {
    margin-top: 1.875rem;
  }
}

@media (max-width: 639px) {
  .products-listing__main .row .pagination {
    margin-top: 1.25rem;
  }
}

.products-listing__block {
  background: #191918;
  color: #ffffff;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.products-listing__block:hover .products-listing__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products-listing__block:hover .arrow-link {
  color: #ffffff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.products-listing__content {
  padding: 1.1875rem 2.3125rem 2rem 2.5rem;
}

@media (max-width: 639px) {
  .products-listing__content {
    padding: 1.25rem;
  }
}

.products-listing__content h3 {
  font-size: 1.5rem;
}

@media (max-width: 639px) {
  .products-listing__content h3 {
    font-size: 1.5rem !important;
  }
}

.products-listing__content p {
  line-height: 1.5em;
  letter-spacing: -0.019em;
  margin-bottom: 1.0625rem;
}

.products-listing__content .arrow-link {
  color: #ABB8BF;
}

.products-listing__content .arrow-link img {
  width: 1.375rem;
}

.products-listing__img {
  position: relative;
  height: 0;
  padding: 0 0 84.7%;
  overflow: hidden;
}

.products-listing__img > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.products-listing__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#191918));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #191918 100%);
  z-index: 1;
}

@media (max-width: 1023px) {
  body .two-column-text-img {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media (max-width: 1023px) {
  body .two-column-text-img .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.product-details-hero {
  background: url(../images/footer-bg.jpg) no-repeat center top/cover;
  margin-bottom: 3.75rem !important;
  position: relative;
}

.product-details-hero .breadcrumb {
  margin-bottom: 1.8125rem;
}

@media (max-width: 1023px) {
  .product-details-hero .row .col-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.product-details-hero__caps {
  padding: 2.375rem 0;
}

@media (max-width: 1023px) {
  .product-details-hero__caps {
    padding: 0 0 3.125rem;
  }
}

.product-details-hero__caps h1 {
  margin-bottom: 2rem !important;
}

@media (max-width: 1023px) {
  .product-details-hero__caps h1 {
    margin-bottom: 1.25rem !important;
  }
}

.product-details-hero__caps p {
  line-height: 1.625;
  width: 33.1875rem;
  max-width: 100%;
  margin-bottom: 1.875rem !important;
}

@media (max-width: 1023px) {
  .product-details-hero__caps p {
    margin-bottom: 1.25rem !important;
  }
}

.product-details-hero__img {
  position: relative;
  width: 96%;
  padding: 0 0 80%;
  float: right;
  border-radius: 0.625rem;
  overflow: hidden;
  z-index: 2;
  margin-bottom: -1.625rem;
}

@media (max-width: 1023px) {
  .product-details-hero__img {
    width: 100%;
    margin: 0 0 1.875rem;
  }
}

.product-details-hero__img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.back-btn {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .back-btn {
    display: none;
  }
}

.back-btn .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.back-btn .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D50007;
  font-family: Russo One;
  font-size: 1.125rem;
  line-height: normal;
}

.back-btn .container a img {
  margin-right: 0.625rem;
}

.wp-admin .product-details-hero .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.product-section {
  margin-bottom: 8.75rem !important;
}

@media (max-width: 1023px) {
  .product-section {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 639px) {
  .product-section {
    margin-bottom: 4.375rem !important;
  }
}

.product-section .section-header {
  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: 3.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 1023px) {
  .product-section .section-header {
    margin-bottom: 1.875rem;
  }
}

.product-section .section-header h2 {
  margin: 0;
}

.product-section .section-header .btn--red {
  background: #d60000;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-top: 0.25rem;
}

.product-section .section-header .btn--red:hover {
  background: #b80000;
}

.product-section h2 {
  margin-bottom: 3.125rem;
}

@media (max-width: 1023px) {
  .product-section h2 {
    margin-bottom: 1.875rem;
  }
  .product-section h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-section h2 {
    margin-bottom: 1.25rem;
  }
}

.product-section .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.product-section .row > div {
  padding: 0.625rem;
}

.product-section__block {
  position: relative;
  height: 0;
  padding: 0 0 97%;
  border-radius: 0.625rem;
  overflow: hidden;
}

.product-section__block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#191918));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #191918 100%);
  z-index: 1;
}

.product-section__block:after {
  z-index: 2;
  width: 83%;
}

.product-section__block h3 {
  position: absolute;
  bottom: 2.3125rem;
  left: 2.5rem;
  right: 2.5rem;
  font-size: 1.5rem;
  z-index: 1;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .product-section__block h3 {
    font-size: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.875rem;
  }
}

.product-section__block .blog-label {
  z-index: 2;
  top: 0.8125rem;
  left: 0.8125rem;
}

.product-section__block .circle-arrow-link {
  position: absolute;
  bottom: 1.25rem;
  right: 1.5625rem;
  z-index: 1;
  width: 1.625rem;
  height: 1.625rem;
}

@media (max-width: 1023px) {
  .product-section__block .circle-arrow-link {
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}

.product-section__block .circle-arrow-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-section__block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-section__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-admin .product-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.intro-with-three-cards {
  margin-bottom: 6.25rem !important;
  max-width: 100%;
}

.intro-with-three-cards .verboom-grid {
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 1023px) {
  .intro-with-three-cards .verboom-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .intro-with-three-cards .verboom-grid > div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
  .intro-with-three-cards .verboom-grid > div:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .intro-with-three-cards .verboom-grid > div:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
}

@media (max-width: 1023px) {
  .intro-with-three-cards .verboom-grid > div:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .intro-with-three-cards .verboom-grid > div:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
}

.intro-with-three-cards .verboom-card {
  height: 100%;
}

.intro-with-three-cards .verboom-card .blog-label {
  left: auto;
  right: 0.625rem;
}

.intro-with-three-cards .verboom-card.red-border::after {
  height: 0.625rem;
  width: 84%;
}

.intro-with-three-cards__caps {
  padding: 0 2.5625rem 1.9375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1023px) {
  .intro-with-three-cards__caps {
    padding: 0 1.25rem 1.25rem;
  }
}

.intro-with-three-cards__caps h4 {
  max-width: 25rem;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}

@media (max-width: 1023px) {
  .intro-with-three-cards__caps h4 {
    font-size: 1.375rem !important;
  }
}

.intro-with-three-cards__caps label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: normal;
}

.intro-with-three-cards__caps label img {
  margin-right: 0.625rem;
  width: 0.75rem;
  height: auto;
}

.project-listing .container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project-listing__location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.project-listing__location img {
  margin-right: 0.625rem;
}

.project-listing .products-listing__img {
  padding: 0 0 67.5%;
}

.project-listing .products-listing__img .blog-label {
  left: auto;
  right: 0.625rem;
}

.project-listing .products-listing__content h3 {
  margin-bottom: 0.3125rem;
}

.project-listing .arrow-link {
  margin-top: 0.8125rem;
  margin-bottom: 0.1875rem;
}

.project-details-hero {
  color: #ffffff;
}

.project-details-hero .product-details-hero__img {
  margin-top: 0.625rem;
}

.project-details-hero h1 {
  margin-bottom: 0.5rem !important;
}

.project-details-hero p {
  width: 35.625rem;
}

.project-details-hero .project-listing__location {
  font-size: 1.375rem;
  margin-bottom: 1.8125rem;
}

.project-details-hero .project-listing__location img {
  width: 1.03125rem;
}

.project-details-hero .breadcrumb a {
  color: #ffffff;
}

.project-details-hero .breadcrumb a img {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.project-details-hero .landing-hero__bg {
  z-index: 1;
  background: #D50007;
}

.project-details-hero .container {
  position: relative;
  z-index: 2;
}

.history-hero {
  background: #191918;
  color: #ffffff;
  position: relative;
}

@media (max-width: 1023px) {
  .history-hero .row > .col-6 {
    width: 100%;
  }
}

.history-hero .row > .col-6:nth-child(1) {
  position: relative;
  z-index: 1;
}

.history-hero .breadcrumb a {
  color: #ffffff;
}

.history-hero .breadcrumb a img {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.history-hero .row {
  padding: 3.375rem 0 5.25rem;
}

.history-hero h1 {
  margin-bottom: 1.875rem;
}

.history-hero__years {
  position: absolute;
  bottom: 4.5625rem;
  right: 0;
}

@media (max-width: 1023px) {
  .history-hero__years {
    bottom: 0;
  }
}

.history-hero__years h2 {
  font-size: 20.375rem;
  color: #2F3639;
  font-family: Russo One;
  line-height: 0.66em;
}

@media (max-width: 1023px) {
  .history-hero__years h2 {
    font-size: 12.5rem !important;
  }
}

.history-hero + .back-btn {
  margin: -0.6875rem 0 9.5625rem;
}

@media (max-width: 1023px) {
  .history-hero + .back-btn {
    margin: -0.6875rem 0 6.25rem;
  }
}

@media (max-width: 639px) {
  .history-hero + .back-btn {
    margin: 1.25rem 0 4.375rem;
  }
}

.innerpage-hero.product-details-hero {
  margin-bottom: 0 !important;
}

.innerpage-hero .product-details-hero__img {
  width: 90%;
  padding-bottom: 64%;
}

@media (max-width: 1023px) {
  .innerpage-hero .product-details-hero__img {
    width: 100%;
  }
}

.innerpage-hero .product-details-hero__caps {
  padding-bottom: 5.375rem;
}

@media (max-width: 1023px) {
  .innerpage-hero .product-details-hero__caps {
    padding: 0 0 3.125rem;
  }
}

@media (max-width: 1023px) {
  .innerpage-hero.innerpage-hero .col-6 {
    width: 100%;
  }
  .innerpage-hero.innerpage-hero .col-6 h1 {
    width: 100%;
  }
  .innerpage-hero.innerpage-hero .col-6 p {
    width: 100%;
  }
}

.history-listing__cover {
  position: relative;
}

.history-listing__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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-bottom: 7.25rem;
  min-height: 16.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .history-listing__block {
    margin-bottom: 5rem;
    padding-left: 1.875rem;
  }
}

@media (max-width: 767px) {
  .history-listing__block {
    margin-bottom: 3.75rem;
  }
}

.history-listing__block--last {
  margin-bottom: 0;
  min-height: 6.1875rem;
}

.history-listing__block--last .history-listing__caps {
  padding: 0;
}

.history-listing__block--last .history-listing__caps h3, .history-listing__block--last .history-listing__caps .h3 {
  color: #ECEEF0;
  font-size: 2.875rem;
}

.history-listing__years {
  width: 17%;
  position: relative;
}

@media (max-width: 1023px) {
  .history-listing__years {
    width: 100%;
  }
}

.history-listing__years h2 {
  color: #ABB8BF;
  font-size: 2.875rem;
}

@media (max-width: 1023px) {
  .history-listing__years h2 {
    font-size: 2.5rem !important;
  }
}

.history-listing__caps {
  width: 50%;
  padding: 0.8125rem 1.25rem 0 0;
}

@media (max-width: 1023px) {
  .history-listing__caps {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .history-listing__caps {
    width: 100%;
  }
}

.history-listing__caps p {
  max-width: 32.75rem;
  width: 100%;
  margin-bottom: 1.75rem;
}

@media (max-width: 1023px) {
  .history-listing__caps p {
    margin-bottom: 1.25rem;
  }
}

.history-listing__img::empty {
  display: none;
}

.history-listing__img {
  width: 33%;
  padding: 0.25rem 0.1875rem 0 0;
}

@media (max-width: 1023px) {
  .history-listing__img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .history-listing__img {
    width: 100%;
  }
}

.history-listing__img-bg {
  height: 0;
  padding: 0 0 62%;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.history-listing__img-bg > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline-line {
  position: absolute;
  top: 1.4375rem;
  left: 9.5625rem;
  width: 2px;
  height: 100%;
  background-color: #e0e0e0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .timeline-line {
    left: 0.3125rem;
  }
}

.timeline-dot {
  position: absolute;
  right: 3.5625rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ABB8BF;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .timeline-dot {
    right: auto;
    left: -1.875rem;
  }
}

.timeline-dot.active {
  background-color: #191918;
}

.timeline__fill, .timeline-dot__fill {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: url(../images/progress-fill-bg.jpg) no-repeat fixed 0% top;
  background-size: 100% 50vh;
}

.wp-admin .history-listing * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form {
  margin-bottom: 9.375rem !important;
}

@media (max-width: 1023px) {
  .contact-form {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 639px) {
  .contact-form {
    margin-bottom: 4.375rem !important;
  }
}

@media (max-width: 1023px) {
  .contact-form .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.contact-form .row {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form .row > div {
  padding: 0;
}

@media (max-width: 1023px) {
  .contact-form .row > div {
    width: 100%;
  }
}

.contact-form__cpas {
  padding: 3.75rem;
  background: #ECEEF0;
  border-radius: 0.625rem;
  z-index: 1;
  position: relative;
}

@media (max-width: 1023px) {
  .contact-form__cpas {
    width: 100%;
    margin: auto;
    padding: 3.125rem;
    max-width: 45.5rem;
  }
}

@media (max-width: 767px) {
  .contact-form__cpas {
    padding: 2.5rem;
    max-width: 37.5rem;
  }
}

@media (max-width: 639px) {
  .contact-form__cpas {
    padding: 1.25rem;
    max-width: 23.75rem;
  }
}

@media (max-width: 479px) {
  .contact-form__cpas {
    max-width: 20.9375rem;
  }
}

.contact-form__cpas h3 {
  margin-bottom: 1.25rem;
}

.contact-form__form {
  position: relative;
  padding: 3.3125rem 5rem 3.5625rem 6.875rem;
  min-height: 31.25rem;
}

@media (max-width: 1023px) {
  .contact-form__form {
    padding: 3.125rem;
    min-height: 18.75rem;
  }
}

@media (max-width: 639px) {
  .contact-form__form {
    padding: 1.875rem;
  }
}

@media (max-width: 1023px) {
  .contact-form__form .gform_heading {
    display: none;
  }
}

.contact-form__form--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7.75rem;
  right: 0;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #D50007;
}

@media (max-width: 1023px) {
  .contact-form__form--bg {
    left: 0;
    top: -6.25rem;
    border-radius: 0rem;
  }
}

.contact-form__form--bg img {
  mix-blend-mode: multiply;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact-form__form--block {
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .contact-form__form--block {
    width: 100%;
    margin: auto;
    max-width: 45.5rem;
  }
}

@media (max-width: 767px) {
  .contact-form__form--block {
    max-width: 37.5rem;
  }
}

@media (max-width: 639px) {
  .contact-form__form--block {
    max-width: 23.75rem;
  }
}

@media (max-width: 479px) {
  .contact-form__form--block {
    max-width: 20.9375rem;
  }
}

@media (max-width: 1023px) {
  .wp-block-columns .wp-block-column h1, .wp-block-columns .wp-block-column h2, .wp-block-columns .wp-block-column h3, .wp-block-columns .wp-block-column h4, .wp-block-columns .wp-block-column h5, .wp-block-columns .wp-block-column h6, .wp-block-columns .wp-block-column .h1, .wp-block-columns .wp-block-column .h2, .wp-block-columns .wp-block-column .h3, .wp-block-columns .wp-block-column .h4, .wp-block-columns .wp-block-column .h5, .wp-block-columns .wp-block-column .h6, .wp-block-columns .wp-block-column p {
    margin-bottom: 1.25rem !important;
  }
}
/*# sourceMappingURL=style.css.map */