.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 20px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .btn {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .btn {
    font-weight: 500;
  }
}

.btn-fill {
  color: #fff;
  position: relative;
  z-index: 2;
}
.btn-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #387EFA;
  border-radius: 10px;
  transition: all 0.3s;
}
.btn-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #387EFA;
  border-radius: 10px;
  transform: scale(1.2, 1.2);
}
.btn-fill:hover, .btn-fill:focus {
  color: #387EFA;
  outline: none;
}
.btn-fill:hover::before, .btn-fill:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-fill:hover::after, .btn-fill:focus::after {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-border {
  color: #387EFA;
  position: relative;
  z-index: 2;
}
.btn-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #387EFA;
  border-radius: 10px;
  transition: all 0.3s;
}
.btn-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #387EFA;
  border-radius: 10px;
  transition: all 0.3s;
  transform: scale(0.5, 0.5);
}
.btn-border:hover, .btn-border:focus {
  color: #fff;
  outline: none;
}
.btn-border:hover::before, .btn-border:focus::before {
  opacity: 0;
  transform: scale(1.2, 1.2);
}
.btn-border:hover::after, .btn-border:focus::after {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .btn-hero {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 992px) {
  .btn-hero {
    font-size: 30px;
    line-height: 37px;
  }
}
.btn-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #387EFA;
  border-radius: 10px;
  transition: all 0.3s;
}
.btn-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #387EFA;
  border-radius: 10px;
  transform: scale(1.2, 1.2);
}
.btn-hero:hover, .btn-hero:focus {
  color: #387EFA;
  outline: none;
}
.btn-hero:hover::before, .btn-hero:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-hero:hover::after, .btn-hero:focus::after {
  opacity: 1;
  transform: scale(1, 1);
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 888;
  border-bottom: 3px solid rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  .site-header {
    padding: 19px 60px 18px 30px;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    padding: 4px 10px 3px 10px;
  }
}
@media (min-width: 1281px) {
  .site-header {
    padding: 29px 60px;
  }
}
.site-header .row {
  align-items: center;
}
.site-header__navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header__navigation ul a {
  color: #000;
}
.site-header__navigation .menu {
  display: flex;
}
@media (max-width: 1280px) {
  .site-header__navigation .menu {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .site-header__navigation .menu .dropdown__icon,
  .site-header__navigation .menu .dropdown__icon2 {
    position: absolute;
    top: 3px;
    right: 30px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
  }
  .site-header__navigation .menu .sub-menu {
    display: none;
  }
}
@media (max-width: 1280px) and (max-width: 1366px) {
  .site-header__navigation .menu .sub-menu {
    font-size: 16px;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .site-header__navigation .menu .sub-menu {
    margin-top: 10px;
  }
  .site-header__navigation .menu .sub-menu li {
    padding: 5px 0;
    font-size: 20px;
  }
}
@media (min-width: 1367px) {
  .site-header__navigation .menu > li {
    margin-right: 20px;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media (max-width: 1366px) {
  .site-header__navigation .menu > li {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .site-header__navigation .menu > li {
    margin: 0 0 20px;
  }
}
.site-header__navigation .menu > li:last-child {
  margin-right: 0;
}
.site-header__navigation .menu > .menu-item-has-children.active .dropdown__icon {
  transform: rotate(-90deg);
}
.site-header__navigation .menu li {
  position: relative;
}
@media (max-width: 1280px) {
  .site-header__navigation .menu li {
    text-align: center;
    width: 100%;
  }
}
.site-header__navigation .menu li a {
  position: relative;
  z-index: 2;
}
.site-header__navigation .menu li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.site-header__navigation .menu li a:hover, .site-header__navigation .menu li a:focus {
  outline: none;
}
.site-header__navigation .menu li a:hover::after, .site-header__navigation .menu li a:focus::after {
  width: 100%;
  left: 0;
  right: auto;
}
.site-header__navigation .menu li a:hover {
  color: #387EFA;
}
.site-header__navigation .menu .current-menu-item > a,
.site-header__navigation .menu .current-menu-ancestor > a {
  color: #387EFA;
}
@media (max-width: 1366px) {
  .site-header__navigation .menu > li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .site-header__navigation .menu > li {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    width: 100%;
  }
}
.site-header__navigation .menu > li > ul .menu-item-has-children.active .dropdown__icon2 {
  transform: rotate(-90deg);
}
@media (min-width: 1281px) {
  .site-header__navigation .menu > li > ul {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .site-header__navigation .menu > li > ul > li {
    padding: 5px 0;
  }
  .site-header__navigation .menu > li > ul > li ul {
    position: absolute;
    top: 0;
    left: 90%;
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .site-header__navigation .menu > li > ul > li ul li {
    padding: 2px 5px;
  }
  .site-header__navigation .menu > li > ul > li:hover ul {
    left: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1281px) {
  .site-header__navigation .menu > li:hover > ul {
    top: 20px;
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header__logo {
  text-align: center;
}
.site-header__logo figure {
  margin: 0;
}
@media (max-width: 767.98px) {
  .site-header__logo img,
  .site-header__logo svg {
    max-width: 160px;
  }
}
@media (min-width: 768px) {
  .site-header__logo img,
  .site-header__logo svg {
    max-width: 230px;
  }
}
.site-header__button {
  text-align: right;
}
@media (max-width: 767.98px) {
  .site-header__button {
    display: none;
  }
}
@media (min-width: 1281px) {
  .site-header .menu-toggle {
    display: none;
  }
}

header.site-header_sticky {
  background-color: #fff;
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}
@media (max-width: 1280px) {
  header.site-header_sticky {
    padding: 5px 60px 5px 30px;
  }
}
@media (max-width: 767.98px) {
  header.site-header_sticky {
    padding: 4px 10px 3px 10px;
  }
}
@media (min-width: 1281px) {
  header.site-header_sticky {
    padding: 5px 60px;
  }
}

@media (max-width: 1280px) {
  .mobile-navigation__hide {
    display: block;
  }
}
@media (min-width: 1281px) {
  .mobile-navigation__hide {
    display: none;
  }
}

@media (max-width: 1280px) {
  .mobile-navigation {
    position: absolute;
    width: 50%;
    height: 100vh;
    left: -100.1%;
    top: 0;
    background-color: #FBFCFF;
    opacity: 0;
    transition: all 0.7s ease-in-out;
    padding: 38px 20px;
  }
  .mobile-navigation__logo {
    max-width: 180px;
    margin: 0 auto;
  }
  .mobile-navigation__button {
    text-align: center;
    margin-top: 30px;
  }
  .mobile-navigation__social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10%;
  }
  .mobile-navigation__social li {
    margin: 0 15px;
  }
  .mobile-navigation__social li a {
    display: block;
    font-size: 30px;
    color: #387EFA;
  }
  .mobile-navigation__social li a:hover, .mobile-navigation__social li a:focus {
    outline: none;
    transform: scale(1.3);
  }
  .mobile-navigation_active {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .mobile-navigation {
    width: 100%;
  }
}
.ham {
  position: relative;
  z-index: 777;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1280px) {
  .ham {
    display: block;
  }
}
@media (min-width: 1281px) {
  .ham {
    display: none;
  }
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

@media (max-width: 992px) {
  .hero {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .hero {
    margin-bottom: 50px;
  }
}
.hero-background {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1441px) {
  .hero-background {
    min-height: 920px;
  }
}
@media (max-width: 1440px) {
  .hero-background {
    min-height: 700px;
  }
}
.hero-background::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(242, 242, 242, 0.3);
}
.hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .hero-content {
    padding: 0 10px;
  }
}
.hero-content__pretitle {
  display: block;
  color: #387EFA;
}
@media (max-width: 991.98px) {
  .hero-content__pretitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .hero-content__pretitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .hero-content__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero-content__title {
    margin-bottom: 30px;
  }
}
.hero-content__description {
  max-width: 650px;
  margin: 30px auto 0;
}
@media (max-width: 991.98px) {
  .hero-content__description {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 992px) {
  .hero-content__description {
    font-size: 30px;
    line-height: 37px;
  }
}
.hero-content__button {
  margin-top: 40px;
}

.module-heading__pretitle {
  display: block;
  text-align: center;
  color: #387EFA;
}
@media (max-width: 991.98px) {
  .module-heading__pretitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .module-heading__pretitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.module-heading__title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .module-heading__description {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .module-heading__description {
    margin-top: 30px;
  }
}
.module-heading__description a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.module-heading__description a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.module-heading__description a:hover, .module-heading__description a:focus {
  outline: none;
}
.module-heading__description a:hover::after, .module-heading__description a:focus::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .module-heading__description-two {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 30px;
  }
}
.module-heading__buttons {
  display: flex;
}
@media (max-width: 991.98px) {
  .module-heading__buttons {
    justify-content: center;
  }
  .module-heading__buttons .btn {
    margin: 20px 15px;
  }
}
@media (min-width: 992px) {
  .module-heading__buttons-left {
    justify-content: flex-start;
  }
  .module-heading__buttons-left .btn {
    margin: 20px 30px 0 0;
  }
}
@media (min-width: 992px) {
  .module-heading__buttons-center {
    justify-content: center;
  }
  .module-heading__buttons-center .btn {
    margin: 20px 15px 0;
  }
}
@media (min-width: 992px) {
  .module-heading__buttons-right {
    justify-content: flex-end;
  }
  .module-heading__buttons-right .btn {
    margin: 20px 0 0 30px;
  }
}

@media (min-width: 992px) {
  .fifty-fifty-module {
    padding: 10px 0;
  }
}
.fifty-fifty-module .row {
  align-items: center;
  margin: 0 -20px;
}
.fifty-fifty-module .row > div {
  padding: 20px;
}
.fifty-fifty-module__img {
  margin: 0;
}
@media (max-width: 1440px) {
  .fifty-fifty-module__img {
    max-width: 430px;
  }
}
@media (min-width: 1441px) {
  .fifty-fifty-module__img {
    max-width: 480px;
  }
}
.fifty-fifty-module__img img {
  display: block;
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 20px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .fifty-fifty-module__content-title {
    max-width: 90%;
  }
}
.fifty-fifty-module__content p:last-child {
  margin-bottom: 0;
}
.fifty-fifty-module h4 {
  margin-bottom: 20px;
}
.fifty-fifty-module .btn {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .fifty-fifty-module .btn {
    display: flex;
  }
}
.fifty-fifty-module .image-position-right {
  flex-direction: row-reverse;
}
.fifty-fifty-module .image-position-right figure {
  margin-left: auto;
}
@media (min-width: 992px) {
  .fifty-fifty-module .image-position-cascade-left > div:nth-child(4n+3) {
    order: 2;
  }
  .fifty-fifty-module .image-position-cascade-right {
    flex-direction: row-reverse;
  }
  .fifty-fifty-module .image-position-cascade-right > div:nth-child(4n+3) {
    order: 2;
  }
  .fifty-fifty-module .image-position-cascade-right > div:nth-child(4n+1) figure {
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .wysiwyg-module {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .wysiwyg-module {
    padding: 30px 0;
  }
}

@media (max-width: 991.98px) {
  .ctas-module {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .ctas-module {
    padding: 30px 0;
  }
}
.ctas-module .row {
  justify-content: center;
}
.ctas-module__title {
  color: #162226;
}
@media (max-width: 991.98px) {
  .ctas-module__title {
    text-align: center;
  }
}
.ctas-module__cta {
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 40px 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.ctas-module__cta:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}
.ctas-module__cta-description {
  color: #162226;
  max-width: 80%;
  margin: 0 auto;
}
.ctas-module__cta-icon {
  font-weight: 300;
  font-size: 120px;
  margin-bottom: 30px;
  color: #364659;
}

@media (max-width: 991.98px) {
  .accordion-module {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .accordion-module {
    padding: 30px 0;
  }
}
.accordion-module__heading {
  margin-bottom: 40px;
}
.accordion-module__heading-pretitle {
  display: block;
  color: #364659;
  margin-bottom: 15px;
  text-align: center;
}
.accordion-module__heading-title {
  text-align: center;
}
.accordion-module__heading-description {
  padding: 0 20px;
}
.accordion-module__heading-description a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.accordion-module__heading-description a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.accordion-module__heading-description a:hover, .accordion-module__heading-description a:focus {
  outline: none;
}
.accordion-module__heading-description a:hover::after, .accordion-module__heading-description a:focus::after {
  width: 100%;
  left: 0;
  right: auto;
}
.accordion-module__item-title {
  font-weight: 500;
  color: #162226;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 100px 25px 40px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.accordion-module__item-title i {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  font-size: 30px;
}
.accordion-module__item-title:hover {
  transform: scale(0.99);
}
.accordion-module__item-open {
  display: none;
}
.accordion-module__item-text {
  padding: 20px;
}
.accordion-module__item-text a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.accordion-module__item-text a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.accordion-module__item-text a:hover, .accordion-module__item-text a:focus {
  outline: none;
}
.accordion-module__item-text a:hover::after, .accordion-module__item-text a:focus::after {
  width: 100%;
  left: 0;
  right: auto;
}
.accordion-module__item.active .accordion-module__item-title .fa-plus::before {
  content: "\f068";
}
.accordion-module__item.active .accordion-module__item-title:hover {
  transform: none;
}

@media (max-width: 991.98px) {
  .image-module {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .image-module {
    padding: 50px 0;
  }
}
.image-module .container-fluid {
  padding: 0;
}
.image-module .container-fluid img {
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.image-module__img {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991.98px) {
  .slider-module {
    padding: 10% 0;
  }
}
@media (min-width: 992px) {
  .slider-module {
    padding: 4% 0;
  }
}
.slider-module__slides-item {
  margin: 0;
  position: relative;
}
.slider-module__slides-item img {
  display: block;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-module__slides-item p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 70, 89, 0.7);
  color: #fff;
  padding: 20px;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.slider-module__slides-item:hover p {
  opacity: 1;
  transform: translateY(0);
}
.slider-module .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-module .owl-nav button::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #387EFA;
}
@media (max-width: 991.98px) {
  .slider-module .owl-nav button::after {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .slider-module .owl-nav button::after {
    font-size: 50px;
  }
}
.slider-module .owl-nav button:focus {
  outline: none;
}
.slider-module .owl-nav button:hover {
  transform: scale(1.1) translateY(-50%);
}
@media (max-width: 991.98px) {
  .slider-module .owl-nav .owl-prev {
    left: 0;
  }
}
@media (min-width: 992px) {
  .slider-module .owl-nav .owl-prev {
    left: 20px;
  }
}
.slider-module .owl-nav .owl-prev::after {
  content: "\f060";
}
@media (max-width: 991.98px) {
  .slider-module .owl-nav .owl-next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .slider-module .owl-nav .owl-next {
    right: 20px;
  }
}
.slider-module .owl-nav .owl-next::after {
  content: "\f061";
}

@media (max-width: 991.98px) {
  .big-slider-module {
    padding: 25px 0 0;
  }
}
@media (min-width: 992px) {
  .big-slider-module {
    padding: 30px 0 0;
  }
}
.big-slider-module__slides-item {
  margin: 0;
  position: relative;
}
.big-slider-module__slides-item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.big-slider-module .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-slider-module .owl-nav button::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #387EFA;
}
@media (max-width: 991.98px) {
  .big-slider-module .owl-nav button::after {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .big-slider-module .owl-nav button::after {
    font-size: 50px;
  }
}
.big-slider-module .owl-nav button:focus {
  outline: none;
}
.big-slider-module .owl-nav button:hover {
  transform: scale(1.1) translateY(-50%);
}
@media (max-width: 991.98px) {
  .big-slider-module .owl-nav .owl-prev {
    left: 0;
  }
}
@media (min-width: 992px) {
  .big-slider-module .owl-nav .owl-prev {
    left: 20px;
  }
}
.big-slider-module .owl-nav .owl-prev::after {
  content: "\f060";
}
@media (max-width: 991.98px) {
  .big-slider-module .owl-nav .owl-next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .big-slider-module .owl-nav .owl-next {
    right: 20px;
  }
}
.big-slider-module .owl-nav .owl-next::after {
  content: "\f061";
}

.module-gallery {
  padding: 2% 0;
}
.module-gallery__videos {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.module-gallery__videos iframe,
.module-gallery__videos object,
.module-gallery__videos embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-gallery .gallery,
.module-gallery .video-gallery {
  margin-top: 3rem;
}
.module-gallery .gallery-image {
  background-color: #162226;
  position: relative;
}
.module-gallery .gallery-image a {
  display: block;
}
.module-gallery .gallery-image a img {
  display: block;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 34, 38, 0.3);
  opacity: 0;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 49px;
  background-image: url(../img/camera.svg);
  display: block;
  background-size: 57px 49px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:hover:before, .module-gallery .gallery-image a:hover:after, .module-gallery .gallery-image a:active:before, .module-gallery .gallery-image a:active:after, .module-gallery .gallery-image a:focus:before, .module-gallery .gallery-image a:focus:after {
  opacity: 0.99;
}
.module-gallery.grid .gallery {
  display: flex;
  flex-wrap: wrap;
}
.module-gallery.grid .gallery-image {
  width: calc(50% - 12px);
  padding-bottom: calc(50% - 12px);
  margin: 0;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.module-gallery.grid .gallery-image:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 992px) {
  .module-gallery.grid .gallery-image {
    width: calc(33.3333333% - 1rem);
    padding-bottom: calc(33.3333333% - 1rem);
  }
  .module-gallery.grid .gallery-image:nth-child(2n) {
    margin-right: 1.5rem;
  }
  .module-gallery.grid .gallery-image:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .module-gallery.grid .gallery-image {
    width: calc(25% - 1.125rem);
    padding-bottom: calc(25% - 1.125rem);
  }
  .module-gallery.grid .gallery-image:nth-child(3n) {
    margin-right: 1.5rem;
  }
  .module-gallery.grid .gallery-image:nth-child(4n) {
    margin-right: 0;
  }
}
.module-gallery.grid .gallery-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-gallery.masonry .grid-sizer {
  width: 50%;
}
@media (min-width: 992px) {
  .module-gallery.masonry .grid-sizer {
    width: 33.333333%;
  }
}
.module-gallery.masonry .gallery-image,
.module-gallery.masonry .grid-sizer {
  margin: 0;
  padding: 0;
  width: calc(50% - 12px);
}
@media (min-width: 992px) {
  .module-gallery.masonry .gallery-image,
  .module-gallery.masonry .grid-sizer {
    width: calc(33.333333% - 1rem);
  }
}
.module-gallery.masonry .gallery-image {
  margin-bottom: 1.5rem;
}

.scroll-container {
  padding: 25px 15px;
}
@media (max-width: 991.98px) {
  .scroll-container {
    overflow-x: scroll;
  }
}

@media (max-width: 991.98px) {
  .pipeline-module {
    padding: 5% 0;
  }
}
@media (min-width: 992px) {
  .pipeline-module {
    padding: 3% 0;
  }
}
.pipeline-module__table {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  min-width: 1000px;
  border-radius: 20px;
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}
.pipeline-module__table-row {
  align-items: center;
}
.pipeline-module__table-row > div:first-child {
  text-align: left;
}
.pipeline-module__table-row > div:first-child .pipeline-module__table-subtitle {
  margin: 0;
}
.pipeline-module__table-title {
  padding: 20px;
}
.pipeline-module__table-subtitle {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding: 20px 10px;
  max-width: 160px;
  margin: 0 auto;
}
.pipeline-module__table-progres {
  display: block;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.pipeline-module__table-progres::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(56, 126, 250) 40%, rgb(255, 255, 255) 100%);
  -webkit-clip-path: polygon(0% 0%, 96% 0, 100% 50%, 96% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 96% 0, 100% 50%, 96% 100%, 0% 100%);
}
.pipeline-module__table-progres_one {
  max-width: 33%;
}
.pipeline-module__table-progres_two {
  max-width: 66%;
}
.pipeline-module__table .row {
  flex-wrap: nowrap;
  margin: 0;
}
.pipeline-module__table .row > div {
  padding: 0;
}

@media (max-width: 991.98px) {
  .link-list-module {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .link-list-module {
    padding: 30px 0;
  }
}

.link-list__horizontal {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.link-list__item {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .link-list__item {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .link-list__item {
    flex-basis: 40%;
  }
}
@media (min-width: 992px) {
  .link-list__item {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .time-line-module {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .time-line-module {
    padding: 30px 0;
  }
}

.time-line {
  position: relative;
}
.time-line::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 99%;
  top: 3px;
  background-color: #387EFA;
}
@media (max-width: 767.98px) {
  .time-line::after {
    left: 0;
  }
}
@media (min-width: 768px) {
  .time-line::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .time-line .row {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .time-line .row:nth-child(2n+1) > div:nth-child(1) .time-line__wrap {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .time-line .row:nth-child(2n+1) .time-line__title::after {
    right: -22px;
  }
}
@media (min-width: 768px) {
  .time-line .row:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .time-line .row:nth-child(2n) > div:nth-child(2) .time-line__wrap {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .time-line .row:nth-child(2n) .time-line__title::after {
    left: -22px;
  }
}
.time-line__wrap {
  max-width: 400px;
}
.time-line__title {
  font-size: 24px;
  padding: 0 30px;
  margin: 0;
  position: relative;
}
.time-line__title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #387EFA;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .time-line__title::after {
    left: -9px;
  }
}
.time-line__text {
  padding: 10px 30px;
  margin: 10px 0;
}

@media (max-width: 991.98px) {
  .social-media-module {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .social-media-module {
    padding: 50px 0;
  }
}
.social-media-module .row {
  justify-content: center;
}

.social-media {
  text-align: center;
}
.social-media__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.social-media__icons-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #387EFA;
  border-radius: 50%;
  font-size: 24px;
}
.social-media__icons-link:hover {
  color: #387EFA;
  background-color: #fff;
  transform: scale(1.3);
}

.site-footer {
  background-color: #162226;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 991.98px) {
  .site-footer {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .site-footer {
    margin-top: 50px;
  }
}
.site-footer ul {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .site-footer__logo {
    max-width: 173px;
    margin: 0 auto 40px;
  }
}
@media (min-width: 992px) {
  .site-footer__logo {
    max-width: 173px;
    margin: 0;
  }
}
.site-footer__menu ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .site-footer__menu ul {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer__menu ul li {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .site-footer__menu ul li {
    margin: 0 16px;
  }
}
.site-footer__menu ul li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.site-footer__menu ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.site-footer__menu ul li a:hover, .site-footer__menu ul li a:focus {
  outline: none;
}
.site-footer__menu ul li a:hover::after, .site-footer__menu ul li a:focus::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767.98px) {
  .site-footer__menu ul li:last-child {
    margin-bottom: 0;
  }
}
.site-footer__social {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .site-footer__social {
    justify-content: center;
    margin: 40px 0 0;
  }
}
@media (min-width: 1200px) {
  .site-footer__social {
    margin: 0;
  }
}
.site-footer__social li {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .site-footer__social li {
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .site-footer__social li {
    margin-left: 30px;
  }
}
.site-footer__social li a {
  display: block;
  font-size: 30px;
  color: #fff;
}
.site-footer__social li a:hover, .site-footer__social li a:focus {
  outline: none;
  transform: scale(1.3);
}
@media (min-width: 1200px) {
  .site-footer__social li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .footer-content {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .footer-content {
    padding: 50px 60px 30px;
  }
}
.footer-content .row {
  align-items: center;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 991.98px) {
  .footer-copyright {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .footer-copyright {
    padding: 34px 60px 35px;
  }
}
.footer-copyright p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

.error404 .hero,
.search-no-results .hero {
  margin-bottom: 0;
}
.error404 .site-footer,
.search-no-results .site-footer {
  margin-top: 0;
}/*# sourceMappingURL=crisprkit-style.css.map */