/**
* 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 {
  padding: 0 15px;
  background-color: var(--color-neutral);
}

.home .main-content .award-disclaimer {
  font-size: 13px;
  line-height: 18px;
  margin-top: 50px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .home .main-content .award-disclaimer {
    max-width: 720px;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .award-disclaimer {
    font-size: 14px;
    line-height: 20px;
    max-width: 990px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .award-disclaimer {
    max-width: 1100px;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .main-content .award-disclaimer {
    max-width: 1339px;
  }
}
.home .victories-section {
  position: relative;
  margin-top: -75px;
}

@media screen and (min-width: 1200px) {
  .home .victories-section {
    margin-top: -44px;
  }
}
.home .victories-section .container {
  background-color: var(--color-secondary);
  padding: 30px 15px 40px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .home .victories-section .container {
    max-width: initial;
  }
}
@media screen and (min-width: 1200px) {
  .home .victories-section .container {
    padding: 30px 10px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .home .victories-section .container {
    max-width: 1407px;
    padding: 40px 10px;
  }
}
@media screen and (min-width: 1600px) {
  .home .victories-section .container {
    padding: 47px 55px;
  }
}
.home .victories-section .container::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 5px;
  border: 2px solid transparent;
  background: linear-gradient(#5E6778) padding-box, linear-gradient(180deg, rgba(40, 88, 145, 0) 0%, #0C1A2B 61.56%, #0C1A2B 77.87%, rgba(26, 57, 94, 0) 100%) border-box, linear-gradient(180deg, rgba(40, 88, 145, 0) 23.42%, #0C1A2B 99.99%, rgba(26, 57, 94, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .home .victories-section .container .row {
    justify-content: space-evenly;
  }
}
@media (min-width: 1600px) {
  .home .victories-section .container .row {
    justify-content: space-between;
  }
}
.home .victories-section-title {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .home .victories-section-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 10%;
    margin-bottom: 0;
    text-align: left;
  }
}
.home .victories-section-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .home .victories-section-item {
    border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
  }
  .home .victories-section-item:last-child {
    border-right: none;
  }
}
.home .victories-section-amount {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--accent-color);
}

@media screen and (min-width: 992px) {
  .home .victories-section-amount {
    font-size: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .home .victories-section-amount {
    font-size: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .home .victories-section-amount {
    font-size: 55px;
  }
}
@media screen and (min-width: 1600px) {
  .home .victories-section-amount {
    font-size: 60px;
  }
}
@media (max-width: 499px) {
  .home .victories-section-amount span.medium {
    font-size: 55px;
    line-height: 0;
  }
}
@media (max-width: 1199px) {
  .home .victories-section-amount span.text-small {
    font-size: 50px;
    line-height: 0;
  }
}
.home .victories-section-label {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 193px;
  margin: 8px auto 0;
}

@media screen and (min-width: 1200px) {
  .home .victories-section-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .home .victories-section .swiper {
    max-width: 1077px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .victories-section .swiper-wrapper {
    justify-content: center;
  }
  .home .victories-section .swiper-slide {
    width: auto !important;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .home .victories-section .swiper {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .home .victories-section .swiper {
    max-width: 450px;
  }
}
.home .front-page-section1 {
  position: relative;
  background-color: #0C1A2B;
  background-size: 100%;
  padding: 175px 0 150px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .front-page-section1 {
    padding: 350px 0 250px;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-section1 {
    padding: 400px 0 300px;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .home .front-page-section1 {
    padding: 566px 0 282px;
  }
}
.home .front-page-section1 .subtitle {
  color: var(--accent-color);
  max-width: 257px;
  margin: 0 auto 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .front-page-section1 .subtitle {
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-section1 .subtitle {
    margin-bottom: 40px;
    max-width: initial;
  }
}
.home .front-page-section1 .heading {
  color: #fff;
  max-width: 347px;
  margin: 0 auto 25px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-section1 .heading {
    margin-left: 0;
    margin-bottom: 68px;
    max-width: 450px;
  }
}
.home .front-page-section1 .cm-disclaimer-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
  color: #D8B978;
}

@media screen and (min-width: 1200px) {
  .home .front-page-section1 .cm-disclaimer-link {
    font-size: 18px;
    line-height: 27px;
  }
}
.home .front-page-section1 p {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .home .front-page-section1 p {
    max-width: 716px;
    margin-left: auto;
  }
}
.home .front-page-section1 .cm-button-wrapper {
  margin-top: 38px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-section1 .cm-button-wrapper {
    margin-top: 32px;
    text-align: end;
  }
}
.home .front-page-section1 .cm-button-wrapper .btn--secondary {
  padding: 12px 34px;
}

.home .video-section {
  background-image: url(../images/white-bg-mob.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F2F1ED;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .home .video-section {
    background-image: url(../images/white-bg-big.png);
  }
}
.home .video-section__content {
  margin-top: -94px;
}

@media screen and (min-width: 1200px) {
  .home .video-section__content {
    margin-top: -171px;
  }
}
.home .video-section .cw_video_open_popup_customized {
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 5px;
  background: linear-gradient(90deg, #A78D52 0%, #D8B978 100%);
}

@media screen and (min-width: 768px) {
  .home .video-section .cw_video_open_popup_customized {
    padding: 5px;
    border-radius: 10px;
  }
}
.home .video-section__thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .home .video-section__thumbnail {
    border-radius: 5px;
  }
}
.home .video-section__play-button-wrapper {
  position: absolute;
  bottom: 19px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .home .video-section__play-button-wrapper {
    bottom: 50px;
    left: 58px;
    gap: 30px;
  }
}
.home .video-section__play-button {
  width: 28.82px;
  height: 28.82px;
}

@media screen and (min-width: 768px) {
  .home .video-section__play-button {
    width: 68.82px;
    height: 68.82px;
  }
}
.home .video-section__title {
  color: #fff;
  text-transform: capitalize;
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .home .video-section__title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 9%;
    text-transform: uppercase;
  }
}
.home .front-page-books-section {
  background-color: var(--color-neutral);
  padding: 30px 0 70px;
}

@media screen and (min-width: 768px) {
  .home .front-page-books-section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-books-section {
    padding: 150px 0 129px;
  }
}
.home .front-page-books-section .books-repeater {
  gap: 30px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1400px) {
  .home .front-page-books-section .books-repeater {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1600px) {
  .home .front-page-books-section .books-repeater {
    gap: 70px;
  }
}
.home .front-page-books-section .book-item__content {
  position: relative;
  padding: 0 26px 35px;
  text-align: center;
  isolation: isolate;
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .home .front-page-books-section .book-item__content {
    display: flex;
    align-items: center;
    min-width: 600px;
    padding: 80px 50px 80px 25px;
    justify-content: flex-end;
    text-align: left;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home .front-page-books-section .book-item__content {
    min-width: 500px;
    padding: 60px 40px 60px 25px;
  }
}
@media (min-width: 1600px) {
  .home .front-page-books-section .book-item__content {
    padding: 75px 50px 75px 25px;
  }
}
.home .front-page-books-section .book-item__content::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 95%;
  background-image: url(../images/subtract-narrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .home .front-page-books-section .book-item__content::before {
    background-image: url(../images/subtract-wide.svg);
    top: 0;
  }
}
@media (max-width: 991px) {
  .home .front-page-books-section .book-item__image {
    max-width: 149px;
    margin-left: -24px;
  }
}
@media screen and (min-width: 992px) {
  .home .front-page-books-section .book-item__image {
    position: absolute;
    left: -108px;
    top: 47%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .home .front-page-books-section .book-item__content-inner {
    max-width: 390px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .home .front-page-books-section .book-item__content-inner {
    max-width: 300px;
  }
}
.home .front-page-books-section .book-item__title {
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--color-primary);
  margin-top: 30px;
}

.home .front-page-books-section .book-item__content-text {
  text-align: left;
  margin-bottom: 35px;
}

.home .front-page-books-section .book-item__content-text p {
  color: #1A2234;
}

.home .front-page-books-section .book-item .btn--secondary {
  padding: 12px 66px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-books-section .book-item .btn--secondary {
    padding: 12px 56px;
  }
}
@media (max-width: 991px) {
  .home .front-page-books-section .book-item:nth-child(2) .book-item__image {
    max-width: 220px;
  }
}
@media screen and (min-width: 992px) {
  .home .front-page-books-section .book-item:nth-child(2) .book-item__image {
    left: -173px;
  }
}
@media (max-width: 991px) {
  .home .front-page-books-section .book-item:nth-child(2) .book-item__content::before {
    top: 47px;
  }
}
.home .front-page-section2 {
  position: relative;
  background-color: var(--color-primary);
  background-size: 100%;
  padding: 175px 20px 50px;
}

@media screen and (min-width: 768px) {
  .home .front-page-section2 {
    padding: 380px 20px 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .front-page-section2 {
    padding: 250px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-section2 {
    padding: 291px 0 120px;
  }
}
.home .front-page-section2 .heading, .home .front-page-section2 p, .home .front-page-section2 ul {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .home .front-page-section2 .heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .home .front-page-section2 .heading {
    max-width: 570px;
  }
}
.home .front-page-section2__left-content, .home .front-page-section2__right-content {
  color: #fff;
}

.home .front-page-section2__left-content p {
  margin-bottom: 25px;
}

@media screen and (min-width: 1440px) {
  .home .front-page-section2__left-content {
    max-width: 539px;
  }
}
.home .front-page-section2__right-content ul {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .home .front-page-section2__right-content ul {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1199px) {
  .home .front-page-section2__link {
    text-align: center;
  }
  .home .front-page-section2__link .btn--secondary {
    padding: 12px 32px;
  }
}
.home .front-page-section2 .btn {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .home .front-page-section2 .btn {
    margin-top: 26px;
  }
}
.home .front-page-section3 {
  position: relative;
  background-color: #0C1A2B;
  background-size: 100%;
  padding: 0 0 50px;
  background-position: top;
}

@media screen and (min-width: 768px) {
  .home .front-page-section3 {
    padding: 0 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .front-page-section3 {
    padding: 0 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .front-page-section3 {
    background-position: bottom;
    padding: 80px 20px 400px;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-section3 {
    padding: 80px 20px 650px;
  }
}
.home .front-page-section3 .container {
  padding: 0 30px;
  margin-top: -63px;
}

@media screen and (min-width: 768px) {
  .home .front-page-section3 .container {
    margin-top: -24px;
  }
}
@media screen and (min-width: 992px) {
  .home .front-page-section3 .container {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .home .front-page-section3 .container .row {
    flex-direction: column-reverse;
  }
}
.home .front-page-section3 .heading {
  color: #fff;
}

@media (max-width: 767px) {
  .home .front-page-section3 .heading {
    max-width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-section3 .heading {
    max-width: 340px;
  }
}
.home .front-page-section3__background {
  text-align: center;
}

.home .front-page-section3__background img {
  width: 100%;
}

@media (max-width: 1199px) {
  .home .front-page-section3__disclaimer {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .home .front-page-section3__disclaimer {
    max-width: 570px;
  }
}
.home .front-page-section3__disclaimer p {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-section3__disclaimer p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home .front-page-section3__disclaimer p strong {
  color: #D8B978;
}

.home .front-page-section3__content p {
  color: #fff;
  margin-bottom: 25px;
}

.home .front-page-section3__link .btn {
  margin: 0;
}

@media (max-width: 1199px) {
  .home .front-page-section3__link .btn--primary {
    padding: 12px 32px;
  }
}
.home .front-page-featured-blogs-section {
  background-color: var(--color-neutral);
  background-image: url(../images/white-patterned-small.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 46px 0 50px;
}

@media screen and (min-width: 768px) {
  .home .front-page-featured-blogs-section {
    background-image: url(../images/white-patterned.png);
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-featured-blogs-section {
    padding: 92px 0 145px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .front-page-featured-blogs-section .container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .home .front-page-featured-blogs-section .container {
    padding: 0;
  }
}
.home .front-page-featured-blogs-section .heading {
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-featured-blogs-section .heading {
    margin-bottom: 56px;
  }
}
.home .front-page-featured-blogs-section .featured-blog-post-card {
  background-color: #fff;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  max-width: 300px;
  margin: 0 auto;
  padding: 54px 40px 50px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home .front-page-featured-blogs-section .featured-blog-post-card {
    max-width: 350px;
    padding: 50px;
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-featured-blogs-section .featured-blog-post-card {
    max-width: 451px;
    min-height: 450px;
    padding: 60px 52px;
  }
}
@media screen and (min-width: 1440px) {
  .home .front-page-featured-blogs-section .featured-blog-post-card {
    min-height: 400px;
  }
}
.home .front-page-featured-blogs-section .featured-blog-post-card__category {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--color-tertiary);
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-featured-blogs-section .featured-blog-post-card__category {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 10%;
    margin-bottom: 35px;
  }
}
.home .front-page-featured-blogs-section .featured-blog-post-card__link .h4-heading {
  color: var(--color-primary);
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-featured-blogs-section .featured-blog-post-card__link .h4-heading {
    font-size: 24px;
    max-width: 315px;
    margin-bottom: 0;
  }
}
.home .front-page-featured-blogs-section .featured-blog-post-card .btn--tertiary {
  padding: 12px 50.5px;
}

@media screen and (min-width: 768px) {
  .home .front-page-featured-blogs-section .featured-blog-post-card .btn--tertiary {
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home .front-page-featured-blogs-section .featured-blog-post-card .btn--tertiary {
    bottom: 58px;
    left: 52px;
  }
}
.home .front-page-featured-blogs-section .btn--secondary {
  min-width: 300px;
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .home .front-page-featured-blogs-section .btn--secondary {
    margin-top: 38px;
  }
}

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