.slick-slide {
  outline: none;
}

.banner_section {
  position: relative;
  background-color: var(--primary-colour);
  overflow: hidden;
}
.banner_section .container {
  position: relative;
  z-index: 1;
}
.banner_section .banner_wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner_section .banner_img_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 72%;
  height: 100%;
  z-index: 1;
}
.banner_section .title_cont {
  width: 40%;
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .banner_section .title_cont {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.banner_section .title_cont.vector_2 {
  z-index: 2;
}
.banner_section .title_cont.vector_3, .banner_section .title_cont.vector_4 {
  padding-bottom: 116px;
}
.banner_section .title_cont.vector_3 {
  padding-right: 137px;
}
.banner_section .title_cont.vector_4 {
  padding-right: 120px;
}
.banner_section .title_wrap {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .banner_section .title_wrap {
    padding: 7.6388888889vw 0 0 0;
  }
}
.banner_section .line {
  fill: var(--secondary-colour);
}
.banner_section .line.vector_1 {
  width: -webkit-calc(100vw - 226px);
  width: -moz-calc(100vw - 226px);
  width: calc(100vw - 226px);
  margin-top: 30px;
}
.banner_section .line.vector_2 {
  width: -webkit-calc(100% + 73px);
  width: -moz-calc(100% + 73px);
  width: calc(100% + 73px);
}
.banner_section .line.vector_2.line_1 {
  margin-top: 21px;
}
.banner_section .line.vector_2.line_2 {
  margin-top: -5px;
}
.banner_section .line.vector_3 {
  position: absolute;
  top: 0;
  right: -129px;
}
.banner_section .line.vector_4 {
  position: absolute;
  right: 37px;
  bottom: 0;
}
.banner_section .img_mask {
  fill: var(--primary-colour);
}
.banner_section.version_1 .banner_img, .banner_section.gc .banner_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_section.version_1 .img_mask, .banner_section.gc .img_mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 1;
}
.banner_section.version_2 .banner_img_wrap, .banner_section.version_3 .banner_img_wrap, .banner_section.version_4 .banner_img_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 150px;
}
.banner_section.version_2 picture,
.banner_section.version_2 img {
  max-width: 100%;
  max-height: 100%;
}
.banner_section.version_3 picture,
.banner_section.version_3 img {
  max-width: 100%;
  max-height: 100%;
}
.banner_section.version_4 picture,
.banner_section.version_4 img {
  max-width: 100%;
  max-height: 100%;
}
.banner_section.version_3 .banner_img_wrap {
  padding-top: 24px;
}
.banner_section.version_3 img {
  -webkit-filter: drop-shadow(-6px 29px 9px rgba(115, 115, 115, 0.3));
          filter: drop-shadow(-6px 29px 9px rgba(115, 115, 115, 0.3));
}
.banner_section.version_4 .banner_img_wrap {
  padding-top: 24px;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.banner_section.version_4 img {
  display: block;
}
.banner_section.gc {
  color: #4E6989;
  background-color: var(--primary-colour);
}
.banner_section.gc .title_50 {
  line-height: 1.0416666667;
}
@media screen and (min-width: 1025px) {
  .banner_section.gc .title_50 {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner_section.gc .title_50 {
    font-size: 30px;
  }
}
.banner_section.gc .title_cont {
  padding-right: 10px;
}
.banner_section.gc .banner_img_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.banner_section.gc .no_img_icon {
  margin: auto;
  fill: #4E6989;
}
.banner_section.gc .img_mask,
.banner_section.gc .line {
  fill: var(--primary-colour);
}
.banner_section.text_white {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .banner_section .container {
    padding: 0 0 0 16.3194444444vw;
  }
  .banner_section .title_cont {
    min-height: 31.25vw;
  }
  .banner_section.gc .no_img_icon {
    width: 33.6111111111vw;
    height: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner_section .container {
    padding-left: 40px;
    padding-right: 0;
  }
  .banner_section .title_cont {
    width: 43%;
    min-height: 350px;
    padding: 100px 0 65px;
  }
  .banner_section .title_cont.vector_1 {
    padding-top: 117px;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .banner_section .title_cont.vector_1 .title_50 {
    min-height: 84px;
  }
  .banner_section .title_cont.vector_2 {
    z-index: 0;
  }
  .banner_section .title_cont.vector_3 {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding-top: 123px;
    padding-right: 58px;
  }
  .banner_section .banner_img_wrap {
    width: 57%;
  }
  .banner_section .title_50 {
    font-size: 40px;
    line-height: 1.05;
  }
  .banner_section .line.vector_1 {
    width: -webkit-calc(100vw - 54px);
    width: -moz-calc(100vw - 54px);
    width: calc(100vw - 54px);
    height: 44px;
    margin-left: 17px;
  }
  .banner_section .line.vector_2 {
    width: -webkit-calc(100% + 115px);
    width: -moz-calc(100% + 115px);
    width: calc(100% + 115px);
  }
  .banner_section .line.vector_2.line_2 {
    margin-top: 13px;
  }
  .banner_section .line.vector_3 {
    width: 150px;
    height: 120px;
    right: -62px;
  }
  .banner_section .line.vector_4 {
    width: 70px;
    height: 229px;
    right: 29px;
  }
  .banner_section.version_1 .title_cont.vector_4 {
    padding-bottom: 103px;
  }
  .banner_section.version_1 .title_cont.vector_4 .title_50 {
    font-size: 30px;
    line-height: 1.0666666667;
  }
  .banner_section.version_2 .title_cont.vector_4, .banner_section.version_3 .title_cont.vector_4, .banner_section.version_4 .title_cont.vector_4 {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding-top: 124px;
    padding-bottom: 65px;
    padding-right: 55px;
  }
  .banner_section.version_2 .line.vector_4, .banner_section.version_3 .line.vector_4, .banner_section.version_4 .line.vector_4 {
    right: -29px;
  }
  .banner_section.version_2 .banner_img_wrap, .banner_section.version_3 .banner_img_wrap, .banner_section.version_4 .banner_img_wrap {
    padding-right: 40px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .banner_section.version_2 picture, .banner_section.version_3 picture, .banner_section.version_4 picture {
    width: 100%;
    max-width: 330px;
  }
  .banner_section.version_3 picture, .banner_section.version_2 picture {
    max-width: 294px;
  }
  .banner_section.gc .title_50 {
    font-size: 30px;
    line-height: 1.0666666667;
  }
  .banner_section.gc .title_cont {
    padding: 90px 0;
  }
  .banner_section.gc .no_img_icon {
    width: 330px;
    height: 196px;
  }
}
@media screen and (max-width: 767px) {
  .banner_section .container {
    padding: 0;
  }
  .banner_section .banner_img_wrap {
    width: 100%;
    position: relative;
    min-height: 250px;
    padding: 0 20px;
    z-index: 0;
  }
  .banner_section .title_cont {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    min-height: 152px;
    z-index: 3;
    padding: 34px 15px 79px;
  }
  .banner_section .title_cont.vector_1 {
    padding-top: 34px;
  }
  .banner_section .title_cont.vector_1 .title_50 {
    min-height: inherit;
  }
  .banner_section .title_cont.vector_2 {
    z-index: 3;
  }
  .banner_section .title_cont.vector_3 {
    padding-top: 34px;
    padding-right: 15px;
    padding-bottom: 79px;
  }
  .banner_section .title_50 {
    font-size: 32px;
    line-height: 1.0625;
  }
  .banner_section .line.vector_mobile {
    position: absolute;
    top: -16px;
    left: 5px;
    width: -webkit-calc(100vw - 5px);
    width: -moz-calc(100vw - 5px);
    width: calc(100vw - 5px);
    height: 35px;
  }
  .banner_section.version_1 .title_cont.vector_4 {
    padding-bottom: 79px;
    padding-right: 15px;
  }
  .banner_section.version_2 .title_cont.vector_4, .banner_section.version_3 .title_cont.vector_4, .banner_section.version_4 .title_cont.vector_4 {
    padding: 34px 15px 79px;
  }
  .banner_section.version_2 .banner_img_wrap, .banner_section.version_3 .banner_img_wrap, .banner_section.version_4 .banner_img_wrap {
    padding-right: 20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .banner_section.version_2 picture, .banner_section.version_3 picture, .banner_section.version_4 picture {
    width: 100%;
    max-width: 100%;
  }
  .banner_section.gc .title_50 {
    font-size: 24px;
    line-height: 1.1666666667;
    min-height: inherit;
  }
  .banner_section.gc .title_cont {
    padding: 22px 15px 99px;
    min-height: inherit;
  }
  .banner_section.gc .banner_img_wrap {
    min-height: 220px;
  }
  .banner_section.gc .no_img_icon {
    width: 226px;
    height: 134px;
  }
  .banner_section.gc .img_mask {
    width: 100%;
    height: 10px;
    top: -webkit-calc(100% - 10px);
    top: -moz-calc(100% - 10px);
    top: calc(100% - 10px);
  }
}
.promotion_module_section {
  position: relative;
  color: #fff;
  padding: 83px 0 37px;
}
.promotion_module_section:last-child .bottom_line {
  display: block;
}
.promotion_module_section.bcg_var {
  padding-top: 129px;
  padding-bottom: 68px;
}
.promotion_module_section.bcg_var .title_50,
.promotion_module_section.bcg_var .text_18,
.promotion_module_section.bcg_var .link_arrow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.promotion_module_section.mb {
  margin-bottom: 150px;
}
.promotion_module_section .bcg_c {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  fill: var(--secondary-colour);
}
.promotion_module_section .bcg_p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.promotion_module_section .bcg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion_module_section .container {
  position: relative;
  z-index: 1;
}
.promotion_module_section .promotion_module_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.promotion_module_section .lhs {
  width: 41%;
  padding-bottom: 65px;
}
.promotion_module_section .rhs {
  width: 53%;
  padding-right: 82px;
}
.promotion_module_section .rhs picture {
  max-width: 100%;
}
.promotion_module_section .rhs picture img {
  max-width: 100%;
}
.promotion_module_section .link_arrow {
  color: #fff;
}
.promotion_module_section .title_50 {
  margin-bottom: 11px;
}
.promotion_module_section .text_18 {
  margin-bottom: 29px;
}
.promotion_module_section .bottom_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  fill: var(--secondary-colour);
  display: none;
}

@media screen and (max-width: 1024px) {
  .promotion_module_section {
    padding: 40px 0 35px;
  }
  .promotion_module_section.bcg_var {
    padding-top: 120px;
    padding-bottom: 88px;
  }
  .promotion_module_section.mb {
    margin-bottom: 60px;
  }
  .promotion_module_section .container {
    padding-right: 0;
  }
  .promotion_module_section .lhs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .promotion_module_section .lhs > * {
    width: 100%;
  }
  .promotion_module_section .rhs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .promotion_module_section .rhs picture {
    min-width: 420px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .promotion_module_section .title_50 {
    margin-bottom: 33px;
  }
  .promotion_module_section .text_18 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    margin-bottom: 0;
    font-size: 10px;
  }
  .promotion_module_section .link_arrow {
    margin-bottom: 7px;
  }
  .promotion_module_section .bottom_line {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .promotion_module_section {
    padding-bottom: 26px;
  }
  .promotion_module_section.bcg_var {
    padding-top: 241px;
    padding-bottom: 26px;
  }
  .promotion_module_section.mb {
    margin-bottom: 30px;
  }
  .promotion_module_section .container {
    padding: 0 15px;
  }
  .promotion_module_section .lhs {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .promotion_module_section .rhs {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 13px;
  }
  .promotion_module_section .rhs picture {
    min-width: inherit;
    max-width: 83%;
  }
  .promotion_module_section .title_50 {
    margin-bottom: 12px;
  }
  .promotion_module_section .text_18 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    margin-bottom: 15px;
  }
}
.content_carousel_section {
  margin: 10.4166666667vw 0;
}
.content_carousel_section .carousel_nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.content_carousel_section .carousel_nav.slick-initialized {
  display: block;
}
.content_carousel_section .carousel_nav .slick-list {
  overflow: visible;
}
.content_carousel_section .carousel_nav .draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.content_carousel_section .carousel_nav .draggable.grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.content_carousel_section .wysiwyg blockquote::before {
  display: none;
}
.content_carousel_section .carousel_cont {
  padding-top: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.content_carousel_section .carousel_cont.slick-initialized {
  display: block;
}
.content_carousel_section .single_nav {
  color: var(--primary-colour);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.content_carousel_section .single_nav .single_nav_wrap {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content_carousel_section .single_nav .step_wrap {
  margin-bottom: 38px;
}
.content_carousel_section .single_nav.slick-current .single_nav_wrap {
  opacity: 1;
}
.content_carousel_section .single_cont {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.content_carousel_section .single_cont .single_cont_grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.content_carousel_section .text_op .single_cont_wrap {
  width: 51%;
}
.content_carousel_section .text_op blockquote {
  padding: 0;
  margin: 0 0 40px;
  line-height: 1.375;
  font-weight: 300;
  font-style: italic;
}
@media screen and (min-width: 1026px) {
  .content_carousel_section .text_op blockquote {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 1025px) {
  .content_carousel_section .text_op blockquote {
    font-size: 26px;
  }
}
.content_carousel_section .text_op blockquote p {
  margin: 0;
}
.content_carousel_section .img_op .single_cont_grid {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.content_carousel_section .img_op .lhs {
  position: relative;
  width: 58%;
  min-height: 400px;
}
.content_carousel_section .img_op .lhs::before {
  content: "";
  display: block;
  padding-top: 64%;
}
.content_carousel_section .img_op .lhs picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_carousel_section .img_op .lhs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_carousel_section .img_op .rhs {
  width: 33%;
}
.content_carousel_section .img_op .title_28 {
  margin-bottom: 30px;
}
.content_carousel_section .img_op .wysiwyg {
  font-weight: 400;
}
.content_carousel_section .img_op .author_wrap {
  font-weight: 500;
}
.content_carousel_section .author_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.content_carousel_section .author_wrap .tile {
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.content_carousel_section .author_wrap .tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_carousel_section .author_wrap .desc {
  font-weight: 400;
  padding-left: 20px;
}

@media screen and (min-width: 1025px) {
  .content_carousel_section .single_nav {
    margin: 0 3.5vw;
  }
  .content_carousel_section .img_op .single_cont_grid {
    width: 86%;
    margin: auto;
  }
  .content_carousel_section .author_wrap .tile {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .content_carousel_section .author_wrap .desc {
    max-width: -webkit-calc(100% - 4.1666666667vw);
    max-width: -moz-calc(100% - 4.1666666667vw);
    max-width: calc(100% - 4.1666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .content_carousel_section {
    padding-top: 81px;
    padding-bottom: 85px;
  }
  .content_carousel_section .single_nav {
    margin-right: 96px;
  }
  .content_carousel_section .single_nav .step_wrap {
    margin-bottom: 11px;
  }
  .content_carousel_section .text_op .single_cont_wrap {
    width: 60%;
  }
  .content_carousel_section .text_op blockquote {
    line-height: 1.1538461538;
    margin-bottom: 22px;
  }
  .content_carousel_section .img_op .single_cont_grid {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: -webkit-calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: calc(100% - 74px);
    margin: auto;
  }
  .content_carousel_section .img_op .lhs {
    width: 36%;
    min-height: 200px;
  }
  .content_carousel_section .img_op .rhs {
    width: 57%;
  }
  .content_carousel_section .img_op .title_28 {
    margin-bottom: 25px;
  }
  .content_carousel_section .img_op .wysiwyg {
    margin-bottom: 21px;
  }
  .content_carousel_section .author_wrap .tile {
    width: 50px;
    height: 50px;
  }
  .content_carousel_section .author_wrap .desc {
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .content_carousel_section {
    padding-top: 78px;
    padding-bottom: 74px;
  }
  .content_carousel_section .single_nav {
    width: -webkit-calc(100vw - 30px);
    width: -moz-calc(100vw - 30px);
    width: calc(100vw - 30px);
    padding: 0 15px;
    margin-right: 0;
  }
  .content_carousel_section .step_wrap {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .content_carousel_section .carousel_cont {
    padding-top: 29px;
  }
  .content_carousel_section .text_op .single_cont_grid {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .content_carousel_section .text_op .single_cont_wrap {
    width: 91%;
    padding: 0 15px;
  }
  .content_carousel_section .text_op blockquote {
    font-size: 14px;
    line-height: 1.5714285714;
    font-weight: 500;
  }
  .content_carousel_section .img_op .single_cont_grid {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .content_carousel_section .img_op .lhs {
    width: 100%;
    min-height: 150px;
    margin-bottom: 21px;
  }
  .content_carousel_section .img_op .lhs::before {
    padding-top: 52%;
  }
  .content_carousel_section .img_op .rhs {
    width: 100%;
  }
  .content_carousel_section .img_op .title_28 {
    font-size: 18px;
    line-height: 1.1111111111;
    margin-bottom: 20px;
  }
  .content_carousel_section .img_op .wysiwyg {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 0;
  }
  .content_carousel_section .img_op .wysiwyg > *:last-child {
    margin-bottom: 0;
  }
  .content_carousel_section .img_op .author_wrap .desc {
    font-size: 14px;
  }
  .content_carousel_section .author_wrap .tile {
    width: 30px;
    height: 30px;
  }
  .content_carousel_section .author_wrap .desc {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 10px;
  }
}
.img_and_txt_content_block {
  margin: 10.4166666667vw 0;
}
.img_and_txt_content_block .img_and_txt_content_wrap {
  position: relative;
}
.img_and_txt_content_block .single_row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.img_and_txt_content_block .single_row.reverse .lhs {
  width: 36%;
  padding-top: 41px;
}
.img_and_txt_content_block .single_row.reverse .lhs .title_28 {
  margin-bottom: 31px;
}
.img_and_txt_content_block .single_row.reverse .rhs {
  padding-top: 0;
}
.img_and_txt_content_block .single_row:last-child {
  margin-bottom: 0px;
}
.img_and_txt_content_block .lhs {
  width: 36%;
}
.img_and_txt_content_block .rhs {
  position: relative;
  width: 58%;
  padding-top: 102px;
}
.img_and_txt_content_block .title_28 {
  margin-bottom: 60px;
}
.img_and_txt_content_block .text_18 {
  font-weight: 400;
}
.img_and_txt_content_block .bcg_img {
  position: relative;
  width: 100%;
}
.img_and_txt_content_block .bcg_img::before {
  content: "";
  padding-top: 63%;
  display: block;
}
.img_and_txt_content_block .bcg_img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img_and_txt_content_block .bcg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_and_txt_content_block .line {
  position: absolute;
  top: 0;
  z-index: 1;
  fill: var(--secondary-colour);
}

@media screen and (min-width: 1025px) {
  .img_and_txt_content_wrap.single .line {
    height: -webkit-calc(100% + 120px);
    height: -moz-calc(100% + 120px);
    height: calc(100% + 120px);
  }
  .img_and_txt_content_wrap .single_row.reverse {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .img_and_txt_content_wrap .single_row.reverse .line {
    display: none;
  }
  .img_and_txt_content_wrap .line {
    left: 2.4305555556vw;
    width: 3.0555555556vw;
    height: 69.6527777778vw;
  }
  .img_and_txt_content_wrap .text_18 {
    max-width: 30.0694444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .img_and_txt_content_block {
    padding-bottom: 21px;
  }
  .img_and_txt_content_block .single_row {
    margin-bottom: 43px;
  }
  .img_and_txt_content_block .single_row.reverse .lhs {
    width: 83%;
    padding-top: 0;
  }
  .img_and_txt_content_block .single_row.reverse .line {
    left: inherit;
    right: 20px;
  }
  .img_and_txt_content_block .lhs {
    width: 83%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .img_and_txt_content_block .rhs {
    width: 100%;
    padding: 0;
    margin-bottom: 51px;
  }
  .img_and_txt_content_block .line {
    width: 20px;
    height: -webkit-calc(100% + 40px);
    height: -moz-calc(100% + 40px);
    height: calc(100% + 40px);
    left: 20px;
    top: -20px;
  }
  .img_and_txt_content_block .bcg_img {
    min-height: 350px;
  }
  .img_and_txt_content_block .bcg_img::before {
    padding-top: 50%;
  }
  .img_and_txt_content_block .title_28 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .img_and_txt_content_block {
    padding-bottom: 24px;
  }
  .img_and_txt_content_block .single_row {
    margin-bottom: 16px;
  }
  .img_and_txt_content_block .single_row.reverse .line {
    right: 15px;
  }
  .img_and_txt_content_block .single_row.reverse .lhs {
    width: 100%;
  }
  .img_and_txt_content_block .bcg_img {
    min-height: 180px;
  }
  .img_and_txt_content_block .bcg_img::before {
    padding-top: 50%;
  }
  .img_and_txt_content_block .line {
    width: 15px;
    height: -webkit-calc(100% + 20px);
    height: -moz-calc(100% + 20px);
    height: calc(100% + 20px);
    left: 15px;
    top: -10px;
  }
  .img_and_txt_content_block .lhs {
    width: 100%;
  }
  .img_and_txt_content_block .rhs {
    margin-bottom: 27px;
  }
  .img_and_txt_content_block .title_28 {
    font-size: 18px;
    line-height: 1.1111111111;
    margin-bottom: 39px;
  }
  .img_and_txt_content_block .text_18 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5714285714;
  }
}
.faqs_section {
  margin: 10.4166666667vw 0;
}
.faqs_section .faqs_section_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faqs_section .lhs {
  width: 35%;
}
.faqs_section .rhs {
  width: 58%;
}
.faqs_section .single_row {
  position: relative;
}
.faqs_section .title_wrap {
  position: relative;
  padding: 32px 1.3888888889vw 32px 0;
  cursor: pointer;
}
.faqs_section .title_wrap .text_18 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.faqs_section .title_wrap.active .text_18 {
  color: var(--secondary-colour);
}
.faqs_section .title_wrap.active .faq_icon.open_icon {
  opacity: 0;
}
.faqs_section .title_wrap.active .faq_icon.close_icon {
  opacity: 1;
}
.faqs_section .top_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  fill: var(--secondary-colour);
}
.faqs_section .bottom_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  fill: var(--secondary-colour);
}
.faqs_section .faq_icon {
  position: absolute;
  right: 0;
  top: 38px;
  fill: #4E6989;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: visible;
}
.faqs_section .faq_icon.close_icon {
  fill: var(--secondary-colour);
  right: 4px;
  top: 42px;
  opacity: 0;
}
.faqs_section .wysiwyg {
  font-weight: 400;
  display: none;
  padding-bottom: 3px;
}
.faqs_section .wysiwyg.active {
  display: block;
}

@media screen and (min-width: 1025px) {
  .faq_item:hover {
    text-decoration: underline;
  }
}
.faq_item.active {
  -webkit-text-decoration-color: var(--secondary-colour);
     -moz-text-decoration-color: var(--secondary-colour);
          text-decoration-color: var(--secondary-colour);
}

@media screen and (min-width: 1025px) {
  .faqs_section .faq_icon {
    width: 1.25vw;
    height: 1.25vw;
    min-width: 15px;
    min-height: 15px;
  }
  .faqs_section .faq_icon.close_icon {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    min-width: 10px;
    min-height: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faqs_section .faq_icon {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
    min-width: 15px;
    min-height: 15px;
  }
  .faqs_section .faq_icon.close_icon {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    min-width: 10px;
    min-height: 10px;
    top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .faqs_section .lhs {
    width: 100%;
    margin-bottom: 43px;
  }
  .faqs_section .rhs {
    width: 100%;
  }
  .faqs_section .title_wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .faqs_section .faq_icon {
    top: 28px;
  }
  .faqs_section .wysiwyg {
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .faqs_section .lhs {
    margin-bottom: 20px;
  }
  .faqs_section .text_18 {
    font-size: 14px;
    line-height: 2;
  }
  .faqs_section .faq_icon {
    top: 30px;
    width: 14px;
    height: 14px;
  }
  .faqs_section .faq_icon.close_icon {
    top: 32px;
    right: 1px;
    widows: 10px;
    height: 10px;
  }
  .faqs_section .title_wrap {
    padding-right: 20px;
  }
  .faqs_section .wysiwyg {
    font-size: 14px;
  }
}
.cafm_section {
  margin: 10.4166666667vw 0;
}
.cafm_section .cafm_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cafm_section .lhs {
  width: 34%;
}
.cafm_section .lhs .wysiwyg {
  max-width: 85%;
  margin-bottom: 30px;
}
.cafm_section .lhs .button_simple:not(.text_white), .cafm_section .lhs .link_arrow:not(.text_white) {
  color: #4E6989;
}
.cafm_section .lhs .button_simple:not(.text_white) svg, .cafm_section .lhs .link_arrow:not(.text_white) svg {
  fill: #4E6989;
}
.cafm_section .rhs {
  width: 65%;
}
.cafm_section .title_28 {
  margin-bottom: 2.2222222222vw;
}
.cafm_section .wysiwyg {
  font-weight: 400;
}
.cafm_section .wysiwyg p {
  margin-top: 0;
}
.cafm_section .link_arrow {
  line-height: 1.1111111111;
  color: var(--secondary-colour);
}
@media screen and (min-width: 1026px) {
  .cafm_section .link_arrow {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1025px) {
  .cafm_section .link_arrow {
    font-size: 16px;
  }
}
.cafm_section .link_arrow svg {
  fill: var(--secondary-colour);
}
.cafm_section .button_simple {
  background-color: var(--secondary-colour);
}
.cafm_section .items_wrap {
  margin-left: -px_vw(40);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cafm_section .single_item {
  width: 50%;
  padding: 0 2.7777777778vw;
  margin-bottom: 4.5833333333vw;
}
.cafm_section .single_item:nth-last-child(1), .cafm_section .single_item:nth-last-child(2) {
  margin-bottom: 0;
}
.cafm_section .single_item h3.text_18 {
  color: var(--secondary-colour);
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .cafm_section .lhs {
    width: 66%;
  }
  .cafm_section .lhs .wysiwyg {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cafm_section .rhs {
    width: 100%;
    padding-top: 30px;
  }
  .cafm_section .items_wrap {
    width: 85%;
    margin-left: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cafm_section .items_wrap.slick-initialized {
    display: block;
  }
  .cafm_section .single_item {
    padding: 0 15px 0 0;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .cafm_section .title_28 {
    margin-bottom: 32px;
  }
  .cafm_section .single_item_wrap {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0.5;
  }
  .cafm_section .slick-list {
    overflow: visible;
  }
  .cafm_section .slick-active .single_item_wrap {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .cafm_section .lhs {
    width: 100%;
  }
  .cafm_section .rhs {
    padding-top: 37px;
  }
  .cafm_section .title_28 {
    font-size: 18px;
    line-height: 1.1111111111;
    margin-bottom: 21px;
  }
  .cafm_section .wysiwyg,
.cafm_section h3.text_18 {
    font-size: 14px;
    line-height: 1.5714285714;
    font-weight: 500;
  }
  .cafm_section h3.text_18 {
    margin-bottom: 6px;
  }
  .cafm_section .items_wrap {
    width: 100%;
  }
  .cafm_section .single_item {
    width: 100%;
    padding-right: 29px;
  }
}
.tile_grid_section {
  position: relative;
  z-index: 1;
  margin-top: 10.4166666667vw;
  margin-bottom: 10.4166666667vw;
}
.tile_grid_section.negative_margin {
  margin-top: 0;
}
.tile_grid_section.pre-footer {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .tile_grid_section.pre-footer {
    padding-bottom: 23px;
  }
}
.tile_grid_section .bcg_c {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  fill: var(--secondary-colour);
}
.tile_grid_section .single_item.lg_item {
  grid-area: 1/1/3/3;
}
.tile_grid_section .single_item.lg_item_video {
  grid-area: 1/1/auto/3;
}
.tile_grid_section .single_item.md_item {
  grid-row: span 2/span 2;
}
.tile_grid_section .single_item .single_item_wrap {
  width: 100%;
  height: 100%;
  padding: 0 2.7777777778vw;
  background-color: #e4f2ef;
}
.tile_grid_section.is_bcg .bcg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: var(--secondary-colour);
}
.tile_grid_section.is_bcg .grid_ver_3 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.tile_grid_section.is_bcg .container {
  position: relative;
  z-index: 1;
}
.tile_grid_section.is_bcg .lhs {
  color: #fff;
}

.grid_ver_1,
.grid_ver_2 {
  position: relative;
}
.grid_ver_1 .tile_grid_wrap,
.grid_ver_2 .tile_grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(19.7222222222vw, auto);
  grid-auto-flow: row;
  gap: 2.2222222222vw;
}
.grid_ver_1 .tile_grid_wrap.negative_margin,
.grid_ver_2 .tile_grid_wrap.negative_margin {
  margin-top: -3.4722222222vw;
}

.grid_ver_1.home {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.grid_ver_1 .single_item:nth-child(3n-1) .element_anim {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}
.grid_ver_1 .single_item:nth-child(3n) .element_anim {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

.grid_ver_3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid_ver_3 .lhs {
  width: 32%;
}
.grid_ver_3 .title_28 {
  margin-bottom: 59px;
}
.grid_ver_3 .tile_grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(19.7222222222vw, auto);
  grid-auto-flow: row;
  gap: 2.2222222222vw;
  width: 66%;
}

.grid_flex_col {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.tile_grid_banner_3_cols {
  position: relative;
  padding-top: 10.2083333333vw;
  padding-bottom: 4.3055555556vw;
}
.tile_grid_banner_3_cols.tile_grid_banner_v_1 {
  padding-top: 0;
}
.tile_grid_banner_3_cols.tile_grid_banner_v_2, .tile_grid_banner_3_cols.tile_grid_banner_v_3 {
  color: #fff;
}
.tile_grid_banner_3_cols.tile_grid_banner_v_3 .bcg_grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 105, 137, 0.3);
}
.tile_grid_banner_3_cols .container {
  position: relative;
  z-index: 1;
}
.tile_grid_banner_3_cols .title_50 {
  width: 53%;
}
.tile_grid_banner_3_cols .tiles-tab {
  font-size: 14px;
  font-family: "Poppins", Arial, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
.tile_grid_banner_3_cols .tab_1 {
  margin-right: 40px;
}
.tile_grid_banner_3_cols .tab_1.active .text,
.tile_grid_banner_3_cols .tab_2.active .text {
  color: var(--primary-colour);
}
.tile_grid_banner_3_cols .tab_1.active svg,
.tile_grid_banner_3_cols .tab_2.active svg {
  opacity: 1;
}
.tile_grid_banner_3_cols .tab_1 .text,
.tile_grid_banner_3_cols .tab_2 .text {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tile_grid_banner_3_cols .tab_1 svg,
.tile_grid_banner_3_cols .tab_2 svg {
  display: block;
  width: 40px;
  margin: auto;
  fill: var(--primary-colour);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tile_grid_banner_3_cols .wysiwyg {
  margin-top: 25px;
  max-width: 41.6666666667vw;
}
.tile_grid_banner_3_cols .wysiwyg > *:last-child {
  margin-bottom: 0;
}
.tile_grid_banner_3_cols .bcg_grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: -webkit-calc(100% + 180px);
  height: -moz-calc(100% + 180px);
  height: calc(100% + 180px);
  min-height: 41.6666666667vw;
  background-color: var(--secondary-colour);
  mask: url("../img/svg/svg_mask_grid.svg") no-repeat;
  -webkit-mask: url("../img/svg/svg_mask_grid.svg") no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.tile_grid_banner_3_cols .bcg_grid picture,
.tile_grid_banner_3_cols .bcg_grid img {
  width: 100%;
  height: 100%;
  display: block;
}
.tile_grid_banner_3_cols .bcg_grid img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .tile_grid_section.is_bcg .grid_ver_3 {
    padding-top: 67px;
    padding-bottom: 96px;
  }
  .tile_grid_section.pre-footer .bcg_c {
    bottom: -249px;
  }
  .tile_grid_section.pre-footer .grid_ver_1, .tile_grid_section.pre-footer .grid_ver_2, .tile_grid_section.pre-footer .grid_ver_3 {
    margin-bottom: 58px;
  }
  .grid_ver_1,
.grid_ver_2,
.grid_ver_3 {
    margin-bottom: 30px;
  }
  .grid_ver_1.negative_margin,
.grid_ver_2.negative_margin {
    margin-top: -50px;
  }
  .grid_ver_1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: -60px;
    padding-bottom: 0;
  }
  .grid_ver_1 .tile_grid_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    grid-template-columns: inherit;
  }
  .grid_ver_1 .tile_grid_wrap.slick-initialized {
    display: block;
  }
  .grid_ver_1 .single_item {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 340px;
    margin-right: 15px;
  }
  .grid_ver_1 .single_item .single_item_wrap {
    min-height: 240px;
  }
  .grid_ver_1 .slick-list {
    overflow: visible;
  }
  .grid_ver_2 .tile_grid_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(240px, auto);
    grid-auto-flow: row;
    gap: 15px;
  }
  .grid_ver_3 .lhs {
    width: 83%;
    padding-bottom: 28px;
  }
  .grid_ver_3 .tile_grid_wrap {
    width: 100%;
    grid-auto-rows: minmax(240px, auto);
    gap: 15px;
  }
  .grid_ver_3 .title_28 {
    margin-bottom: 22px;
  }
  .carousel {
    display: block !important;
    overflow: visible;
  }
  .carousel .tile_grid_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .carousel .slick-list {
    overflow: visible;
  }
  .carousel .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .carousel .slick-slide {
    height: inherit !important;
  }
  .carousel .single_item {
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 340px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  .carousel .gc_tiles_wrap {
    height: 100%;
  }
  .tile_grid_banner_3_cols {
    padding-top: 159px;
    padding-bottom: 63px;
  }
  .tile_grid_banner_3_cols .bcg_grid {
    height: 400px;
  }
  .tile_grid_banner_3_cols .title_50 {
    width: 52%;
  }
  .tile_grid_banner_3_cols .wysiwyg {
    width: 52%;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tile_grid_section.is_bcg .grid_ver_3 {
    padding-top: 83px;
    padding-bottom: 80px;
  }
  .tile_grid_section .single_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .tile_grid_section .single_item:last-child {
    margin-bottom: 0;
  }
  .tile_grid_section .single_item .single_item_wrap {
    min-height: 190px;
    padding: 0 15px;
  }
  .tile_grid_section .single_item.lg_item .single_item_wrap {
    min-height: 330px;
  }
  .tile_grid_section.pre-footer .bcg_c {
    bottom: -210px;
  }
  .grid_ver_2,
.grid_ver_3 {
    margin-bottom: 40px;
  }
  .grid_ver_1 .tile_grid_wrap.negative_margin,
.grid_ver_1 .tile_grid_wrap.negative_margin,
.grid_ver_2 .tile_grid_wrap.negative_margin {
    margin-top: -65px;
  }
  .grid_ver_1 {
    padding-right: 10px;
    margin-top: -67px;
  }
  .grid_ver_1 .single_item {
    margin-right: 10px;
  }
  .grid_ver_1 .single_item .single_item_wrap {
    min-height: 130px;
  }
  .grid_ver_2 .tile_grid_wrap {
    display: block;
  }
  .grid_ver_3 .lhs {
    width: 100%;
    padding-bottom: 14px;
  }
  .grid_ver_3 .tile_grid_wrap {
    display: block;
  }
  .grid_ver_3 .title_28 {
    font-size: 18px;
    line-height: 1.1111111111;
    margin-bottom: 19px;
  }
  .grid_ver_3 .wysiwyg.text_18 {
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .carousel {
    padding-right: 10px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
  }
  .carousel .tile_grid_wrap {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .carousel .single_item {
    margin-right: 10px;
    margin-bottom: 0px;
    height: auto;
  }
  .tile_grid_banner_3_cols {
    padding-top: 82px;
    padding-bottom: 18px;
  }
  .tile_grid_banner_3_cols .bcg_grid {
    height: -webkit-calc(100% + 50px);
    height: -moz-calc(100% + 50px);
    height: calc(100% + 50px);
    min-height: 225px;
  }
  .tile_grid_banner_3_cols .title_50 {
    width: 82%;
    max-width: 240px;
  }
  .tile_grid_banner_3_cols .wysiwyg {
    width: 100%;
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 18px;
  }
  body:not(.page-template-home) .grid_ver_1 {
    margin-top: 0px;
  }
  body:not(.page-template-home) .grid_ver_1 .tile_grid_wrap.negative_margin {
    margin-top: 0px;
  }
}
.sec_nav {
  position: relative;
  margin: -webkit-calc(-6.9444vw - 20px) 0 -20px;
  margin: -moz-calc(-6.9444vw - 20px) 0 -20px;
  margin: calc(-6.9444vw - 20px) 0 -20px;
}

.heading_full_width_text_full_image + .sec_nav, .banner_section + .sec_nav {
  margin-top: 60px;
}

.sec_nav_cont {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  pointer-events: none;
}
.sec_nav_cont.fixed {
  position: fixed;
  background-color: #fff;
}
.sec_nav_cont .swiper-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
}
.sec_nav_cont .sec_nav_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sec_nav_cont .sec_nav_list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}
.sec_nav_cont .sec_nav_list.slick-initialized {
  display: block;
}
.sec_nav_cont .sec_nav_list.swiper-container-initialized .sec_nav_arrows_prev,
.sec_nav_cont .sec_nav_list.swiper-container-initialized .sec_nav_arrows_next {
  display: block;
}
.sec_nav_cont .single_nav_item {
  width: auto;
  padding: 0 2.7vw;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  pointer-events: all;
}
.sec_nav_cont .anchor_link_btn {
  white-space: nowrap;
}
.sec_nav_cont .button_simple {
  pointer-events: all;
  background-color: var(--secondary-colour);
  margin: 0 2.5vw;
  white-space: nowrap;
  color: #4E6989;
}
.sec_nav_cont .button_simple.white_sc {
  color: #fff;
}
.sec_nav_cont .sec_nav_arrows_prev,
.sec_nav_cont .sec_nav_arrows_next {
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: auto;
  width: 6vw;
  display: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sec_nav_cont .sec_nav_arrows_prev.swiper-button-disabled,
.sec_nav_cont .sec_nav_arrows_next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.sec_nav_cont .sec_nav_arrows_prev::after,
.sec_nav_cont .sec_nav_arrows_next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 2px solid #4E6989;
  border-bottom: 2px solid #4E6989;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 6px;
}
@media screen and (min-width: 1025px) {
  .sec_nav_cont .sec_nav_arrows_prev:hover::after,
.sec_nav_cont .sec_nav_arrows_next:hover::after {
    border-color: var(--secondary-colour);
  }
}
.sec_nav_cont .sec_nav_arrows_prev {
  left: -2.5vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(68%, rgb(255, 255, 255)), color-stop(99%, rgba(255, 255, 255, 0.004)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgb(255, 255, 255) 68%, rgba(255, 255, 255, 0.004) 99%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgb(255, 255, 255) 68%, rgba(255, 255, 255, 0.004) 99%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgb(255, 255, 255) 68%, rgba(255, 255, 255, 0.004) 99%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 68%, rgba(255, 255, 255, 0.004) 99%, rgba(255, 255, 255, 0) 100%);
}
.sec_nav_cont .sec_nav_arrows_prev::after {
  left: 2.5vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec_nav_cont .sec_nav_arrows_next {
  right: -2.5vw;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(40%, rgb(255, 255, 255)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 40%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 40%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 40%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 40%);
}
.sec_nav_cont .sec_nav_arrows_next::after {
  right: 2.5vw;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .sec_nav_cont.alternative_color .sec_nav_arrows_prev:hover::after,
.sec_nav_cont.alternative_color .sec_nav_arrows_next:hover::after {
    border-color: var(--primary-colour);
  }
}
.sec_nav_cont.alternative_color.text_white .anchor_link_btn {
  color: #fff;
}
.sec_nav_cont.alternative_color .anchor_link_btn svg, .sec_nav_cont.alternative_color .anchor_link_btn img {
  fill: var(--primary-colour);
}
.sec_nav_cont.alternative_color .button_simple {
  background-color: var(--primary-colour);
  color: #4E6989;
}
.sec_nav_cont.alternative_color .button_simple.white_pc {
  color: #fff;
}

@media screen and (min-width: 4000px) {
  .sec_nav_cont .single_nav_item {
    padding: 0 100px;
  }
  .sec_nav_cont .button_simple {
    margin: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_nav {
    margin: 0;
  }
  .sec_nav_cont {
    position: relative;
    padding-top: 0;
    pointer-events: auto;
  }
  .sec_nav_cont .sec_nav_wrap {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .sec_nav_cont .sec_nav_list_select {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec_nav_cont .sec_nav_list {
    position: relative;
    overflow: visible;
    display: block;
  }
  .sec_nav_cont .select_label {
    color: #4E6989;
    margin-right: 6px;
    margin-bottom: 1px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.75;
  }
  .sec_nav_cont .select_button_wrap {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.75;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sec_nav_cont .select_button_wrap .select_button {
    position: relative;
    color: var(--secondary-colour);
    border-bottom: 2px solid var(--secondary-colour);
    padding: 5px 30px 5px 10px;
    min-width: 200px;
    cursor: pointer;
  }
  .sec_nav_cont .select_button_wrap .select_button .arrow {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 9px;
    height: 5px;
  }
  .sec_nav_cont .select_button_wrap .select_button .arrow::before, .sec_nav_cont .select_button_wrap .select_button .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    background-color: var(--secondary-colour);
    width: 6px;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .sec_nav_cont .select_button_wrap .select_button .arrow::before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sec_nav_cont .select_button_wrap .select_button .arrow::after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sec_nav_cont .select_button_wrap .select_button.active .arrow::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sec_nav_cont .select_button_wrap .select_button.active .arrow::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sec_nav_cont .select_list {
    position: absolute;
    top: -webkit-calc(100% + 20px);
    top: -moz-calc(100% + 20px);
    top: calc(100% + 20px);
    left: 0;
    padding-top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 2px 4px #dce1e7;
       -moz-box-shadow: 0 2px 4px #dce1e7;
            box-shadow: 0 2px 4px #dce1e7;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .sec_nav_cont .single_nav_item {
    width: 100%;
    padding: 0 10px;
  }
  .sec_nav_cont .single_nav_item:last-child .anchor_link_btn {
    border: none;
  }
  .sec_nav_cont .single_nav_item .anchor_link_btn {
    width: 100%;
    padding: 13px 9px 13px;
    border-bottom: 1px solid #dce1e7;
  }
  .sec_nav_cont .button_simple {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_nav_cont .sec_nav_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .sec_nav_cont .sec_nav_list_select {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_nav_cont .button_simple {
    width: 100%;
  }
}
.hp_header_sec {
  position: relative;
  background-color: var(--primary-colour);
}
.hp_header_sec .bcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp_header_sec video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp_header_sec .container {
  position: relative;
  z-index: 1;
  padding-left: 16.3194444444vw;
}
.hp_header_sec .hp_header_wrap {
  padding: 5vw 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hp_header_sec .hp_header_cont {
  width: 50%;
}
.hp_header_sec .title_75 {
  margin-bottom: 2.7083333333vw;
}
.hp_header_sec .header_desc {
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}
.hp_header_sec .img_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 49.8611111111vw;
  max-height: 95%;
}
.hp_header_sec .img_wrap picture,
.hp_header_sec .img_wrap img {
  height: 100%;
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .hp_header_sec .button_simple.h_80 {
    padding: 26px 50px;
  }
}

@media screen and (max-width: 1024px) {
  .hp_header_sec .container {
    padding: 0 37px;
  }
  .hp_header_sec .hp_header_wrap {
    min-height: 660px;
  }
  .hp_header_sec .hp_header_cont {
    width: 50%;
  }
  .hp_header_sec .img_wrap {
    width: 65%;
    height: 90%;
  }
  .hp_header_sec .button_simple.h_80 {
    font-size: 18px;
    padding: 14px 27px;
  }
  .hp_header_sec .title_75 {
    margin-bottom: 36px;
  }
  .hp_header_sec .header_desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hp_header_sec .container {
    padding: 0 15px;
  }
  .hp_header_sec .hp_header_wrap {
    min-height: inherit;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding: 0;
  }
  .hp_header_sec .hp_header_cont {
    width: 100%;
    min-height: 500px;
    padding: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .hp_header_sec .title_75 {
    width: 75%;
    margin-bottom: 0;
    margin-top: auto;
    padding: 152px 0;
  }
  .hp_header_sec .header_desc {
    font-size: 10px;
  }
  .hp_header_sec .btn_wrap {
    margin-top: auto;
  }
  .hp_header_sec .button_simple.h_80 {
    width: 100%;
    font-size: 14px;
    padding: 17px 27px 16px;
  }
  .hp_header_sec .button_simple.h_80 svg:not(.circle):not(.chevron),
.hp_header_sec .button_simple.h_80 img {
    width: 14px;
  }
  .hp_header_sec .img_wrap {
    width: 100%;
  }
}
/*================================================
=            Feature carousel section            =
================================================*/
.feature_content_carousel {
  opacity: 1;
  margin-top: 10.4166666667vw;
}
.feature_content_carousel.start_anim .link_arrow.slick-arrow .circle {
  fill: #fff;
}
.feature_content_carousel.start_anim .text_18,
.feature_content_carousel.start_anim .title_50,
.feature_content_carousel.start_anim .link_wrap,
.feature_content_carousel.start_anim .image_wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.feature_content_carousel.start_anim .separator_line {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.feature_content_carousel .single_slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature_content_carousel .single_slide.reverse_side .image_wrap {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
.feature_content_carousel .single_slide.reverse_side .separator_line {
  -webkit-transform: scaleX(-1) translateX(10%);
  -moz-transform: scaleX(-1) translateX(10%);
  -ms-transform: scaleX(-1) translateX(10%);
  -o-transform: scaleX(-1) translateX(10%);
  transform: scaleX(-1) translateX(10%);
}
.feature_content_carousel .image_wrap {
  width: 50%;
  height: 100vh;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.feature_content_carousel .image_wrap picture,
.feature_content_carousel .image_wrap img {
  width: 100%;
  height: 100%;
}
.feature_content_carousel .image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.feature_content_carousel .image_wrap .image_label {
  color: #fff;
  position: absolute;
  bottom: 0.6944444444vw;
  left: 0.6944444444vw;
  font-weight: 400;
}
.feature_content_carousel .text_content {
  padding: 3.093% 2.811% 2.671% 4.006%;
  width: 50%;
  background-color: var(--primary-colour);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  overflow: hidden;
}
.feature_content_carousel .text_content.white {
  color: #fff;
}
.feature_content_carousel .text_18,
.feature_content_carousel .link_wrap {
  -webkit-transition: 0.3s ease-in-out 0.6s;
  -moz-transition: 0.3s ease-in-out 0.6s;
  -o-transition: 0.3s ease-in-out 0.6s;
  transition: 0.3s ease-in-out 0.6s;
}
.feature_content_carousel .title_50 {
  width: 82%;
  margin-top: auto;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  -o-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.feature_content_carousel .text_18 {
  width: 82%;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  font-weight: 400;
}
.feature_content_carousel .link_wrap {
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.feature_content_carousel .slick-dots button {
  background-color: #fff;
}
.feature_content_carousel .separator_line {
  fill: var(--secondary-colour);
  width: 107%;
  margin: 2.9166666667vw 0 2.7777777778vw;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.4s;
  -moz-transition: 0.3s ease-in-out 0.4s;
  -o-transition: 0.3s ease-in-out 0.4s;
  transition: 0.3s ease-in-out 0.4s;
  -webkit-transform: translateX(50vw);
  -moz-transform: translateX(50vw);
  -ms-transform: translateX(50vw);
  -o-transform: translateX(50vw);
  transform: translateX(50vw);
}
.feature_content_carousel .slick-arrow {
  top: 50%;
  position: absolute;
  z-index: 1;
}
.feature_content_carousel .slick-arrow.slick-disabled {
  opacity: 0;
}
.feature_content_carousel .slick-arrow.slick-prev {
  left: 40px;
}
.feature_content_carousel .slick-arrow.slick-prev .chevron-wrap {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.feature_content_carousel .slick-arrow.slick-next {
  right: 40px;
}
.feature_content_carousel .link_arrow.slick-arrow .circle {
  -webkit-transition: all 0.3s ease-in-out 1.6s;
  -moz-transition: all 0.3s ease-in-out 1.6s;
  -o-transition: all 0.3s ease-in-out 1.6s;
  transition: all 0.3s ease-in-out 1.6s;
}
.feature_content_carousel .link_arrow.slick-arrow .circle .outer {
  -webkit-transition: stroke 0.3s, stroke-dashoffset 1s 0.8s;
  -moz-transition: stroke 0.3s, stroke-dashoffset 1s 0.8s;
  -o-transition: stroke 0.3s, stroke-dashoffset 1s 0.8s;
  transition: stroke 0.3s, stroke-dashoffset 1s 0.8s;
}
@media screen and (min-width: 1025px) {
  .feature_content_carousel .link_arrow.slick-arrow .circle {
    width: 1.53vw;
    height: 1.53vw;
  }
}
.feature_content_carousel .link_arrow.slick-arrow .circle .outer {
  stroke: #fff;
}
.feature_content_carousel .link_arrow.slick-arrow .chevron {
  stroke: var(--secondary-colour);
  -webkit-transition: stroke 0.3s, stroke-dashoffset 1s 1.6s;
  -moz-transition: stroke 0.3s, stroke-dashoffset 1s 1.6s;
  -o-transition: stroke 0.3s, stroke-dashoffset 1s 1.6s;
  transition: stroke 0.3s, stroke-dashoffset 1s 1.6s;
}
.feature_content_carousel .slick-dots {
  padding-right: 2.811%;
}
@media screen and (max-width: 1024px) {
  .feature_content_carousel .single_slide {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: unset;
  }
  .feature_content_carousel .single_slide.reverse_side .image_wrap {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .feature_content_carousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature_content_carousel .image_wrap {
    width: 100%;
    height: 350px !important;
  }
  .feature_content_carousel .image_wrap .image_label {
    bottom: 10px;
    left: 10px;
  }
  .feature_content_carousel .text_content {
    width: 100%;
    height: -webkit-calc(100% - 350px);
    height: -moz-calc(100% - 350px);
    height: calc(100% - 350px);
  }
  .feature_content_carousel .separator_line {
    display: none;
  }
  .feature_content_carousel .title_50 {
    margin-top: 30px;
    width: 75%;
  }
  .feature_content_carousel .text_content {
    padding: 34px 37px 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: visible;
  }
  .feature_content_carousel .text_18 {
    margin-top: 21px;
    width: 75%;
  }
  .feature_content_carousel .link_wrap {
    margin-top: 43px;
    width: 75%;
  }
  .feature_content_carousel .slick-current .moveme {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .feature_content_carousel .moveme {
    -webkit-transform: translateX(-24%);
    -moz-transform: translateX(-24%);
    -ms-transform: translateX(-24%);
    -o-transform: translateX(-24%);
    transform: translateX(-24%);
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .feature_content_carousel .slick-arrow {
    top: 362px;
  }
  .feature_content_carousel .slick-arrow.slick-next {
    right: 3px;
  }
  .feature_content_carousel .slick-arrow.slick-prev {
    left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .feature_content_carousel .single_slide {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature_content_carousel .image_wrap {
    height: 200px !important;
  }
  .feature_content_carousel .text_content {
    padding: 39px 15px 29px;
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
  }
  .feature_content_carousel .slick-arrow {
    top: 218px;
  }
  .feature_content_carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .feature_content_carousel .slick-arrow.slick-prev {
    left: 16px;
  }
  .feature_content_carousel .category {
    display: none;
  }
  .feature_content_carousel .title_50 {
    margin-top: 0;
    width: 84%;
  }
  .feature_content_carousel .text_18 {
    margin-top: 22px;
    width: 84%;
    font-size: 14px;
    line-height: 22px;
  }
  .feature_content_carousel .link_wrap {
    margin-top: 34px;
    width: 84%;
  }
  .feature_content_carousel .moveme {
    -webkit-transform: translateX(-19%);
    -moz-transform: translateX(-19%);
    -ms-transform: translateX(-19%);
    -o-transform: translateX(-19%);
    transform: translateX(-19%);
  }
  .feature_content_carousel .link_arrow {
    font-size: 12px;
  }
}

/*=====  End of Feature carousel section  ======*/
/*=====================================
=            Facts section            =
=====================================*/
.facts_section {
  padding: 10.4166666667vw 0 9.7222222222vw;
  position: relative;
}
.facts_section .start_anim .fact {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.facts_section .start_anim .link_wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.facts_section .bg_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.facts_section svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  fill: var(--secondary-colour);
}
.facts_section .content {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 9.5833333333vw);
  width: -moz-calc(100% + 9.5833333333vw);
  width: calc(100% + 9.5833333333vw);
  margin: 0 -4.7916666667vw;
}
@media screen and (min-width: 1025px) {
  .facts_section .content {
    padding-right: 5.5555555556vw;
  }
}
.facts_section .fact {
  width: -webkit-calc(100%/3 - 9.5833333333vw);
  width: -moz-calc(100%/3 - 9.5833333333vw);
  width: calc(100%/3 - 9.5833333333vw);
  margin: 0 4.7916666667vw;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.facts_section .fact:nth-child(3n-2) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.facts_section .fact:nth-child(3n-1) {
  -webkit-transition: 0.3s 0.1s;
  -moz-transition: 0.3s 0.1s;
  -o-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
}
.facts_section .fact:nth-child(3n) {
  -webkit-transition: 0.3s 0.2s;
  -moz-transition: 0.3s 0.2s;
  -o-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.facts_section .title_50 {
  margin-bottom: 27px;
}
.facts_section .text_18 {
  font-weight: 400;
}
.facts_section .button_simple {
  background-color: var(--primary-colour);
}
.facts_section .link_wrap {
  opacity: 0;
  -webkit-transition: 0.3s 0.3s;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  margin: 42px 4.7916666667vw 0;
}
.facts_section .link_arrow {
  font-size: 1.1111111111vw;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .facts_section .slick-current + .slick-slide + .slick-slide {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .facts_section {
    padding: 114px 0 90px;
  }
  .facts_section .content {
    width: -webkit-calc(33.3333333333% + 68px);
    width: -moz-calc(33.3333333333% + 68px);
    width: calc(33.3333333333% + 68px);
    margin: -37px;
    display: block;
  }
  .facts_section .title_50 {
    height: 66px;
    overflow: hidden;
  }
  .facts_section .slick-list {
    overflow: visible;
  }
  .facts_section .fact {
    margin: 0 37px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .facts_section .link_wrap {
    margin: 40px 37px 0;
  }
  .facts_section .btn_wrap {
    width: 298px;
  }
  .facts_section .button_simple {
    opacity: 0;
    padding: 11px 28px;
  }
  .facts_section .slick-current .button_simple {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .facts_section {
    padding: 46px 0 40px;
  }
  .facts_section .content {
    width: 100%;
    margin: -15px;
    display: block;
  }
  .facts_section .title_50 {
    height: auto;
    overflow: visible;
    margin-bottom: 17px;
  }
  .facts_section .text_18 {
    font-size: 14px;
    line-height: 22px;
  }
  .facts_section .slick-list {
    overflow: visible;
  }
  .facts_section .fact {
    margin: 0 15px;
  }
  .facts_section .btn_wrap {
    width: 100%;
  }
  .facts_section .link_wrap {
    margin: 14px 15px 0;
  }
  .facts_section .slick-current + .slick-slide {
    opacity: 0.5;
  }
  .facts_section .button_simple {
    padding: 8px 23px;
  }
}

/*=====  End of Facts section  ======*/
/*=================================
=            Mini cart            =
=================================*/
.mini-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.mini-cart-overlay.active {
  pointer-events: auto;
  opacity: 1;
}

.mini-cart {
  width: 490px;
  padding: 20px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -490px;
  z-index: 11;
  opacity: 0.95;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mini-cart.active {
  right: 0;
}
.mini-cart::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.mini-cart.loading::after {
  opacity: 0.5;
  pointer-events: all;
}
.mini-cart.loading .loader {
  opacity: 1;
}
.mini-cart .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.mini-cart .loader path {
  fill: #4e6989;
}
.mini-cart::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-colour-rgb), 0.2);
  pointer-events: none;
}
.mini-cart .scroll-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: -webkit-calc(100% - 89px);
  height: -moz-calc(100% - 89px);
  height: calc(100% - 89px);
}
@media screen and (max-width: 767px) {
  .mini-cart {
    padding: 15px;
    width: 100%;
    right: -100vw;
    opacity: 1;
  }
  .mini-cart .close_cart_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 5px;
  }
  .mini-cart .close_cart_content .arrow {
    width: 14px;
    height: 14px;
    position: relative;
  }
  .mini-cart .close_cart_content .arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #4e6989;
    border-left: 2px solid #4e6989;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mini-cart .close_cart_content .text {
    font-size: 14px;
    font-weight: 500;
  }
  .mini-cart .scroll-content {
    height: -webkit-calc(100% - 105px);
    height: -moz-calc(100% - 105px);
    height: calc(100% - 105px);
  }
}

.general-cart_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.general-cart_list .general-cart-item.subscription img {
  -o-object-fit: cover;
     object-fit: cover;
}
.general-cart_list .general-cart-item.subscription .product-info {
  padding: 25px 16px 25px 0;
}
.general-cart_list .mini_cart_item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.general-cart_list .mini_cart_item:last-child {
  margin-bottom: 0 !important;
}
.general-cart_list .mini_cart_item.bundle_sell .desc {
  padding: 15px 0;
  font-size: 12px;
}
.general-cart_list .add_sell_prod {
  cursor: pointer;
  font-size: 14px;
}
.general-cart_list .img-wrap {
  width: 30%;
  margin-right: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.general-cart_list .text_20 {
  font-size: 20px;
}
.general-cart_list img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
}
.general-cart_list .quantity_text {
  font-size: 16px;
}
.general-cart_list .product-info {
  width: 70%;
  padding: 25px 16px 7px 0;
}
.general-cart_list .short_desc {
  font-size: 16px;
}
.general-cart_list .price {
  font-size: 16px;
  text-align: right;
  display: block;
  width: 100%;
}
.general-cart_list .price.price_subscription {
  padding-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.general-cart_list .price .price_info {
  font-size: 10px;
}
.general-cart_list .price .woocommerce-Price-amount {
  font-size: 16px;
}
.general-cart_list .sale_price {
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 15px;
}
.general-cart_list .cart_item_qty {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  border-width: 2px;
  width: 26px;
  font-size: 16px;
  text-align: right;
  padding-right: 7px;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.general-cart_list input::-webkit-outer-spin-button,
.general-cart_list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.general-cart_list input[type=number] {
  -moz-appearance: textfield;
}
.general-cart_list .text_white {
  color: #fff;
}
.general-cart_list .text_white .remove_from_cart_button {
  background-image: url("../img/svg/trash_white.svg") !important;
}
.general-cart_list .remove_from_cart_button {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 18px !important;
  height: 18px !important;
  font-size: 0 !important;
  background-image: url("../img/svg/trash_blue.svg") !important;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .general-cart_list .remove_from_cart_button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .general-cart_list .product-info {
    padding: 25px 30px 7px 0;
  }
  .general-cart_list .price {
    padding-top: 15px;
  }
}

.general_cart_btn_wrap {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
}
.general_cart_btn_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-colour-rgb), 0.2);
  pointer-events: none;
}
.general_cart_btn_wrap .button_simple {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .general_cart_btn_wrap .general_cart_btn_wrap.shadow {
    -webkit-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.2);
  }
}

.woocommerce-mini-cart__total {
  margin-top: 30px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border-top: 2px solid #4e6989;
  text-align: right;
  padding-top: 29px;
}

.total_price,
.woocommerce-Price-amount {
  font-size: 24px;
  line-height: 1;
  margin-left: 6px;
}

.mini-cart-trigger {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  z-index: 10;
  pointer-events: none;
  position: fixed;
  bottom: 1.3888888889vw;
  width: 100%;
  height: 2.7777777778vw;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mini-cart-trigger.disabled {
  opacity: 0;
}
.mini-cart-trigger.disabled .mini-cart-icon {
  pointer-events: none;
}
.mini-cart-trigger .mini-cart-icon {
  top: 0;
  background-color: #FACD6C;
  position: absolute;
  pointer-events: all;
  width: 2.7777777778vw;
  height: 100%;
  right: 1.3888888889vw;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 2px rgba(115, 115, 115, 0.4));
          filter: drop-shadow(0 0 2px rgba(115, 115, 115, 0.4));
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .mini-cart-trigger .mini-cart-icon:hover {
    background-color: #4e6989;
  }
  .mini-cart-trigger .mini-cart-icon:hover svg path {
    fill: #fff;
  }
}
.mini-cart-trigger svg {
  width: 50%;
  height: 50%;
  fill: #4e6989;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mini-cart-trigger svg path {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mini-cart-trigger .message {
  padding: 8px;
  width: -webkit-calc(100% - 17px);
  width: -moz-calc(100% - 17px);
  width: calc(100% - 17px);
  text-align: center;
  -webkit-border-radius: 30px 0 0 30px;
     -moz-border-radius: 30px 0 0 30px;
          border-radius: 30px 0 0 30px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #FACD6C;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-filter: drop-shadow(0 0 2px rgba(115, 115, 115, 0.4));
          filter: drop-shadow(0 0 2px rgba(115, 115, 115, 0.4));
}
@media screen and (max-width: 1024px) {
  .mini-cart-trigger {
    bottom: 20px;
    height: 40px;
  }
  .mini-cart-trigger .mini-cart-icon {
    width: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mini-cart-trigger {
    padding: 0 20px;
  }
  .mini-cart-trigger.added .message {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*=====  End of Mini cart  ======*/
/*==========================================
=            Product Modal Info            =
==========================================*/
.product-modal-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-modal-info .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 105, 137, 0.7);
}
.product-modal-info .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  fill: #fff;
}
.product-modal-info.active {
  pointer-events: all;
  opacity: 1;
}
.product-modal-info .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #4e6989;
}
.product-modal-info .cross::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #4e6989;
  margin: auto;
}
.product-modal-info .cross::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #4e6989;
  margin: auto;
}
.product-modal-info .product-modal-info-content-wrap {
  margin: auto;
}
.product-modal-info .product-modal-info-content {
  position: relative;
  background-color: #fff;
  width: 900px;
  margin: auto;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px rgba(78, 105, 137, 0.3);
     -moz-box-shadow: 0 10px 30px rgba(78, 105, 137, 0.3);
          box-shadow: 0 10px 30px rgba(78, 105, 137, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-modal-info .product-modal-info-content.active {
  opacity: 1;
}
.product-modal-info .product-modal-info-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.product-modal-info .text_white {
  color: #fff;
}
.product-modal-info .text_white .cross {
  border-color: #fff;
}
.product-modal-info .text_white .cross::before, .product-modal-info .text_white .cross::after {
  background-color: #fff;
}
.product-modal-info .heading {
  padding: 0 120px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-modal-info picture {
  overflow: hidden;
  position: relative;
  width: 26%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .product-modal-info picture {
    padding-left: 28px;
  }
}
.product-modal-info .product_image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  display: block;
  max-width: 100%;
}
.product-modal-info .text-wrap {
  padding: 25px 0 24px 40px;
}
@media screen and (min-width: 1025px) {
  .product-modal-info .title_30 {
    font-size: 28px;
    line-height: 32px;
  }
}
.product-modal-info .body {
  padding: 34px 39px 29px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.product-modal-info .short_desc {
  width: 34.8611111111vw;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .product-modal-info .short_desc {
    line-height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .product-modal-info .text_14 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .product-modal-info .link_arrow {
    font-size: 22px;
  }
}
.product-modal-info .buttons_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-modal-info .link_wrap:first-child {
  margin-right: 60px;
}
.product-modal-info .columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  max-height: 24vw;
  overflow-y: auto;
}
.product-modal-info .column {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}
.product-modal-info .price_message {
  margin: 32px 0 34px;
}
@media screen and (min-width: 768px) {
  .product-modal-info .heading {
    min-height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal-info .product-modal-info-content {
    width: 90vw;
  }
  .product-modal-info .short_desc {
    width: 40vw;
  }
  .product-modal-info .columns {
    max-height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .product-modal-info {
    display: block;
  }
  .product-modal-info .cross {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #4e6989;
  }
  .product-modal-info .cross::before {
    width: 2px;
    height: 8px;
  }
  .product-modal-info .cross::after {
    width: 2px;
    height: 8px;
  }
  .product-modal-info .product-modal-info-content-wrap {
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-modal-info .product-modal-info-content {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .product-modal-info .heading {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 14px 15px 5px;
  }
  .product-modal-info .product_image {
    position: relative;
  }
  .product-modal-info .short_desc {
    width: 100%;
  }
  .product-modal-info .columns {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 100%;
  }
  .product-modal-info .column {
    width: 100%;
  }
  .product-modal-info .body {
    padding: 34px 15px 31px;
    font-size: 14px;
    line-height: 22px;
  }
  .product-modal-info .text-wrap {
    padding: 3px 0 0 0;
  }
  .product-modal-info .short_desc {
    font-size: 14px;
  }
  .product-modal-info .buttons_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-modal-info .link_wrap {
    width: 100%;
  }
  .product-modal-info .link_wrap:first-child {
    margin-right: 0;
  }
  .product-modal-info .price_message {
    margin: 25px 0;
  }
  .product-modal-info .link_wrap {
    margin-bottom: 25px;
  }
  .product-modal-info .link_wrap:last-child {
    margin-bottom: 0;
  }
}

/*=====  End of Product Modal Info  ======*/
/*========================================
=            Product Lightbox            =
========================================*/
.product-modal-info .lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-modal-info .lightbox.active {
  pointer-events: all;
  opacity: 1;
}
.product-modal-info .lightbox .lightbox-carousel-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
  width: 100%;
}
.product-modal-info .lightbox .lightbox-carousel-content {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.product-modal-info .lightbox .lightbox-carousel-content.active {
  opacity: 1;
}
.product-modal-info .lightbox .start_anim .chevron-wrap {
  background-color: #fff;
}
.product-modal-info .lightbox .close_wrap .circle .outer {
  stroke: #fff;
}
.product-modal-info .lightbox .close_wrap .line {
  background-color: #fff;
}
.product-modal-info .lightbox .link_arrow.slick-arrow {
  top: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.product-modal-info .lightbox .link_arrow.slick-arrow.slick-prev {
  left: 50%;
}
.product-modal-info .lightbox .link_arrow.slick-arrow.slick-prev .chevron-wrap {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.product-modal-info .lightbox .link_arrow.slick-arrow.slick-next {
  left: 50%;
}
.product-modal-info .lightbox .link_arrow.slick-arrow .chevron {
  stroke: #4e6989;
}
.product-modal-info .lightbox .link_arrow.slick-arrow .circle .outer {
  stroke: #fff;
}
.product-modal-info .lightbox .chevron-wrap {
  -webkit-transition: background-color 0.5s 1s;
  -moz-transition: background-color 0.5s 1s;
  -o-transition: background-color 0.5s 1s;
  transition: background-color 0.5s 1s;
  background-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.product-modal-info .lightbox .img-wrap {
  margin: 0 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-modal-info .lightbox .img-wrap.slick-current .img-wrap-inner::after {
  background-color: transparent;
}
.product-modal-info .lightbox .img-wrap-inner {
  position: relative;
  margin: auto;
}
.product-modal-info .lightbox .img-wrap-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 105, 137, 0.5);
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-modal-info .lightbox picture {
  margin: auto;
  width: 100%;
}
.product-modal-info .lightbox img {
  max-width: 60vw;
  max-height: 65vh;
}
.product-modal-info .lightbox .slick-list {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.product-modal-info .lightbox .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.product-modal-info .lightbox .slick-slide {
  height: inherit !important;
}
.product-modal-info .lightbox .close-lightbox {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  cursor: pointer;
}
.product-modal-info .lightbox .counter-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
.product-modal-info .lightbox .counter-slide .current-slide {
  color: #fff;
}
.product-modal-info .lightbox .divider {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .product-modal-info .lightbox .close-lightbox {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    cursor: pointer;
  }
}

/*=====  End of Product Lightbox  ======*/
/*==============================
=            Filter            =
==============================*/
.pd_package_filter_wrap:nth-child(3) {
  display: none;
}

.filter_section, .pd_filter_section {
  margin: 10.4166666667vw 0;
}
.filter_section .title_50, .pd_filter_section .title_50 {
  width: 41.6666666667vw;
  padding-bottom: 3.6111111111vw;
}
.filter_section .title_28, .pd_filter_section .title_28 {
  padding-bottom: 1.1111111111vw;
}
.filter_section .filters, .pd_filter_section .filters {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.6111111111vw;
}
.filter_section .filters .divider, .pd_filter_section .filters .divider {
  background-color: var(--secondary-colour);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.filter_section .filters .divider.move_to_next, .pd_filter_section .filters .divider.move_to_next {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.filter_section .filter, .pd_filter_section .filter {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(var(--secondary-colour-rgb), 0.2);
  cursor: pointer;
  width: 29.3055555556vw;
  min-height: 34.7222222222vw;
  padding: 9.0277777778vw 2.7777777778vw 2.7777777778vw 4.1666666667vw;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.filter_section .filter .not-active-text, .pd_filter_section .filter .not-active-text {
  display: inline;
}
.filter_section .filter .active-text, .pd_filter_section .filter .active-text {
  display: none;
}
.filter_section .filter.active.text_white, .pd_filter_section .filter.active.text_white {
  color: #fff;
}
.filter_section .filter.active.text_white .circle_outline, .pd_filter_section .filter.active.text_white .circle_outline {
  stroke-dashoffset: 0;
  stroke: #fff;
}
.filter_section .filter.active.text_white .circle_filled, .pd_filter_section .filter.active.text_white .circle_filled {
  fill: #fff;
}
@media screen and (min-width: 1025px) {
  .filter_section .filter.active.text_white:hover .text, .pd_filter_section .filter.active.text_white:hover .text {
    -webkit-text-decoration-color: #fff;
       -moz-text-decoration-color: #fff;
            text-decoration-color: #fff;
  }
}
.filter_section .filter.active .circle_filled, .pd_filter_section .filter.active .circle_filled {
  opacity: 1;
}
.filter_section .filter.active .not-active-text, .pd_filter_section .filter.active .not-active-text {
  display: none;
}
.filter_section .filter.active .active-text, .pd_filter_section .filter.active .active-text {
  display: inline;
}
@media screen and (min-width: 1025px) {
  .filter_section .filter:hover .text, .pd_filter_section .filter:hover .text {
    -webkit-text-decoration-color: #4E6989;
       -moz-text-decoration-color: #4E6989;
            text-decoration-color: #4E6989;
  }
}
.filter_section .filter-content, .pd_filter_section .filter-content {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
}
.filter_section .bottom_text, .pd_filter_section .bottom_text {
  margin-top: auto;
}
.filter_section .bottom_text .text, .pd_filter_section .bottom_text .text {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s ease-in-out;
  -moz-transition: text-decoration-color 0.3s ease-in-out;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  -o-transition: text-decoration-color 0.3s ease-in-out;
  -moz-transition: text-decoration-color 0.3s ease-in-out, -moz-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out, -moz-text-decoration-color 0.3s ease-in-out;
}
.filter_section .descriptor, .pd_filter_section .descriptor {
  margin-top: 0.6944444444vw;
}
.filter_section .radio_button, .pd_filter_section .radio_button {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 1.25vw;
}
.filter_section .circle_icon, .pd_filter_section .circle_icon {
  min-width: 18px;
  min-height: 18px;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.6944444444vw;
}
.filter_section .circle_outline, .pd_filter_section .circle_outline {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transition: 0.3s 0.3s;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  stroke: #4e6989;
}
.filter_section .circle_filled, .pd_filter_section .circle_filled {
  -webkit-transition: 0.3s 0.3s;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  opacity: 0;
  fill: #4e6989;
}
.filter_section .start_anim .circle_outline, .pd_filter_section .start_anim .circle_outline {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter_section .start_anim .circle_outline, .pd_filter_section .start_anim .circle_outline {
  stroke-dashoffset: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .filter_section .filter_section_slider, .pd_filter_section .filter_section_slider {
    margin: 0;
  }
  .filter_section .filter, .pd_filter_section .filter {
    -webkit-flex-shrink: unset;
    -moz-flex-shrink: unset;
    flex-shrink: unset;
    -ms-flex-negative: unset;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .filter_section, .pd_filter_section {
    padding: 67px 0 40px;
  }
  .filter_section .title_50, .pd_filter_section .title_50 {
    width: 600px;
    padding-bottom: 52px;
  }
  .filter_section .title_28, .pd_filter_section .title_28 {
    padding-bottom: 16px;
  }
  .filter_section .filters, .pd_filter_section .filters {
    width: 100%;
  }
  .filter_section .filters .filter, .pd_filter_section .filters .filter {
    cursor: pointer;
    width: 347px;
    min-height: 400px;
    padding: 62px 30px 43px;
  }
  .filter_section .filters .divider, .pd_filter_section .filters .divider {
    width: 347px;
  }
  .filter_section .filters .descriptor, .pd_filter_section .filters .descriptor {
    margin-top: 10px;
  }
  .filter_section .filters .radio_button, .pd_filter_section .filters .radio_button {
    margin-top: 18px;
  }
  .filter_section .filters .circle_icon, .pd_filter_section .filters .circle_icon {
    min-width: 18px;
    min-height: 18px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .filter_section, .pd_filter_section {
    padding: 83px 0 40px;
  }
  .filter_section .title_50, .pd_filter_section .title_50 {
    width: 100%;
    padding-bottom: 22px;
  }
  .filter_section .title_28, .pd_filter_section .title_28 {
    padding-bottom: 12px;
  }
  .filter_section .text_18, .pd_filter_section .text_18 {
    font-size: 14px;
    line-height: 18px;
  }
  .filter_section .filters .filter_section_slider, .pd_filter_section .filters .filter_section_slider {
    width: 100%;
    overflow: visible;
    margin: 0;
  }
  .filter_section .filters .divider, .pd_filter_section .filters .divider {
    width: 70%;
    display: none;
  }
  .filter_section .filters .filter, .pd_filter_section .filters .filter {
    cursor: pointer;
    width: -webkit-calc(70vw - 30px);
    width: -moz-calc(70vw - 30px);
    width: calc(70vw - 30px);
    min-height: 245px;
    height: auto;
    padding: 25px 15px 12px;
  }
  .filter_section .filters .filter.active, .pd_filter_section .filters .filter.active {
    background-color: var(--secondary-colour);
  }
  .filter_section .filters .radio_button, .pd_filter_section .filters .radio_button {
    display: none;
  }
}

/*=====  End of Filter  ======*/
/*====================================
=            Face to face            =
====================================*/
.ftf_wrap {
  padding-top: 6.4583333333vw;
}

.ftf_filters {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 10px;
}
.ftf_filters .search_wrap input {
  min-width: 0;
  width: 19.4444444444vw;
}

.ftf_state {
  margin-left: 50px;
}
.ftf_state .selectboxit-option-icon-container {
  display: none;
}
.ftf_state .selectboxit-arrow-container {
  width: 50px;
  height: 15px;
  display: inline-block;
}
.ftf_state .selectboxit-arrow-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #4E6989;
  border-right: 2px solid #4E6989;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ftf_state .selectboxit-btn.selectboxit-open .selectboxit-arrow-container::after {
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-color: var(--secondary-colour);
}
.ftf_state .selectboxit-options .selectboxit-option-first {
  display: block;
}
@media screen and (max-width: 767px) {
  .ftf_state {
    margin-left: 0;
  }
  .ftf_state .selectboxit-text {
    padding-left: 15px;
  }
  .ftf_state .selectboxit-arrow-container {
    width: 20px;
    height: 10px;
  }
  .ftf_state .selectboxit-arrow-container::after {
    right: auto;
    left: -5px;
    width: 8px;
    height: 8px;
  }
}

.ftf_map {
  background-color: grey;
  height: 41.6666666667vw;
}
.ftf_map .gm-style .gm-style-iw-c {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 0;
  max-width: 100% !important;
}
.ftf_map .gm-style .gm-style-iw-t::after {
  display: none;
}

.ftf_single_infobox {
  background-color: rgba(var(--secondary-colour-rgb), 0.2);
  width: 16.6666666667vw;
}
.ftf_single_infobox .top {
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ftf_single_infobox .top::before {
  content: "";
  display: block;
  padding-top: 38%;
}
.ftf_single_infobox .cont {
  padding: 0.6944444444vw;
}
.ftf_single_infobox .title {
  font-weight: 500;
  padding-bottom: 0.2777777778vw;
}
@media screen and (min-width: 1301px) {
  .ftf_single_infobox .title {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 1300px) {
  .ftf_single_infobox .title {
    font-size: 12px;
  }
}
.ftf_single_infobox .text_12 {
  padding-bottom: 0.625vw;
}
.ftf_single_infobox .svg_text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ftf_single_infobox .svg_text svg {
  fill: #4E6989;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.ftf_single_infobox .svg_text span {
  vertical-align: middle;
  padding-left: 4px;
}

.ftf_list {
  margin: 0 -1.1111111111vw;
}
.ftf_list .list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ftf_list.text_white .ftf_single .cat_wrap span {
  color: #fff;
}
.ftf_list.text_white .ftf_single.selected .wrap_all {
  color: #fff;
}
.ftf_list.text_white .ftf_single.selected .wrap_all .svg_text svg {
  fill: #fff;
}

.ftf_single {
  width: 33.33%;
  padding: 1.3888888889vw 1.1111111111vw;
}
.ftf_single.spots_available_0 {
  pointer-events: none;
  opacity: 0.5;
}
.ftf_single.state_hide {
  display: none;
}
.ftf_single .top {
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ftf_single .top::before {
  content: "";
  display: block;
  padding-top: 38%;
}
.ftf_single .top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 105, 137, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.ftf_single .cat_wrap {
  position: absolute;
  left: 0.3472222222vw;
  top: 0.3472222222vw;
  z-index: 5;
}
.ftf_single .cat_wrap span {
  padding: 2px 4px;
  background: var(--secondary-colour);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #4E6989;
  margin-right: 5px;
}
.ftf_single .selected {
  position: absolute;
  left: 0.3472222222vw;
  bottom: 0.3472222222vw;
  background: #4E6989;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  color: #fff;
  height: 1.9444444444vw;
  line-height: 1;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.ftf_single .selected span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  padding: 0 10px 0 28px;
}
.ftf_single .selected span::before {
  content: "";
  width: 18px;
  height: 18px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #fff;
  position: absolute;
  left: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.ftf_single .selected span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background: #fff;
  left: 9px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.ftf_single .selected .t2, .ftf_single .selected .t3 {
  display: none;
}
.ftf_single .cont {
  padding: 0.8333333333vw 1.3888888889vw;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.ftf_single .stitle {
  margin-top: -2px;
}
.ftf_single .date {
  padding-top: 1.25vw;
}
.ftf_single .svg_text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ftf_single .svg_text svg {
  fill: #4E6989;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.ftf_single .svg_text span {
  vertical-align: middle;
  padding-left: 4px;
}
.ftf_single .sold_out, .ftf_single .qty1 {
  display: none;
}
.ftf_single .positions {
  display: none;
}
.ftf_single .positions svg {
  margin-top: 1px;
}
.ftf_single .positions.positions_0, .ftf_single .positions.positions_1, .ftf_single .positions.positions_2, .ftf_single .positions.positions_3, .ftf_single .positions.positions_4, .ftf_single .positions.positions_5, .ftf_single .positions.positions_6, .ftf_single .positions.positions_7, .ftf_single .positions.positions_8, .ftf_single .positions.positions_9 {
  display: block;
}
.ftf_single .positions.positions_0 .qty {
  display: none;
}
.ftf_single .positions.positions_0 .sold_out {
  display: inline;
}
.ftf_single .positions.positions_1 .qty {
  display: none;
}
.ftf_single .positions.positions_1 .qty1 {
  display: inline;
}
.ftf_single .bot {
  padding-top: 0.6944444444vw;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ftf_single .bot > * {
  width: 50%;
}
.ftf_single.selected .wrap_all {
  background-color: var(--secondary-colour);
}
.ftf_single.selected .wrap_all .selected {
  opacity: 1;
}
.ftf_single.selected .wrap_all .selected span::after {
  opacity: 1;
}
.ftf_single.selected .wrap_all .selected .t2 {
  display: inline-block;
}
.ftf_single.selected .wrap_all .selected .t1, .ftf_single.selected .wrap_all .selected .t3 {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ftf_single.selected .wrap_all:hover .selected .t3 {
    display: inline-block;
  }
  .ftf_single.selected .wrap_all:hover .selected .t1, .ftf_single.selected .wrap_all:hover .selected .t2 {
    display: none;
  }
}
.ftf_single .wrap_all {
  background-color: rgba(var(--secondary-colour-rgb), 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .ftf_single .wrap_all:hover {
    background-color: #4E6989;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    color: #fff;
  }
  .ftf_single .wrap_all:hover .top::after {
    opacity: 1;
  }
  .ftf_single .wrap_all:hover .svg_text svg {
    fill: #fff;
  }
  .ftf_single .wrap_all:hover .cat_wrap span {
    background-color: #4E6989;
    color: #fff !important;
  }
  .ftf_single .wrap_all:hover .selected {
    opacity: 1;
  }
}

.gm-style-iw-d {
  overflow: auto !important;
}

@media screen and (max-width: 1024px) {
  .ftf_wrap {
    padding-top: 40px;
  }
  .ftf_map {
    height: 600px;
  }
  .ftf_single_infobox {
    width: 240px;
  }
  .ftf_single_infobox .cont {
    padding: 10px;
  }
  .ftf_single_infobox .title {
    padding-bottom: 9px;
  }
  .ftf_single_infobox .svg_text svg {
    width: 12px;
    height: 12px;
  }
  .ftf_filters .search_wrap input {
    width: 280px;
  }
  .ftf_list {
    margin: 0 -7px;
  }
  .ftf_single {
    width: 50%;
    padding: 7px;
  }
  .ftf_single .top::before {
    padding-top: 36%;
  }
  .ftf_single .cat_wrap {
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .ftf_single .selected {
    left: 5px;
    bottom: 5px;
    height: 28px;
  }
  .ftf_single .cont {
    padding: 10px 15px;
  }
  .ftf_single .stitle {
    margin-top: -2px;
  }
  .ftf_single .date {
    padding-top: 18px;
  }
  .ftf_single .time {
    padding-right: 10px;
  }
  .ftf_single .svg_text svg {
    width: 12px;
    height: 12px;
  }
  .ftf_single .positions svg {
    margin-top: 1px;
  }
  .ftf_single .bot {
    padding-top: 10px;
  }
  .ftf_single .bot > * {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ftf_list {
    margin: 0 -5px;
  }
  .ftf_filters {
    display: block;
    padding: 30px 0 10px;
  }
  .ftf_filters .search_wrap {
    padding-bottom: 21px;
  }
  .ftf_filters .search_wrap svg {
    width: 14px;
    height: 14px;
  }
  .ftf_filters .search_wrap input {
    min-width: 0;
    width: 100%;
    font-size: 14px;
  }
  .ftf_filters .sort_wrap {
    font-size: 14px;
  }
  .ftf_single {
    width: 100%;
    padding: 5px;
  }
  .ftf_single .top::before {
    padding-top: 35%;
  }
  .ftf_single .time {
    padding-right: 0px;
    padding-top: 8px;
  }
  .ftf_single .positions {
    padding-top: 8px;
  }
  .ftf_single .bot {
    padding-top: 0;
    display: block;
  }
  .ftf_single .bot > * {
    width: 100%;
  }
}
/*=====  End of Face to face  ======*/
/*=====================================
=            Workshop cart            =
=====================================*/
.workshop_botton_bar {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -o-transform: translateY(105%);
  transform: translateY(105%);
}
.workshop_botton_bar.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.workshop_botton_bar .content {
  background-color: rgba(var(--secondary-colour-rgb), 0.2);
  padding: 1.3888888889vw;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.workshop_botton_bar .content.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 5;
}
.workshop_botton_bar .content.msg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.workshop_botton_bar .desc {
  padding-right: 80px;
}
.workshop_botton_bar .button_simple {
  white-space: nowrap;
  padding-left: 50px;
  padding-right: 50px;
  color: #4E6989;
}
.workshop_botton_bar .button_simple.text_white {
  color: #fff;
}
.workshop_botton_bar input {
  border: none;
  background: none;
  text-align: center;
  font-size: 1em;
  width: 40px;
  border-bottom: 2px solid var(--secondary-colour);
  color: var(--secondary-colour);
}

@media screen and (max-width: 1024px) {
  .workshop_botton_bar .content {
    padding: 20px 37px;
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .workshop_botton_bar .content {
    padding: 20px 15px;
    font-size: 14px;
  }
  .workshop_botton_bar .content:not(.msg) {
    display: block;
  }
  .workshop_botton_bar .desc {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .workshop_botton_bar input {
    width: 30px;
    border-width: 2px;
    height: 20px;
  }
  .workshop_botton_bar .button_simple {
    width: 100%;
  }
}
/*=====  End of Workshop cart  ======*/
/*======================================
=            Online session            =
======================================*/
.fs_online_wrap {
  padding-top: 6.4583333333vw;
  overflow: hidden;
  display: none;
}

.fs_online_courses {
  margin: 0 -1.1111111111vw;
  overflow: visible;
}

.fs_online_courses_step {
  width: auto;
}
.fs_online_courses_step.step_2, .fs_online_courses_step.step_3 {
  opacity: 0.5;
  pointer-events: none;
}
.fs_online_courses_step.step_2.active, .fs_online_courses_step.step_3.active {
  opacity: 1;
  pointer-events: auto;
}
.fs_online_courses_step.step_2:not(.active) .fs_online_course_single.inactive, .fs_online_courses_step.step_2:not(.active) .fs_online_course_single.inactive_soldout, .fs_online_courses_step.step_3:not(.active) .fs_online_course_single.inactive, .fs_online_courses_step.step_3:not(.active) .fs_online_course_single.inactive_soldout {
  opacity: 1;
}

.fs_online_desc {
  padding: 1.7361111111vw;
  width: 70%;
  background-color: var(--secondary-colour);
}
.fs_online_desc.text_white {
  color: #fff;
}

.fs_online_courses_step_title {
  padding: 1.8055555556vw 1.1111111111vw 2.2222222222vw;
}

.fs_online_course_single {
  margin: 0.3472222222vw 1.1111111111vw;
  display: block;
}
.fs_online_course_single .wrap_el {
  width: 35.4166666667vw;
  background-color: rgba(var(--secondary-colour-rgb), 0.05);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .fs_online_course_single .wrap_el:hover .title {
    text-decoration: underline;
  }
}
.fs_online_course_single .radio_style {
  width: 57px;
  border-right: 2px solid var(--secondary-colour);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
.fs_online_course_single .radio_style::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid var(--secondary-colour);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.fs_online_course_single .radio_style::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: 0;
}
.fs_online_course_single .cont {
  width: -webkit-calc(100% - 57px);
  width: -moz-calc(100% - 57px);
  width: calc(100% - 57px);
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs_online_course_single .title {
  width: 100%;
  padding-bottom: 4px;
}
.fs_online_course_single .svg_text {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.fs_online_course_single .svg_text svg {
  fill: #4E6989;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.fs_online_course_single .svg_text .time1 {
  padding-right: 2.0833333333vw;
}
.fs_online_course_single .svg_text span {
  vertical-align: middle;
  padding-left: 4px;
}
.fs_online_course_single .svg_text.positions svg {
  margin-top: 1px;
}
.fs_online_course_single.inactive, .fs_online_course_single.inactive_soldout {
  opacity: 0.5;
  pointer-events: none;
}
.fs_online_course_single.selected .wrap_el {
  background-color: var(--secondary-colour);
}
.fs_online_course_single.selected .wrap_el.text_white {
  color: #fff;
}
.fs_online_course_single.selected .wrap_el.text_white .radio_style {
  border-color: #fff;
}
.fs_online_course_single.selected .wrap_el.text_white .radio_style::before {
  border-color: #fff;
}
.fs_online_course_single.selected .wrap_el.text_white .radio_style::after {
  opacity: 1;
}
.fs_online_course_single.selected .wrap_el.text_white .svg_text svg {
  fill: #fff;
}
.fs_online_course_single.selected .wrap_el:not(.text_white) {
  color: #4E6989;
}
.fs_online_course_single.selected .wrap_el:not(.text_white) .radio_style {
  border-color: #4E6989;
}
.fs_online_course_single.selected .wrap_el:not(.text_white) .radio_style::before {
  border-color: #4E6989;
}
.fs_online_course_single.selected .wrap_el:not(.text_white) .radio_style::after {
  opacity: 1;
  background-color: #4E6989;
}
.fs_online_course_single.selected .wrap_el:not(.text_white) .svg_text svg {
  fill: #4E6989;
}

@media screen and (max-width: 1024px) {
  .fs_online_wrap {
    padding-top: 39px;
  }
  .fs_online_wrap .title_50 {
    padding-bottom: 30px;
  }
  .fs_online_courses {
    margin: 0 -16px;
    overflow: visible;
  }
  .fs_online_desc {
    padding-top: 22px;
    width: 100%;
  }
  .fs_online_courses_step_title {
    padding: 22px 16px 35px;
    font-size: 22px;
  }
  .fs_online_course_single {
    margin: 5px 16px;
  }
  .fs_online_course_single .wrap_el {
    width: 510px;
    padding: 15px 15px 15px 0;
  }
  .fs_online_course_single .svg_text svg {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fs_online_wrap .title_50 {
    padding-bottom: 23px;
  }
  .fs_online_courses {
    margin: 0 -5px;
  }
  .fs_online_desc {
    padding: 20px;
  }
  .fs_online_courses_step_title {
    padding: 20px 5px 6px;
    font-size: 14px;
  }
  .fs_online_course_single {
    margin: 10px 5px;
  }
  .fs_online_course_single .wrap_el {
    width: 270px;
    padding: 10px 10px 10px 0;
  }
  .fs_online_course_single .radio_style {
    width: 42px;
  }
  .fs_online_course_single .radio_style::before {
    width: 10px;
    height: 10px;
  }
  .fs_online_course_single .radio_style::after {
    width: 6px;
    height: 6px;
  }
  .fs_online_course_single .cont {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    padding-left: 10px;
  }
  .fs_online_course_single .title {
    padding-bottom: 4px;
    font-size: 14px;
  }
  .fs_online_course_single .svg_text {
    font-size: 12px;
    width: 100%;
  }
}
/*=====  End of Online session  ======*/
/*=====================================
=            Package table            =
=====================================*/
.package_filter {
  z-index: 1;
  position: relative;
  margin: 10.4166666667vw 0;
}
.package_filter.start_anim .link_arrow .circle {
  fill: #4e6989;
  -webkit-transition: fill 1s 0.5s;
  -moz-transition: fill 1s 0.5s;
  -o-transition: fill 1s 0.5s;
  transition: fill 1s 0.5s;
}
.package_filter .title_50 {
  width: 41.6666666667vw;
  padding-bottom: 3.6111111111vw;
}
.package_filter .packages_wrap {
  margin: 0 -16px;
}
.package_filter .package {
  padding: 2.6388888889vw 2.7777777778vw 2.7777777778vw;
  margin: 0 16px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.package_filter .package svg {
  width: 100%;
}
.package_filter .feature-title {
  position: relative;
}
.package_filter .feature-title::before {
  position: absolute;
  content: "";
  top: 0.4861111111vw;
  left: -2.2222222222vw;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-image: url("../img/tick.svg");
  -moz-background-size: 0.5555555556vw;
       background-size: 0.5555555556vw;
  background-repeat: no-repeat;
  background-position: 50% 0.3472222222vw;
  background-color: #4E6989;
}
.package_filter .link_arrow {
  top: 50%;
  position: absolute;
  z-index: 1;
}
.package_filter .link_arrow:active .chevron {
  stroke: #fff !important;
}
.package_filter .link_arrow.slick-next {
  right: -0.2083333333vw;
}
.package_filter .link_arrow.slick-prev {
  left: 0.625vw;
}
.package_filter .link_arrow.slick-prev .chevron-wrap {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.package_filter .link_arrow.slick-disabled {
  opacity: 0;
}
.package_filter .link_arrow .chevron {
  stroke: #fff;
}
.package_filter .descriptor {
  margin-bottom: 4.1666666667vw;
}
.package_filter .name {
  margin-bottom: 0.6944444444vw;
}
.package_filter .body_copy {
  margin-bottom: 1.9444444444vw;
}
.package_filter .price {
  margin-bottom: 2.7083333333vw;
}
.package_filter .features {
  margin-top: 2.0138888889vw;
}
.package_filter .feature {
  margin-bottom: 1.875vw;
  padding-left: 1.8055555556vw;
}
.package_filter .feature-summary {
  margin-top: 0.4861111111vw;
}
.package_filter .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.package_filter .slick-list {
  overflow: visible;
}
.package_filter .slick-slide {
  height: inherit !important;
}
.package_filter .button_simple {
  margin-top: auto;
}
.package_filter .slick-dots {
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.package_filter .start_anim.slick-dots li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  .package_filter .title_50 {
    width: 400px;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .package_filter .feature-title {
    position: relative;
  }
  .package_filter .feature-title::before {
    top: 5px;
    left: -28px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 60%;
       -moz-border-radius: 60%;
            border-radius: 60%;
    -moz-background-size: 8px;
         background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .package_filter .package {
    margin: 0 7px;
    padding: 30px;
  }
  .package_filter .feature {
    margin-bottom: 27px;
    padding-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .package_filter .descriptor {
    margin-bottom: 0;
    padding-bottom: 27px;
  }
  .package_filter .name {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 13px;
  }
  .package_filter .body_copy {
    padding-bottom: 21px;
    margin-bottom: 0;
  }
  .package_filter .package_filter .price {
    margin-bottom: 21px;
    font-size: 22px;
    line-height: 1;
  }
  .package_filter .features_toggle {
    font-weight: 500;
    position: relative;
    padding: 15px 0 8px;
    cursor: pointer;
  }
  .package_filter .features_toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    position: absolute;
    right: 0;
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .package_filter .features_toggle .t2 {
    display: none;
  }
  .package_filter .package {
    margin: 5px 0;
    padding: 20px;
  }
  .package_filter .package.open .features_toggle::after {
    top: 25px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .package_filter .package.open .features_toggle .t2 {
    display: inline;
  }
  .package_filter .package.open .features_toggle .t1 {
    display: none;
  }
  .package_filter .features_toggle_wrap {
    display: none;
    padding-top: 26px;
  }
  .package_filter .title_50 {
    width: 190px;
    padding-bottom: 20px;
  }
  .package_filter .feature-title {
    font-size: 14px;
  }
  .package_filter .feature-title::before {
    display: none;
  }
  .package_filter .packages_wrap {
    margin: 0;
  }
  .package_filter .feature {
    margin-bottom: 22px;
    padding-left: 0;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

/*=====  End of Package table  ======*/
.single_page .page_builder .newsletter {
  margin: 10.4166666667vw 0;
}/*# sourceMappingURL=builder_d.css.map */