:root {
  --Font_Regular: 'Montserrat', sans-serif;
  --Font_Medium: 'Montserrat', sans-serif;
  --Font_SemiBold: 'Montserrat', sans-serif;
  --Font_Bold: 'Montserrat', sans-serif;
  --Color_Brand_Black: #242424;
  --Color_Brand_Red: #BE4844;
  --Color_Brand_Light_Blue: #8EB4E3;
  --Color_Brand_Dark_Blue: #20497D;
  --Color_Brand_Hover_Blue: #2F74CB;
  --Color_Brand_Dark_Gray: #A5A5A5;
  --Color_Brand_Light_Gray: #CBCBCB;
  --Color_Brand_Medium_Blue: #3D76BE;
  --Color_Dark_Red: #69201E;
  --Color_White: #FFFFFF;
  --Color_Light_Gray: #F0F0F0;
  --Color_Lighter_Blue: #E1E6ED;
  --Color_Brand_Light_Blue_2: #B5C5DA;
  --Color_Darkest_Grey: #939393;
  --Color_Darkest_Grey_2: #B3B3B3;
  --Color_Lighter_Blue_2: #E7E7E7;
  --Color_Placeholder_Text: #757575;
  --Color_Border_Grey: #D1D1D1;
  --Color_slider_control_default_dark_blue: #52739C;
  --Color_slider_control_default_light_blue: #90ADD0;
  --Color_slider_control_hover_light_blue: #84AFE4;
  --Color_Black: #000000;
  --Color_Dark_Blue: #2F4C74;
  --Color_Text_Logo_Blue: #0648A3;
  --Color_Logo_Dark_Blue: #012B64;
  --Color_Text_Black: #242424;
  --Color_Medium_Blue: #3877C8;
  --Color_Light_Blue: #F7FBFF;
  --Color_V2_Light_Blue: #CCDBDC;
  --Color_V2_Green: #859376;
  --Color_V2_Green_2: #6A755E;
  --Color_V2_Blue_1: #3877C8;
  --Color_V2_Blue_2: #2F4C74;
  --Color_Light_Gray_2: #D8D8D8;
  --Color_Black_op_08: rgba(0, 0, 0, 0.08);
  --Color_Brand_Orange: #E8733A;
}

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

main {
  display: block;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--Font_Regular);
  font-weight: 400;
  color: var(--Color_Brand_Black);
  background-color: var(--Color_White);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--Font_Regular);
  font-weight: 400;
  color: var(--Color_Text_Logo_Blue);
  text-decoration: none;
  transition: color 0.5s ease;
}
a:hover {
  color: var(--Color_Dark_Blue);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
.container.big_container {
  max-width: 1628px;
}
.container.biggest_container {
  max-width: 1920px;
}

h1, h2, h3, h4, .error404 .page-content, h5, h6 {
  margin: 0 0 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--Font_Regular);
  font-weight: 400;
  color: var(--Color_Brand_Black);
}

h1, .h1 {
  font-size: 72px;
  line-height: 80px;
}

h2, .h2 {
  font-size: 48px;
  line-height: 67.2px;
}

h3, .h3 {
  font-size: 36px;
  line-height: 50.4px;
}

h4, .h4 {
  font-size: 26px;
  line-height: 32px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 33.6px;
}

h6, .h6 {
  font-size: 22px;
  line-height: 30px;
}

p {
  font-size: 16px;
  line-height: 22.4px;
  margin: 0 0 18px;
}
p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-family: var(--Font_SemiBold);
  font-weight: 600;
}

.text-h2 {
  font-size: 48px;
  line-height: 67.2px;
}

.text-h3 {
  font-size: 36px;
  line-height: 50.4px;
}

.text-h4 {
  font-size: 26px;
  line-height: 32px;
}

.text-h5 {
  font-size: 24px;
  line-height: 33.6px;
}

.text-h5-semibold {
  font-size: 24px;
  line-height: 33.6px;
  font-family: var(--Font_SemiBold);
  font-weight: 600;
}

.text-body {
  font-size: 16px;
  line-height: 22.4px;
}

.text-body-semibold {
  font-size: 16px;
  line-height: 22.4px;
  font-family: var(--Font_SemiBold);
  font-weight: 600;
}

.text-tab {
  font-size: 22px;
  line-height: 30px;
}

.text-tab-bold {
  font-size: 22px;
  line-height: 33.6px;
  font-family: var(--Font_Bold);
  font-weight: 700;
}

@media (max-width: 1359px) {
  h1, .h1 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 56px;
    line-height: 64px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 54px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5, .h5 {
    font-size: 22px;
    line-height: 30px;
  }
  h6, .h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .text-h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .text-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .text-h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-h5,
  .text-h5-semibold {
    font-size: 22px;
    line-height: 30px;
  }
  .text-tab,
  .text-tab-bold {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 44px;
  }
  h3, .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6, .h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .text-h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .text-h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .text-h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .text-h5,
  .text-h5-semibold {
    font-size: 20px;
    line-height: 28px;
  }
  .text-tab,
  .text-tab-bold {
    font-size: 18px;
    line-height: 26px;
  }
  .text-body,
  .text-body-semibold {
    font-size: 16px;
    line-height: 21px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

button {
  letter-spacing: 0;
  text-transform: none;
  font-weight: inherit;
}

.tagline_text {
  color: var(--Color_Brand_Dark_Blue);
  font-size: 22px;
  line-height: 1.27;
  font-family: var(--Font_Bold);
  font-weight: 700;
  letter-spacing: 2.399994px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .tagline_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tagline_text {
    font-size: 18px;
  }
}

button,
a.button,
.btn {
  padding: 13px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.4px;
  background: var(--Color_Brand_Black);
  color: var(--Color_White);
  border: 2px solid var(--Color_Brand_Black);
  transition: all 0.5s ease;
}
button:hover,
a.button:hover,
.btn:hover {
  background: var(--Color_Brand_Red);
  color: var(--Color_White);
  border: 2px solid var(--Color_Brand_Red);
}
button:focus,
a.button:focus,
.btn:focus {
  color: var(--Color_White);
}
button.button_theme__bg_BE4844_text_FFFFFF,
a.button.button_theme__bg_BE4844_text_FFFFFF,
.btn.button_theme__bg_BE4844_text_FFFFFF {
  background: var(--Color_Brand_Red);
  color: var(--Color_White);
  border: 2px solid var(--Color_Brand_Red);
}
button.button_theme__bg_BE4844_text_FFFFFF:hover,
a.button.button_theme__bg_BE4844_text_FFFFFF:hover,
.btn.button_theme__bg_BE4844_text_FFFFFF:hover {
  background: var(--Color_Brand_Black);
  color: var(--Color_White);
  border: 2px solid var(--Color_Brand_Black);
}
button.button_theme__bg_8EB4E3_text_242424,
a.button.button_theme__bg_8EB4E3_text_242424,
.btn.button_theme__bg_8EB4E3_text_242424 {
  background: var(--Color_Brand_Light_Blue);
  color: var(--Color_Brand_Black);
  border: 2px solid var(--Color_Brand_Light_Blue);
}
button.button_theme__bg_8EB4E3_text_242424:hover,
a.button.button_theme__bg_8EB4E3_text_242424:hover,
.btn.button_theme__bg_8EB4E3_text_242424:hover {
  background: var(--Color_Brand_Black);
  color: var(--Color_White);
  border: 2px solid var(--Color_Brand_Black);
}

/*************** Spacing Options Style ****************/
.top_outer_space_big {
  margin-top: 130px;
}

.bottom_outer_space_big {
  margin-bottom: 130px;
}

.top_outer_space_global {
  margin-top: 100px;
}

.bottom_outer_space_global {
  margin-bottom: 100px;
}

.top_outer_space_medium {
  margin-top: 75px;
}

.bottom_outer_space_medium {
  margin-bottom: 75px;
}

.top_outer_space_small {
  margin-top: 50px;
}

.bottom_outer_space_small {
  margin-bottom: 50px;
}

.top_outer_space_remove {
  margin-top: 0;
}

.bottom_outer_space_remove {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .top_outer_space_big {
    margin-top: 100px;
  }
  .bottom_outer_space_big {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .top_outer_space_big {
    margin-top: 75px;
  }
  .bottom_outer_space_big {
    margin-bottom: 75px;
  }
  .bottom_outer_space_global {
    margin-bottom: 75px;
  }
  .bottom_outer_space_global {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .top_outer_space_big {
    margin-top: 50px;
  }
  .bottom_outer_space_big {
    margin-bottom: 50px;
  }
  .top_outer_space_global {
    margin-top: 50px;
  }
  .bottom_outer_space_global {
    margin-bottom: 50px;
  }
  .top_outer_space_medium {
    margin-top: 50px;
  }
  .bottom_outer_space_medium {
    margin-bottom: 50px;
  }
}
.slick-arrow {
  background: var(--Color_Light_Gray);
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease 0.5s;
}
.slick-arrow svg path {
  transition: all ease 0.5s;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
}
.slick-arrow.slick-disabled svg path {
  fill: var(--Color_Brand_Light_Blue_2);
}
.slick-arrow:hover {
  background: var(--Color_Lighter_Blue);
}
.slick-arrow:focus {
  background: var(--Color_Lighter_Blue);
}

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