@charset "UTF-8";

:root {
    --block-data-lg: 30px;
    --block-data-xl: 38px;
}

.Thin15-B13V {
    /* background: #000; */
    overflow: hidden;
    position: relative;
    /*slick*/
}

.Thin15-B13V .pd-block[data-feature-theme=white] {
    color: #fff;
}

.Thin15-B13V .pd-block[data-feature-theme=white] .title--main {
    color: #fff;
}

.Thin15-B13V .slick-prev,
.Thin15-B13V .slick-next {
    width: 70px;
    height: 70px;
}

.Thin15-B13V .slick-prev {
    left: -50px;
}

.Thin15-B13V .slick-prev::before {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    content: "‹";
}

.Thin15-B13V .slick-next {
    right: -50px;
}

.Thin15-B13V .slick-next::before {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    content: "›";
    right: -75px !important;
}

.Thin15-B13V .slick-dots {
    bottom: -60px;
}

.Thin15-B13V .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 7px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.Thin15-B13V .slick-dots li button::before {
    opacity: 0.9;
    background: #002f34;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    text-align: center;
}

.Thin15-B13V .slick-dots li.slick-active button::before {
    opacity: 1;
    background: #184b5b;
}

.Thin15-B13V .featureLogo {
    padding-bottom: 2em;
}

.Thin15-B13V .title--main {
    padding-bottom: 20px;
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle {
    border-color: #910101;
    background: #910101;
    cursor: ew-resize;
    margin-top: -30px;
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle::before,
.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle::after {
    width: 2px;
    background: #ff0000;
    -webkit-box-shadow: 0 2px 0 #910101, 0px 0px 12px rgba(145, 1, 1, 0.5);
    box-shadow: 0 2px 0 #910101, 0px 0px 12px rgba(145, 1, 1, 0.5);
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow,
.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
    border: 0;
    position: absolute;
    margin: 0;
    width: 38px;
    height: 38px;
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow::after,
.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow::after {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 38px;
    z-index: 3;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 38px;
    margin-top: -3px;
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow {
    top: 0;
    left: 0;
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow::after {
    content: "‹";
    top: 0;
    left: 0;
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
    top: 0;
    right: 0;
}

.Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow::after {
    content: "›";
    top: 0;
    right: 0;
}

.Thin15-B13V .img-lg {
    display: none;
}

.Thin15-B13V .img-xs {
    display: inline-block;
}

.Thin15-B13V .btn__regular {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  border: 2px solid #bffaff;
  background: #b4b4c0;
  border-radius: 50px; */
}

.Thin15-B13V .btn__regular span {
    /* font-size: 16px;
  padding: 10px 40px; */
}

.Thin15-B13V .btn__regular:hover {
    /* color: #FFF;
  background: #b4b4c0e5; */
}

.Thin15-B13V .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 auto;
}

.Thin15-B13V .data li {
    margin: 10px;
}

.Thin15-B13V .data li span {
    margin: 0 8px;
}

.Thin15-B13V .data__value span {
    font-weight: 600;
    font-size: var(--block-data-lg);
}

.Thin15-B13V .iconBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.Thin15-B13V .iconBox img {
    margin: 0 40px;
}

.Thin15-B13V .iconBox img:first-child {
    margin-left: 0;
}

@media (min-width: 768px) {
    .Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle {
        margin-top: -36px;
    }

    .Thin15-B13V .img-lg {
        display: inline-block;
    }

    .Thin15-B13V .img-xs {
        display: none;
    }

    .Thin15-B13V .btn__regular span {
        font-size: 20px;
        padding: 12px 50px;
    }
}

@media (min-width: 996px) {
    .Thin15-B13V .twentytwenty-horizontal .twentytwenty-handle {
        margin-top: -22px;
    }

    .Thin15-B13V .btn__regular span {
        font-size: 22px;
    }

    .Thin15-B13V .data__value span {
        font-weight: 600;
        font-size: var(--block-data-xl);
    }
}

@media (min-width: 1930px) {
    .Thin15-B13V .btn__regular span {
        font-size: 24px;
    }
}

/*# sourceMappingURL=ThinGF63.css.map */