/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.home .main-content {
  position: relative;
  padding: 49px 0 47px;
  background: linear-gradient(270deg, #2A4759 0%, #0C2F3F 100%);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding: 100px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content {
    padding: 120px 0 114px;
  }
}
.home .main-content .content {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .main-content .content {
    margin: 0 auto;
    max-width: 970px;
  }
}
.home .main-content .content h1 {
  color: #fff;
  margin-bottom: 22px;
}

@media screen and (min-width: 768px) {
  .home .main-content .content h1 {
    margin-bottom: 34px;
  }
}
.home .main-content .icon-wnw {
  position: absolute;
  top: 50%;
  right: -68px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .home .main-content .icon-wnw {
    display: none;
  }
}
.home .mini-cta {
  position: relative;
  padding: 25px 15px 46px;
  text-align: center;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .home .mini-cta {
    padding: 41px 20px 52px;
  }
}
@media screen and (min-width: 1200px) {
  .home .mini-cta {
    margin-left: auto;
    margin-right: auto;
    max-width: 732px;
  }
}
@media screen and (min-width: 768px) {
  .home .mini-cta:before, .home .mini-cta:after {
    content: "";
    position: absolute;
    top: 34px;
    bottom: 34px;
    width: 60px;
    border: 2px solid var(--color-primary);
    opacity: 0.15;
  }
}
.home .mini-cta:before {
  left: 29px;
  border-right: 0;
}

.home .mini-cta:after {
  right: 29px;
  border-left: 0;
}

.home .mini-cta .cta-content {
  margin: 0 auto;
  max-width: 562px;
}

.home .mini-cta .cta-title {
  padding: 0;
  margin: 0 0 12px;
}

@media screen and (min-width: 768px) {
  .home .mini-cta .cta-title {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .home .mini-cta .cta-title {
    font-size: 32px;
  }
}
.home .mini-cta .cta-title:after {
  display: none;
}

.home .mini-cta .cta-subtitle {
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .home .mini-cta .cta-subtitle {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .home .mini-cta .cta-subtitle {
    letter-spacing: 6px;
    line-height: 28px;
  }
}
.home .mini-cta .cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 17px;
  color: var(--color-primary);
  font-size: 27px;
  font-weight: 900;
  line-height: 45px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .home .mini-cta .cta-phone {
    margin-bottom: 14px;
  }
}
.home .mini-cta .cta-phone svg {
  margin-top: 2px;
}

.home .why-section {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .why-section:after {
    content: "";
    position: absolute;
    bottom: -74px;
    left: 50%;
    width: 4px;
    height: 148px;
    background-color: var(--color-secondary);
    transform: translateX(-50%);
  }
}
.home .why-section .container {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .home .why-section .content {
    max-width: 556px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-section .image-holder {
    --container-width: 1140px;
    --container-padding: 15px;
    margin-right: calc(-1 * ((100dvw - var(--container-width)) / 2 + var(--container-padding) - var(--scrollbar-offset) / 2));
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .why-section .image-holder {
    --container-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .home .why-section .image-holder {
    margin-left: 69px;
  }
}
@media (min-width: 1440px) {
  .home .why-section .image-holder {
    --container-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .home .why-section .image-holder {
    margin-bottom: 26px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home .why-section .image-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.home .why-section .image-holder img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .home .why-section .mini-cta {
    margin-top: -91px;
  }
}
.home .why-section .bottom-image-holder {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .home .why-section .bottom-image-holder {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-section .bottom-image-holder {
    margin-top: -249px;
  }
}
.home .why-section .bottom-image-holder .img-bottom {
  width: 100%;
}

.home .why-section .bottom-image-holder .icon-wnw {
  position: absolute;
  right: -14px;
  bottom: 50%;
}

@media screen and (min-width: 768px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    right: -35px;
    bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    right: -45px;
    bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    bottom: 110px;
  }
}
@media (min-width: 1400px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    right: -67px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    width: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .home .why-section .bottom-image-holder .icon-wnw {
    width: 94px;
    transform: translateY(50%);
  }
}
.home .leaders-section {
  padding: 0 0 24px;
}

@media screen and (min-width: 768px) {
  .home .leaders-section {
    padding: 80px 0 70px;
  }
}
@media screen and (min-width: 992px) {
  .home .leaders-section {
    padding: 100px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .home .leaders-section {
    padding: 125px 0 113px;
  }
}
@media screen and (min-width: 1200px) {
  .home .leaders-section .content {
    margin-right: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .home .leaders-section .content h2 {
    max-width: 546px;
  }
}
@media screen and (min-width: 1200px) {
  .home .leaders-section .image-holder {
    --container-width: 1140px;
    --container-padding: 15px;
    margin-right: calc(-1 * ((100dvw - var(--container-width)) / 2 + var(--container-padding) - var(--scrollbar-offset) / 2));
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .leaders-section .image-holder {
    --container-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .home .leaders-section .image-holder {
    margin-left: 69px;
  }
}
@media (min-width: 1440px) {
  .home .leaders-section .image-holder {
    --container-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .home .leaders-section .image-holder {
    margin-bottom: 29px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home .leaders-section .image-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.home .leaders-section .image-holder img {
  width: 100%;
}

.home .cta-section {
  padding: 37px 0 48px;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 1200px) {
  .home .cta-section {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .home .cta-section .content-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1162px;
  }
}
@media (max-width: 1199px) {
  .home .cta-section .content-holder {
    text-align: center;
  }
}
.home .cta-section .cta-title {
  padding: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .home .cta-section .cta-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home .cta-section .cta-title {
    font-size: 32px;
  }
}
.home .cta-section .cta-title:after {
  display: none;
}

.home .cta-section .cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-primary);
  font-size: 27px;
  font-weight: 900;
  line-height: 45px;
  letter-spacing: 1px;
}

.home .cta-section .cta-phone svg {
  margin-top: 2px;
}

@media (max-width: 1199px) {
  .home .cta-section .btn-wrapper {
    margin-top: 20px;
  }
}
.home .what-section {
  background: linear-gradient(270deg, #2A4759 0%, #0C2F3F 100%);
}

@media screen and (min-width: 768px) {
  .home .what-section {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .what-section {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-section {
    padding-top: 145px;
    padding-bottom: 166px;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-section .content {
    margin-top: -15px;
    margin-left: auto;
    max-width: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-section .content h2 {
    max-width: 544px;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-section .image-holder {
    --container-width: 1140px;
    --container-padding: 15px;
    margin-left: calc(-1 * ((100dvw - var(--container-width)) / 2 + var(--container-padding) - var(--scrollbar-offset) / 2));
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .what-section .image-holder {
    --container-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .home .what-section .image-holder {
    margin-right: 69px;
  }
}
@media (min-width: 1440px) {
  .home .what-section .image-holder {
    --container-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .home .what-section .image-holder {
    margin-bottom: 38px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home .what-section .image-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.home .what-section .image-holder img {
  width: 100%;
}

.home .what-section .mini-cta {
  margin-top: 43px;
}

@media screen and (min-width: 1200px) {
  .home .what-section .mini-cta {
    margin-top: -65px;
  }
}
.home .compensation-section {
  padding: 0 0 31px;
}

@media screen and (min-width: 768px) {
  .home .compensation-section {
    padding: 80px 0 70px;
  }
}
@media screen and (min-width: 992px) {
  .home .compensation-section {
    padding: 100px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .home .compensation-section {
    padding: 137px 0 128px;
  }
}
@media screen and (min-width: 1200px) {
  .home .compensation-section .content {
    margin-right: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .home .compensation-section .content h2 {
    max-width: 546px;
  }
}
@media screen and (min-width: 1200px) {
  .home .compensation-section .image-holder {
    --container-width: 1140px;
    --container-padding: 15px;
    margin-right: calc(-1 * ((100dvw - var(--container-width)) / 2 + var(--container-padding) - var(--scrollbar-offset) / 2));
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .compensation-section .image-holder {
    --container-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .home .compensation-section .image-holder {
    margin-left: 69px;
  }
}
@media (min-width: 1440px) {
  .home .compensation-section .image-holder {
    --container-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .home .compensation-section .image-holder {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home .compensation-section .image-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.home .compensation-section .image-holder img {
  width: 100%;
}

.home .no-fee-section {
  padding: 41px 0 86px;
  background: linear-gradient(180deg, #2A4759 0%, #0C2F3F 100%);
}

@media screen and (min-width: 768px) {
  .home .no-fee-section {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .home .no-fee-section {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .home .no-fee-section {
    padding-bottom: 46px;
  }
}
@media (min-width: 1400px) {
  .home .no-fee-section {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .home .no-fee-section .content {
    margin-left: auto;
    max-width: 570px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .no-fee-section .content {
    padding-top: 60px;
  }
}
@media (min-width: 1440px) {
  .home .no-fee-section .content {
    padding-top: 94px;
    margin-right: 25px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .no-fee-section .image-holder {
    margin-right: -50px;
  }
}
@media (min-width: 1440px) {
  .home .no-fee-section .image-holder {
    margin-right: -69px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .no-fee-section .image-holder {
    margin-right: -20px;
  }
}
@media (max-width: 1199px) {
  .home .no-fee-section .image-holder {
    margin-top: -12px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .no-fee-section .image-holder img {
    width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .no-fee-section .image-holder img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .home .no-fee-section .image-holder img {
    width: 301px;
  }
}

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