@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #004F79;
  --secondary-color: #374046;
  --black-color: #000000;
  --white-color: #FFFFFF;
  --hover-color: #FFF2DE;
  --mid-blue: #1488CA;
  --hero-blue: #009EF2;
  --border-color: #C3C6C7;
  --border-color-light: #BCBFC1;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1800px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1312px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 860px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1312px) {
  .container {
    max-width: 1752px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media screen and (max-width: 991px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.col-1:not(:first-child), .col-2:not(:first-child), .col-3:not(:first-child), .col-4:not(:first-child), .col-5:not(:first-child), .col-6:not(:first-child), .col-7:not(:first-child), .col-8:not(:first-child), .col-9:not(:first-child), .col-10:not(:first-child), .col-11:not(:first-child), .col-12:not(:first-child), .col:not(:first-child),
.col-auto:not(:first-child), .col-sm-1:not(:first-child), .col-sm-2:not(:first-child), .col-sm-3:not(:first-child), .col-sm-4:not(:first-child), .col-sm-5:not(:first-child), .col-sm-6:not(:first-child), .col-sm-7:not(:first-child), .col-sm-8:not(:first-child), .col-sm-9:not(:first-child), .col-sm-10:not(:first-child), .col-sm-11:not(:first-child), .col-sm-12:not(:first-child), .col-sm:not(:first-child),
.col-sm-auto:not(:first-child), .col-md-1:not(:first-child), .col-md-2:not(:first-child), .col-md-3:not(:first-child), .col-md-4:not(:first-child), .col-md-5:not(:first-child), .col-md-6:not(:first-child), .col-md-7:not(:first-child), .col-md-8:not(:first-child), .col-md-9:not(:first-child), .col-md-10:not(:first-child), .col-md-11:not(:first-child), .col-md-12:not(:first-child), .col-md:not(:first-child),
.col-md-auto:not(:first-child), .col-lg-1:not(:first-child), .col-lg-2:not(:first-child), .col-lg-3:not(:first-child), .col-lg-4:not(:first-child), .col-lg-5:not(:first-child), .col-lg-6:not(:first-child), .col-lg-7:not(:first-child), .col-lg-8:not(:first-child), .col-lg-9:not(:first-child), .col-lg-10:not(:first-child), .col-lg-11:not(:first-child), .col-lg-12:not(:first-child), .col-lg:not(:first-child),
.col-lg-auto:not(:first-child), .col-xl-1:not(:first-child), .col-xl-2:not(:first-child), .col-xl-3:not(:first-child), .col-xl-4:not(:first-child), .col-xl-5:not(:first-child), .col-xl-6:not(:first-child), .col-xl-7:not(:first-child), .col-xl-8:not(:first-child), .col-xl-9:not(:first-child), .col-xl-10:not(:first-child), .col-xl-11:not(:first-child), .col-xl-12:not(:first-child), .col-xl:not(:first-child),
.col-xl-auto:not(:first-child) {
  padding-left: 12px;
}
.col-1:not(:last-child), .col-2:not(:last-child), .col-3:not(:last-child), .col-4:not(:last-child), .col-5:not(:last-child), .col-6:not(:last-child), .col-7:not(:last-child), .col-8:not(:last-child), .col-9:not(:last-child), .col-10:not(:last-child), .col-11:not(:last-child), .col-12:not(:last-child), .col:not(:last-child),
.col-auto:not(:last-child), .col-sm-1:not(:last-child), .col-sm-2:not(:last-child), .col-sm-3:not(:last-child), .col-sm-4:not(:last-child), .col-sm-5:not(:last-child), .col-sm-6:not(:last-child), .col-sm-7:not(:last-child), .col-sm-8:not(:last-child), .col-sm-9:not(:last-child), .col-sm-10:not(:last-child), .col-sm-11:not(:last-child), .col-sm-12:not(:last-child), .col-sm:not(:last-child),
.col-sm-auto:not(:last-child), .col-md-1:not(:last-child), .col-md-2:not(:last-child), .col-md-3:not(:last-child), .col-md-4:not(:last-child), .col-md-5:not(:last-child), .col-md-6:not(:last-child), .col-md-7:not(:last-child), .col-md-8:not(:last-child), .col-md-9:not(:last-child), .col-md-10:not(:last-child), .col-md-11:not(:last-child), .col-md-12:not(:last-child), .col-md:not(:last-child),
.col-md-auto:not(:last-child), .col-lg-1:not(:last-child), .col-lg-2:not(:last-child), .col-lg-3:not(:last-child), .col-lg-4:not(:last-child), .col-lg-5:not(:last-child), .col-lg-6:not(:last-child), .col-lg-7:not(:last-child), .col-lg-8:not(:last-child), .col-lg-9:not(:last-child), .col-lg-10:not(:last-child), .col-lg-11:not(:last-child), .col-lg-12:not(:last-child), .col-lg:not(:last-child),
.col-lg-auto:not(:last-child), .col-xl-1:not(:last-child), .col-xl-2:not(:last-child), .col-xl-3:not(:last-child), .col-xl-4:not(:last-child), .col-xl-5:not(:last-child), .col-xl-6:not(:last-child), .col-xl-7:not(:last-child), .col-xl-8:not(:last-child), .col-xl-9:not(:last-child), .col-xl-10:not(:last-child), .col-xl-11:not(:last-child), .col-xl-12:not(:last-child), .col-xl:not(:last-child),
.col-xl-auto:not(:last-child) {
  padding-right: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* Extra extra large grid (xxl) */
@media (min-width: 1500px) {
  .col-xxl {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .g-xxl-0 {
    gap: 0;
  }
  .g-xxl-1 {
    gap: 0.25rem;
  }
  .g-xxl-2 {
    gap: 0.5rem;
  }
  .g-xxl-3 {
    gap: 1rem;
  }
  .g-xxl-4 {
    gap: 1.5rem;
  }
  .g-xxl-5 {
    gap: 3rem;
  }
  .gx-xxl-0 {
    column-gap: 0;
  }
  .gx-xxl-1 {
    column-gap: 0.25rem;
  }
  .gx-xxl-2 {
    column-gap: 0.5rem;
  }
  .gx-xxl-3 {
    column-gap: 1rem;
  }
  .gx-xxl-4 {
    column-gap: 1.5rem;
  }
  .gx-xxl-5 {
    column-gap: 3rem;
  }
  .gy-xxl-0 {
    row-gap: 0;
  }
  .gy-xxl-1 {
    row-gap: 0.25rem;
  }
  .gy-xxl-2 {
    row-gap: 0.5rem;
  }
  .gy-xxl-3 {
    row-gap: 1rem;
  }
  .gy-xxl-4 {
    row-gap: 1.5rem;
  }
  .gy-xxl-5 {
    row-gap: 3rem;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
} 
.primary-btn {
  width: 272px;
  height: 80px;
  border: 5px solid var(--white-color);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .primary-btn {
    height: 56px;
    border-width: 3px;
  }
}
@media screen and (max-width: 575px) {
  .primary-btn {
    width: 100%;
  }
}
.primary-btn.secondary {
  border-color: var(--mid-blue);
}
.primary-btn.secondary .btn-text {
  color: var(--mid-blue);
  text-align: center;
}
.primary-btn .btn-text {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .primary-btn .btn-text {
    font-size: 0.75rem;
  }
}
.primary-btn .btn-text.with-arrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.333rem;
}
@media screen and (max-width: 575px) {
  .primary-btn .btn-text.with-arrow {
    justify-content: center;
    gap: 24px;
  }
}
.primary-btn .btn-text.with-arrow svg {
  width: 18px;
  min-width: 18px;
}

.inner-hero-section {
  padding-top: 9.167rem;
  padding-bottom: 5rem;
  background-color: var(--hero-blue);
}
@media screen and (max-width: 991px) {
  .inner-hero-section {
    padding-top: 4.833rem;
    padding-bottom: 3rem;
  }
}

.partner-info-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .partner-info-block {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .partner-info-block {
    flex-direction: column;
    gap: 12px;
  }
}
.partner-info-block .image-block {
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 991px) {
  .partner-info-block .image-block {
    width: 148px;
    min-width: 148px;
  }
}
.partner-info-block .content-block .partner-name {
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--mid-blue);
  font-weight: 700;
  margin-top: 0.667rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .partner-info-block .content-block .partner-name {
    font-size: 1rem;
    margin-bottom: 0.333rem;
  }
}
.partner-info-block .content-block .partner-info {
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .partner-info-block .content-block .partner-info {
    margin-bottom: 1rem;
  }
}
.partner-info-block .content-block .sector-block .sector {
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .partner-info-block .content-block .sector-block .sector {
    font-size: 0.667rem;
  }
}
.partner-info-block .content-block .sector-block .sector:not(:last-child) {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.partner-info-block .content-block .enagements-block {
  margin-top: 1rem;
}
.partner-info-block .content-block .enagements-block .lable {
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .partner-info-block .content-block .enagements-block .lable {
    font-size: 0.667rem;
  }
}
.partner-info-block .content-block .enagements-block .enagement-list {
  list-style: disc;
  margin-left: 1.2rem;
}
.partner-info-block .content-block .enagements-block .enagement-list .engagement {
  font-weight: 400;
}
.partner-info-block .content-block .enagements-block .enagement-list .engagement:not(:last-child) {
  margin-bottom: 0.3rem;
}
.partner-info-block .content-block .primary-btn {
  margin-top: 1rem;
}
.partner-info-block .content-block .primary-btn.secondary {
  border-width: 2px;
  width: 220px;
  height: 48px;
}
.partner-info-block .content-block .primary-btn.secondary .btn-text {
  font-size: 0.75rem;
  color: var(--mid-blue);
}

.tabs-block .tab-header {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 4.167rem;
}
@media screen and (max-width: 991px) {
  .tabs-block .tab-header {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-bottom: 2.333rem;
  }
}
.tabs-block .tab-header .tab {
  width: 220px;
  height: 80px;
  border: 5px solid var(--mid-blue);
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .tabs-block .tab-header .tab {
    width: 100%;
    border-width: 3px;
  }
}
.tabs-block .tab-header .tab:hover, .tabs-block .tab-header .tab.active {
  background-color: var(--mid-blue);
}
.tabs-block .tab-header .tab:hover .tab-text, .tabs-block .tab-header .tab.active .tab-text {
  color: var(--white-color);
}
.tabs-block .tab-header .tab .tab-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--mid-blue);
}
.tabs-block .tab-content-block .tab-content {
  display: none;
}
.tabs-block .tab-content-block .tab-content.active {
  display: block;
}
.tabs-block .tab-content-block .tab-content .row:not(:last-child) {
  margin-bottom: 2.333rem;
}
@media screen and (max-width: 991px) {
  .tabs-block .tab-content-block .tab-content .row:not(:last-child) {
    margin-bottom: 0;
  }
}

.site-header {
  padding: 2.708rem 0;
  background-color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 1.416rem 0;
    height: 94px;
  }
}
.site-header .site-navigation .main-navigation .site-branding {
  position: relative;
}
.site-header .site-navigation .main-navigation .site-branding a {
  position: absolute;
  top: -4px;
  width: 411px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
@media screen and (max-width: 1500px) {
  .site-header .site-navigation .main-navigation .site-branding a {
    top: 25px;
    width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation .main-navigation .site-branding a {
    width: 188px;
    top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation .main-navigation .nav-menus {
    display: none;
  }
}
.site-header .site-navigation .main-navigation .nav-menus .menu {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: center;
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item {
  width: 272px;
  text-align: center;
  position: relative;
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item a {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white-color);
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item.menu-item-has-children#menu-item-46 .sub-menu {
  width: 384px;
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 56px;
  display: block;
  float: unset;
  background-color: var(--white-color);
  width: 238px;
  overflow: hidden;
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  text-align: start;
  width: 100%;
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item.menu-item-has-children .sub-menu .menu-item:hover {
  background-color: var(--hover-color);
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 1rem;
  color: var(--secondary-color);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 100%;
  width: 100%;
}
.site-header .site-navigation .main-navigation .nav-menus .menu .menu-item.menu-item-has-children::after {
  content: url("../assets/images/nav-dropdown-icon.svg");
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.site-header .mob-navigation {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-header .mob-navigation {
    display: block;
  }
  .site-header .mob-navigation .navigation-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu {
    display: flex;
    align-items: center;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--btn-primary-color);
    border-radius: 8px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ .menu-mobile-menus-container {
    transform: none !important;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 3px);
    background: var(--white-color);
    width: 95%;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -2px);
    width: 27px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span {
    display: block;
    width: 1.5rem;
    height: 3px;
    margin-bottom: 0.313rem;
    position: relative;
    background: var(--white-color);
    border-radius: 0.188rem;
    z-index: 1;
    transform-origin: 0.25rem 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(2) {
    transform-origin: 0% 0%;
    width: 28px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(3) {
    transform-origin: 7% 100%;
    width: 18px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(4) {
    transform-origin: 7% 100%;
    width: 28px;
    margin-bottom: 0;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 1.2rem;
    padding-top: 8.4rem;
    background: var(--primary-color);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.35s ease-in-out;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125 {
    text-decoration: none;
    border: 3.75px solid var(--white-color);
    outline: none;
    position: relative;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113.menu-item-113 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113.menu-item-119 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118.menu-item-113 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118.menu-item-119 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119.menu-item-113 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119.menu-item-119 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125.menu-item-113 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125.menu-item-119 a {
    position: relative;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113.menu-item-113 a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113.menu-item-119 a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118.menu-item-113 a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118.menu-item-119 a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119.menu-item-113 a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119.menu-item-119 a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125.menu-item-113 a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125.menu-item-119 a::after {
    content: url("../assets/images/mobile-dropdown-icon.svg");
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    transition: transform 0.3s ease;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113.menu-item-113 a.active::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113.menu-item-119 a.active::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118.menu-item-113 a.active::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118.menu-item-119 a.active::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119.menu-item-113 a.active::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119.menu-item-119 a.active::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125.menu-item-113 a.active::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125.menu-item-119 a.active::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113 .sub-menu, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118 .sub-menu, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119 .sub-menu, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125 .sub-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    padding: 0 1rem;
    margin: 0;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113 .sub-menu li:not(:last-child), .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118 .sub-menu li:not(:last-child), .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119 .sub-menu li:not(:last-child), .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125 .sub-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113 .sub-menu li a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118 .sub-menu li a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119 .sub-menu li a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125 .sub-menu li a {
    position: static;
    padding: 0;
    text-align: start;
    text-transform: capitalize;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113 .sub-menu li a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118 .sub-menu li a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119 .sub-menu li a::after, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125 .sub-menu li a::after {
    display: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113:not(:last-child), .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118:not(:last-child), .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119:not(:last-child), .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125:not(:last-child) {
    margin-bottom: 0.417rem;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-113 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-118 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-119 a, .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-mobile-menus-container #menu-item-125 a {
    text-decoration: none;
    color: var(--white-color);
    outline: none;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 100%;
    padding: 1rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
}

.site-footer {
  padding: 2.583rem 0;
  background-color: var(--primary-color);
}
.site-footer .footer-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.site-footer .footer-wrapper .footer-content-block {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-wrapper .footer-content-block {
    width: 100%;
  }
}
.site-footer .footer-wrapper .footer-content-block .lable {
  font-weight: 500;
  line-height: 100%;
  color: var(--white-color);
  margin-bottom: 0.5rem;
}
.site-footer .footer-wrapper .footer-content-block .email-and-number {
  line-height: 100%;
  color: var(--white-color);
}
@media screen and (max-width: 1360px) {
  .site-footer .footer-wrapper .footer-content-block .email-and-number {
    line-height: 120%;
  }
}
.site-footer .footer-wrapper .footer-content-block .email-and-number a {
  display: inline-block;
}
@media screen and (max-width: 1360px) {
  .site-footer .footer-wrapper .footer-content-block .email-and-number .seprator {
    display: none;
  }
}
.site-footer .footer-wrapper .footer-logo-block {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  width: 60%;
  justify-content: end;
}
@media screen and (max-width: 1360px) {
  .site-footer .footer-wrapper .footer-logo-block {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-wrapper .footer-logo-block {
    align-items: flex-start;
  }
}
.site-footer .footer-wrapper .footer-logo-block .copyright-text {
  font-size: 0.833rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-wrapper .footer-logo-block .copyright-text {
    font-size: 0.667rem;
  }
}
.site-footer .footer-wrapper .footer-logo-block .logo-block {
  width: 124px;
}

.page-id-12 .home-hero-section {
  background: url("../assets/images/academy-bg.webp");
  background-size: cover;
}

.page-id-10 .home-hero-section {
  background: url("../assets/images/engagemnet-header.webp");
  background-size: cover;
}

.home-hero-section {
  padding: 8.416rem 0;
  background: url("../assets/images/sfhomepage.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .home-hero-section {
    padding: 4.167rem 0 4.167rem 0;
  }
}
.home-hero-section .content-block {
  text-align: center;
}
.home-hero-section .content-block .h1 {
  margin-bottom: 0.667rem;
}
@media screen and (max-width: 767px) {
  .home-hero-section .content-block .h1 {
    margin-bottom: 0.5rem;
  }
}
.home-hero-section .content-block .h4 {
  margin-bottom: 2.333rem;
}
@media screen and (max-width: 1200px) {
  .home-hero-section .content-block .h4 {
    margin-bottom: 1.333rem;
  }
}
.home-hero-section .cta-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 864px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .home-hero-section .cta-block {
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .home-hero-section .cta-block {
    width: 650px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero-section .cta-block {
    flex-direction: column;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero-section .cta-block {
    width: 100%;
  }
}
.home-hero-section .cta-block::after {
  content: url("../assets/images/hero-big-arrow.svg");
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .home-hero-section .cta-block::after {
    content: url("../assets/images/hero-arrow-responsive.svg");
    bottom: 0;
    top: unset;
    bottom: -72px;
  }
}

.our-reach-section {
  padding: 5rem 0;
  background-color: var(--hover-color);
}
@media screen and (max-width: 991px) {
  .our-reach-section {
    padding: 3.333rem 0;
  }
}
.our-reach-section .title-block {
  margin-bottom: 2.333rem;
  text-align: center;
}
.our-reach-section .title-block .h2 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .our-reach-section .title-block {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .our-reach-section .image-block .map {
    max-width: 160%;
    width: 125%;
    transform: translateX(-48px) !important;
  }
}
@media screen and (max-width: 360px) {
  .our-reach-section .image-block .map {
    max-width: 160%;
    width: 140%;
    transform: translateX(-54px) !important;
  }
}

.white-paper-section {
  margin-top: 6.667rem;
  margin-bottom: 6.667rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .white-paper-section {
    margin: 2.333rem 0;
  }
}
.white-paper-section .row {
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .white-paper-section .row .content-block {
    margin-bottom: 1.333rem;
  }
}
.white-paper-section .row .content-block .h2 {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1200px) {
  .white-paper-section .row .content-block .h2 {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .white-paper-section .row .content-block .h2 {
    margin-bottom: 0.833rem;
  }
}
.white-paper-section .row .content-block .lable {
  font-weight: 700;
  margin-bottom: 0.583rem;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .white-paper-section .row .content-block .lable {
    margin-bottom: 0;
  }
}
.white-paper-section .row .content-block .description {
  font-weight: 500;
  width: 85%;
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1200px) {
  .white-paper-section .row .content-block .description {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .white-paper-section .row .content-block .description {
    margin-bottom: 1rem;
  }
}
.white-paper-section .row .image-block {
  height: 100%;
}
.white-paper-section .row .image-block img {
  height: 100%;
  object-fit: cover;
}
.white-paper-section .row .divider {
  margin-top: 6.667rem;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}
@media screen and (max-width: 1200px) {
  .white-paper-section .row .divider {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .white-paper-section .row .divider {
    margin-top: 2.25rem;
  }
}

.engagements-partners-section .title-block {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .engagements-partners-section .title-block {
    margin-bottom: 1.333rem;
  }
}
.engagements-partners-section .title-block .h2 {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 991px) {
  .engagements-partners-section .title-block .h2 {
    margin-bottom: 1rem;
  }
}
.engagements-partners-section .title-block .description {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .engagements-partners-section .title-block .description {
    width: 100%;
  }
}
.engagements-partners-section .partners-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.engagements-partners-section .partners-logos .logo {
  width: 250px;
  height: 150px;
  min-width: 250px;
}
@media screen and (max-width: 1612px) {
  .engagements-partners-section .partners-logos .logo {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .engagements-partners-section .partners-logos .logo {
    width: 160px;
    min-width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .engagements-partners-section .partners-logos .logo {
    width: 100px;
    min-width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .engagements-partners-section .partners-logos .logo {
    width: 100%;
    min-width: unset;
    height: 140px;
  }
}
.engagements-partners-section .partners-logos .logo .partner-logo {
  width: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.engagements-partners-section .partners-logos .slick-track {
  display: flex;
  align-items: center;
  gap: 32px;
}
.engagements-partners-section .partner-arrows-responsive {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;
  margin-top: 2.333rem;
}
.engagements-partners-section .partner-arrows-responsive .arrow-left, .engagements-partners-section .partner-arrows-responsive .arrow-right {
  cursor: pointer;
  display: block !important;
}
@media screen and (max-width: 575px) {
  .engagements-partners-section .partner-arrows-responsive {
    margin-top: 1.333rem;
  }
}

.inner-hero-section {
  margin-bottom: 6.667rem;
}
@media screen and (max-width: 991px) {
  .inner-hero-section {
    margin-bottom: 2.333rem;
  }
}
.inner-hero-section .title-block {
  text-align: center;
}

.compassionate-section {
  text-align: center;
}
.compassionate-section .title-block, .compassionate-section .description-block {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1316px) {
  .compassionate-section .title-block, .compassionate-section .description-block {
    width: 100%;
  }
}
.compassionate-section .image-block {
  margin: 4.167rem 0;
}
@media screen and (max-width: 991px) {
  .compassionate-section .image-block {
    margin: 1.333rem 0;
  }
}
.compassionate-section .image-block .our-vision-img-responsive {
  display: none;
}
@media screen and (max-width: 767px) {
  .compassionate-section .image-block {
    margin: 1.333rem 0;
  }
  .compassionate-section .image-block .our-vision-img-responsive {
    display: block;
  }
  .compassionate-section .image-block .our-vision-img {
    display: none;
  }
}

.high-ambitions-section {
  padding: 5rem 0;
  margin-bottom: 6.667rem;
  background-color: var(--hover-color);
}
@media screen and (max-width: 991px) {
  .high-ambitions-section {
    padding: 2.333rem 0;
    margin-bottom: 2.333rem;
  }
}
@media screen and (max-width: 991px) {
  .high-ambitions-section .content-block {
    margin-bottom: 1.333rem;
  }
}
.high-ambitions-section .content-block .h2 {
  margin-bottom: 2.333rem;
}
@media screen and (max-width: 991px) {
  .high-ambitions-section .content-block .h2 {
    margin-bottom: 1rem;
  }
}
.high-ambitions-section .image-block .high-ambitions-img:not(:last-child) {
  margin-bottom: 1rem;
}

.section-our-audience-section .title-block {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 991px) {
  .section-our-audience-section .title-block {
    margin-bottom: 1.333rem;
  }
}
.section-our-audience-section .audience-block {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .section-our-audience-section .audience-block {
    flex-direction: column;
    gap: 32px;
  }
}
.section-our-audience-section .audience-block .audience-card {
  background-color: var(--hover-color);
  padding: 1.667rem;
  flex: 1;
}
@media screen and (max-width: 1500px) {
  .section-our-audience-section .audience-block .audience-card {
    padding: 1.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .section-our-audience-section .audience-block .audience-card {
    padding: 1rem;
  }
}
.section-our-audience-section .audience-block .audience-card .audience-title {
  font-size: 2.083rem;
  font-weight: 800;
  line-height: 120%;
  color: var(--primary-color);
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 1500px) {
  .section-our-audience-section .audience-block .audience-card .audience-title {
    font-size: 1.667rem;
    margin-bottom: 0.833rem;
  }
}
@media screen and (max-width: 1200px) {
  .section-our-audience-section .audience-block .audience-card .audience-title {
    font-size: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .section-our-audience-section .audience-block .audience-card .audience-title {
    margin-bottom: 0.667rem;
    font-size: 1.167rem;
  }
}
@media screen and (max-width: 1500px) {
  .section-our-audience-section .audience-block .audience-card .audience-description {
    font-size: 0.833rem;
  }
}

.our-sector-section .title-block {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 991px) {
  .our-sector-section .title-block {
    margin-bottom: 1.333rem;
  }
}
.our-sector-section .sectors-block {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .our-sector-section .sectors-block {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    justify-content: space-around;
  }
}
.our-sector-section .sectors-block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .our-sector-section .sectors-block:not(:last-child) {
    margin-bottom: 1.667rem;
  }
}
@media screen and (max-width: 991px) {
  .our-sector-section .sectors-block:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.our-sector-section .sectors-block .sector {
  width: 270px;
}
@media screen and (max-width: 1500px) {
  .our-sector-section .sectors-block .sector {
    width: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .our-sector-section .sectors-block .sector {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .our-sector-section .sectors-block .sector {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .our-sector-section .sectors-block .sector {
    width: 32%;
  }
}
@media screen and (max-width: 575px) {
  .our-sector-section .sectors-block .sector {
    width: 100%;
  }
}
.our-sector-section .sectors-block .sector .image-block {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1.333rem;
  padding: 2.333rem;
  background-color: var(--hover-color);
}
@media screen and (max-width: 1500px) {
  .our-sector-section .sectors-block .sector .image-block {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .our-sector-section .sectors-block .sector .image-block {
    width: 180px;
    height: 180px;
    margin-bottom: 0.833rem;
  }
}
@media screen and (max-width: 991px) {
  .our-sector-section .sectors-block .sector .image-block {
    width: 114px;
    height: 114px;
    margin: 0 auto 0.833rem auto;
  }
}
.our-sector-section .sectors-block .sector .image-block .sector-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: 156px;
}
@media screen and (max-width: 1500px) {
  .our-sector-section .sectors-block .sector .image-block .sector-icon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .our-sector-section .sectors-block .sector .image-block .sector-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .our-sector-section .sectors-block .sector .image-block .sector-icon {
    width: 62px;
    height: 62px;
  }
}
.our-sector-section .sectors-block .sector .sector-title-block {
  text-align: center;
}
.our-sector-section .sectors-block .sector .sector-title-block .sector-title {
  font-size: 1.333rem;
  line-height: 130%;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .our-sector-section .sectors-block .sector .sector-title-block .sector-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .our-sector-section .sectors-block .sector .sector-title-block .sector-title {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 991px) {
  .our-sector-section .sectors-block .sector .sector-title-block .sector-title {
    font-size: 0.667rem;
  }
}
.our-sector-section .sectors-block .sector.v-hidden {
  visibility: hidden;
}
@media screen and (max-width: 575px) {
  .our-sector-section .sectors-block .sector.v-hidden {
    display: none;
  }
}

.page-id-28 .inner-hero-section .title-block {
  width: 85%;
  margin: 0 auto;
}
.page-id-28 .section-our-people-section .our-peoples {
  display: flex;
  align-items: center;
  gap: 75px;
}
@media screen and (max-width: 1500px) {
  .page-id-28 .section-our-people-section .our-peoples {
    gap: 48px;
  }
}
@media screen and (max-width: 991px) {
  .page-id-28 .section-our-people-section .our-peoples {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .section-our-people-section .our-peoples {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-id-28 .section-our-people-section .our-peoples:not(:last-child) {
  padding-bottom: 3.333rem;
  margin-bottom: 3.333rem;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 991px) {
  .page-id-28 .section-our-people-section .our-peoples:not(:last-child) {
    padding-bottom: 2.333rem;
    margin-bottom: 2.333rem;
  }
}
.page-id-28 .section-our-people-section .our-peoples .image-block {
  width: 362px;
  min-width: 362px;
  height: 362px;
  border-radius: 50%;
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .page-id-28 .section-our-people-section .our-peoples .image-block {
    width: 300px;
    min-width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .page-id-28 .section-our-people-section .our-peoples .image-block {
    width: 220px;
    min-width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .section-our-people-section .our-peoples .image-block {
    width: 182px;
    min-width: 182px;
    height: 182px;
  }
}
.page-id-28 .section-our-people-section .our-peoples .content-block .people-name {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .page-id-28 .section-our-people-section .our-peoples .content-block .people-name {
    margin-bottom: 0.667rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .section-our-people-section .our-peoples .content-block .people-name {
    margin-bottom: 0.5rem;
  }
}
.page-id-28 .section-our-people-section .our-peoples .content-block .people-designation {
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 1500px) {
  .page-id-28 .section-our-people-section .our-peoples .content-block .people-designation {
    font-size: 1.667rem;
  }
}
@media screen and (max-width: 991px) {
  .page-id-28 .section-our-people-section .our-peoples .content-block .people-designation {
    font-size: 1rem;
    margin-bottom: 0.667rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .section-our-people-section .our-peoples .content-block .people-designation {
    margin-bottom: 0.5rem;
  }
}
.page-id-28 .section-our-people-section .our-peoples .content-block .message {
  overflow: hidden;
  height: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .page-id-28 .section-our-people-section .our-peoples .content-block .message {
    font-size: 0.883rem;
  }
}

.page-id-10 .home-hero-section, .page-id-12 .home-hero-section {
  padding-top: 9.167rem;
  padding-bottom: 12.5rem;
  margin-bottom: 6.667rem;
}
@media screen and (max-width: 1500px) {
  .page-id-10 .home-hero-section, .page-id-12 .home-hero-section {
    padding: 8.416rem 0 11.667rem 0;
  }
}
@media screen and (max-width: 991px) {
  .page-id-10 .home-hero-section, .page-id-12 .home-hero-section {
    padding: 4.167rem 0 4.167rem 0;
    margin-bottom: 2.333rem;
  }
}
.page-id-10 .home-hero-section .cta-block, .page-id-12 .home-hero-section .cta-block {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .page-id-10 .home-hero-section .cta-block, .page-id-12 .home-hero-section .cta-block {
    margin-top: 0;
  }
}
.page-id-10 .home-hero-section .cta-block::after, .page-id-12 .home-hero-section .cta-block::after {
  left: 50.3%;
}
@media screen and (max-width: 1800px) {
  .page-id-10 .home-hero-section .content-block .h1, .page-id-12 .home-hero-section .content-block .h1 {
    font-size: 6.833rem;
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .page-id-10 .home-hero-section .content-block .h1, .page-id-12 .home-hero-section .content-block .h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-10 .home-hero-section .content-block .h1, .page-id-12 .home-hero-section .content-block .h1 {
    font-size: 4.167rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-id-10 .home-hero-section .content-block .h1, .page-id-12 .home-hero-section .content-block .h1 {
    font-size: 2.333rem;
  }
}
@media screen and (max-width: 575px) {
  .page-id-10 .home-hero-section .content-block .h1, .page-id-12 .home-hero-section .content-block .h1 {
    font-size: 1.667rem;
  }
}
.page-id-10 .tabs-section .title-block, .page-id-12 .tabs-section .title-block {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 991px) {
  .page-id-10 .tabs-section .title-block, .page-id-12 .tabs-section .title-block {
    margin-bottom: 1.333rem;
  }
}

.inner-hero-section.hero-with-video {
  padding-bottom: 11.083rem;
  margin-bottom: 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .inner-hero-section.hero-with-video {
    padding-bottom: 6.083rem;
  }
}
.inner-hero-section.hero-with-video .title-block .hero-pretitle {
  color: var(--white-color);
  margin-bottom: 1.333rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .inner-hero-section.hero-with-video .title-block .hero-pretitle {
    margin-bottom: 0.667rem;
    font-size: 0.833rem;
  }
}
.inner-hero-section.hero-with-video .title-block .h1 {
  font-size: 7.167rem;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .inner-hero-section.hero-with-video .title-block .h1 {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .inner-hero-section.hero-with-video .title-block .h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .inner-hero-section.hero-with-video .title-block .h1 {
    font-size: 2.333rem;
  }
}
@media screen and (max-width: 575px) {
  .inner-hero-section.hero-with-video .title-block .h1 {
    font-size: 1.667rem;
  }
}
.inner-hero-section.hero-with-video .single-headshot {
  width: 360px;
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .inner-hero-section.hero-with-video .single-headshot {
    width: 200px;
    bottom: -90px;
  }
}
@media screen and (max-width: 991px) {
  .inner-hero-section.single {
    padding-bottom: 6.083rem;
  }
}

.hero-video-section {
  margin-top: -6.667rem;
}
@media screen and (max-width: 991px) {
  .hero-video-section {
    margin-top: -8.833rem;
  }
}
@media screen and (max-width: 575px) {
  .hero-video-section {
    margin-top: -4.833rem;
  }
}
.hero-video-section .video-block {
  position: relative;
}
.hero-video-section .video-block .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 991px) {
  .hero-video-section .video-block .play-btn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .hero-video-section .video-block .play-btn {
    width: 72px;
    height: 72px;
  }
}

.speakers-section .speakers-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 26px;
  row-gap: 80px;
}
@media screen and (max-width: 1400px) {
  .speakers-section .speakers-wrapper {
    row-gap: 32px;
  }
}
.speakers-section .speakers-wrapper .speaker-block {
  width: 48%;
}
@media screen and (max-width: 1400px) {
  .speakers-section .speakers-wrapper .speaker-block {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .speakers-section .speakers-wrapper .speaker-block {
    text-align: center;
  }
  .speakers-section .speakers-wrapper .speaker-block .image-block {
    margin: 0 auto;
  }
  .speakers-section .speakers-wrapper .speaker-block .content-block {
    width: 100%;
  }
  .speakers-section .speakers-wrapper .speaker-block .content-block .primary-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.single-post-content {
  padding-top: 10.5rem;
  padding-bottom: 4.583rem;
}
.single-post-content .title-block {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .single-post-content {
    padding-top: 5rem;
    padding-bottom: 2.333rem;
  }
}

.single-tabs-section {
  padding: 5rem 0;
  background: var(--hover-color);
}
@media screen and (max-width: 991px) {
  .single-tabs-section {
    padding: 3rem 0;
  }
}
.single-tabs-section .tabs-block .tab-header {
  justify-content: center;
}
.single-tabs-section .tabs-block .tab-header .tab {
  width: 272px;
  text-align: center;
}
.single-tabs-section .tabs-block .tab-header .tab .tab-text {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .single-tabs-section .tabs-block .tab-header .tab .tab-text {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 991px) {
  .single-tabs-section .tabs-block .tab-header .tab {
    width: 100%;
    height: 64px;
  }
}
.single-tabs-section .tabs-block .tab-content-block .tab-content .h3 {
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.single-tabs-section .tabs-block .tab-content-block .tab-content ul {
  padding-left: 1rem;
  list-style: disc;
}
.single-tabs-section .tabs-block .tab-content-block .tab-content ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper:not(:last-child) {
  margin-bottom: 1.667rem;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block {
  border-bottom: 2px solid var(--border-color-light);
  transition: all 0.3s ease;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block.active {
  padding-bottom: 1.667rem;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block.active .question-block {
  margin-bottom: 1rem;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block.active .question-block .icon .bar.vertical {
  transform: translateY(-50%) rotate(-45deg);
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block.active .question-block .icon .bar.horizontal {
  transform: translateY(-50%) rotate(45deg);
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .question-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.667rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .question-block .question {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  color: var(--mid-blue);
  width: 80%;
}
@media screen and (max-width: 991px) {
  .single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .question-block .question {
    font-size: 0.833rem;
  }
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .question-block .icon {
  width: 34px;
  height: 34px;
  position: relative;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .question-block .icon .bar {
  position: absolute;
  width: 100%;
  height: 5px;
  background: var(--primary-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .question-block .icon .bar.vertical {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 991px) {
  .single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .question-block .icon {
    width: 24px;
    height: 24px;
  }
}
.single-tabs-section .tabs-block .tab-content-block .qna-wrapper .qna-block .answer-block {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}

@media screen and (max-width: 991px) {
  .roundatble-section .content-block, .genocide-prevention-section .content-block {
    margin-bottom: 1.333rem;
  }
}
.roundatble-section .content-block .h2, .genocide-prevention-section .content-block .h2 {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 991px) {
  .roundatble-section .content-block .h2, .genocide-prevention-section .content-block .h2 {
    margin-bottom: 1rem;
  }
}
.roundatble-section .image-block, .genocide-prevention-section .image-block {
  width: 100%;
  height: 100%;
}
.roundatble-section .image-block img, .genocide-prevention-section .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.genocide-prevention-section {
  background: var(--hover-color);
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .genocide-prevention-section {
    padding: 2.667rem 0;
  }
}
.genocide-prevention-section .content-block {
  margin-bottom: 0;
  margin-top: 1.333rem;
}

.tl-white-paper-section .row {
  align-items: stretch;
}
.tl-white-paper-section .row .content-block .h2 {
  margin-bottom: 1rem;
}
.tl-white-paper-section .row .content-block .primary-btn {
  margin-top: 1rem;
}
.tl-white-paper-section .row .image-block {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .tl-white-paper-section .row .image-block {
    margin-top: 1.333rem;
  }
}
.tl-white-paper-section .row .image-block img {
  height: 100%;
  object-fit: cover;
}

.thought-leadership-section {
  background: var(--hover-color);
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .thought-leadership-section {
    padding: 2.667rem 0;
  }
}
.thought-leadership-section .thought-leadershipt-points .row:not(:last-child) {
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 991px) {
  .thought-leadership-section .thought-leadershipt-points .row:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .thought-leadership-section .thought-leadershipt-points .row .points-content {
    margin-bottom: 1.333rem;
  }
}
.thought-leadership-section .thought-leadershipt-points .row .points-content .title {
  font-size: 2.083rem;
  line-height: 120%;
  font-weight: 800;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 991px) {
  .thought-leadership-section .thought-leadershipt-points .row .points-content .title {
    font-size: 1.333rem;
    margin-bottom: 0.5rem;
  }
}
.thought-leadership-section .thought-leadershipt-points .row .points-content .description {
  width: 96%;
}
@media screen and (max-width: 991px) {
  .thought-leadership-section .thought-leadershipt-points .row .points-content .description {
    width: 100%;
  }
}

.page-id-40 .inner-hero-section.hero-with-video, .page-id-43 .inner-hero-section.hero-with-video, .page-id-34 .inner-hero-section.hero-with-video, .page-id-31 .inner-hero-section.hero-with-video, .page-id-37 .inner-hero-section.hero-with-video {
  padding-bottom: 3.833rem;
  margin-bottom: 6.667rem;
}
@media screen and (max-width: 991px) {
  .page-id-40 .inner-hero-section.hero-with-video, .page-id-43 .inner-hero-section.hero-with-video, .page-id-34 .inner-hero-section.hero-with-video, .page-id-31 .inner-hero-section.hero-with-video, .page-id-37 .inner-hero-section.hero-with-video {
    margin-bottom: 2.333rem;
  }
}
.page-id-40 .legacy-incubation-section .title-block, .page-id-43 .legacy-incubation-section .title-block, .page-id-34 .legacy-incubation-section .title-block, .page-id-31 .legacy-incubation-section .title-block, .page-id-37 .legacy-incubation-section .title-block {
  text-align: center;
  width: 96%;
  margin: 0 auto 3.333rem auto;
}
@media screen and (max-width: 991px) {
  .page-id-40 .legacy-incubation-section .title-block, .page-id-43 .legacy-incubation-section .title-block, .page-id-34 .legacy-incubation-section .title-block, .page-id-31 .legacy-incubation-section .title-block, .page-id-37 .legacy-incubation-section .title-block {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.page-id-40 .legacy-incubation-section .title-block .h3, .page-id-43 .legacy-incubation-section .title-block .h3, .page-id-34 .legacy-incubation-section .title-block .h3, .page-id-31 .legacy-incubation-section .title-block .h3, .page-id-37 .legacy-incubation-section .title-block .h3 {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 991px) {
  .page-id-40 .legacy-incubation-section .title-block .h3, .page-id-43 .legacy-incubation-section .title-block .h3, .page-id-34 .legacy-incubation-section .title-block .h3, .page-id-31 .legacy-incubation-section .title-block .h3, .page-id-37 .legacy-incubation-section .title-block .h3 {
    margin-bottom: 1.333rem;
  }
}
.page-id-40 .legacy-incubation-section .title-block .p, .page-id-43 .legacy-incubation-section .title-block .p, .page-id-34 .legacy-incubation-section .title-block .p, .page-id-31 .legacy-incubation-section .title-block .p, .page-id-37 .legacy-incubation-section .title-block .p {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .page-id-40 .legacy-incubation-section .title-block .p, .page-id-43 .legacy-incubation-section .title-block .p, .page-id-34 .legacy-incubation-section .title-block .p, .page-id-31 .legacy-incubation-section .title-block .p, .page-id-37 .legacy-incubation-section .title-block .p {
    width: 100%;
  }
}
.page-id-40 .legacy-incubation-section .slider-wrapper, .page-id-43 .legacy-incubation-section .slider-wrapper, .page-id-34 .legacy-incubation-section .slider-wrapper, .page-id-31 .legacy-incubation-section .slider-wrapper, .page-id-37 .legacy-incubation-section .slider-wrapper {
  padding: 5rem 3.333rem;
  background: var(--primary-color);
  position: relative;
}
.page-id-40 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-43 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-34 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-31 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-37 .legacy-incubation-section .slider-wrapper .slick-track {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1640px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper, .page-id-43 .legacy-incubation-section .slider-wrapper, .page-id-34 .legacy-incubation-section .slider-wrapper, .page-id-31 .legacy-incubation-section .slider-wrapper, .page-id-37 .legacy-incubation-section .slider-wrapper {
    padding: 3rem 1.667rem 4rem 1.667rem;
  }
  .page-id-40 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-43 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-34 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-31 .legacy-incubation-section .slider-wrapper .slick-track, .page-id-37 .legacy-incubation-section .slider-wrapper .slick-track {
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper, .page-id-43 .legacy-incubation-section .slider-wrapper, .page-id-34 .legacy-incubation-section .slider-wrapper, .page-id-31 .legacy-incubation-section .slider-wrapper, .page-id-37 .legacy-incubation-section .slider-wrapper {
    padding: 1rem;
  }
}
.page-id-40 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block {
  display: flex;
  gap: 92px;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block {
    gap: 32px;
  }
}
@media screen and (max-width: 1387px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block {
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block {
    flex-direction: column;
    gap: 32px;
  }
}
.page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2 {
  margin-bottom: 2.333rem;
  color: var(--white-color);
}
@media screen and (max-width: 1640px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2 {
    font-size: 2rem;
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .content-block .h2 {
    margin-bottom: 0.667rem;
  }
}
.page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p {
  color: var(--white-color);
}
@media screen and (max-width: 1500px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .content-block .p {
    font-size: 0.833rem;
  }
}
.page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .image-block {
  width: 488px;
  min-width: 488px;
}
@media screen and (max-width: 1640px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .image-block {
    width: 488px;
    min-width: 488px;
  }
}
@media screen and (max-width: 1387px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .image-block {
    width: 400px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .image-block, .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .image-block {
    width: 100%;
    min-width: 100%;
  }
}
.page-id-40 .legacy-incubation-section .slider-wrapper .slide-block .image-block .slide-img:not(:last-child), .page-id-43 .legacy-incubation-section .slider-wrapper .slide-block .image-block .slide-img:not(:last-child), .page-id-34 .legacy-incubation-section .slider-wrapper .slide-block .image-block .slide-img:not(:last-child), .page-id-31 .legacy-incubation-section .slider-wrapper .slide-block .image-block .slide-img:not(:last-child), .page-id-37 .legacy-incubation-section .slider-wrapper .slide-block .image-block .slide-img:not(:last-child) {
  margin-bottom: 1rem;
}
.page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block {
  display: flex;
  align-items: center;
  gap: 280px;
  justify-content: flex-end;
  padding-right: 2rem;
  margin-top: -1.333rem;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block {
    margin-top: 0;
    top: 32px;
  }
}
@media screen and (max-width: 1387px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block {
    margin-top: 0;
    top: 20px;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1315px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block {
    top: -56px;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block {
    position: static;
    justify-content: center;
    gap: 32px;
    margin-top: 1.333rem;
    padding-right: 0;
  }
}
.page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block .arrow {
  cursor: pointer;
  display: block !important;
}
@media screen and (max-width: 1387px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block .arrow {
    width: 32px;
  }
}
@media screen and (max-width: 991px) {
  .page-id-40 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-43 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-34 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-31 .legacy-incubation-section .slider-wrapper .arrows-block .arrow, .page-id-37 .legacy-incubation-section .slider-wrapper .arrows-block .arrow {
    width: 28px;
  }
}

.adivosry-section .title-block {
  text-align: center;
  width: 96%;
  margin: 0 auto;
}
.adivosry-section .title-block .h3 {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 991px) {
  .adivosry-section .title-block .h3 {
    margin-bottom: 1.333rem;
  }
}
.adivosry-section .title-block .p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .adivosry-section .title-block .p {
    width: 100%;
  }
}

.white-papers-section .title-block {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 1800px) {
  .white-papers-section .title-block {
    width: 60%;
  }
}
@media screen and (max-width: 1500px) {
  .white-papers-section .title-block {
    width: 74%;
  }
}
@media screen and (max-width: 1200px) {
  .white-papers-section .title-block {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .white-papers-section .title-block {
    margin-bottom: 1.333rem;
  }
}
.white-papers-section .white-papers-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .white-papers-section .white-papers-block {
    row-gap: 64px;
  }
}
@media screen and (max-width: 991px) {
  .white-papers-section .white-papers-block {
    flex-direction: column;
    gap: 32px;
  }
}
.white-papers-section .white-papers-block .white-paper {
  width: 49%;
}
@media screen and (max-width: 1547px) {
  .white-papers-section .white-papers-block .white-paper {
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .white-papers-section .white-papers-block .white-paper {
    width: 100%;
  }
}
.white-papers-section .white-papers-block .white-paper .image-block {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.667rem;
}
.white-papers-section .white-papers-block .white-paper .image-block img {
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .white-papers-section .white-papers-block .white-paper .image-block {
    margin-bottom: 1.333rem;
  }
}
.white-papers-section .white-papers-block .white-paper .content-block {
  margin-bottom: 1.333rem;
}
.white-papers-section .white-papers-block .white-paper .content-block .white-paper-name {
  font-size: 2.083rem;
  font-weight: 800;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (max-width: 1500px) {
  .white-papers-section .white-papers-block .white-paper .content-block .white-paper-name {
    font-size: 1.667rem;
  }
}
@media screen and (max-width: 1200px) {
  .white-papers-section .white-papers-block .white-paper .content-block .white-paper-name {
    font-size: 1.333rem;
  }
}
.white-papers-section .white-papers-block .white-paper .content-block .description {
  margin: 1.333rem 0 0.667rem 0;
}
@media screen and (max-width: 1500px) {
  .white-papers-section .white-papers-block .white-paper .content-block .description {
    margin: 0.833rem 0 0.667rem 0;
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 1200px) {
  .white-papers-section .white-papers-block .white-paper .content-block .description {
    font-size: 0.75rem;
    margin: 0.667rem 0 0.5rem 0;
  }
}
.white-papers-section .white-papers-block .white-paper .content-block .post-date {
  font-size: 0.833rem;
  line-height: 100%;
  color: var(--secondary-color);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .white-papers-section .white-papers-block .white-paper .content-block .post-date {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .white-papers-section .white-papers-block .white-paper .content-block .post-date {
    font-size: 0.667rem;
  }
}
.white-papers-section .white-papers-block .white-paper .cta-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1500px) {
  .white-papers-section .white-papers-block .white-paper .cta-block .primary-btn {
    height: 56px;
    border-width: 3px;
  }
  .white-papers-section .white-papers-block .white-paper .cta-block .primary-btn .btn-text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .white-papers-section .white-papers-block .white-paper .cta-block {
    flex-direction: column;
    gap: 12px;
  }
}

.academies-section .title-block {
  text-align: center;
  margin-bottom: 5rem;
}
.academies-section .title-block .h3 {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 991px) {
  .academies-section .title-block .h3 {
    margin-bottom: 1.333rem;
  }
}
.academies-section .title-block .p {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .academies-section .title-block .p {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .academies-section .title-block {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .academies-section .title-block {
    margin-bottom: 1.333rem;
  }
}
.academies-section .academies-block {
  display: flex;
  align-items: center;
  gap: 124px;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .academies-section .academies-block {
    gap: 32px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .academies-section .academies-block {
    gap: 48px;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .academies-section .academies-block {
    flex-direction: column;
    justify-content: center;
  }
}
.academies-section .academies-block:not(:last-child) {
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 575px) {
  .academies-section .academies-block:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
.academies-section .academies-block .academy {
  width: 270px;
  min-width: 270px;
}
@media screen and (max-width: 1500px) {
  .academies-section .academies-block .academy {
    width: 220px;
    min-width: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .academies-section .academies-block .academy {
    width: 180px;
    min-width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .academies-section .academies-block .academy {
    width: 120px;
    min-width: 120px;
  }
}
.academies-section .academies-block .academy .image-block {
  width: 272px;
  height: 272px;
  border-radius: 50%;
  background-color: var(--hover-color);
  margin-bottom: 1.333rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .academies-section .academies-block .academy .image-block {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .academies-section .academies-block .academy .image-block {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 991px) {
  .academies-section .academies-block .academy .image-block {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
}
.academies-section .academies-block .academy .image-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1200px) {
  .academies-section .academies-block .academy .image-block img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .academies-section .academies-block .academy .image-block img {
    width: 56px;
    height: 56px;
  }
}
.academies-section .academies-block .academy .academy-name {
  font-size: 1.333rem;
  font-weight: 600;
  text-align: center;
  color: var(--secondary-color);
}
@media screen and (max-width: 1500px) {
  .academies-section .academies-block .academy .academy-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .academies-section .academies-block .academy .academy-name {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 991px) {
  .academies-section .academies-block .academy .academy-name {
    font-size: 0.667rem;
  }
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 24px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", "sans-serif";
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Poppins", "sans-serif";
  max-width: 100%;
  overflow-x: hidden;
  letter-spacing: 0px;
}

.p {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  color: var(--secondary-color);
}
@media screen and (max-width: 1316px) {
  .p {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 991px) {
  .p {
    font-size: 0.75rem;
  }
}

.h1 {
  font-size: 8.333rem;
  line-height: 90%;
  color: var(--white-color);
  font-weight: 800;
  text-transform: uppercase;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .h1 {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .h1 {
    font-size: 2.083rem;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    width: 100%;
  }
}

.h2 {
  font-size: 4.167rem;
  font-weight: 800;
  line-height: 100%;
  color: var(--primary-color);
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .h2 {
    font-size: 3.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .h2 {
    font-size: 2.333rem;
  }
}
@media screen and (max-width: 991px) {
  .h2 {
    font-size: 1.667rem;
  }
}

.h3 {
  font-size: 2.333rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--secondary-color);
}
.h3 .bold-text {
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .h3 {
    font-size: 1.083rem;
  }
}

.h4 {
  font-size: 1.667rem;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
}
@media screen and (max-width: 1500px) {
  .h4 {
    font-size: 1.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .h4 {
    font-size: 0.75rem;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

section {
  padding-bottom: 6.667rem;
}
@media screen and (max-width: 991px) {
  section {
    padding-bottom: 2.333rem;
  }
}

a {
  text-decoration: none;
  display: block;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
a:visited {
  color: var(--white-color);
}

#loom-companion-mv3 {
  display: none !important;
}

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