:root {
  --black-color: #292929 !important;
  --white-color: #fff !important;
  --grey-color: #414141;
  --primary-color: #535EE0;
  --font-family: "Inter", serif;
  --font-family-2: "Poppins", serif;
  --font-awesome: "Font Awesome 5 Free";
  --font-size-default: 16px;
  --font-weight-default: 400;
  --header-height: 88px;
  --button-height: 52px; }

body {
  color: var(--black-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-default);
  line-height: 1.5; }

h1 {
  font-family: var(--font-family);
  font-size: 65px;
  font-weight: 700;
  line-height: 1.1; }
  @media (max-width: 991px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 38px; } }

h3 {
  color: #223645;
  font-family: var(--font-family);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1; }
  h3 span {
    color: var(--primary-color); }
  @media (max-width: 991px) {
    h3 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 29px; } }

h4 {
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1; }
  h4.box {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 5px;
    padding: 12px 25px; }
  @media (max-width: 991px) {
    h4 {
      font-size: 29px; } }
  @media (max-width: 767px) {
    h4 {
      font-size: 25px; } }

p,
li {
  color: var(--grey-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-default);
  font-weight: var(--font-weight-default);
  line-height: 1.5; }

a {
  color: var(--primary-color); }

input[type=text],
input[type=email],
select,
textarea {
  display: inline-block;
  width: 100%;
  background-color: #F8F8F8;
  color: var(--grey-color);
  font-family: var(--font-family-2);
  font-weight: var(--font-weight-default);
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 14px 15px;
  outline: none; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize; }

input[type=checkbox] {
  width: 25px;
  height: 25px;
  background-color: #F8F8F8;
  border-radius: 3px;
  cursor: pointer;
  appearance: none; }
  input[type=checkbox]:checked {
    background-image: url("../img/check.svg");
    background-color: var(--primary-color); }

textarea {
  height: 160px;
  resize: none; }

label {
  cursor: pointer; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: 99;
  transition: all .25s ease; }
  #loader::before, #loader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%); }
  #loader::before {
    animation: page-loader 1.5s infinite; }
  #loader::after {
    animation: page-loader 1.5s infinite .75s; }
  #loader.loaded {
    opacity: 0;
    visibility: hidden; }

@keyframes page-loader {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }
.button {
  display: inline-flex;
  align-items: center;
  height: var(--button-height);
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-default);
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding-top: 2px;
  padding-inline: 35px;
  cursor: pointer;
  outline: none;
  transition: all .25s ease; }
  .button:hover {
    background-color: #14288D;
    border-color: #14288D; }

.title {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  background-color: #1B3096;
  padding-top: calc(var(--header-height) / 1.5); }
  .title .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--grey-color);
    background-size: contain;
    opacity: .2; }
  .title .text-wrap {
    position: relative;
    color: var(--white-color);
    text-align: center;
    z-index: 1; }

.line {
  width: 25%;
  height: 20px;
  background-color: var(--primary-color);
  mask-image: url("../img/line.svg");
  mask-repeat: repeat-x;
  mask-size: 25px 100%; }

#launcher,
.header_lang_top {
  z-index: 9 !important; }
  #launcher *,
  .header_lang_top * {
    color: var(--black-color) !important; }

@media (min-width: 992px) {
  .pl-80 {
    padding-left: 50px; }

  .pr-80 {
    padding-right: 50px; } }
@media (min-width: 1200px) {
  .pl-80 {
    padding-left: 80px; }

  .pr-80 {
    padding-right: 80px; } }
@media (max-width: 991px) {
  .d-flex.columns-2 {
    --columns: 1; }
    .d-flex.columns-2 .item-text {
      order: 1; }
    .d-flex.columns-2 .item-img {
      order: 2; }

  .pt-100 {
    padding-top: 70px; }

  .pb-100 {
    padding-bottom: 70px; } }
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  #header .content .top {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 52px; }
    #header .content .top * {
      color: var(--white-color); }
    #header .content .top .icon-wrap {
      font-size: 14px; }
    #header .content .top .text-wrap {
      font-size: 13px; }
  #header .content .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    height: var(--header-height);
    background-color: var(--white-color);
    border-radius: 5px;
    padding-inline: 30px; }
    @media (max-width: 575px) {
      #header .content .nav {
        gap: 15px;
        padding-inline: 15px; } }
    #header .content .nav ul {
      display: flex;
      align-items: center;
      gap: 30px; }
      @media (max-width: 575px) {
        #header .content .nav ul {
          gap: 15px; } }
      #header .content .nav ul a {
        color: var(--black-color);
        font-family: var(--font-family-2);
        font-size: var(--font-size-default);
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        transition: color .25s ease; }
      #header .content .nav ul li.active a,
      #header .content .nav ul a:hover {
        color: var(--primary-color); }
    @media (max-width: 575px) {
      #header .content .nav .button {
        padding-inline: 15px; } }
  @media (max-width: 1199px) {
    #header .container {
      max-width: none; } }

#footer {
  padding-bottom: 15px; }
  #footer p {
    font-size: 14px; }

#contact-page .section-1 .text-wrap .d-flex {
  gap: 30px; }
  #contact-page .section-1 .text-wrap .d-flex span {
    color: var(--primary-color);
    font-weight: 600; }
    #contact-page .section-1 .text-wrap .d-flex span:not(:last-of-type) {
      position: relative; }
      #contact-page .section-1 .text-wrap .d-flex span:not(:last-of-type)::before {
        content: "";
        position: absolute;
        top: 2px;
        right: -16px;
        width: 2px;
        height: calc(100% - 4px);
        background-color: rgba(0, 0, 0, 0.2); }
#contact-page .section-1 .form-wrap {
  border-radius: 15px;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
  padding: 40px; }
  @media (max-width: 575px) {
    #contact-page .section-1 .form-wrap {
      padding: 40px 20px; } }
  #contact-page .section-1 .form-wrap form {
    display: flex;
    flex-direction: column;
    gap: 25px; }

#subscription-page .section-1 .form-wrap {
  border-radius: 15px;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
  padding: 40px; }
  @media (max-width: 575px) {
    #subscription-page .section-1 .form-wrap {
      padding: 40px 20px; } }
  #subscription-page .section-1 .form-wrap form {
    display: flex;
    flex-direction: column;
    gap: 25px; }
  #subscription-page .section-1 .form-wrap .unsubscribe-check-wrapper {
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 5px; }
    #subscription-page .section-1 .form-wrap .unsubscribe-check-wrapper .text-wrap {
      width: calc(100% - 25px - 10px);
      color: var(--grey-color);
      font-family: var(--font-family-2);
      font-size: 14px;
      font-weight: var(--font-weight-default);
      line-height: 1.5; }

#faq-page .section-1 .bg-image {
  display: flex;
  align-items: flex-end;
  height: 582px;
  border-radius: 15px; }
  @media (max-width: 991px) {
    #faq-page .section-1 .bg-image {
      height: 425px; } }
  #faq-page .section-1 .bg-image .text-wrap {
    position: relative;
    width: calc(100% - 25px);
    background-color: var(--primary-color);
    border-radius: 0 15px 15px 15px;
    padding: 85px 30px 30px;
    transform: translateY(40px); }
    #faq-page .section-1 .bg-image .text-wrap::before {
      content: "\f10d";
      position: absolute;
      top: 20px;
      left: 30px;
      color: rgba(255, 255, 255, 0.9);
      font-family: var(--font-awesome);
      font-size: 40px;
      font-weight: 900; }
    #faq-page .section-1 .bg-image .text-wrap * {
      color: var(--white-color); }
#faq-page .section-1 .accordion-list {
  display: flex;
  flex-direction: column;
  gap: 20px; }
#faq-page .section-1 .accordion {
  border-radius: 5px;
  box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  cursor: pointer; }
  #faq-page .section-1 .accordion-title {
    position: relative; }
    #faq-page .section-1 .accordion-title .text-wrap {
      max-width: calc(100% - 35px); }
      #faq-page .section-1 .accordion-title .text-wrap p {
        font-weight: 600; }
    #faq-page .section-1 .accordion-title .icon-wrap {
      position: absolute;
      top: 4px;
      right: 0;
      perspective: 1000px;
      transition: transform .3s ease; }
  #faq-page .section-1 .accordion.active .accordion-title .icon-wrap {
    transform: rotateX(180deg); }
  #faq-page .section-1 .accordion-description {
    height: 0;
    overflow: hidden;
    transition: height .3s ease; }
    #faq-page .section-1 .accordion-description p:first-letter {
      text-transform: uppercase; }
  #faq-page .section-1 .accordion-content {
    padding-top: 15px; }
