/**
* 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), sans-serif;
  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;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding: 0;
    background-color: initial;
    margin-top: 70px;
  }
  .home .main-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75.74%;
    height: 800px;
    background-color: #000;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content {
    margin-top: 30px;
  }
  .home .main-content::before {
    height: 754px;
    width: 68.74%;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content::before {
    height: 754px;
    width: 65.74%;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .col-left {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .col-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .home .main-content .col-right .content-wrapper {
    margin-left: auto;
    max-width: 570px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .col-right .content-wrapper {
    padding-bottom: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .entry-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .home .main-content .entry-content p {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home .main-content {
    padding-top: 29px;
    padding-bottom: 0;
  }
}
.home .main-content .featured-image {
  text-align: center;
  position: relative;
}

.home .main-content .featured-image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 754px;
  height: 754px;
  z-index: -1;
  content: "";
  background-image: url("../images/a-graphic.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1399px) {
  .home .main-content .featured-image::after {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 1199px) {
  .home .main-content .featured-image::after {
    width: 500px;
    height: 500px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .home .main-content .featured-image::after {
    width: 459px;
    height: 458px;
  }
}
@media (max-width: 767px) {
  .home .main-content .featured-image::after {
    width: 359px;
    height: 358px;
  }
}
@media (max-width: 399px) {
  .home .main-content .featured-image::after {
    left: -16px;
    transform: initial;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .featured-image {
    padding-left: 25px;
  }
}
@media (max-width: 1399px) {
  .home .main-content .featured-image img {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .home .main-content .featured-image img {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .home .main-content .featured-image img {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .home .main-content .featured-image img {
    max-width: 247.37px;
  }
}
@media (max-width: 991px) {
  .home .main-content .row {
    flex-direction: column-reverse;
  }
}
.home .h1-section {
  background-color: #000;
  padding: 32px 0;
}

.home .h1-section h1 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .home .h1-section {
    padding: 20px 0;
  }
}
.home .why-trust {
  padding: 13px 0 0;
}

@media screen and (min-width: 768px) {
  .home .why-trust {
    padding-top: 35px;
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-trust {
    padding: 102px 0 115px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-trust h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .home .why-trust h2 {
    margin-bottom: 25px;
  }
}
.home .why-trust__content {
  position: relative;
}

.home .why-trust__content-wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .home .why-trust__content ul li::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .home .why-trust .col-right {
    margin-top: 20.5px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-trust-video {
    margin-left: auto;
    max-width: 565px;
  }
}
.home .why-trust-video__image {
  margin-left: auto;
}

.home .why-trust-video__image img {
  border-radius: 4px;
  box-shadow: 0px 4px 50px 0px rgba(23, 6, 1, 0.2);
}

@media (max-width: 991px) {
  .home .why-trust-video__image img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .home .why-trust-video__image {
    text-align: right;
  }
}
.home .why-trust-video .cw_video_open_popup_customized {
  margin-top: -168px;
  display: block;
  max-width: 450px;
}

@media (max-width: 1199px) {
  .home .why-trust-video .cw_video_open_popup_customized {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .home .why-trust-video .cw_video_open_popup_customized {
    margin-top: 0;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .home .why-trust-video .cw_video_open_popup_customized {
    max-width: 283px;
  }
}
.home .why-trust-video .cw_video_open_popup_customized img {
  border-radius: 4px;
  box-shadow: 0px 4px 50px 0px rgba(23, 6, 1, 0.2);
}

@media (max-width: 767px) {
  .home .why-trust-video .cw_video_open_popup_customized img {
    max-width: 283px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: initial;
  }
}
.home .why-trust-video__title {
  margin-top: -10px;
}

@media (max-width: 991px) {
  .home .why-trust-video__title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home .why-trust-video__title {
    margin-top: -20px;
    max-width: 283px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-trust .col-left {
    padding-top: 86px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .why-trust .col-left {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .home .why-trust .col-left {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .home .why-trust .row {
    flex-direction: column-reverse;
  }
}
.home .no-fee {
  background-color: #000;
  padding: 29px 0 10px;
}

@media screen and (min-width: 992px) {
  .home .no-fee__content {
    max-width: 690px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .no-fee__content {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home .no-fee {
    padding: 90px 0 75px;
  }
}
@media screen and (min-width: 1200px) {
  .home .no-fee .col-left {
    padding-left: 66px;
  }
}
@media (max-width: 991px) {
  .home .no-fee .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .home .no-fee__image {
    margin-bottom: 30px;
    text-align: center;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home .no-fee__image {
    max-width: 145px;
  }
}
@media screen and (min-width: 1600px) {
  .home .no-fee__image {
    margin-left: -49.5px;
  }
}
.home .cant-come-to-us {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .home .cant-come-to-us {
    margin-top: 36px;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us {
    margin-top: 60px;
  }
  .home .cant-come-to-us .container::after {
    width: 615px;
    height: 85px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 1200px) {
  .home .cant-come-to-us {
    margin-top: 90px;
  }
}
.home .cant-come-to-us .container {
  background-color: #0E2D26;
}

@media screen and (min-width: 992px) {
  .home .cant-come-to-us .container {
    padding-right: 0;
  }
}
.home .cant-come-to-us h2, .home .cant-come-to-us p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.home .cant-come-to-us .col-left {
  padding: 30px;
}

@media (max-width: 1199px) {
  .home .cant-come-to-us .col-left {
    padding-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .home .cant-come-to-us .col-left {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 43px;
  }
}
.home .cant-come-to-us .col-left p {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .home .cant-come-to-us .col-left p {
    max-width: 505px;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us .col-left {
    padding: 85px 67px;
  }
}
@media (max-width: 499px) {
  .home .cant-come-to-us .col-left {
    padding-top: 146px;
  }
  .home .cant-come-to-us .col-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us .col-right {
    min-height: 499px;
  }
  .home .cant-come-to-us .col-right img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .cant-come-to-us .col-right img {
    object-position: 4% top;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us .btn {
    position: relative;
    bottom: -50px;
    left: 26px;
    z-index: 3;
  }
}
@media (max-width: 1199px) {
  .home .cant-come-to-us .btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home .cant-come-to-us .btn .arrow-icon {
    background-size: contain !important;
  }
}
.home .cant-come-to-us .cant-come-mobile-image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .cant-come-to-us .cant-come-mobile-image {
    margin-bottom: 20px;
  }
}
.home .dont-let {
  background-image: url("../images/opaque.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 43px 0 31px;
}

@media (max-width: 767px) {
  .home .dont-let {
    background-image: url("../images/dont-let-mobile-bg.png");
    background-position: top center;
  }
}
@media screen and (min-width: 1200px) {
  .home .dont-let {
    padding: 100px 0 70px;
  }
}
.home .dont-let .cta-box {
  margin-top: -1px;
}

@media (max-width: 1199px) {
  .home .dont-let .cta-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .dont-let h2 {
    max-width: 690px;
  }
}
@media (max-width: 1199px) {
  .home .dont-let__image {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .home .dont-let__image {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .home .dont-let__image {
    max-width: 232px;
  }
}
@media screen and (min-width: 1200px) {
  .home .dont-let__content {
    max-width: 690px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .dont-let__content {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .home .dont-let .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .home .dont-let .col-left {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .home .faqs {
    padding: 30px 0 15px;
  }
}
@media (max-width: 767px) {
  .home .faqs {
    padding: 16px 0;
  }
}
@media (max-width: 991px) {
  .home .faqs .accordion {
    margin-top: 0;
  }
}

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