/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

.internal-image-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
  min-height: 400px;
  max-height: 600px;
  position: relative; }
  .internal-image-banner .containo {
    position: relative;
    z-index: 9;
    height: 100%; }
    .internal-image-banner .containo .flexholder {
      display: flex;
      align-items: center;
      align-items: center; }
      .internal-image-banner .containo .flexholder a.haschevronlink {
        filter: invert(1) saturate(1) brightness(1);
        margin-bottom: 2rem; }
        .internal-image-banner .containo .flexholder a.haschevronlink:hover {
          color: #e20613;
          filter: invert(0); }
      .internal-image-banner .containo .flexholder .titlearea {
        position: absolute;
        width: 100%;
        bottom: 0.5rem;
        display: flex;
        align-items: flex-start; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea {
            flex-direction: column; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea {
            flex-direction: column; } }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea .lefttitle {
            width: 50%;
            padding-right: 2rem;
            margin-left: 0; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea .lefttitle {
            width: 100%; } }
        .internal-image-banner .containo .flexholder .titlearea .lefttitle .applybutton {
          text-align: center;
          border-width: 3px;
          max-width: 9rem;
          margin-bottom: 1rem; }
        .internal-image-banner .containo .flexholder .titlearea .lefttitle h1, .internal-image-banner .containo .flexholder .titlearea .lefttitle h2, .internal-image-banner .containo .flexholder .titlearea .lefttitle h3, .internal-image-banner .containo .flexholder .titlearea .lefttitle h4, .internal-image-banner .containo .flexholder .titlearea .lefttitle h5, .internal-image-banner .containo .flexholder .titlearea .lefttitle p {
          color: #fff; }
        .internal-image-banner .containo .flexholder .titlearea .lefttitle p {
          line-height: 1.5em; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea .righttitle {
            width: 50%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea .righttitle {
            width: 100%; } }
        .internal-image-banner .containo .flexholder .titlearea .righttitle h1, .internal-image-banner .containo .flexholder .titlearea .righttitle h2, .internal-image-banner .containo .flexholder .titlearea .righttitle h3, .internal-image-banner .containo .flexholder .titlearea .righttitle h4, .internal-image-banner .containo .flexholder .titlearea .righttitle h5, .internal-image-banner .containo .flexholder .titlearea .righttitle p {
          color: #fff; }
        .internal-image-banner .containo .flexholder .titlearea .rightsideimage {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          height: 24rem;
          position: relative; }
          .internal-image-banner .containo .flexholder .titlearea .rightsideimage img.dummo {
            height: 24rem;
            opacity: 0; }
          @media screen and (max-width: 991px) {
            .internal-image-banner .containo .flexholder .titlearea .rightsideimage {
              margin: 2rem 0; } }
          .internal-image-banner .containo .flexholder .titlearea .rightsideimage:before {
            content: '';
            background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-b.svg);
            transform: rotate(-90deg);
            position: absolute;
            top: 0;
            left: 0;
            height: 3rem;
            width: 3rem;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
          .internal-image-banner .containo .flexholder .titlearea .rightsideimage:after {
            content: '';
            background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-a.svg);
            transform: rotate(-90deg);
            position: absolute;
            bottom: 0;
            right: 0;
            height: 3rem;
            width: 3rem;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        .internal-image-banner .containo .flexholder .titlearea .breadcrumb {
          background: #e20613;
          color: #fff;
          display: inline-block;
          padding: 0.5rem 1rem;
          font-weight: 700;
          text-transform: uppercase; }
          .internal-image-banner .containo .flexholder .titlearea .breadcrumb a {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .internal-image-banner .containo .flexholder .titlearea .breadcrumb a span.chevvo {
              fill: #fff; }
              .internal-image-banner .containo .flexholder .titlearea .breadcrumb a span.chevvo svg {
                top: 2px;
                width: 1.25rem;
                height: 1.25rem; }
        .internal-image-banner .containo .flexholder .titlearea h1 {
          color: #fff;
          text-transform: uppercase;
          font-weight: 700; }
          .internal-image-banner .containo .flexholder .titlearea h1 span.whitetext {
            color: #fff; }
          .internal-image-banner .containo .flexholder .titlearea h1 span.redtext {
            color: #e20613; }
      .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box {
        padding: 2rem;
        background: #231f20;
        border-bottom: 0.5rem solid #e20613;
        margin-bottom: 3rem;
        bottom: unset !important; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box {
            width: 50%;
            max-width: 35rem; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box {
            max-width: calc(100% - 4rem);
            margin: 10rem 0 2rem;
            position: relative; } }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .lefttitle {
            width: 100%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .lefttitle {
            width: 100%; } }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle {
            width: 100%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle {
            width: 100%; } }
        .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h1, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h2, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h3, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h4, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h5, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle p {
          color: #fff; }
        .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle p {
          font-weight: 700;
          font-size: calc(1.05rem + 0.1vw);
          line-height: 1.5em; }
      .internal-image-banner .containo .flexholder .titlearea.side_to_side_text_containers {
        align-items: center; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.side_to_side_text_containers {
            flex-direction: row; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.side_to_side_text_containers {
            flex-direction: column; } }
      .internal-image-banner .containo .flexholder .titlearea.hasredborder {
        border-bottom: 10px solid transparent;
        bottom: 0; }
        .internal-image-banner .containo .flexholder .titlearea.hasredborder:before {
          content: '';
          position: absolute;
          top: 100%;
          width: 70%;
          left: -3rem;
          height: 10px;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          background: #e20613; }
  .internal-image-banner.is_mid_left_text .containo .flexholder .titlearea {
    position: relative; }
    .internal-image-banner.is_mid_left_text .containo .flexholder .titlearea h1 span {
      color: #e20613; }

.internal-image-banner.small {
  height: 35vh;
  min-height: 350px;
  max-height: 550px;
  position: relative; }
  .internal-image-banner.small .containo .flexholder {
    height: 100%; }

.internal-image-banner.medium {
  height: 50vh;
  min-height: 450px;
  max-height: 750px;
  position: relative; }
  .internal-image-banner.medium .containo .flexholder {
    height: 100%; }

.internal-image-banner.full {
  height: 60vh;
  min-height: 500px;
  max-height: 800px;
  position: relative; }
  .internal-image-banner.full .containo .flexholder {
    height: 100%; }

.internal-image-banner.small.has_bottom_strip_cta {
  height: calc(35vh + 10rem);
  min-height: calc(350px + 10rem);
  max-height: calc(550px + 10rem);
  position: relative; }

.internal-image-banner.medium.has_bottom_strip_cta {
  height: calc(50vh + 10rem);
  min-height: calc(450px + 10rem);
  max-height: calc(750px + 10rem);
  position: relative; }

.internal-image-banner.full.has_bottom_strip_cta {
  height: calc(60vh + 10rem);
  min-height: calc(500px + 10rem);
  max-height: calc(800px + 10rem);
  position: relative; }

.internal-image-banner.is_error_page {
  height: 20vh;
  min-height: 300px;
  max-height: 400px;
  position: relative; }

.internal-image-banner.full.has_right_side_image {
  max-height: unset;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .internal-image-banner.full.has_right_side_image {
      height: 100vh;
      min-height: 300px; } }
  @media screen and (min-height: 992px) and (max-width: 1023px) {
    .internal-image-banner.full.has_right_side_image {
      height: 110vh;
      min-height: 300px; } }
  @media screen and (max-width: 991x) {
    .internal-image-banner.full.has_right_side_image {
      height: 110vh;
      min-height: 300px; } }

@media screen and (max-height: 699px) {
  .internal-image-banner.has_overset_image {
    padding-bottom: 9rem; } }
@media screen and (min-height: 700px) {
  .internal-image-banner.has_overset_image {
    padding-bottom: 14rem; } }
.internal-image-banner.has_overset_image .containo .flexholder {
  flex-direction: column; }
  .internal-image-banner.has_overset_image .containo .flexholder .titlearea {
    position: relative;
    width: 100%;
    padding-top: 12rem;
    display: flex;
    align-items: center;
    text-align: center; }
    .internal-image-banner.has_overset_image .containo .flexholder .titlearea h1, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h2, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h3, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h4, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h5 {
      margin-bottom: 0.25rem; }
  .internal-image-banner.has_overset_image .containo .flexholder .lefttitle.general-text-styles {
    margin-left: auto; }
  .internal-image-banner.has_overset_image .containo .flexholder .righttitle {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
    max-width: 991px; }
.internal-image-banner.has_overset_image .overset_image {
  margin-top: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-height: 699px) {
    .internal-image-banner.has_overset_image .overset_image {
      max-height: 45vh; } }
  @media screen and (min-height: 700px) {
    .internal-image-banner.has_overset_image .overset_image {
      max-height: 53vh; } }
  .internal-image-banner.has_overset_image .overset_image:before {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-b.svg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    width: 3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .internal-image-banner.has_overset_image .overset_image:after {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-a.svg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3rem;
    width: 3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .internal-image-banner.has_overset_image .overset_image img {
      width: 90%;
      height: 120vw;
      max-height: 45rem; } }
.internal-image-banner.has_overset_image .greyblock {
  position: absolute;
  height: 8rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #efefef;
  z-index: 2; }
.internal-image-banner.has_overset_image .whiteblock {
  position: absolute;
  height: 8rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2; }

.internal-image-banner.add_contact_form {
  height: unset;
  max-height: unset;
  padding-bottom: 1rem; }
  .internal-image-banner.add_contact_form .containo .flexholder .titlearea {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 8rem; }
    .internal-image-banner.add_contact_form .containo .flexholder .titlearea .righttitle p {
      color: #e5e5e5;
      max-width: 30rem; }
      .internal-image-banner.add_contact_form .containo .flexholder .titlearea .righttitle p a {
        color: #e20613;
        font-weight: 600;
        border-bottom: 1px solid #e20613; }
  .internal-image-banner.add_contact_form .contact_form_zone {
    margin-bottom: 1.5rem;
    margin-top: 3rem; }
    .internal-image-banner.add_contact_form .contact_form_zone .flexboxo {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      min-height: 30rem;
      position: relative; }
      @media screen and (max-width: 991px) {
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo {
          padding-bottom: 20rem; } }
      .internal-image-banner.add_contact_form .contact_form_zone .flexboxo:after {
        content: '';
        background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-a.svg);
        position: absolute;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (min-width: 992px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo:after {
            top: 0;
            right: 0;
            height: 5rem;
            width: 5rem;
            transform: rotate(-180deg); } }
        @media screen and (max-width: 991px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo:after {
            bottom: 0;
            right: 0;
            height: 5rem;
            width: 5rem;
            transform: rotate(-90deg); } }
      .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder {
        background: #fff;
        margin: 1rem; }
        @media screen and (min-width: 992px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder {
            width: 40%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder {
            width: calc(100% - 2rem); } }
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder h3 {
          text-transform: uppercase;
          font-weight: 700;
          font-size: calc(1.5rem + 0.1vw); }
        @media screen and (min-width: 992px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form {
            padding: 1rem 2rem; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form {
            padding: 1rem; } }
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form textarea {
          max-height: 5rem; }
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form input[type="submit"] {
          font-size: 1.3rem; }

.internal-image-banner.has_dark_content_box {
  height: unset !important;
  max-height: unset !important;
  min-height: unset !important; }
  .internal-image-banner.has_dark_content_box .containo .flexholder .titlearea {
    position: relative;
    margin: 10rem 0 12rem; }
  @media screen and (max-width: 991px) {
    .internal-image-banner.has_dark_content_box {
      height: unset;
      max-height: unset;
      min-height: unset; } }

@media screen and (max-width: 991px) {
  .internal-image-banner.has_right_side_image {
    height: unset;
    max-height: unset; } }
.internal-image-banner.has_right_side_image .containo .flexholder.right_side_image {
  padding-bottom: 3rem; }
  .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea {
    position: relative; }
    @media screen and (min-width: 992px) {
      .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea {
        flex-direction: row;
        align-items: center;
        margin-top: 3rem; } }
    @media screen and (max-width: 991px) {
      .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea {
        flex-direction: column;
        margin-top: 10rem; } }
    .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea .lefttitle p {
      max-width: 32rem;
      font-weight: 600; }

.single-career .internal-image-banner .containo {
  max-width: calc(850px * .8); }

.bottom_strip_cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .bottom_strip_cta {
      height: 7rem; } }
  @media screen and (max-width: 991px) {
    .bottom_strip_cta {
      padding: 1rem; } }
  .bottom_strip_cta .thunderzone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7; }
  .bottom_strip_cta .containo {
    position: relative;
    z-index: 9;
    height: 100%; }
    .bottom_strip_cta .containo .flexholder {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (min-width: 992px) {
        .bottom_strip_cta .containo .flexholder {
          flex-direction: row; } }
      @media screen and (max-width: 991px) {
        .bottom_strip_cta .containo .flexholder {
          flex-direction: column; } }
      .bottom_strip_cta .containo .flexholder div {
        text-align: center; }
      @media screen and (min-width: 992px) {
        .bottom_strip_cta .containo .flexholder div.imgzone {
          width: 15%; } }
      @media screen and (max-width: 991px) {
        .bottom_strip_cta .containo .flexholder div.imgzone {
          width: 100%;
          margin-bottom: 0.5rem; }
          .bottom_strip_cta .containo .flexholder div.imgzone img {
            max-width: 10rem; } }
      .bottom_strip_cta .containo .flexholder div.imgzone img {
        width: 100%; }
      .bottom_strip_cta .containo .flexholder div.textzone {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: calc(1.15rem + 0.1vw); }
        @media screen and (min-width: 992px) {
          .bottom_strip_cta .containo .flexholder div.textzone {
            width: 25%; } }
        @media screen and (max-width: 991px) {
          .bottom_strip_cta .containo .flexholder div.textzone {
            width: 100%;
            margin-bottom: 0.5rem; } }
      @media screen and (min-width: 992px) {
        .bottom_strip_cta .containo .flexholder div.buttonzone {
          width: 15%; } }
      @media screen and (max-width: 991px) {
        .bottom_strip_cta .containo .flexholder div.buttonzone {
          width: 100%;
          margin-bottom: 0.5rem; } }
      .bottom_strip_cta .containo .flexholder div.buttonzone .redbutton {
        text-align: center;
        width: -webkit-fill-available;
        padding: 0.5rem 1rem; }

.bottom_strip_cta_pusher {
  opacity: 0;
  pointer-events: none; }
  .bottom_strip_cta_pusher img {
    opacity: 0;
    width: 100%;
    max-height: 7rem; }

@media screen and (min-width: 992px) {
  .single.single-post .internal-image-banner .containo .flexholder .titlearea .lefttitle {
    width: 100%; } }
@media screen and (max-width: 991px) {
  .single.single-post .internal-image-banner .containo .flexholder .titlearea .lefttitle {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 1366px) {
  .gen-text-block .containo .flexholder.has-max-width {
    max-width: 1114px; } }
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .gen-text-block .containo .flexholder.has-max-width {
    max-width: 991px; } }
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .gen-text-block .containo .flexholder.has-max-width {
    max-width: 850px; } }
@media screen and (max-width: 991px) {
  .gen-text-block .containo .flexholder.has-max-width {
    max-width: 78vw; } }

/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

.gen-text-block {
  position: relative;
  background: #fff; }
  @media screen and (min-width: 1366px) {
    .gen-text-block {
      padding: 6rem 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .gen-text-block {
      padding: 4.5rem 0; } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .gen-text-block {
      padding: 4rem 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .gen-text-block {
      padding: 3rem 0; } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .gen-text-block {
      padding: 3rem 0; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .gen-text-block {
      padding: 3rem 0; } }
  @media screen and (max-width: 350px) {
    .gen-text-block {
      padding: 3rem 0; } }
  .gen-text-block .containo .flexholder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .gen-text-block .containo .flexholder {
        flex-direction: row; } }
    @media screen and (max-width: 991px) {
      .gen-text-block .containo .flexholder {
        flex-direction: column; } }
    .gen-text-block .containo .flexholder .centered-title {
      width: 100%;
      margin: 0 auto;
      /* update titles sizes */
      /* end update titles sizes */ }
      .gen-text-block .containo .flexholder .centered-title h1, .gen-text-block .containo .flexholder .centered-title h2, .gen-text-block .containo .flexholder .centered-title h3, .gen-text-block .containo .flexholder .centered-title h4, .gen-text-block .containo .flexholder .centered-title h5 {
        text-align: center;
        max-width: 64rem;
        margin: 0 auto;
        margin-bottom: 0.75rem; }
      @media screen and (min-width: 992px) {
        .gen-text-block .containo .flexholder .centered-title h1 {
          font-size: calc(2.666rem + 0.1vw); } }
      @media screen and (max-width: 991px) {
        .gen-text-block .containo .flexholder .centered-title h1 {
          font-size: calc(1.75rem + 0.1vw); } }
      @media screen and (min-width: 992px) {
        .gen-text-block .containo .flexholder .centered-title h2 {
          font-size: calc(2rem + 0.1vw); } }
      @media screen and (max-width: 991px) {
        .gen-text-block .containo .flexholder .centered-title h2 {
          font-size: calc(1.35rem + 0.1vw); } }
      @media screen and (min-width: 992px) {
        .gen-text-block .containo .flexholder .centered-title h3 {
          font-size: calc(1.3333rem + 0.1vw); } }
      @media screen and (max-width: 991px) {
        .gen-text-block .containo .flexholder .centered-title h3 {
          font-size: calc(1.2rem + 0.1vw); } }
      @media screen and (min-width: 992px) {
        .gen-text-block .containo .flexholder .centered-title h4 {
          font-size: calc(1.25rem + 0.1vw); } }
      @media screen and (max-width: 991px) {
        .gen-text-block .containo .flexholder .centered-title h4 {
          font-size: calc(1.15rem + 0.1vw); } }
      .gen-text-block .containo .flexholder .centered-title h1, .gen-text-block .containo .flexholder .centered-title h2 {
        margin: 0 auto;
        margin-bottom: 1rem; }
    @media screen and (min-width: 992px) {
      .gen-text-block .containo .flexholder .textarea {
        padding: 2rem;
        padding-top: 0.5rem; } }
    @media screen and (max-width: 991px) {
      .gen-text-block .containo .flexholder .textarea {
        padding: .25rem; } }
    .gen-text-block .containo .flexholder .textarea p {
      margin-bottom: 0.5rem;
      line-height: 1.5em; }
      @media screen and (max-width: 991px) {
        .gen-text-block .containo .flexholder .textarea p {
          font-size: calc(.8rem + 0.1vw); } }
    .gen-text-block .containo .flexholder .textarea ul li::marker {
      content: '\25FC';
      margin-right: 1rem;
      color: #e20613; }
    .gen-text-block .containo .flexholder .textarea ul li {
      padding: 1rem;
      position: relative;
      max-width: 90%; }
    .gen-text-block .containo .flexholder .textarea ul li:after {
      content: '';
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #e5e5e5;
      left: -1rem;
      width: 100%; }
    .gen-text-block .containo .flexholder .textarea ul li:last-child:after {
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #fff; }
    .gen-text-block .containo .flexholder .textarea a.haschevronlink {
      display: flex;
      background: transparent;
      padding: 0;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .gen-text-block .containo .flexholder .textarea a.haschevronlink {
          font-size: calc(.9rem + 0.1vw); } }
      .gen-text-block .containo .flexholder .textarea a.haschevronlink span.text {
        padding: 0.5rem 0.5rem 0.5rem 0;
        text-transform: capitalize; }
      .gen-text-block .containo .flexholder .textarea a.haschevronlink span.chevron svg {
        fill: #231f20; }
      .gen-text-block .containo .flexholder .textarea a.haschevronlink span.chevron img {
        height: .75rem;
        width: .75rem; }
      .gen-text-block .containo .flexholder .textarea a.haschevronlink:before {
        display: none; }
    .gen-text-block .containo .flexholder .textarea.has-centered-text {
      text-align: center; }
      @media screen and (min-width: 992px) {
        .gen-text-block .containo .flexholder .textarea.has-centered-text {
          padding-right: unset;
          padding-left: unset; } }
      .gen-text-block .containo .flexholder .textarea.has-centered-text p {
        text-align: center; }
      .gen-text-block .containo .flexholder .textarea.has-centered-text a.haschevronlink {
        margin: 0 auto;
        width: 100%;
        justify-content: center; }
    .gen-text-block .containo .flexholder .imagearea figure {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .gen-text-block .containo .flexholder .imagearea figure img {
        opacity: 0; }
  .gen-text-block .containo .flexholder.has-multiple .textarea {
    text-align: left; }
    @media screen and (min-width: 2560px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1920px) and (max-width: 2559px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1681px) and (max-width: 1919px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1441px) and (max-width: 1680px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1366px) and (max-width: 1440px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1024px) and (max-width: 1365px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(60% - 1rem); } }
    @media screen and (min-width: 992px) and (max-width: 1023px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(60% - 1rem); } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: calc(65% - 1rem); } }
    @media screen and (min-width: 441px) and (max-width: 767px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: 100%; } }
    @media screen and (min-width: 351px) and (max-width: 440px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: 100%; } }
    @media screen and (max-width: 350px) {
      .gen-text-block .containo .flexholder.has-multiple .textarea {
        width: 100%; } }
  @media screen and (min-width: 2560px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1920px) and (max-width: 2559px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1681px) and (max-width: 1919px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1441px) and (max-width: 1680px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1366px) and (max-width: 1440px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(60% - 1rem); } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(60% - 1rem); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: calc(65% - 1rem); } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: 100%; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    .gen-text-block .containo .flexholder.has-multiple .imagearea {
      width: 100%; } }
  .gen-text-block .containo .flexholder.has-multiple .imagearea figure {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  @media screen and (min-width: 2560px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1920px) and (max-width: 2559px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1681px) and (max-width: 1919px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1441px) and (max-width: 1680px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1366px) and (max-width: 1440px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(48% - 1rem); } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(60% - 1rem); } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(60% - 1rem); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: calc(65% - 1rem); } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: 100%; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    .gen-text-block .containo .flexholder.has-multiple .iconzone {
      width: 100%; } }
  .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
    text-align: left; }
    @media screen and (min-width: 2560px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1920px) and (max-width: 2559px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1681px) and (max-width: 1919px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1441px) and (max-width: 1680px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1366px) and (max-width: 1440px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (min-width: 1024px) and (max-width: 1365px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(60% - 1rem); } }
    @media screen and (min-width: 992px) and (max-width: 1023px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(60% - 1rem); } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: calc(65% - 1rem); } }
    @media screen and (min-width: 441px) and (max-width: 767px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: 100%; } }
    @media screen and (min-width: 351px) and (max-width: 440px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: 100%; } }
    @media screen and (max-width: 350px) {
      .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .textarea {
        width: 100%; } }
  @media screen and (min-width: 992px) {
    .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .imagearea {
      width: calc(35% - 1rem); } }
  @media screen and (max-width: 991px) {
    .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .imagearea {
      width: 100%; } }
  .gen-text-block .containo .flexholder.offsettext-image.offsettext-image .imagearea figure {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (min-width: 1366px) {
  .gen-text-block.lessheight {
    padding: 4rem 0; } }
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .gen-text-block.lessheight {
    padding: 3rem 0; } }
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .gen-text-block.lessheight {
    padding: 3rem 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gen-text-block.lessheight {
    padding: 2rem 0; } }
@media screen and (min-width: 441px) and (max-width: 767px) {
  .gen-text-block.lessheight {
    padding: 1.5rem 0; } }
@media screen and (min-width: 351px) and (max-width: 440px) {
  .gen-text-block.lessheight {
    padding: 1.5rem 0; } }
@media screen and (max-width: 350px) {
  .gen-text-block.lessheight {
    padding: 1.5rem 0; } }

.centered-text {
  width: 100%; }
  .centered-text .textarea {
    text-align: center; }

.gen-text-block.tobeactivated {
  opacity: 0;
  transition: all .2s ease; }

.gen-text-block.tobeactivated.animateactivate {
  opacity: 1;
  transition: all .2s ease; }

.gen-text-block.has-logo-left-right.tobeactivated .logoanimator {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 50%;
  left: 25%;
  top: 0; }
  .gen-text-block.has-logo-left-right.tobeactivated .logoanimator:before {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/gen-text-block/../../static/theme_images/logo-element-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0;
    width: 15vw;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 767px) {
      .gen-text-block.has-logo-left-right.tobeactivated .logoanimator:before {
        display: none; } }
  .gen-text-block.has-logo-left-right.tobeactivated .logoanimator:after {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/gen-text-block/../../static/theme_images/logo-element-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    right: 0%;
    position: absolute;
    top: 0;
    width: 15vw;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 767px) {
      .gen-text-block.has-logo-left-right.tobeactivated .logoanimator:after {
        display: none; } }

.gen-text-block.has-logo-left-right.tobeactivated.animateactivate .logoanimator {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 50%;
  left: 25%;
  top: 0; }
  .gen-text-block.has-logo-left-right.tobeactivated.animateactivate .logoanimator:before {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/gen-text-block/../../static/theme_images/logo-element-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    left: -32% !important;
    position: absolute;
    top: 0;
    width: 15vw;
    opacity: 1 !important;
    transition: all 0.4s ease-in-out; }
  .gen-text-block.has-logo-left-right.tobeactivated.animateactivate .logoanimator:after {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/gen-text-block/../../static/theme_images/logo-element-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    right: -32% !important;
    position: absolute;
    top: 0;
    width: 15vw;
    opacity: 1 !important;
    transition: all 0.4s ease-in-out; }

.iconzone {
  width: 50%; }
  .iconzone ul {
    display: flex;
    flex-wrap: wrap; }
    .iconzone ul li {
      width: 25%;
      list-style-type: none;
      text-align: center;
      margin-bottom: 1rem; }
      .iconzone ul li figure {
        background-color: #efefef;
        background-size: 2.35rem;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 4rem;
        height: 5rem;
        width: 5rem;
        margin: 0 auto; }
        .iconzone ul li figure img {
          opacity: 0;
          height: 3rem;
          width: 3rem;
          padding: 0.5rem; }
      .iconzone ul li p {
        color: #231f20;
        font-weight: 700;
        font-size: calc(.7rem + 0.1vw);
        margin: 0.5rem 0;
        text-transform: uppercase; }

/********************/
/*** ********** *****/
/********************/
.gen-text-block.alternating .containo {
  position: relative; }
  .gen-text-block.alternating .containo .flexholder .textarea {
    text-align: left; }
    @media screen and (min-width: 992px) {
      .gen-text-block.alternating .containo .flexholder .textarea {
        width: calc(48% - 1rem); } }
    @media screen and (max-width: 991px) {
      .gen-text-block.alternating .containo .flexholder .textarea {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .gen-text-block.alternating .containo .flexholder .textarea h1 {
        font-size: calc(2.666rem + 0.1vw); } }
    @media screen and (max-width: 991px) {
      .gen-text-block.alternating .containo .flexholder .textarea h1 {
        font-size: calc(1.75rem + 0.1vw); } }
    @media screen and (min-width: 992px) {
      .gen-text-block.alternating .containo .flexholder .textarea h2 {
        font-size: calc(2rem + 0.1vw); } }
    @media screen and (max-width: 991px) {
      .gen-text-block.alternating .containo .flexholder .textarea h2 {
        font-size: calc(1.35rem + 0.1vw); } }
    @media screen and (min-width: 992px) {
      .gen-text-block.alternating .containo .flexholder .textarea h3 {
        font-size: calc(1.3333rem + 0.1vw); } }
    @media screen and (max-width: 991px) {
      .gen-text-block.alternating .containo .flexholder .textarea h3 {
        font-size: calc(1.2rem + 0.1vw); } }
    @media screen and (min-width: 992px) {
      .gen-text-block.alternating .containo .flexholder .textarea h4 {
        font-size: calc(1.25rem + 0.1vw); } }
    @media screen and (max-width: 991px) {
      .gen-text-block.alternating .containo .flexholder .textarea h4 {
        font-size: calc(1.15rem + 0.1vw); } }
    .gen-text-block.alternating .containo .flexholder .textarea p {
      max-width: 33rem; }
  @media screen and (min-width: 992px) {
    .gen-text-block.alternating .containo .flexholder .imagearea {
      width: calc(48% - 1rem); } }
  @media screen and (max-width: 991px) {
    .gen-text-block.alternating .containo .flexholder .imagearea {
      width: 100%; } }
  .gen-text-block.alternating .containo .flexholder .imagearea figure {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .gen-text-block.alternating .containo .alternate_bott_border {
    position: absolute;
    left: 2.5%;
    width: 95%;
    border-bottom: 1px solid #e5e5e5;
    z-index: 2; }
    @media screen and (min-width: 1366px) {
      .gen-text-block.alternating .containo .alternate_bott_border {
        top: calc(100% + 4rem); } }
    @media screen and (min-width: 1024px) and (max-width: 1365px) {
      .gen-text-block.alternating .containo .alternate_bott_border {
        top: calc(100% + 3rem); } }
    @media screen and (min-width: 992px) and (max-width: 1023px) {
      .gen-text-block.alternating .containo .alternate_bott_border {
        top: calc(100% + 3rem); } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .gen-text-block.alternating .containo .alternate_bott_border {
        top: calc(100% + 2.5rem); } }
    @media screen and (min-width: 441px) and (max-width: 767px) {
      .gen-text-block.alternating .containo .alternate_bott_border {
        top: calc(100% + 2.5rem); } }
    @media screen and (min-width: 351px) and (max-width: 440px) {
      .gen-text-block.alternating .containo .alternate_bott_border {
        top: calc(100% + 2.5rem); } }
    @media screen and (max-width: 350px) {
      .gen-text-block.alternating .containo .alternate_bott_border {
        top: calc(100% + 2.5rem); } }

.gen-text-block.alternating {
  position: relative;
  background: #fff; }
  @media screen and (min-width: 1366px) {
    .gen-text-block.alternating {
      padding: 4rem 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .gen-text-block.alternating {
      padding: 3rem 0; } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .gen-text-block.alternating {
      padding: 3rem 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .gen-text-block.alternating {
      padding: 2.5rem 0; } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .gen-text-block.alternating {
      padding: 2.5rem 0; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .gen-text-block.alternating {
      padding: 2.5rem 0; } }
  @media screen and (max-width: 350px) {
    .gen-text-block.alternating {
      padding: 2.5rem 0; } }
  @media screen and (max-width: 991px) {
    .gen-text-block.alternating .textarea {
      text-align: center !important; }
      .gen-text-block.alternating .textarea p {
        margin: 0 auto; } }

.gen-text-block.has_no_bottom_padding {
  padding-bottom: 0; }

/********************/
/*** ********** *****/
/********************/
.gen-text-block.has-bottom-border .containo {
  border-bottom: 2px solid #efefef; }

/*# sourceMappingURL=style.css.map */

.wp-block-spacer{clear:both}
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

@media screen and (min-width: 1366px) {
  .logo-slider {
    padding: 4rem 0 1.5rem; } }
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .logo-slider {
    padding: 3rem 0 1rem; } }
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .logo-slider {
    padding: 3rem 0 1rem; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo-slider {
    padding: 2.5rem 0 1rem; } }
@media screen and (min-width: 441px) and (max-width: 767px) {
  .logo-slider {
    padding: 1.5rem; } }
@media screen and (min-width: 351px) and (max-width: 440px) {
  .logo-slider {
    padding: 1.5rem; } }
@media screen and (max-width: 350px) {
  .logo-slider {
    padding: 1.5rem; } }
.logo-slider .containo {
  overflow: hidden; }
  .logo-slider .containo .sliderholder .swiper-wrapper {
    align-items: center; }
  .logo-slider .containo .sliderholder .logoitem img {
    width: 100%;
    filter: saturate(0);
    object-fit: scale-down;
    height: 100%;
    max-height: 15rem; }
.logo-slider .swiper-pagination {
  bottom: unset; }
  @media screen and (min-width: 992px) {
    .logo-slider .swiper-pagination {
      margin-top: -1rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 991px) {
    .logo-slider .swiper-pagination {
      margin-top: 1rem;
      margin-bottom: 2rem; } }
.logo-slider .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border: 2px solid #e20613;
  border-radius: unset;
  background-color: unset;
  opacity: 1 !important; }
.logo-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e20613;
  border-radius: unset;
  background-color: #e20613; }

/*# sourceMappingURL=style.css.map */

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@media screen and (min-width: 992px) {
  .square-slider .containo .sliderholder {
    max-width: 1024px; } }
@media screen and (max-width: 991px) {
  .square-slider .containo .sliderholder {
    max-width: 90vw; } }

/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

.square-slider {
  margin-bottom: 6rem; }
  .square-slider .containo .sliderholder {
    overflow: hidden;
    margin: 0 auto; }
    .square-slider .containo .sliderholder .swiper-container .slideblock {
      background: #231f20;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 1024px) {
        .square-slider .containo .sliderholder .swiper-container .slideblock {
          padding: 5rem; } }
      @media screen and (max-width: 1023px) {
        .square-slider .containo .sliderholder .swiper-container .slideblock {
          padding: 3rem; } }
      .square-slider .containo .sliderholder .swiper-container .slideblock:before {
        content: '';
        background-image: url(/wp-content/themes/imswp-child-main/blocks/square-slider/../../static/theme_images/corner-b.svg);
        transform: rotate(-90deg);
        position: absolute;
        top: 0;
        left: 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (min-width: 1024px) {
          .square-slider .containo .sliderholder .swiper-container .slideblock:before {
            height: 5rem;
            width: 5rem; } }
        @media screen and (max-width: 1023px) {
          .square-slider .containo .sliderholder .swiper-container .slideblock:before {
            height: 3rem;
            width: 3rem; } }
      .square-slider .containo .sliderholder .swiper-container .slideblock:after {
        content: '';
        background-image: url(/wp-content/themes/imswp-child-main/blocks/square-slider/../../static/theme_images/corner-a.svg);
        transform: rotate(-90deg);
        position: absolute;
        bottom: 0;
        right: 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (min-width: 1024px) {
          .square-slider .containo .sliderholder .swiper-container .slideblock:after {
            height: 5rem;
            width: 5rem; } }
        @media screen and (max-width: 1023px) {
          .square-slider .containo .sliderholder .swiper-container .slideblock:after {
            height: 3rem;
            width: 3rem; } }
      .square-slider .containo .sliderholder .swiper-container .slideblock .block_top {
        display: flex;
        justify-content: space-between;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #fff; }
        @media screen and (min-width: 351px) {
          .square-slider .containo .sliderholder .swiper-container .slideblock .block_top {
            flex-direction: row; } }
        @media screen and (max-width: 350px) {
          .square-slider .containo .sliderholder .swiper-container .slideblock .block_top {
            flex-direction: column; } }
        .square-slider .containo .sliderholder .swiper-container .slideblock .block_top .block_top_left p {
          color: #fff;
          font-weight: 400;
          font-size: calc(.9rem + 0.1vw);
          margin: 0; }
        .square-slider .containo .sliderholder .swiper-container .slideblock .block_top .block_top_left p.author {
          font-weight: 700; }
          @media screen and (min-width: 992px) {
            .square-slider .containo .sliderholder .swiper-container .slideblock .block_top .block_top_left p.author {
              font-size: calc(1.2rem + 0.1vw); } }
          @media screen and (max-width: 991px) {
            .square-slider .containo .sliderholder .swiper-container .slideblock .block_top .block_top_left p.author {
              font-size: calc(1rem + 0.1vw); } }
        .square-slider .containo .sliderholder .swiper-container .slideblock .block_top .block_top_right img {
          max-height: 3.5rem; }
      .square-slider .containo .sliderholder .swiper-container .slideblock .block_bottom {
        padding-top: 1.5rem; }
        .square-slider .containo .sliderholder .swiper-container .slideblock .block_bottom p {
          color: #fff;
          font-weight: 700;
          line-height: 1.5em; }
          @media screen and (min-width: 992px) {
            .square-slider .containo .sliderholder .swiper-container .slideblock .block_bottom p {
              font-size: calc(.85rem + 0.1vw);
              max-width: 80%; } }
          @media screen and (max-width: 991px) {
            .square-slider .containo .sliderholder .swiper-container .slideblock .block_bottom p {
              font-size: calc(.7rem + 0.1vw); } }
  .square-slider .swiper-slider {
    height: auto; }
    .square-slider .swiper-slider .slideblock {
      height: 100%; }
  .square-slider .swiper-pagination {
    bottom: unset;
    margin-top: 1rem; }
    .square-slider .swiper-pagination .swiper-pagination-bullet {
      height: 1rem;
      width: 1rem;
      border: 2px solid #e20613;
      border-radius: unset;
      background-color: unset;
      opacity: 1 !important; }
    .square-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #e20613;
      border-radius: unset;
      background-color: #e20613; }

.square-slider.no_bottom_margin {
  margin-bottom: 0.25rem; }

.square-slider.add_top_padding {
  padding-top: 6rem; }

/*# sourceMappingURL=style.css.map */

/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

.tiles-zone {
  position: relative;
  background: #fff; }
  @media screen and (min-width: 1366px) {
    .tiles-zone {
      padding: 6rem 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .tiles-zone {
      padding: 4.5rem 0; } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .tiles-zone {
      padding: 4rem 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .tiles-zone {
      padding: 3rem 0; } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .tiles-zone {
      padding: 1.5rem; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .tiles-zone {
      padding: 1.5rem; } }
  @media screen and (max-width: 350px) {
    .tiles-zone {
      padding: 1.5rem; } }
  .tiles-zone .containo .titlezone.nobottpadd {
    padding-bottom: 0.25rem; }
    .tiles-zone .containo .titlezone.nobottpadd h3 {
      margin-top: 3rem;
      position: relative; }
      @media screen and (max-width: 991px) {
        .tiles-zone .containo .titlezone.nobottpadd h3 {
          max-width: 15rem; } }
  .tiles-zone .containo .flexholder {
    display: flex;
    align-items: center; }
    .tiles-zone .containo .flexholder .tileholder {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .tiles-zone .containo .flexholder .tileholder div.tiler {
        position: relative;
        margin-bottom: 1rem; }
        @media screen and (max-width: 991px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler {
            min-height: 12rem; } }
        .tiles-zone .containo .flexholder .tileholder div.tiler .titlearea {
          position: absolute;
          color: #fff;
          font-size: calc(1.25rem + 0.1vw);
          width: 80%;
          right: 0;
          padding: 1rem;
          display: flex;
          justify-content: space-between;
          bottom: 0;
          align-items: center; }
          .tiles-zone .containo .flexholder .tileholder div.tiler .titlearea:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            background: #000;
            opacity: 0.7;
            right: 0%;
            transition: all .3s ease; }
          .tiles-zone .containo .flexholder .tileholder div.tiler .titlearea p {
            color: #fff;
            position: relative;
            margin: 0;
            text-transform: uppercase;
            font-weight: 600;
            max-width: 10rem;
            font-size: calc(1rem + 0.1vw); }
          .tiles-zone .containo .flexholder .tileholder div.tiler .titlearea span img {
            height: 1.5rem;
            width: 1.5rem;
            filter: brightness(10) saturate(0);
            right: 0%;
            transition: all .3s ease; }
        .tiles-zone .containo .flexholder .tileholder div.tiler .backimage {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
      .tiles-zone .containo .flexholder .tileholder div.tiler.stacked {
        display: flex;
        flex-direction: column; }
        .tiles-zone .containo .flexholder .tileholder div.tiler.stacked div.tiler {
          width: 100%; }
          @media screen and (max-width: 991px) {
            .tiles-zone .containo .flexholder .tileholder div.tiler.stacked div.tiler {
              min-height: 12rem; } }
      .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(1) {
        width: calc(50% - 0.5rem); }
        @media screen and (min-width: 992px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(1) {
            margin-right: 0.5rem;
            width: calc(50% - 0.5rem);
            height: 20rem; } }
        @media screen and (max-width: 991px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(1) {
            width: 100%; } }
      @media screen and (min-width: 992px) {
        .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(2) {
          margin-left: 0.5rem;
          width: calc(50% - 0.5rem);
          height: 20rem; } }
      @media screen and (max-width: 991px) {
        .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(2) {
          width: 100%; } }
      .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(3) {
        width: 33.333%; }
        @media screen and (min-width: 992px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(3) {
            margin-right: 0.5rem;
            width: calc(33.333% - 0.5rem);
            height: 20rem; } }
        @media screen and (max-width: 991px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(3) {
            width: 100%; } }
      .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(4) {
        display: flex; }
        .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(4) div.tiler:nth-child(1) {
          margin: 0;
          margin-bottom: 0.5rem; }
        .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(4) div.tiler:nth-child(2) {
          margin: 0;
          margin-top: 0.5rem; }
        @media screen and (min-width: 992px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(4) {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
            width: calc(33.333% - 1rem);
            height: 20rem; } }
        @media screen and (max-width: 991px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(4) {
            width: 100%; } }
      .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(5) {
        width: 33.333%; }
        @media screen and (min-width: 992px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(5) {
            margin-left: 0.5rem;
            width: calc(33.333% - 0.5rem);
            height: 20rem; } }
        @media screen and (max-width: 991px) {
          .tiles-zone .containo .flexholder .tileholder div.tiler:nth-child(5) {
            width: 100%; } }
      @media screen and (min-width: 992px) {
        .tiles-zone .containo .flexholder .tileholder div.tiler.fivetile:nth-child(1), .tiles-zone .containo .flexholder .tileholder div.tiler.fivetile:nth-child(2) {
          height: 12rem; } }
      @media screen and (min-width: 992px) {
        .tiles-zone .containo .flexholder .tileholder div.tiler.fourtile {
          margin-right: 0.5rem;
          width: calc(48% - 0.5rem);
          height: 20rem; } }
      @media screen and (max-width: 991px) {
        .tiles-zone .containo .flexholder .tileholder div.tiler.fourtile {
          width: 100%; } }
      @media screen and (min-width: 992px) {
        .tiles-zone .containo .flexholder .tileholder div.tiler.threetile {
          margin-right: 0.5rem;
          width: calc(32% - 0.5rem);
          height: 20rem; } }
      @media screen and (max-width: 991px) {
        .tiles-zone .containo .flexholder .tileholder div.tiler.threetile {
          width: 100%; } }
      .tiles-zone .containo .flexholder .tileholder div.tiler.tile_to_hover:hover .titlearea:before {
        width: 107%;
        height: 107%;
        top: -7%;
        right: 0%;
        transition: all .3s ease; }
      .tiles-zone .containo .flexholder .tileholder div.tiler.tile_to_hover:hover .titlearea span img {
        transition: all .3s ease;
        filter: saturate(1);
        transform: translate(4px, 4px); }

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 1366px) {
  .accreditations .centered-title {
    max-width: 1114px; } }
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .accreditations .centered-title {
    max-width: 991px; } }
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .accreditations .centered-title {
    max-width: 850px; } }
@media screen and (max-width: 991px) {
  .accreditations .centered-title {
    max-width: 78vw; } }

@media screen and (min-width: 992px) {
  .accreditations .containo .flexholder {
    max-width: 1024px; } }
@media screen and (max-width: 991px) {
  .accreditations .containo .flexholder {
    max-width: 90vw; } }

/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

.accreditations {
  margin-bottom: 6rem; }
  .accreditations .centered-title {
    width: 100%;
    margin: 0 auto; }
    .accreditations .centered-title h1, .accreditations .centered-title h2, .accreditations .centered-title h3, .accreditations .centered-title h4, .accreditations .centered-title h5 {
      text-align: center; }
  .accreditations .containo {
    background: #231f20; }
    @media screen and (min-width: 1366px) {
      .accreditations .containo {
        padding: 4.5rem 0; } }
    @media screen and (min-width: 1024px) and (max-width: 1365px) {
      .accreditations .containo {
        padding: 3.5rem 0; } }
    @media screen and (min-width: 992px) and (max-width: 1023px) {
      .accreditations .containo {
        padding: 3rem 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .accreditations .containo {
        padding: 3rem 0; } }
    @media screen and (min-width: 441px) and (max-width: 767px) {
      .accreditations .containo {
        padding: 1.5rem 0; } }
    @media screen and (min-width: 351px) and (max-width: 440px) {
      .accreditations .containo {
        padding: 1.5rem 0; } }
    @media screen and (max-width: 350px) {
      .accreditations .containo {
        padding: 1.5rem 0; } }
    .accreditations .containo:before {
      content: '';
      background-image: url(/wp-content/themes/imswp-child-main/blocks/accreditations/../../static/theme_images/corner-b.svg);
      transform: rotate(-90deg);
      position: absolute;
      top: 0;
      left: 0;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (min-width: 992px) {
        .accreditations .containo:before {
          height: 8rem;
          width: 8rem; } }
      @media screen and (max-width: 991px) {
        .accreditations .containo:before {
          height: 4rem;
          width: 4rem; } }
    .accreditations .containo:after {
      content: '';
      background-image: url(/wp-content/themes/imswp-child-main/blocks/accreditations/../../static/theme_images/corner-a.svg);
      transform: rotate(-90deg);
      position: absolute;
      bottom: 0;
      right: 0;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (min-width: 992px) {
        .accreditations .containo:after {
          height: 8rem;
          width: 8rem; } }
      @media screen and (max-width: 991px) {
        .accreditations .containo:after {
          height: 4rem;
          width: 4rem; } }
    .accreditations .containo .flexholder {
      display: flex;
      padding: 3rem;
      margin: 0 auto; }
      .accreditations .containo .flexholder ul {
        display: flex;
        margin: 0 auto;
        justify-content: space-around; }
        @media screen and (min-width: 992px) {
          .accreditations .containo .flexholder ul {
            flex-direction: row;
            width: 80%; } }
        @media screen and (max-width: 991px) {
          .accreditations .containo .flexholder ul {
            flex-direction: column;
            width: 10rem; } }

/*# sourceMappingURL=style.css.map */

/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

.titles-button-cta-block {
  background-color: #231f20;
  position: relative; }
  @media screen and (min-width: 1366px) {
    .titles-button-cta-block {
      padding: 4rem 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .titles-button-cta-block {
      padding: 3.5rem 0; } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .titles-button-cta-block {
      padding: 3rem 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .titles-button-cta-block {
      padding: 2rem 0; } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .titles-button-cta-block {
      padding: 1.5rem; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .titles-button-cta-block {
      padding: 1.5rem; } }
  @media screen and (max-width: 350px) {
    .titles-button-cta-block {
      padding: 1.5rem; } }
  .titles-button-cta-block .minimal_thunderlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000; }
    @media screen and (min-width: 992px) {
      .titles-button-cta-block .minimal_thunderlay {
        opacity: 0.8; } }
    @media screen and (max-width: 991px) {
      .titles-button-cta-block .minimal_thunderlay {
        opacity: 0.6; } }
  .titles-button-cta-block .containo .flexholder {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .titles-button-cta-block .containo .flexholder {
        flex-direction: row; } }
    @media screen and (max-width: 991px) {
      .titles-button-cta-block .containo .flexholder {
        flex-direction: row; } }
    .titles-button-cta-block .containo .flexholder .textarea {
      text-align: center; }
      .titles-button-cta-block .containo .flexholder .textarea h1, .titles-button-cta-block .containo .flexholder .textarea h2, .titles-button-cta-block .containo .flexholder .textarea h3, .titles-button-cta-block .containo .flexholder .textarea h4, .titles-button-cta-block .containo .flexholder .textarea h5 {
        color: #fff;
        text-align: center;
        max-width: 55rem; }
        .titles-button-cta-block .containo .flexholder .textarea h1 span, .titles-button-cta-block .containo .flexholder .textarea h2 span, .titles-button-cta-block .containo .flexholder .textarea h3 span, .titles-button-cta-block .containo .flexholder .textarea h4 span, .titles-button-cta-block .containo .flexholder .textarea h5 span {
          color: #e20613; }
      .titles-button-cta-block .containo .flexholder .textarea h3 {
        line-height: 1.15em;
        margin: 0 auto;
        margin-bottom: 0.5rem; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .titles-button-cta-block .containo .flexholder .textarea h3 {
            font-size: calc(1.8rem + 0.1vw); } }
        @media screen and (max-width: 768px) {
          .titles-button-cta-block .containo .flexholder .textarea h3 {
            font-size: calc(2.3rem + 0.1vw);
            max-width: 25rem; } }
      .titles-button-cta-block .containo .flexholder .textarea p {
        color: #fff;
        max-width: 40rem; }
      .titles-button-cta-block .containo .flexholder .textarea a.button {
        margin-top: 1rem; }
    .titles-button-cta-block .containo .flexholder p.minimal_subtitle {
      color: #fff;
      text-transform: uppercase;
      font-weight: 800;
      font-size: calc(.9rem + 0.1vw);
      position: relative; }
      @media screen and (min-width: 992px) {
        .titles-button-cta-block .containo .flexholder p.minimal_subtitle {
          padding-left: 12rem; } }
    .titles-button-cta-block .containo .flexholder a.minimal_cta {
      color: #fff;
      text-transform: uppercase;
      font-weight: 800;
      font-size: calc(3rem + 0.1vw);
      position: relative; }
      @media screen and (min-width: 992px) {
        .titles-button-cta-block .containo .flexholder a.minimal_cta {
          padding-left: 12rem; } }
      .titles-button-cta-block .containo .flexholder a.minimal_cta:before {
        content: '';
        position: absolute;
        border-bottom: 1px solid transparent;
        width: calc(100% - 18rem);
        transition: all .2s ease;
        top: 100%;
        right: 0; }
      .titles-button-cta-block .containo .flexholder a.minimal_cta:after {
        content: '';
        height: 2rem;
        width: 2rem;
        position: absolute;
        right: -10rem;
        bottom: .75rem;
        transition: all .2s ease;
        background-size: contain;
        background-image: url(/wp-content/themes/imswp-child-main/blocks/titles-button-cta-block/../../static/theme_images/triangleltor.svg); }
    .titles-button-cta-block .containo .flexholder a.minimal_cta:hover:before {
      content: '';
      position: absolute;
      border-bottom: 1px solid #fff;
      width: calc(100% - 12rem);
      transition: all .2s ease; }
    .titles-button-cta-block .containo .flexholder a.minimal_cta:hover:after {
      content: '';
      transform: translateY(1.5rem); }
  .titles-button-cta-block .containo .minimalflex {
    flex-direction: column; }
    @media screen and (max-width: 991px) {
      .titles-button-cta-block .containo .minimalflex {
        margin: 1rem; } }

.titles-button-cta-block.designback {
  background-image: url(/wp-content/themes/imswp-child-main/blocks/titles-button-cta-block/../../static/theme_images/cta_background.png);
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 2560px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 1920px) and (max-width: 2559px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 1681px) and (max-width: 1919px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 1441px) and (max-width: 1680px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 1366px) and (max-width: 1440px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .titles-button-cta-block.designback {
      background-position: center; } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .titles-button-cta-block.designback {
      background-position: left; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .titles-button-cta-block.designback {
      background-position: left; } }
  @media screen and (max-width: 350px) {
    .titles-button-cta-block.designback {
      background-position: left; } }

.titles-button-cta-block.formback {
  background-image: url(/wp-content/themes/imswp-child-main/blocks/titles-button-cta-block/../../static/theme_images/form-background.png);
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 2560px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 1920px) and (max-width: 2559px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 1681px) and (max-width: 1919px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 1441px) and (max-width: 1680px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 1366px) and (max-width: 1440px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .titles-button-cta-block.formback {
      background-position: center; } }
  @media screen and (min-width: 441px) and (max-width: 767px) {
    .titles-button-cta-block.formback {
      background-position: left; } }
  @media screen and (min-width: 351px) and (max-width: 440px) {
    .titles-button-cta-block.formback {
      background-position: left; } }
  @media screen and (max-width: 350px) {
    .titles-button-cta-block.formback {
      background-position: left; } }

.titles-button-cta-block .formholder {
  background: #fff; }
  @media screen and (max-width: 991px) {
    .titles-button-cta-block .formholder h3 {
      padding: 0.25rem 1rem; } }
  @media screen and (min-width: 992px) {
    .titles-button-cta-block .formholder {
      padding: 2rem;
      max-width: 480px;
      margin: 0 auto; } }
  @media screen and (max-width: 991px) {
    .titles-button-cta-block .formholder {
      padding: 1rem 0;
      max-width: 100%;
      margin: 0 auto; } }

.titles-button-cta-block a.croninsbutton-transback-red {
  max-width: 7rem; }

/********************/
/*** ********** *****/
/********************/
.titles-button-cta-block.formback.titlesbuttonctablock .formholder#has-apply-form .wpcf7-list-item {
  margin: 1rem 0; }
.titles-button-cta-block.formback.titlesbuttonctablock .formholder#has-apply-form form input[type="submit"] {
  font-size: 1.3rem; }
.titles-button-cta-block.formback.titlesbuttonctablock .formholder#has-apply-form .has_file_upload_button {
  padding: 3rem;
  border: 1px solid #231f20;
  text-align: center;
  display: flex;
  justify-content: center; }
.titles-button-cta-block.formback.titlesbuttonctablock .formholder#has-apply-form p.accepted {
  font-size: calc(.8rem + 0.1vw);
  margin-top: 1rem; }

/*# sourceMappingURL=style.css.map */

.wp-block-post-content{display:flow-root}
/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

footer.mainfooter {
  font-family: "Maven Pro", sans-serif;
  background: #efefef; }
  @media screen and (min-width: 992px) {
    footer.mainfooter {
      padding: 3rem 0 0 0; } }
  @media screen and (max-width: 991px) {
    footer.mainfooter {
      padding: 1.5rem; } }
  footer.mainfooter .containo .flexholder {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 992px) {
      footer.mainfooter .containo .flexholder {
        flex-direction: row; } }
    @media screen and (max-width: 991px) {
      footer.mainfooter .containo .flexholder {
        flex-direction: column; } }
    @media screen and (min-width: 992px) {
      footer.mainfooter .containo .flexholder .leftarea {
        width: 70%; } }
    @media screen and (max-width: 991px) {
      footer.mainfooter .containo .flexholder .leftarea {
        width: 100%; } }
    footer.mainfooter .containo .flexholder .leftarea .holdsblocks {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 992px) {
        footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock {
          width: 25%; } }
      @media screen and (max-width: 991px) {
        footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock {
          width: 100%; } }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock a.menutoggler {
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        margin-top: 0.5rem; }
        @media screen and (min-width: 992px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock a.menutoggler {
            font-size: calc(.7rem + 0.1vw); } }
        @media screen and (max-width: 991px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock a.menutoggler {
            margin-bottom: 0.75rem;
            font-size: calc(.95rem + 0.1vw);
            max-width: 60%;
            font-weight: 800; } }
        @media screen and (min-width: 992px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock a.menutoggler span {
            display: none; } }
        @media screen and (max-width: 991px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock a.menutoggler span {
            font-size: 1.5rem;
            line-height: 1em;
            transform: translateY(-0.25rem); } }
      @media screen and (max-width: 991px) {
        footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock ul {
          display: none; } }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock ul li {
        list-style-type: none;
        color: #606060;
        margin-bottom: 0.35rem; }
        @media screen and (min-width: 992px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock ul li {
            font-size: calc(.7rem + 0.1vw); } }
        @media screen and (max-width: 991px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock ul li {
            font-size: calc(.85rem + 0.1vw); } }
        footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock ul li a:hover {
          border-bottom: 1px solid #231f20; }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock ul.openul {
        display: block; }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock.heavylinks ul li a {
        font-weight: 600; }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .menublock.highlightedlinks ul li a {
        font-weight: 400; }
      @media screen and (max-width: 991px) {
        footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address {
          margin-bottom: 2rem; } }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address address {
        margin: 1rem 0;
        font-style: normal;
        max-width: 10rem;
        color: #606060; }
        @media screen and (min-width: 992px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address address {
            font-size: calc(.7rem + 0.1vw); } }
        @media screen and (max-width: 991px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address address {
            font-size: calc(.85rem + 0.1vw); } }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address p, footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address a {
        color: #606060; }
        @media screen and (min-width: 992px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address p, footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address a {
            font-size: calc(.7rem + 0.1vw); } }
        @media screen and (max-width: 991px) {
          footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address p, footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address a {
            font-size: calc(.85rem + 0.1vw); } }
      footer.mainfooter .containo .flexholder .leftarea .holdsblocks .logo_address a {
        border-bottom: 1px solid #231f20;
        margin-bottom: 0.5rem; }
    @media screen and (min-width: 992px) {
      footer.mainfooter .containo .flexholder .rightarea {
        width: 30%; } }
    @media screen and (max-width: 991px) {
      footer.mainfooter .containo .flexholder .rightarea {
        width: 100%; } }
    @media screen and (max-width: 991px) {
      footer.mainfooter .containo .flexholder .rightarea {
        display: flex;
        flex-direction: column-reverse; } }
    footer.mainfooter .containo .flexholder .rightarea .socialholder {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 991px) {
        footer.mainfooter .containo .flexholder .rightarea .socialholder {
          margin: 2rem 0 1rem; } }
      footer.mainfooter .containo .flexholder .rightarea .socialholder .social_logo {
        border: 1px solid #e20613;
        padding: .5rem;
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .2s ease;
        filter: saturate(0); }
        footer.mainfooter .containo .flexholder .rightarea .socialholder .social_logo img {
          height: 100%; }
        footer.mainfooter .containo .flexholder .rightarea .socialholder .social_logo:hover {
          transition: all .2s ease;
          filter: saturate(1); }
    footer.mainfooter .containo .flexholder .rightarea .logoholder {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (min-width: 992px) {
        footer.mainfooter .containo .flexholder .rightarea .logoholder {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 991px) {
        footer.mainfooter .containo .flexholder .rightarea .logoholder {
          margin: 1rem 0 2rem; } }
      footer.mainfooter .containo .flexholder .rightarea .logoholder .footer_logo img {
        width: 100%; }
  footer.mainfooter .subfooter {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    border-top: 1px solid #231f20; }
    footer.mainfooter .subfooter .flexholder {
      display: flex;
      justify-content: space-between; }
      @media screen and (min-width: 992px) {
        footer.mainfooter .subfooter .flexholder {
          flex-direction: column; } }
      @media screen and (max-width: 991px) {
        footer.mainfooter .subfooter .flexholder {
          flex-direction: row; } }
      @media screen and (min-width: 992px) {
        footer.mainfooter .subfooter .flexholder .rightside {
          text-align: right; } }
    @media screen and (min-width: 992px) {
      footer.mainfooter .subfooter p, footer.mainfooter .subfooter li, footer.mainfooter .subfooter a {
        font-size: calc(.7rem + 0.1vw); } }
    @media screen and (max-width: 991px) {
      footer.mainfooter .subfooter p, footer.mainfooter .subfooter li, footer.mainfooter .subfooter a {
        font-size: calc(.85rem + 0.1vw); } }

/*# sourceMappingURL=style.css.map */

