/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style/main.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.admin-bar #site-header {
  margin-top: 46px;
}
@media only screen and (max-width: 600px) {
  body.admin-bar #site-header.admin-bar-is-active-but-not-in-view {
    margin-top: 0;
  }
}
@media only screen and (min-width: 783px) {
  body.admin-bar #site-header {
    margin-top: 32px;
  }
}
body.admin-bar #site-nav-mobile {
  margin-top: 46px;
}
@media only screen and (max-width: 600px) {
  body.admin-bar #site-nav-mobile.admin-bar-is-active-but-not-in-view {
    margin-top: 0;
  }
}
@media only screen and (min-width: 783px) {
  body.admin-bar #site-nav-mobile {
    margin-top: 32px;
  }
}
body * {
  font-weight: normal;
}

.gl-header-no-scroll {
  overflow: hidden;
}
@media only screen and (min-width : 1280px) {
  .gl-header-no-scroll {
    overflow: visible;
  }
}

.gl-no-scroll {
  overflow: hidden;
}

.gl-text-editor {
  color: #3B3B3B;
}
.gl-text-editor.gl-text-editor--white * {
  color: #fff;
}
.gl-text-editor strong {
  font-weight: 600;
}
.gl-text-editor * {
  margin-bottom: clamp(20px, 1.7361111111vw, 25px);
}
.gl-text-editor *:last-child {
  margin-bottom: 0;
}
.gl-text-editor h1 strong, .gl-text-editor h2 strong, .gl-text-editor h3 strong, .gl-text-editor h4 strong, .gl-text-editor h5 strong, .gl-text-editor h6 strong {
  font-weight: 700;
}
.gl-text-editor h1, .gl-text-editor h1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(3.8888888889vw, 40px);
}
.gl-text-editor h2, .gl-text-editor h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(3.1944444444vw, 36px);
}
.gl-text-editor h3, .gl-text-editor h3 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(2.5vw, 30px);
}
.gl-text-editor h4, .gl-text-editor h4 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(1.8055555556vw, 20px);
}
.gl-text-editor h5, .gl-text-editor h5 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(1.1111111111vw, 16px);
}
.gl-text-editor h6, .gl-text-editor h6 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(1.1111111111vw, 14px);
}
.gl-text-editor p, .gl-text-editor li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
}
.gl-text-editor table {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  border-collapse: collapse;
  margin-bottom: clamp(20px, 1.7361111111vw, 25px) !important;
}
.gl-text-editor table td, .gl-text-editor table th {
  border: 1px solid #000;
  padding: 5px;
  box-sizing: border-box;
}
.gl-text-editor a {
  transition: all 200ms ease 0ms;
  text-decoration: underline;
  color: inherit;
}
.gl-text-editor ul li, .gl-text-editor ol li {
  margin-bottom: 0;
}
.gl-text-editor ul li ul, .gl-text-editor ul li ol, .gl-text-editor ol li ul, .gl-text-editor ol li ol {
  margin-top: max(1.0416666667vw, 10px);
  margin-bottom: 0;
}
.gl-text-editor ul li:last-child, .gl-text-editor ol li:last-child {
  margin-bottom: 0;
}
.gl-text-editor ul {
  list-style: disc;
  padding-left: max(1.5277777778vw, 18px);
}
.gl-text-editor ol {
  list-style: decimal;
  padding-left: max(1.7361111111vw, 19px);
}
.gl-text-editor img, .gl-text-editor iframe {
  max-width: 100%;
}
.gl-text-editor img.size-full, .gl-text-editor iframe.size-full {
  width: 100%;
}
.gl-text-editor img.alignleft, .gl-text-editor iframe.alignleft {
  max-width: 100%;
  float: left;
  margin-right: max(20px, 1.3888888889vw);
}
.gl-text-editor img.aligncenter, .gl-text-editor iframe.aligncenter {
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.gl-text-editor img.alignright, .gl-text-editor iframe.alignright {
  max-width: 100%;
  float: right;
  margin-left: max(20px, 1.3888888889vw);
}
.gl-text-editor iframe {
  width: 100%;
  height: max(210px, 27.7777777778vw);
}
.gl-text-editor *[class^=style-h] {
  all: unset;
  display: block;
}
.gl-text-editor .style-h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(3.8888888889vw, 40px);
}
.gl-text-editor .style-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(3.1944444444vw, 36px);
}
.gl-text-editor .style-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(2.5vw, 30px);
}
.gl-text-editor .style-h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(1.8055555556vw, 20px);
}
.gl-text-editor .style-h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(1.1111111111vw, 16px);
}
.gl-text-editor .style-h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  font-size: max(1.1111111111vw, 14px);
}

#site-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: max(125px, 9.2361111111vw);
}

.pretitle {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: max(18px, 1.8055555556vw);
  font-weight: 500;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.pretitle span {
  border-bottom: 4px solid #EF0F17;
}
@media only screen and (min-width : 768px) {
  .pretitle span {
    border: none;
  }
  .pretitle:after {
    content: "";
    height: 4px;
    margin-left: 15px;
    background-color: #EF0F17;
    width: max(25px, 3.125vw);
  }
  .pretitle:before {
    content: "";
    height: 4px;
    margin-right: 15px;
    background-color: #EF0F17;
    width: max(25px, 3.125vw);
  }
}

.gl-divider-bar {
  display: flex;
}
.gl-divider-bar:after {
  content: "";
  width: 50%;
  background-color: #030BB8;
  height: 15px;
  display: block;
}
.gl-divider-bar:before {
  content: "";
  width: 50%;
  background-color: #0D1285;
  height: 15px;
  display: block;
}

.template-default-page-container .section-featured-image .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 55%;
  margin-bottom: max(15px, 2.0833333333vw);
}
.template-default-page-container .section-featured-image .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gl-button, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-] {
  transition: all 200ms ease 0ms;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: max(20px, 1.8055555556vw);
  letter-spacing: 0em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 8px 14px 7px;
  min-width: max(190px, 18.0555555556vw);
  box-sizing: border-box;
  border-radius: 0;
  border: solid 2px #EF0F17;
  background-color: #EF0F17;
  min-height: max(40px, 3.4722222222vw);
}
.gl-button:hover, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-]:hover,
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-]:hover,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-]:hover {
  background-color: rgb(215.0059055118, 13.4940944882, 20.6909448819);
}
.gl-button.gl-button--white-transparent, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--white-transparent[id^=wpforms-submit-],
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--white-transparent[id^=wpforms-submit-],
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--white-transparent[id^=wpforms-submit-] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.gl-button.gl-button--white-transparent:hover, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--white-transparent[id^=wpforms-submit-]:hover,
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--white-transparent[id^=wpforms-submit-]:hover,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--white-transparent[id^=wpforms-submit-]:hover {
  background-color: #fff;
  color: #0D5FB0;
}
.gl-button.gl-button--blue-transparent, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--blue-transparent[id^=wpforms-submit-],
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--blue-transparent[id^=wpforms-submit-],
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--blue-transparent[id^=wpforms-submit-] {
  background-color: transparent;
  border-color: #0D5FB0;
  color: #0D5FB0;
}
.gl-button.gl-button--blue-transparent:hover, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--blue-transparent[id^=wpforms-submit-]:hover,
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--blue-transparent[id^=wpforms-submit-]:hover,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--blue-transparent[id^=wpforms-submit-]:hover {
  background-color: #0D5FB0;
  color: #fff;
}
.gl-button.gl-button--light-purple, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--light-purple[id^=wpforms-submit-],
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--light-purple[id^=wpforms-submit-],
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--light-purple[id^=wpforms-submit-] {
  background-color: #EDF0FF;
  border-color: #EDF0FF;
  color: #fff;
}
.gl-button.gl-button--light-purple:hover, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--light-purple[id^=wpforms-submit-]:hover,
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--light-purple[id^=wpforms-submit-]:hover,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button.gl-button--light-purple[id^=wpforms-submit-]:hover {
  background-color: rgb(211.5, 218.75, 255);
}

.gl-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  position: relative;
  color: #34424F;
  font-size: max(18px, 1.9444444444vw);
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.gl-link img {
  margin-left: max(5px, 0.6944444444vw);
  width: max(7px, 0.6944444444vw);
}
.gl-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #34424F;
  transition: all 400ms ease 0ms;
}
.gl-link:hover:after {
  width: 0%;
}

.gl-content-sidebar {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding: 0 max(20px, 6.9444444444vw);
  margin-bottom: max(60px, 5.5555555556vw);
  margin-top: max(60px, 5.5555555556vw);
}
@media only screen and (min-width : 1024px) {
  .gl-content-sidebar {
    padding-top: 0;
    flex-wrap: nowrap;
  }
}
.gl-content-sidebar.gl-content-sidebar--no-sidebar .gl-content-sidebar__sidebar {
  display: none;
}
.gl-content-sidebar.gl-content-sidebar--no-sidebar .gl-content-sidebar__content {
  width: 100%;
  padding: 0;
}
.gl-content-sidebar .gl-content-sidebar__content {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .gl-content-sidebar .gl-content-sidebar__content {
    width: 67.8%;
    padding-right: max(5.2083333333vw, 20px);
  }
}
.gl-content-sidebar .gl-content-sidebar__sidebar {
  max-width: max(500px, 50%);
  width: 100%;
  margin: 60px auto 0;
}
@media only screen and (min-width : 1024px) {
  .gl-content-sidebar .gl-content-sidebar__sidebar {
    max-width: 100%;
    margin-top: 0;
    width: 32.2%;
  }
}

.gl-slider-button {
  transition: all 400ms ease 0ms;
  padding: 0;
  border: none;
  width: max(50px, 6.9444444444vw);
  height: max(50px, 6.9444444444vw);
  background-color: #E6E6E6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gl-slider-button.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.gl-slider-button:hover {
  background-color: #EDF0FF;
}
.gl-slider-button:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: max(28px, 2.0833333333vw);
  height: max(42px, 4.0277777778vw);
}
.gl-slider-button.gl-slider-button--prev:after {
  transform: rotate(180deg);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button,
input,
textarea {
  border-radius: 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  html {
    overflow-x: hidden;
  }
}
body .gl-form-holder.gl-form-holder--no-css-layouts div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field,
body .gl-form-holder.gl-form-holder--no-css-layouts .wpforms-container form[id^=wpforms-form-] .wpforms-field,
body .gl-form-holder.gl-form-holder--no-css-layouts .wpforms-container-full form[id^=wpforms-form-] .wpforms-field {
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .wpforms-container {
  margin: 0 !important;
}
body div[id^=wpforms-],
body .wpforms-container,
body .wpforms-container-full {
  box-sizing: border-box;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container {
  background-color: transparent !important;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field {
  background-color: transparent;
  padding: 0;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width : 768px) {
  body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field,
  body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field,
  body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
}
@media only screen and (min-width : 768px) {
  body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-textarea,
  body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-textarea,
  body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-textarea {
    width: 100%;
    margin-left: 0px;
  }
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field:not(.wpforms-field-layout),
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field:not(.wpforms-field-layout),
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field:not(.wpforms-field-layout) {
  margin-bottom: max(15px, 1.3888888889vw);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices.is-open:after,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices.is-open:after,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices.is-open:after {
  border: none;
  transform: translateY(-50%) rotate(180deg);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices:after,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices:after,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices:after {
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 17px;
  height: 9px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner {
  border-radius: 0;
  min-height: max(3.6805555556vw, 45px);
  padding: 0 max(15px, 1.3888888889vw);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list {
  padding: 0;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__item,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__item,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__item {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  opacity: 1;
  font-size: max(15px, 1.1805555556vw);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__placeholder,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__placeholder,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__placeholder {
  color: #003D75;
  opacity: 1;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__button,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__button,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner .choices__list .choices__button {
  opacity: 1;
  background-size: max(0.6944444444vw, 10px);
  margin-right: max(1.3888888889vw, 10px);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list {
  padding: 0;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(15px, 1.1805555556vw);
  box-sizing: border-box;
  padding: max(7px, 0.6944444444vw) max(15px, 1.3888888889vw);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item.is-selected,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item.is-selected,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item.is-selected {
  background-color: #003D75;
  color: #fff;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item:not(.is-selected).is-highlighted,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item:not(.is-selected).is-highlighted,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__list--dropdown .choices__list .choices__item:not(.is-selected).is-highlighted {
  background-color: #ddd;
  color: #000;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field .wpforms-field-label,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field .wpforms-field-label,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field .wpforms-field-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(15px, 1.1805555556vw);
  color: #fff;
  margin-bottom: max(0.2083333333vw, 3px);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input,
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea,
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  width: 100%;
  border-radius: 0;
  border: 1px solid #EEEEEE;
  min-height: max(3.6805555556vw, 45px);
  padding: 0 max(15px, 1.3888888889vw);
  box-sizing: border-box;
  background-color: #fff;
  font-size: max(15px, 1.1805555556vw);
  color: #3B3B3B;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input::-moz-placeholder, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea::-moz-placeholder, body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select::-moz-placeholder, body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input::-moz-placeholder, body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea::-moz-placeholder, body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select::-moz-placeholder, body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input::-moz-placeholder, body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea::-moz-placeholder, body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select::-moz-placeholder {
  color: #3B3B3B;
  opacity: 1;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input::placeholder,
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea::placeholder,
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select::placeholder,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input::placeholder,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea::placeholder,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select::placeholder,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field input::placeholder,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea::placeholder,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field select::placeholder {
  color: #3B3B3B;
  opacity: 1;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field textarea {
  padding: max(15px, 1.3888888889vw);
  min-height: max(150px, 13.8888888889vw);
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field em.wpforms-error,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field em.wpforms-error,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field em.wpforms-error {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #ff4e4;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(15px, 1.1805555556vw);
  margin-top: 5px;
  padding-left: 0;
  display: block;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field em.wpforms-error:before,
body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field em.wpforms-error:before,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field em.wpforms-error:before {
  background-color: #ff4e4e;
  display: none;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-] {
  width: 100%;
  text-transform: capitalize;
  height: auto;
}
body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-]:hover,
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-]:hover,
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-]:hover {
  opacity: 1;
  background: #0D5FB0 !important;
  background-color: #0D5FB0 !important;
  color: #fff;
  border-color: #fff;
}

#site-header {
  transition: all 400ms ease 0ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #EDF0FF;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 1250px) {
  #site-header.scrolled .content .row.row-top .col:nth-child(1) .logo-holder {
    width: max(120px, 11.1111111111vw);
  }
  #site-header.scrolled .content .row .contact-holder .contact .contact-info-holder .contact-title {
    font-size: max(14px, 1.3888888889vw);
  }
  #site-header.scrolled .content .row .contact-holder .contact .contact-info-holder .contact-pretitle {
    font-size: max(12px, 0.8333333333vw);
  }
  #site-header.scrolled .content .row .contact-holder .contact .gl-button, #site-header.scrolled .content .row .contact-holder .contact body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-], body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container #site-header.scrolled .content .row .contact-holder .contact button[id^=wpforms-submit-],
  #site-header.scrolled .content .row .contact-holder .contact body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
  body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container #site-header.scrolled .content .row .contact-holder .contact button[id^=wpforms-submit-],
  #site-header.scrolled .content .row .contact-holder .contact body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
  body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container #site-header.scrolled .content .row .contact-holder .contact button[id^=wpforms-submit-] {
    font-size: max(14px, 1.25vw);
    min-height: max(30px, 2.7777777778vw);
    min-width: max(160px, 13.8888888889vw);
  }
  #site-header.scrolled .content .row .contact-holder .contact .contact-link {
    font-size: max(24px, 2.3611111111vw);
    margin-bottom: max(6px, 0.5555555556vw);
  }
  #site-header.scrolled .content .row.row-top .col:nth-child(2) .icon-holder {
    width: max(20px, 2.0833333333vw);
  }
  #site-header.scrolled .content .row.row-bottom .menu-desktop nav .menu > li > a {
    padding: max(5px, 1.0416666667vw) max(5px, 0.6944444444vw);
  }
}
#site-header .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#site-header .content .row .contact-holder {
  display: none;
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row .contact-holder {
    display: flex;
  }
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row .contact-holder .contact {
    display: flex;
    align-items: center;
  }
}
#site-header .content .row .contact-holder .contact .contact-info-holder {
  display: flex;
  flex-direction: column;
  margin-right: max(10px, 1.0416666667vw);
  text-align: right;
}
#site-header .content .row .contact-holder .contact .contact-info-holder .contact-pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(14px, 0.9722222222vw);
  color: #3B3B3B;
  transition: all 400ms ease 0ms;
}
#site-header .content .row .contact-holder .contact .contact-info-holder .contact-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #3B3B3B;
  text-transform: uppercase;
  font-size: max(14px, 1.9444444444vw);
  transition: all 400ms ease 0ms;
}
@media only screen and (max-width : 767px) {
  #site-header .content .row .contact-holder .contact .contact-info-holder .contact-title {
    font-size: 14px;
  }
}
@media only screen and (max-width : 449px) {
  #site-header .content .row .contact-holder .contact .contact-info-holder .contact-title {
    font-size: 12px;
  }
}
#site-header .content .row.row-mobile {
  display: block;
  background-color: #EF0F17;
  padding: 10px max(20px, 8.3333333333vw);
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row.row-mobile {
    padding: 0;
    display: none;
  }
}
#site-header .content .row.row-mobile .icon-holder {
  width: max(25px, 2.7777777778vw);
  margin-right: max(9px, 0.9027777778vw);
  transition: all 400ms ease 0ms;
}
#site-header .content .row.row-mobile .icon-holder img {
  width: 100%;
}
#site-header .content .row.row-mobile .contact-holder {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row.row-mobile .contact-holder {
    display: none;
  }
}
#site-header .content .row.row-mobile .contact-holder .contact-pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: 12px;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  #site-header .content .row.row-mobile .contact-holder .contact-pretitle {
    text-align: left;
  }
}
#site-header .content .row.row-mobile .contact-holder .contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-header .content .row.row-mobile .contact-holder .contact .contact-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}
#site-header .content .row.row-mobile .contact-holder .contact-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 768px) {
  #site-header .content .row.row-mobile .contact-holder .contact-link {
    font-size: 20px;
    text-align: left;
  }
}
#site-header .content .row.row-top {
  background-color: #EDF0FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(10px, 0.6944444444vw) max(20px, 6.9444444444vw);
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row.row-top {
    padding: max(10px, 0.8333333333vw) max(20px, 6.9444444444vw);
    background-color: #fff;
  }
}
#site-header .content .row.row-top .col:nth-child(1) .logo-holder {
  display: block;
  width: max(160px, 14.9305555556vw);
  transition: all 400ms ease 0ms;
}
#site-header .content .row.row-top .col:nth-child(1) .logo-holder img {
  width: 100%;
  height: auto;
}
#site-header .content .row.row-top .col:nth-child(2) {
  display: flex;
  align-items: center;
}
#site-header .content .row.row-top .col:nth-child(2) .icon-holder {
  width: max(25px, 2.7777777778vw);
  margin-right: max(9px, 0.9027777778vw);
  transition: all 400ms ease 0ms;
}
#site-header .content .row.row-top .col:nth-child(2) .icon-holder img {
  width: 100%;
}
#site-header .content .row.row-top .col:nth-child(2) .button-holder {
  display: none;
}
#site-header .content .row.row-top .col:nth-child(2) .button-holder .gl-button, #site-header .content .row.row-top .col:nth-child(2) .button-holder body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-], body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container #site-header .content .row.row-top .col:nth-child(2) .button-holder button[id^=wpforms-submit-],
#site-header .content .row.row-top .col:nth-child(2) .button-holder body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container #site-header .content .row.row-top .col:nth-child(2) .button-holder button[id^=wpforms-submit-],
#site-header .content .row.row-top .col:nth-child(2) .button-holder body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container #site-header .content .row.row-top .col:nth-child(2) .button-holder button[id^=wpforms-submit-] {
  padding: max(8px, 0.6944444444vw) max(20px, 1.7361111111vw);
  min-height: initial;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row.row-top .col:nth-child(2) .button-holder {
    display: block;
  }
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #0D5FB0;
  letter-spacing: 0em;
  text-transform: initial;
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row.row-top .col:nth-child(2) .hambrger-holder {
    display: none;
  }
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger {
  width: 35px;
  display: block;
  margin-left: 10px;
}
@media only screen and (min-width : 450px) {
  #site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger {
    width: 40px;
    margin-left: 20px;
  }
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger.hamburger--active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 3px;
}
@media only screen and (min-width : 450px) {
  #site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger.hamburger--active span:nth-child(1) {
    top: 0px;
  }
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger.hamburger--active span:nth-child(2) {
  width: 0;
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger.hamburger--active span:nth-child(3) {
  transform: rotate(45deg);
  top: 1px;
}
@media only screen and (min-width : 450px) {
  #site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger.hamburger--active span:nth-child(3) {
    top: 2px;
  }
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger span {
  transition: all 400ms ease 0ms;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #0D5FB0;
  margin-bottom: 9px;
  top: 0px;
  position: relative;
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger span:nth-child(1) {
  transform-origin: top right;
}
#site-header .content .row.row-top .col:nth-child(2) .hambrger-holder .hamburger span:nth-child(3) {
  margin-bottom: 0;
  transform-origin: bottom right;
}
#site-header .content .row.row-bottom {
  padding: 0 max(20px, 6.9444444444vw);
  display: none;
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row.row-bottom {
    display: block;
  }
}
#site-header .content .row.row-bottom .menu-desktop {
  display: none;
}
@media only screen and (min-width : 1250px) {
  #site-header .content .row.row-bottom .menu-desktop {
    display: block;
  }
}
#site-header .content .row.row-bottom .menu-desktop nav .menu {
  display: flex;
  justify-content: space-between;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li {
  box-sizing: border-box;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li:last-child {
  border-right: none;
  margin: 0;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li:hover > a {
  color: #EF0F17;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li:hover > a:after {
  width: 100%;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li > a {
  transition: all 400ms ease 0ms;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #3B3B3B;
  letter-spacing: 0em;
  text-transform: initial;
  box-sizing: border-box;
  padding: max(15px, 1.3888888889vw) max(5px, 0.6944444444vw);
  position: relative;
  font-size: max(12px, 1.1111111111vw);
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li > a:after {
  content: "";
  background-color: #EF0F17;
  height: 4px;
  display: block;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms ease 0ms;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children {
  position: relative;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children:after {
  transition: all 400ms ease 0ms;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMS41TDcuNTcxNDMgNy41TDEzLjE0MjkgMS41IiBzdHJva2U9IiMzQjNCM0IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  position: absolute;
  right: min(-5px, -0.5555555556vw);
  width: max(10px, 1.0416666667vw);
  text-align: center;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children:hover:after {
  opacity: 1;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu {
  transition: all 400ms ease 0ms;
  position: absolute;
  background-color: #0D5FB0;
  left: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li {
  text-align: left;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li:hover > a {
  background-color: #EF0F17;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li > a {
  padding: max(10px, 0.6944444444vw) max(20px, 1.3888888889vw);
  display: block;
  transition: all 400ms ease 0ms;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0;
  text-transform: initial;
  font-size: max(16px, 1.1111111111vw);
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover {
  background-color: #EDF0FF;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:after {
  transition: all 400ms ease 0ms;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2LjU3MTQzIDYuNUwxMi4xNDI5IDAuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  position: absolute;
  right: max(5px, 0.3472222222vw);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
  transition: all 400ms ease 0ms;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
  white-space: nowrap;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li:hover > a {
  background-color: #EF0F17;
  color: #fff;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
  transition: all 400ms ease 0ms;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #0D5FB0;
  letter-spacing: 0;
  text-transform: initial;
  font-size: max(16px, 1.1111111111vw);
  padding: max(10px, 0.6944444444vw) max(20px, 1.3888888889vw);
  display: block;
}
#site-header .content .row.row-bottom .menu-desktop nav .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li .sub-menu {
  display: none;
}

#site-nav-mobile {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  background-color: #0D5FB0;
  padding-top: max(125px, 9.2361111111vw);
  overflow: auto;
}
@media only screen and (min-width : 1280px) {
  #site-nav-mobile {
    display: none !important;
  }
}
#site-nav-mobile .content {
  padding: 50px 20px;
  box-sizing: border-box;
}
#site-nav-mobile .content nav .menu li {
  margin-bottom: 20px;
}
#site-nav-mobile .content nav .menu li:last-child {
  margin-bottom: 0;
}
#site-nav-mobile .content nav .menu li.menu-item-has-children {
  position: relative;
}
#site-nav-mobile .content nav .menu li.menu-item-has-children:after {
  transition: all 400ms ease 0ms;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: initial;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2LjU3MTQzIDYuNUwxMi4xNDI5IDAuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  font-size: 30px;
  width: 15px;
  height: 17px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 8px;
  transform: translateY(-50%) rotate(0deg);
  line-height: 0.6;
}
#site-nav-mobile .content nav .menu li.menu-item-has-children.submenu-is-active:after {
  transform: translateY(-50%) rotate(180deg);
}
#site-nav-mobile .content nav .menu li .sub-menu {
  margin-top: 20px;
  display: none;
}
#site-nav-mobile .content nav .menu li .sub-menu .sub-menu {
  padding-left: 20px;
}
#site-nav-mobile .content nav .menu > li {
  box-sizing: border-box;
  width: 100%;
}
#site-nav-mobile .content nav .menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: initial;
  box-sizing: border-box;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  #site-nav-mobile .content nav .menu > li > a {
    font-size: 20px;
  }
}
#site-nav-mobile .content nav .menu > li.menu-item-has-children {
  position: relative;
}
#site-nav-mobile .content nav .menu > li.menu-item-has-children .sub-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0;
  text-transform: initial;
  font-size: 16px;
}
@media only screen and (min-width : 768px) {
  #site-nav-mobile .content nav .menu > li.menu-item-has-children .sub-menu li a {
    font-size: 18px;
  }
}
#site-nav-mobile .content .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
}
#site-nav-mobile .content .list .item {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: max(18px, 1.8055555556vw);
  font-weight: 400;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 50%;
  box-sizing: border-box;
}
#site-nav-mobile .content .list .item img {
  margin-right: 10px;
  width: 15px;
}
#site-nav-mobile .content .list .item:nth-child(odd) {
  padding-right: 10px;
}
#site-nav-mobile .content .list .item:nth-child(even) {
  padding-left: 10px;
}

#site-footer {
  margin-top: auto;
  border-top: 10px solid #EF0F17;
  background: rgb(13, 95, 176);
  background: linear-gradient(90deg, rgb(12, 84, 156) 0%, rgb(0, 60, 120) 100%);
  position: relative;
}
#site-footer .bg-footer {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
#site-footer .copyright {
  padding: 10px max(20px, 4.8611111111vw);
  box-sizing: border-box;
  text-align: center;
  background-color: #EF0F17;
  position: relative;
  z-index: 1;
}
#site-footer .copyright p, #site-footer .copyright a, #site-footer .copyright li {
  font-size: max(12px, 0.9722222222vw);
}
#site-footer .copyright p a, #site-footer .copyright a a, #site-footer .copyright li a {
  text-decoration: underline;
}
#site-footer .section-content {
  padding: max(40px, 4.1666666667vw) max(20px, 4.8611111111vw);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#site-footer .section-content .top-footer {
  display: flex;
  flex-wrap: wrap;
}
#site-footer .section-content .top-footer .left {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width : 1100px) {
  #site-footer .section-content .top-footer .left {
    width: 50%;
    padding: 0 max(10px, 7.6388888889vw);
    margin-bottom: 0px;
    padding-left: 0;
  }
}
#site-footer .section-content .top-footer .left .logo-holder {
  max-width: max(230px, 36.8055555556vw);
}
#site-footer .section-content .top-footer .left .logo-holder img {
  width: 100%;
}
#site-footer .section-content .top-footer .left .location-info {
  margin-top: max(15px, 2.0833333333vw);
}
#site-footer .section-content .top-footer .left .location-info a {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: max(16px, 1.25vw);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5em;
}
#site-footer .section-content .top-footer .left .location-info a img {
  width: max(20px, 1.9444444444vw);
  margin-right: 10px;
}
#site-footer .section-content .top-footer .left .phone-info {
  margin-top: max(15px, 2.0833333333vw);
}
#site-footer .section-content .top-footer .left .phone-info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: max(16px, 1.25vw);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
#site-footer .section-content .top-footer .left .phone-info a {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(24px, 2.7777777778vw);
  font-size: max(20px, 1.8055555556vw);
  color: #fff;
  transition: all 400ms ease 0ms;
}
#site-footer .section-content .top-footer .left .phone-info a:hover {
  color: #EF0F17;
}
#site-footer .section-content .top-footer .left .phone-info a img {
  width: max(20px, 1.9444444444vw);
  margin-right: 10px;
}
#site-footer .section-content .top-footer .left .social-boxes {
  display: flex;
  margin-top: max(15px, 2.0833333333vw);
}
#site-footer .section-content .top-footer .left .social-boxes .single-box {
  margin-right: max(20px, 2.0833333333vw);
}
#site-footer .section-content .top-footer .left .social-boxes .single-box:last-child {
  margin: 0;
}
#site-footer .section-content .top-footer .left .social-boxes .single-box a {
  transition: all 400ms ease 0ms;
  display: inline-block;
  height: max(25px, 2.0833333333vw);
}
#site-footer .section-content .top-footer .left .social-boxes .single-box a img {
  height: 100%;
  width: auto;
}
#site-footer .section-content .top-footer .left .social-boxes .single-box a:hover {
  opacity: 0.6;
}
#site-footer .section-content .top-footer .right {
  width: 100%;
}
@media only screen and (min-width : 1100px) {
  #site-footer .section-content .top-footer .right {
    width: 50%;
  }
}
#site-footer .section-content .top-footer .right .map-holder {
  padding-top: 70%;
  position: relative;
  background-color: #eee;
}
@media only screen and (min-width : 768px) {
  #site-footer .section-content .top-footer .right .map-holder {
    padding-top: 60%;
  }
}
@media only screen and (min-width : 1024px) {
  #site-footer .section-content .top-footer .right .map-holder {
    padding-top: 40%;
  }
}
#site-footer .section-content .top-footer .right .map-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#site-footer .section-content .top-footer .right .map-holder a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #EF0F17;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: max(16px, 1.25vw);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
}
#site-footer .section-content .top-footer .right .map-holder a:hover {
  text-decoration: underline;
}
#site-footer .section-content .top-footer .right .footer-description {
  margin-top: max(20px, 2.0833333333vw);
}
#site-footer .section-content .bottom-footer {
  border-top: 2px solid #fff;
  margin-top: max(30px, 3.4722222222vw);
  padding-top: max(30px, 3.4722222222vw);
}
#site-footer .section-content .bottom-footer ul {
  display: flex;
  flex-wrap: wrap;
}
#site-footer .section-content .bottom-footer ul li {
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  #site-footer .section-content .bottom-footer ul li {
    width: 25%;
    text-align: center;
  }
}
#site-footer .section-content .bottom-footer ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
  font-size: max(12px, 0.9722222222vw);
}
#site-footer .section-content .bottom-footer ul li a:hover {
  text-decoration: underline;
}

.template-part-hero .content {
  position: relative;
}
.template-part-hero .content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  opacity: 0.6;
}
.template-part-hero .content .background-img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.template-part-hero .content .hero-info {
  position: relative;
  z-index: 3;
  padding-top: max(30px, 2.4305555556vw);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width : 1024px) {
  .template-part-hero .content .hero-info {
    padding: 0 max(20px, 6.9444444444vw);
    padding-right: 0;
    padding-top: max(30px, 2.4305555556vw);
    padding-bottom: max(150px, 13.8888888889vw);
  }
}
.template-part-hero .content .hero-info .left {
  width: 100%;
  padding: 0 max(20px, 6.9444444444vw);
}
@media only screen and (min-width : 1024px) {
  .template-part-hero .content .hero-info .left {
    width: 56%;
    padding: 0;
  }
}
.template-part-hero .content .hero-info .left .badge-wrapper {
  white-space: nowrap;
  display: flex;
  align-content: center;
  margin-bottom: 10px;
}
.template-part-hero .content .hero-info .left .badge-wrapper .left-badge {
  display: flex;
  align-items: center;
}
.template-part-hero .content .hero-info .left .badge-wrapper .left-badge img {
  width: max(100px, 9.1666666667vw);
}
.template-part-hero .content .hero-info .left .badge-wrapper .right-badge {
  box-sizing: border-box;
  padding-left: max(15px, 1.3888888889vw);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(12px, 1.1111111111vw);
}
.template-part-hero .content .hero-info .left .badge-wrapper .right-badge span {
  display: block;
  margin-bottom: 5px;
}
.template-part-hero .content .hero-info .left .pretitle {
  justify-content: flex-start;
}
.template-part-hero .content .hero-info .left .pretitle:after {
  flex: 1;
}
.template-part-hero .content .hero-info .left .pretitle:before {
  display: none;
}
.template-part-hero .content .hero-info .left .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(45px, 4.5138888889vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: uppercase;
}
.template-part-hero .content .hero-info .left .title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(45px, 4.5138888889vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  color: #0D5FB0;
}
.template-part-hero .content .hero-info .left .description {
  margin-top: max(10px, 0.6944444444vw);
}
.template-part-hero .content .hero-info .left .description h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
}
.template-part-hero .content .hero-info .left .button-holder {
  margin-top: max(15px, 2.0833333333vw);
}
.template-part-hero .content .hero-info .right {
  width: 100%;
}
@media only screen and (min-width : 1024px) {
  .template-part-hero .content .hero-info .right {
    width: 44%;
  }
}
.template-part-hero .content .hero-info .right .image-holder {
  padding-top: 84%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width : 1024px) {
  .template-part-hero .content .hero-info .right .image-holder {
    padding-top: 42%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
.template-part-hero .content .hero-info .right .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.template-part-counter {
  margin-top: min(-110px, -10.0694444444vw);
  position: relative;
  z-index: 5;
}
.template-part-counter .content .group {
  padding: 0 max(20px, 6.9444444444vw);
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .template-part-counter .content .group {
    padding: 0;
  }
}
.template-part-counter .content .group .single-counter-box {
  height: 100%;
  background-color: #EDF0FF;
}
@media only screen and (min-width : 1024px) {
  .template-part-counter .content .group .single-counter-box {
    background-color: #fff;
  }
}
.template-part-counter .content .group .single-counter-box:hover {
  background-color: #EDF0FF;
}
.template-part-counter .content .group .single-counter-box:hover .single-counter-box-content .button-holder {
  opacity: 1;
  visibility: visible;
}
.template-part-counter .content .group .single-counter-box .single-counter-box-content {
  position: relative;
  height: 100%;
  padding: max(20px, 1.7361111111vw);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 400ms ease 0ms;
}
.template-part-counter .content .group .single-counter-box .single-counter-box-content .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0D5FB0;
  font-size: max(36px, 4.1666666667vw);
  transition: all 400ms ease 0ms;
  margin-bottom: 10px;
}
.template-part-counter .content .group .single-counter-box .single-counter-box-content .separator {
  display: block;
  height: 4px;
  background-color: #EF0F17;
  width: 100%;
  transition: all 400ms ease 0ms;
  margin-bottom: max(15px, 1.3888888889vw);
}
.template-part-counter .content .group .single-counter-box .single-counter-box-content .separator.bottom-separator {
  margin-bottom: 0;
  margin-top: max(15px, 1.3888888889vw);
}
.template-part-counter .content .group .single-counter-box .single-counter-box-content .description {
  margin-bottom: 10px;
}
.template-part-counter .content .group .single-counter-box .single-counter-box-content .description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #3B3B3B;
  letter-spacing: 0em;
  text-transform: initial;
  transition: all 400ms ease 0ms;
  text-align: center;
}
.template-part-counter .content .group .single-counter-box .single-counter-box-content .button-holder {
  margin-top: auto;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 1100px) {
  .template-part-counter .content .group .single-counter-box .single-counter-box-content .button-holder {
    opacity: 0;
    visibility: hidden;
  }
}
.template-part-counter .content .group .swiper .swiper-slide {
  height: auto;
}
.template-part-counter .content .group .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  margin-top: 10px;
  opacity: 1;
}
.template-part-counter .content .group .swiper-pagination .swiper-pagination-bullet {
  width: max(10px, 0.6944444444vw);
  height: max(10px, 0.6944444444vw);
  background-color: #0D5FB0;
}
.template-part-counter .content .group .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EF0F17;
}

.template-part-contact {
  overflow: hidden;
  position: relative;
}
.template-part-contact .bg-contact {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-contact .content {
  position: relative;
  padding: 45px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-part-contact .content {
    padding: max(45px, 6.25vw) max(20px, 12.5vw);
  }
}
.template-part-contact .content .contact-description {
  margin-top: max(30px, 3.4722222222vw);
}
.template-part-contact .content .background {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-contact .content .logo-icon-holder {
  width: max(77px, 5.5555555556vw);
  margin: auto;
  margin-bottom: 20px;
}
.template-part-contact .content .logo-icon-holder .logo-icon {
  width: 100%;
}
.template-part-contact .content .title {
  text-align: center;
  position: relative;
  z-index: 2;
}
.template-part-contact .content .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-contact .content .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  color: #0D5FB0;
}
.template-part-contact .content .subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: max(15px, 2.0833333333vw);
  margin-top: max(10px, 1.0416666667vw);
  flex-direction: column;
}
.template-part-contact .content .subtitle a {
  color: #000;
  white-space: nowrap;
}
@media only screen and (min-width : 1024px) {
  .template-part-contact .content .subtitle {
    flex-direction: row;
  }
}

.template-part-small-hero .content {
  overflow: hidden;
}
.template-part-small-hero .content .group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px max(20px, 6.9444444444vw);
  box-sizing: border-box;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .template-part-small-hero .content .group {
    padding: 0px max(20px, 6.9444444444vw);
  }
}
.template-part-small-hero .content .group .background {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-small-hero .content .group .left {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-part-small-hero .content .group .left {
    width: 60%;
  }
}
.template-part-small-hero .content .group .left .hero-info {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
.template-part-small-hero .content .group .left .hero-info h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-small-hero .content .group .left .hero-info h1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  color: #0D5FB0;
}
.template-part-small-hero .content .group .left .hero-info h1.small-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(30px, 2.4305555556vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-small-hero .content .group .left .hero-info h1.small-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(30px, 2.4305555556vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  color: #0D5FB0;
}
.template-part-small-hero .content .group .left .hero-info .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  margin-bottom: max(15px, 1.3888888889vw);
  margin-top: max(15px, 1.3888888889vw);
}
.template-part-small-hero .content .group .left .hero-info .badge-wrapper {
  white-space: nowrap;
  display: flex;
  align-content: center;
  margin-top: 10px;
}
.template-part-small-hero .content .group .left .hero-info .badge-wrapper .left-badge {
  display: flex;
  align-items: center;
}
.template-part-small-hero .content .group .left .hero-info .badge-wrapper .left-badge img {
  width: max(100px, 9.1666666667vw);
}
.template-part-small-hero .content .group .left .hero-info .badge-wrapper .right-badge {
  box-sizing: border-box;
  padding-left: max(15px, 1.3888888889vw);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(12px, 1.1111111111vw);
}
.template-part-small-hero .content .group .left .hero-info .badge-wrapper .right-badge span {
  display: block;
  margin-bottom: 5px;
}
.template-part-small-hero .content .group .right {
  width: 100%;
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-part-small-hero .content .group .right {
    width: 40%;
    display: block;
  }
}
.template-part-small-hero .content .group .right .image-holder {
  padding-top: 66%;
  overflow: hidden;
  position: relative;
}
.template-part-small-hero .content .group .right .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.template-part-sidebar div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner, .template-part-sidebar body .wpforms-container form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner, .template-part-sidebar body .wpforms-container-full form[id^=wpforms-form-] .wpforms-field-container .wpforms-field.wpforms-field-select .choices .choices__inner, .template-part-sidebar input, .template-part-sidebar textarea {
  background-color: #fff !important;
}
.template-part-sidebar .content .button-holder {
  margin-top: max(15px, 2.0833333333vw);
}
.template-part-sidebar .content .button-holder .gl-button, .template-part-sidebar .content .button-holder body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-], body div[id^=wpforms-] form[id^=wpforms-form-] .wpforms-submit-container .template-part-sidebar .content .button-holder button[id^=wpforms-submit-],
.template-part-sidebar .content .button-holder body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container form[id^=wpforms-form-] .wpforms-submit-container .template-part-sidebar .content .button-holder button[id^=wpforms-submit-],
.template-part-sidebar .content .button-holder body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container button[id^=wpforms-submit-],
body .wpforms-container-full form[id^=wpforms-form-] .wpforms-submit-container .template-part-sidebar .content .button-holder button[id^=wpforms-submit-] {
  font-size: max(20px, 1.8055555556vw);
}
.template-part-sidebar .content .swiper-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.template-part-sidebar .content .swiper-arrow.swiper-arrow-right {
  right: 0;
}
.template-part-sidebar .content .swiper-arrow.swiper-arrow-left {
  left: 0;
}
.template-part-sidebar .content .swiper-arrow.swiper-arrow-left img {
  position: relative;
  transform: rotate(180deg);
}
.template-part-sidebar .content .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: max(20px, 1.8055555556vw);
  text-align: center;
  text-transform: uppercase;
}
.template-part-sidebar .content .sidebar-section-form {
  background-color: #0D5FB0;
  padding: max(30px, 2.0833333333vw);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.template-part-sidebar .content .sidebar-section-form .header {
  margin-bottom: max(20px, 2.0833333333vw);
}
.template-part-sidebar .content .sidebar-section-form .header .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 600;
  text-align: center;
}
.template-part-sidebar .content .sidebar-section-counter {
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.template-part-sidebar .content .sidebar-section-counter .title {
  background-color: #34424F;
  padding: max(10px, 1.3888888889vw) max(20px, 2.0833333333vw);
}
.template-part-sidebar .content .sidebar-section-counter .swiper-holder {
  padding: 0 max(20px, 2.0833333333vw);
  padding-bottom: max(20px, 2.0833333333vw);
  background-color: #EDF0FF;
}
.template-part-sidebar .content .sidebar-section-counter .single-counter-box-content {
  position: relative;
  padding: max(25px, 3.125vw) max(20px, 1.7361111111vw);
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease 0ms;
}
.template-part-sidebar .content .sidebar-section-counter .single-counter-box-content .big-number {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #3B3B3B;
  font-size: max(70px, 10.0694444444vw);
  z-index: 0;
  opacity: 0.06;
  transition: all 400ms ease 0ms;
}
.template-part-sidebar .content .sidebar-section-counter .single-counter-box-content .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #34424F;
  font-size: max(32px, 3.1944444444vw);
  transition: all 400ms ease 0ms;
}
.template-part-sidebar .content .sidebar-section-counter .single-counter-box-content .separator {
  display: block;
  height: 4px;
  background-color: #E37C3B;
  width: max(36px, 4.1666666667vw);
  margin: max(10px, 1.3888888889vw) 0;
  transition: all 400ms ease 0ms;
}
.template-part-sidebar .content .sidebar-section-counter .single-counter-box-content .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: max(5px, 0.6944444444vw);
  color: #34424F;
  font-size: max(18px, 1.3888888889vw);
  transition: all 400ms ease 0ms;
}
.template-part-sidebar .content .sidebar-section-counter .single-counter-box-content .description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #727272;
  letter-spacing: 0em;
  text-transform: initial;
  transition: all 400ms ease 0ms;
  text-align: center;
}
.template-part-sidebar .content .sidebar-section-google-testimonials {
  margin-top: max(20px, 2.7777777778vw);
}
.template-part-sidebar .content .sidebar-section-google-testimonials .title {
  color: #3B3B3B;
  margin-bottom: max(20px, 2.0833333333vw);
}
.template-part-sidebar .content .sidebar-section-google-testimonials .button-holder {
  text-align: center;
}
.template-part-sidebar .content .sidebar-section-testimonials {
  margin-top: 20px;
  background-color: #fff;
  color: #34424F;
  padding: max(20px, 2.7777777778vw) max(20px, 2.0833333333vw);
  text-align: center;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.template-part-sidebar .content .sidebar-section-testimonials .title {
  color: #3B3B3B;
}
.template-part-sidebar .content .sidebar-section-testimonials .testimonial-stars {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.template-part-sidebar .content .sidebar-section-testimonials .testimonial-stars img {
  margin-right: max(5px, 0.3472222222vw);
}
.template-part-sidebar .content .sidebar-section-testimonials .testimonial-stars img:last-child {
  margin: 0;
}
.template-part-sidebar .content .sidebar-section-testimonials .testimonial-description {
  margin-top: 10px;
  padding: 0 max(20px, 2.0833333333vw);
}
.template-part-sidebar .content .sidebar-section-testimonials .testimonial-description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
}
.template-part-sidebar .content .sidebar-section-testimonials .testimonial-author {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: max(18px, 1.6666666667vw);
  text-transform: uppercase;
  margin-top: 20px;
  color: #0D5FB0;
}
.template-part-sidebar .content .sidebar-section-testimonials .testimonial-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: 14px;
  color: #727272;
}
.template-part-sidebar .content .sidebar-section-links {
  margin-top: 20px;
  background-color: #EDF0FF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  color: #34424F;
  padding: max(20px, 2.7777777778vw) max(20px, 2.0833333333vw);
  text-align: center;
}
.template-part-sidebar .content .sidebar-section-links .title {
  color: #34424F;
}
.template-part-sidebar .content .sidebar-section-links ul li {
  border-bottom: 2px solid #0D5FB0;
}
.template-part-sidebar .content .sidebar-section-links ul li:first-child {
  border-top: 2px solid #0D5FB0;
  margin-top: max(15px, 2.0833333333vw);
}
.template-part-sidebar .content .sidebar-section-links ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #0D5FB0;
  letter-spacing: 0em;
  text-transform: initial;
  transition: all 400ms ease 0ms;
  padding-bottom: max(10px, 0.6944444444vw);
  padding-top: max(10px, 0.6944444444vw);
  display: block;
}
.template-part-sidebar .content .sidebar-section-links ul li a:hover {
  background-color: #0D5FB0;
  color: #fff;
}

.template-part-blog {
  position: relative;
  background-color: #fff;
}
.template-part-blog .content {
  padding: max(40px, 6.25vw) max(20px, 6.9444444444vw);
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.template-part-blog .content .title {
  margin-bottom: max(20px, 3.4722222222vw);
  text-align: center;
}
.template-part-blog .content .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(45px, 4.5138888889vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-blog .content .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(45px, 4.5138888889vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-blog .content .subtitle {
  margin-bottom: max(20px, 3.4722222222vw);
  margin-top: max(10px, 1.0416666667vw);
  flex-direction: column;
}
.template-part-blog .content .subtitle .inner-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  text-align: center;
}
@media only screen and (min-width : 1024px) {
  .template-part-blog .content .subtitle {
    flex-direction: row;
  }
}
.template-part-blog .content .subtitle .square-icon {
  max-width: max(110px, 7.6388888889vw);
}
.template-part-blog .content .subtitle .square-icon:nth-of-type(1) {
  margin-bottom: max(25px, 2.4305555556vw);
}
@media only screen and (min-width : 1024px) {
  .template-part-blog .content .subtitle .square-icon:nth-of-type(1) {
    margin-bottom: 0;
    margin-right: max(25px, 2.4305555556vw);
  }
}
.template-part-blog .content .subtitle .square-icon:nth-of-type(2) {
  margin-top: max(25px, 2.4305555556vw);
}
@media only screen and (min-width : 1024px) {
  .template-part-blog .content .subtitle .square-icon:nth-of-type(2) {
    margin-top: 0;
    margin-left: max(25px, 2.4305555556vw);
  }
}
.template-part-blog .content .blog-posts {
  display: flex;
  flex-wrap: wrap;
}
.template-part-blog .content .blog-posts .single-blog-wrap {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: max(40px, 4.8611111111vw);
}
@media only screen and (min-width : 768px) {
  .template-part-blog .content .blog-posts .single-blog-wrap {
    padding: 0 15px;
    width: 33.33333%;
  }
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog {
  box-shadow: 0 21px 45px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  display: block;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info {
  border-top: 10px solid #EF0F17;
  padding: max(20px, 1.6666666667vw) max(24px, 2.3611111111vw);
  box-sizing: border-box;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info h3, .template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info h2 {
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: max(16px, 1.25vw);
  color: #0D5FB0;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  text-align: left;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #3B3B3B;
  letter-spacing: 0em;
  text-transform: initial;
  margin-bottom: 20px;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  color: #EF0F17;
  font-size: max(16px, 1.25vw);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info .link img {
  margin-left: max(5px, 0.4166666667vw);
  width: max(6px, 0.4166666667vw);
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info .link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #EF0F17;
  transition: all 400ms ease 0ms;
}
.template-part-blog .content .blog-posts .single-blog-wrap .single-blog .blog-info .link:hover:after {
  width: 0%;
}

.template-slider-accordions {
  padding: max(40px, 6.25vw) max(20px, 6.9444444444vw);
  box-sizing: border-box;
  position: relative;
}
.template-slider-accordions .background-image {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -o-object-position: top;
     object-position: top;
}
.template-slider-accordions:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(13, 95, 176);
  background: linear-gradient(90deg, rgb(12, 84, 156) 0%, rgb(0, 60, 120) 100%);
  opacity: 1;
  mix-blend-mode: overlay;
}
.template-slider-accordions .content {
  z-index: 2;
  position: relative;
}
.template-slider-accordions .content .header-content {
  margin-bottom: max(20px, 3.4722222222vw);
}
.template-slider-accordions .content .header-content .logo-icon-holder {
  width: max(77px, 5.5555555556vw);
  margin: auto;
  margin-bottom: 20px;
}
.template-slider-accordions .content .header-content .logo-icon-holder .logo-icon {
  width: 100%;
}
.template-slider-accordions .content .header-content .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}
.template-slider-accordions .content .header-content .title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-slider-accordions .content .header-content .description {
  text-align: center;
}
.template-slider-accordions .content .accordions {
  max-width: max(320px, 106.25vw);
  margin: auto;
}
.template-slider-accordions .content .accordions .accordion {
  margin-bottom: 10px;
}
.template-slider-accordions .content .accordions .accordion.accordion--active .accordion-title {
  background-color: #EF0F17;
}
.template-slider-accordions .content .accordions .accordion.accordion--active .accordion-title .accordion-opener span:last-child {
  height: 0%;
}
.template-slider-accordions .content .accordions .accordion .accordion-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #fff;
  letter-spacing: 0em;
  text-transform: initial;
  line-height: 1.5em;
  padding: 15px 55px 15px 15px;
  box-sizing: border-box;
  background-color: #0D5FB0;
  position: relative;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: max(18px, 1.5277777778vw);
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 1024px) {
  .template-slider-accordions .content .accordions .accordion .accordion-title {
    padding: max(15px, 1.0416666667vw) max(60px, 5.5555555556vw);
    padding-left: max(20px, 2.0833333333vw);
  }
}
.template-slider-accordions .content .accordions .accordion .accordion-title .accordion-opener {
  width: max(20px, 1.3888888889vw);
  height: max(20px, 1.3888888889vw);
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width : 1024px) {
  .template-slider-accordions .content .accordions .accordion .accordion-title .accordion-opener {
    width: max(20px, 2.0833333333vw);
    height: max(20px, 2.0833333333vw);
  }
}
.template-slider-accordions .content .accordions .accordion .accordion-title .accordion-opener span {
  position: absolute;
  width: max(3px, 0.2083333333vw);
  height: 100%;
  background-color: #fff;
  display: block;
  transition: all 400ms ease 0ms;
}
.template-slider-accordions .content .accordions .accordion .accordion-title .accordion-opener span:first-child {
  transform: rotate(90deg);
}
.template-slider-accordions .content .accordions .accordion .accordion-content {
  padding: max(20px, 2.7777777778vw) max(20px, 5.5555555556vw);
  background-color: #fff;
  display: none;
}
.template-slider-accordions .content .accordions .accordion .accordion-content h3, .template-slider-accordions .content .accordions .accordion .accordion-content h2, .template-slider-accordions .content .accordions .accordion .accordion-content h1, .template-slider-accordions .content .accordions .accordion .accordion-content h4, .template-slider-accordions .content .accordions .accordion .accordion-content h5, .template-slider-accordions .content .accordions .accordion .accordion-content h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.template-part-image-description {
  position: relative;
}
.template-part-image-description .content {
  padding: max(50px, 6.9444444444vw) max(20px, 6.9444444444vw);
  position: relative;
  z-index: 2;
}
.template-part-image-description .content .group {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width : 1024px) {
  .template-part-image-description .content .group.image-right .left {
    order: 2;
  }
  .template-part-image-description .content .group.image-right .right {
    order: 1;
    padding-left: 0;
  }
}
.template-part-image-description .content .group .left {
  width: 100%;
  order: 2;
}
@media only screen and (min-width : 1024px) {
  .template-part-image-description .content .group .left {
    width: 50%;
    order: initial;
  }
}
.template-part-image-description .content .group .left .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 90%;
}
.template-part-image-description .content .group .left .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-image-description .content .group .right {
  box-sizing: border-box;
  width: 100%;
  order: 1;
  margin-bottom: 40px;
}
@media only screen and (min-width : 1024px) {
  .template-part-image-description .content .group .right {
    padding: 0 max(20px, 4.8611111111vw);
    order: initial;
    margin-bottom: 0px;
    width: 50%;
  }
}
.template-part-image-description .content .group .right .pretitle {
  justify-content: flex-start;
}
.template-part-image-description .content .group .right .pretitle:before {
  display: none;
}
.template-part-image-description .content .group .right .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: max(15px, 2.0833333333vw);
}
.template-part-image-description .content .group .right .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-image-description .content .group .right .description-holder {
  box-sizing: border-box;
}
.template-part-image-description .content .group .right .description-holder .description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
}
.template-part-image-description .content .group .right .description-holder .description.two-columns ul {
  -moz-column-count: 2;
       column-count: 2;
}
.template-part-image-description .content .group .right .description-holder .button-holder {
  margin-top: max(15px, 2.0833333333vw);
}

.template-part-image-description-badge {
  position: relative;
}
.template-part-image-description-badge.negative-space {
  padding-top: max(140px, 12.5vw);
  margin-top: min(-140px, -12.5vw);
}
.template-part-image-description-badge .bg-section {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-image-description-badge .content {
  padding: max(40px, 5.5555555556vw) max(20px, 6.9444444444vw);
  position: relative;
  z-index: 2;
}
.template-part-image-description-badge .content .group {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.template-part-image-description-badge .content .group .left {
  width: 100%;
  order: 2;
  position: relative;
}
@media only screen and (min-width : 1024px) {
  .template-part-image-description-badge .content .group .left {
    width: 50%;
    order: initial;
  }
}
.template-part-image-description-badge .content .group .left .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 107%;
  border-top: 10px solid #EF0F17;
  border-bottom: 10px solid #EF0F17;
}
@media only screen and (min-width : 1024px) {
  .template-part-image-description-badge .content .group .left .image-holder {
    width: 100%;
    padding-top: 117%;
  }
}
.template-part-image-description-badge .content .group .left .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-image-description-badge .content .group .right {
  box-sizing: border-box;
  width: 100%;
  order: 2;
}
@media only screen and (min-width : 1024px) {
  .template-part-image-description-badge .content .group .right {
    width: 60%;
    order: 2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.template-part-image-description-badge .content .group .right .right-content {
  padding: max(15px, 2.7777777778vw);
  background-color: #EDF0FF;
  box-sizing: border-box;
  box-shadow: 0 21px 45px 0 rgba(0, 0, 0, 0.1);
}
.template-part-image-description-badge .content .group .right .right-content .pretitle {
  justify-content: flex-start;
}
.template-part-image-description-badge .content .group .right .right-content .pretitle:before {
  display: none;
}
.template-part-image-description-badge .content .group .right .right-content .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: max(15px, 1.3888888889vw);
}
.template-part-image-description-badge .content .group .right .right-content .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-image-description-badge .content .group .right .right-content .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(27px, 2.2222222222vw);
  margin-bottom: max(15px, 1.3888888889vw);
}
.template-part-image-description-badge .content .group .right .right-content .description-holder {
  box-sizing: border-box;
}
.template-part-image-description-badge .content .group .right .right-content .description-holder .description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
}
.template-part-image-description-badge .content .group .right .right-content .description-holder .button-holder {
  margin-top: max(15px, 2.0833333333vw);
}

.template-part-reviews {
  position: relative;
  overflow: hidden;
}
.template-part-reviews .pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: max(150px, 20.8333333333vw);
  z-index: 0;
}
.template-part-reviews .content {
  position: relative;
  z-index: 1;
  padding: 0 max(20px, 4.8611111111vw);
  box-sizing: border-box;
}
.template-part-reviews .content .logo-icon-holder {
  width: max(77px, 5.5555555556vw);
  margin: auto;
  margin-bottom: 20px;
}
.template-part-reviews .content .logo-icon-holder .logo-icon {
  width: 100%;
}
.template-part-reviews .content .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}
.template-part-reviews .content .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-reviews .content .button-holder {
  text-align: center;
  margin-top: max(15px, 2.0833333333vw);
}

.template-part-practice-areas {
  position: relative;
}
.template-part-practice-areas .bg-image-first {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: max(250px, 27.7777777778vw);
}
.template-part-practice-areas .bg-image-second {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 1;
  width: max(250px, 27.7777777778vw);
}
@media only screen and (min-width : 768px) {
  .template-part-practice-areas .bg-image-second {
    top: 0;
  }
}
.template-part-practice-areas .header-section {
  position: relative;
  padding: 0 max(20px, 6.9444444444vw);
  margin-bottom: max(20px, 3.4722222222vw);
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (min-width : 1024px) {
  .template-part-practice-areas .header-section .header-section-content {
    width: 80%;
  }
}
.template-part-practice-areas .header-section .pretitle {
  justify-content: flex-start;
}
.template-part-practice-areas .header-section .pretitle:before {
  display: none;
}
.template-part-practice-areas .header-section .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-practice-areas .header-section .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-practice-areas .header-section .description {
  margin-bottom: max(15px, 1.3888888889vw);
}
.template-part-practice-areas .header-section .description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: max(27px, 2.2222222222vw);
}
.template-part-practice-areas .slider-buttons-holder {
  display: flex;
  position: absolute;
  right: max(20px, 6.9444444444vw);
  bottom: 0;
  z-index: 2;
}
.template-part-practice-areas .slider-buttons-holder.mobile {
  position: relative;
  right: auto;
  bottom: auto;
  justify-content: center;
}
@media only screen and (min-width : 768px) {
  .template-part-practice-areas .slider-buttons-holder.mobile {
    display: none;
  }
}
.template-part-practice-areas .slider-buttons-holder.desktop {
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-part-practice-areas .slider-buttons-holder.desktop {
    display: flex;
  }
}
.template-part-practice-areas .slider-buttons-holder .slide-button {
  width: max(60px, 4.1666666667vw);
  height: max(60px, 4.1666666667vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D5FB0;
  cursor: pointer;
  transition: all 400ms ease 0ms;
}
.template-part-practice-areas .slider-buttons-holder .slide-button:hover {
  background-color: #EF0F17;
}
.template-part-practice-areas .slider-buttons-holder .slide-button img {
  width: max(10px, 0.6944444444vw);
}
.template-part-practice-areas .slider-buttons-holder .slide-button:first-child {
  margin-right: 10px;
}
.template-part-practice-areas .slider-buttons-holder .slide-button:first-child img {
  position: relative;
  transform: rotate(180deg);
}
.template-part-practice-areas .practice-areas-wrap {
  padding: 0 max(20px, 6.9444444444vw);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .template-part-practice-areas .practice-areas-wrap {
    padding: 0;
    padding-left: max(20px, 6.9444444444vw);
  }
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap {
  width: 100%;
  margin-bottom: max(15px, 1.3888888889vw);
  box-sizing: border-box;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap:hover .single-box-content .overlay-info {
  opacity: 1;
  visibility: visible;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap:hover .single-box-content .overlay-info .box-title {
  opacity: 1;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap:hover .single-box-content .box-title {
  opacity: 0;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content {
  background-color: #0D5FB0;
  padding: max(40px, 4.1666666667vw) max(20px, 2.7777777778vw);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: max(450px, 31.25vw);
}
@media only screen and (min-width : 768px) {
  .template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content {
    padding: max(20px, 2.7777777778vw);
  }
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .bg-image {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(13, 95, 176);
  background: linear-gradient(-180deg, rgba(12, 84, 156, 0.1) 0%, rgba(0, 60, 120, 0.8) 100%);
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .overlay-info {
  background: rgba(9, 65, 137, 0.9);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease 0ms;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  padding: max(20px, 2.7777777778vw);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: none;
}
@media only screen and (min-width : 1100px) {
  .template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .overlay-info {
    display: flex;
  }
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .overlay-info .overlay-info-content .box-title {
  margin-bottom: max(10px, 1.3888888889vw);
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .box-info {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 1100px) {
  .template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .box-info .button-holder {
    display: none;
  }
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .box-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(30px, 2.4305555556vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  font-size: max(24px, 2.3611111111vw);
  position: relative;
  text-transform: none;
  transition: all 400ms ease 0ms;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .button-holder {
  margin-top: auto;
  position: relative;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .button-holder .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  color: #fff;
  font-size: max(16px, 1.25vw);
  display: inline-flex;
  align-items: center;
  margin-top: max(20px, 2.0833333333vw);
  cursor: pointer;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .button-holder .link img {
  margin-left: max(5px, 0.4166666667vw);
  width: max(6px, 0.4166666667vw);
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .button-holder .link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #EF0F17;
  transition: all 400ms ease 0ms;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .button-holder .link:hover:after {
  width: 0%;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .box-description {
  position: relative;
}
.template-part-practice-areas .practice-areas-wrap .single-box-wrap .single-box-content .box-description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0em;
  text-transform: initial;
}

.template-part-separator.template-part-separator--s {
  margin: max(30px, 3.4722222222vw) 0;
}
.template-part-separator.template-part-separator--m {
  margin: max(50px, 5.5555555556vw) 0;
}
.template-part-separator.template-part-separator--l {
  margin: max(70px, 9.7222222222vw) 0;
}
.template-part-separator.template-part-separator--xl {
  margin: max(100px, 13.8888888889vw) 0;
}

.template-part-text-editor .content, .template-part-two-images .content, .template-part-single-image .content {
  padding: 0 max(20px, 8.3333333333vw);
  position: relative;
  box-sizing: border-box;
}
.template-part-text-editor .content .image-holder, .template-part-two-images .content .image-holder, .template-part-single-image .content .image-holder {
  position: relative;
  padding-top: 33%;
  overflow: hidden;
  border-radius: max(10px, 0.8333333333vw);
}
.template-part-text-editor .content .image-holder img, .template-part-two-images .content .image-holder img, .template-part-single-image .content .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 1024px) {
  .template-part-text-editor .content .text.two-columns, .template-part-two-images .content .text.two-columns, .template-part-single-image .content .text.two-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.template-part-text-editor .content .two-images-holder, .template-part-two-images .content .two-images-holder, .template-part-single-image .content .two-images-holder {
  display: flex;
  flex-wrap: wrap;
}
.template-part-text-editor .content .two-images-holder .single-image-holder, .template-part-two-images .content .two-images-holder .single-image-holder, .template-part-single-image .content .two-images-holder .single-image-holder {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 1024px) {
  .template-part-text-editor .content .two-images-holder .single-image-holder, .template-part-two-images .content .two-images-holder .single-image-holder, .template-part-single-image .content .two-images-holder .single-image-holder {
    width: 50%;
    margin-bottom: 0px;
    box-sizing: border-box;
  }
  .template-part-text-editor .content .two-images-holder .single-image-holder:nth-of-type(1), .template-part-two-images .content .two-images-holder .single-image-holder:nth-of-type(1), .template-part-single-image .content .two-images-holder .single-image-holder:nth-of-type(1) {
    padding-right: max(20px, 2.0833333333vw);
  }
  .template-part-text-editor .content .two-images-holder .single-image-holder:nth-of-type(2), .template-part-two-images .content .two-images-holder .single-image-holder:nth-of-type(2), .template-part-single-image .content .two-images-holder .single-image-holder:nth-of-type(2) {
    padding-left: max(20px, 2.0833333333vw);
  }
}
.template-part-text-editor .content .two-images-holder .single-image-holder .single-image, .template-part-two-images .content .two-images-holder .single-image-holder .single-image, .template-part-single-image .content .two-images-holder .single-image-holder .single-image {
  position: relative;
  padding-top: 47%;
  overflow: hidden;
  border-radius: max(10px, 0.8333333333vw);
}
.template-part-text-editor .content .two-images-holder .single-image-holder .single-image img, .template-part-two-images .content .two-images-holder .single-image-holder .single-image img, .template-part-single-image .content .two-images-holder .single-image-holder .single-image img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.template-part-members-slider {
  padding: max(40px, 5.5555555556vw) max(20px, 6.9444444444vw);
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
.template-part-members-slider .bg-section {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 1024px) {
  .template-part-members-slider .bg-section {
    height: 85%;
  }
}
.template-part-members-slider .content {
  position: relative;
  z-index: 1;
}
.template-part-members-slider .content .members-wrap {
  display: flex;
  flex-wrap: wrap;
}
.template-part-members-slider .content .members-wrap .slider-buttons-holder {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.template-part-members-slider .content .members-wrap .slider-buttons-holder .slide-button {
  width: max(30px, 2.0833333333vw);
  height: max(30px, 2.0833333333vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E7E7E7;
  cursor: pointer;
  transition: all 400ms ease 0ms;
}
.template-part-members-slider .content .members-wrap .slider-buttons-holder .slide-button:hover {
  background-color: #EF0F17;
}
.template-part-members-slider .content .members-wrap .slider-buttons-holder .slide-button:hover svg path {
  fill: #fff;
}
.template-part-members-slider .content .members-wrap .slider-buttons-holder .slide-button:first-child svg {
  position: relative;
  transform: rotate(180deg);
}
.template-part-members-slider .content .members-wrap .left {
  width: 100%;
  position: relative;
}
@media only screen and (min-width : 1024px) {
  .template-part-members-slider .content .members-wrap .left {
    width: 40%;
  }
}
.template-part-members-slider .content .members-wrap .left .slider {
  box-sizing: border-box;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-slide {
  height: auto;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  margin-top: max(20px, 2.0833333333vw);
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #34424F;
  opacity: 1;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0D5FB0;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder:hover .member-image .overlay {
  opacity: 1;
  visibility: visible;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder:hover .member-image .visible-info {
  opacity: 0;
  visibility: hidden;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .visible-info {
  background-color: #0D5FB0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: max(20px, 1.3888888889vw);
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .visible-info .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: max(24px, 2.2222222222vw);
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .visible-info .position {
  margin-top: 5px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: max(20px, 1.5972222222vw);
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-bottom: 10px solid #EF0F17;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0D5FB0;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: max(20px, 2.7777777778vw) max(20px, 1.3888888889vw);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 1100px) {
  .template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image .overlay {
    display: flex;
  }
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image .overlay .title {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: max(20px, 1.7361111111vw);
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image .overlay .position {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  color: #fff;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image .overlay .divider {
  height: 10px;
  background-color: #EF0F17;
  margin-top: 10px;
  width: 100%;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image .overlay .excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  font-size: max(14px, 1.1111111111vw);
  margin-top: 10px;
}
.template-part-members-slider .content .members-wrap .left .slider .swiper-content .member-holder .member-image img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.template-part-members-slider .content .members-wrap .right {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width : 1024px) {
  .template-part-members-slider .content .members-wrap .right {
    margin-bottom: 0px;
    padding-left: max(20px, 4.8611111111vw);
    width: 60%;
  }
}
.template-part-members-slider .content .members-wrap .right .right-content {
  padding: max(15px, 2.7777777778vw);
  background-color: #EDF0FF;
  box-sizing: border-box;
  box-shadow: 0 21px 45px 0 rgba(0, 0, 0, 0.1);
}
.template-part-members-slider .content .members-wrap .right .right-content .logo-icon-holder {
  width: max(50px, 5.3472222222vw);
  margin-bottom: 20px;
}
.template-part-members-slider .content .members-wrap .right .right-content .logo-icon-holder .logo-icon {
  width: 100%;
}
.template-part-members-slider .content .members-wrap .right .right-content .pretitle {
  justify-content: flex-start;
}
.template-part-members-slider .content .members-wrap .right .right-content .pretitle:before {
  display: none;
}
.template-part-members-slider .content .members-wrap .right .right-content .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: max(15px, 1.3888888889vw);
}
.template-part-members-slider .content .members-wrap .right .right-content .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-members-slider .content .members-wrap .right .right-content .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  margin-bottom: max(20px, 2.0833333333vw);
}

.template-part-video-gallery-second {
  padding: max(40px, 6.25vw) max(20px, 6.9444444444vw);
}
.template-part-video-gallery-second .header-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: max(30px, 4.1666666667vw);
  justify-content: space-between;
}
.template-part-video-gallery-second .header-content .left {
  width: 100%;
  margin-bottom: max(15px, 1.3888888889vw);
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .template-part-video-gallery-second .header-content .left {
    width: 50%;
    padding-right: max(40px, 6.9444444444vw);
    margin-bottom: 0;
  }
}
.template-part-video-gallery-second .header-content .left .pretitle {
  justify-content: flex-start;
}
.template-part-video-gallery-second .header-content .left .pretitle:before {
  display: none;
}
.template-part-video-gallery-second .header-content .left .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-video-gallery-second .header-content .left .title h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(35px, 3.125vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5FB0;
  letter-spacing: 0em;
  line-height: 1;
}
.template-part-video-gallery-second .header-content .right {
  width: 100%;
}
@media only screen and (min-width : 1024px) {
  .template-part-video-gallery-second .header-content .right {
    width: 50%;
  }
}
.template-part-video-gallery-second .header-content .right .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
}
.template-part-video-gallery-second .header-content .right .button-holder {
  margin-top: max(20px, 2.0833333333vw);
}
.template-part-video-gallery-second .slider-content {
  position: relative;
}
.template-part-video-gallery-second .slider-content .swiper-content-holder {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.template-part-video-gallery-second .slider-content .slider-buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
@media only screen and (min-width : 1024px) {
  .template-part-video-gallery-second .slider-content .slider-buttons {
    justify-content: flex-end;
  }
}
.template-part-video-gallery-second .slider-content .swiper-slide {
  height: auto;
}
.template-part-video-gallery-second .slider-content .slide-button {
  width: max(60px, 4.1666666667vw);
  height: max(60px, 4.1666666667vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D5FB0;
  cursor: pointer;
  transition: all 400ms ease 0ms;
}
.template-part-video-gallery-second .slider-content .slide-button:hover {
  background-color: #EF0F17;
}
.template-part-video-gallery-second .slider-content .slide-button img {
  width: max(10px, 0.6944444444vw);
}
.template-part-video-gallery-second .slider-content .slide-button.swiper-button-lock {
  display: none;
}
.template-part-video-gallery-second .slider-content .slide-button:first-child {
  margin-right: 10px;
}
.template-part-video-gallery-second .slider-content .slide-button:first-child img {
  position: relative;
  transform: rotate(180deg);
}
.template-part-video-gallery-second .slider-content .swiper-content {
  position: relative;
  overflow: hidden;
  padding-top: 57.6%;
}
.template-part-video-gallery-second .slider-content .swiper-content .background, .template-part-video-gallery-second .slider-content .swiper-content iframe {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-video-gallery-second .slider-content .swiper-content .background {
  z-index: 1;
}
.template-part-video-gallery-second .slider-content .swiper-content iframe {
  z-index: 0;
}
.template-part-video-gallery-second .slider-content .swiper-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000219;
  opacity: 0.7;
  z-index: 1;
}
.template-part-video-gallery-second .slider-content .swiper-content .play-button {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  max-width: max(80px, 6.9444444444vw);
  transition: all 400ms ease 0ms;
}
.template-part-video-gallery-second .slider-content .swiper-content .play-button:hover {
  opacity: 0.6;
}
.template-part-video-gallery-second .slider-content .swiper-info {
  background-color: #0D5FB0;
  box-sizing: border-box;
  padding: max(15px, 1.3888888889vw) max(20px, 1.7361111111vw);
  flex: 1;
}
.template-part-video-gallery-second .slider-content .swiper-info h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: max(16px, 1.25vw);
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}
.template-part-video-gallery-second .slider-content .swiper-info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0em;
  text-transform: initial;
}

.template-404-page-container {
  background-color: #0D5FB0;
}
.template-404-page-container .error-hero-section {
  padding: max(150px, 11.1111111111vw) 0;
}
.template-404-page-container .error-hero-section .content {
  padding: 0 max(20px, 4.8611111111vw);
  box-sizing: border-box;
  text-align: center;
}
.template-404-page-container .error-hero-section .content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(30px, 2.4305555556vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: max(20px, 3.4722222222vw);
}

.blog-page-container .content {
  padding: max(50px, 6.9444444444vw) max(20px, 4.8611111111vw);
}
.blog-page-container .blog-posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-page-container .blog-posts .single-blog-wrap {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: max(40px, 4.8611111111vw);
}
@media only screen and (min-width : 768px) {
  .blog-page-container .blog-posts .single-blog-wrap {
    padding: 0 15px;
    width: 33.33333%;
  }
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog {
  box-shadow: 0 21px 45px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  display: block;
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info {
  border-top: 10px solid #EF0F17;
  padding: max(20px, 1.6666666667vw) max(24px, 2.3611111111vw);
  box-sizing: border-box;
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info h3, .blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info h2 {
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0D5FB0;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: max(16px, 1.25vw);
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #3B3B3B;
  letter-spacing: 0em;
  text-transform: initial;
  margin-bottom: 20px;
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  color: #EF0F17;
  font-size: max(16px, 1.25vw);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info .link img {
  margin-left: max(5px, 0.4166666667vw);
  width: max(6px, 0.4166666667vw);
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info .link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #EF0F17;
  transition: all 400ms ease 0ms;
}
.blog-page-container .blog-posts .single-blog-wrap .single-blog .blog-info .link:hover:after {
  width: 0%;
}
.blog-page-container .posts-pagination-holder {
  margin-top: max(40px, 4.1666666667vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-page-container .posts-pagination-holder .nav-links {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-page-container .posts-pagination-holder .page-numbers {
  margin: 0 max(4px, 0.4166666667vw);
}
.blog-page-container .posts-pagination-holder .page-numbers.prev, .blog-page-container .posts-pagination-holder .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(24px, 1.6666666667vw);
  height: max(24px, 1.6666666667vw);
}
.blog-page-container .posts-pagination-holder .page-numbers.prev.inactive, .blog-page-container .posts-pagination-holder .page-numbers.next.inactive {
  opacity: 0;
}
.blog-page-container .posts-pagination-holder .page-numbers.prev:not(.inactive):hover svg path, .blog-page-container .posts-pagination-holder .page-numbers.next:not(.inactive):hover svg path {
  fill: #0D5FB0;
}
.blog-page-container .posts-pagination-holder .page-numbers.prev svg, .blog-page-container .posts-pagination-holder .page-numbers.next svg {
  width: max(0.6944444444vw, 10px);
  height: auto;
}
.blog-page-container .posts-pagination-holder .page-numbers.prev svg path, .blog-page-container .posts-pagination-holder .page-numbers.next svg path {
  transition: all 400ms ease 0ms;
  fill: #0D5FB0;
}
.blog-page-container .posts-pagination-holder .page-numbers:not(.next):not(.prev) {
  transition: all 400ms ease 0ms;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: max(23px, 1.9444444444vw);
  color: #fff;
  letter-spacing: 0em;
  text-transform: initial;
  width: max(42px, 3.3333333333vw);
  height: max(42px, 3.3333333333vw);
  background-color: #0D5FB0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.blog-page-container .posts-pagination-holder .page-numbers:not(.next):not(.prev):not(.dots):hover {
  background-color: #0D5FB0;
  color: #fff;
}
.blog-page-container .posts-pagination-holder .page-numbers:not(.next):not(.prev).current {
  border: solid 2px #0D5FB0;
  background-color: transparent;
  color: #0D5FB0;
}
@media only screen and (min-width : 1250px) {
  .blog-page-container .posts-pagination-holder .page-numbers:not(.next):not(.prev).current {
    border: solid 3px #0D5FB0;
  }
}
.blog-page-container .posts-pagination-holder .page-numbers:not(.next):not(.prev).current:hover {
  background-color: transparent;
  color: #0D5FB0;
}

.single-posts-page-container .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 55%;
  margin-bottom: max(15px, 2.0833333333vw);
}
.single-posts-page-container .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-video .single-posts-page-container .image-holder {
  display: none;
}

.template-single-team-page-container {
  padding: max(30px, 6.9444444444vw) 0;
  box-sizing: border-box;
}
.template-single-team-page-container .single-team {
  margin: 0;
}
.template-single-team-page-container .single-team .header-content .header-inner-content {
  display: flex;
  flex-wrap: wrap;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .left {
  width: 100%;
}
@media only screen and (min-width : 1024px) {
  .template-single-team-page-container .single-team .header-content .header-inner-content .left {
    width: 50%;
  }
}
.template-single-team-page-container .single-team .header-content .header-inner-content .left .image-holder {
  position: relative;
  overflow: hidden;
  padding-top: 135%;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .left .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right {
  width: 100%;
  box-sizing: border-box;
  background-color: #0D5FB0;
  padding: max(20px, 2.7777777778vw);
}
@media only screen and (min-width : 1024px) {
  .template-single-team-page-container .single-team .header-content .header-inner-content .right {
    width: 50%;
  }
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .title {
  margin-bottom: 10px;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: max(24px, 2.5vw);
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .position {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  margin-bottom: 20px;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .social-boxes {
  display: flex;
  margin-top: max(15px, 1.3888888889vw);
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .social-boxes .single-box {
  margin-right: 12px;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .social-boxes .single-box:last-child {
  margin: 0;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .social-boxes .single-box a {
  transition: all 400ms ease 0ms;
  display: inline-block;
  width: max(25px, 1.9444444444vw);
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .social-boxes .single-box a:hover {
  opacity: 0.6;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right .social-boxes .single-box a img {
  width: 100%;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right ul {
  margin-top: max(15px, 1.3888888889vw);
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  line-height: 2;
  color: #fff;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  line-height: 2;
  color: #fff;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right ul li a:hover {
  text-decoration: underline;
}
.template-single-team-page-container .single-team .header-content .header-inner-content .right ul li.mailing-address {
  margin-top: max(20px, 2.0833333333vw);
}
.template-single-team-page-container .single-team .single-description {
  margin-top: max(20px, 2.7777777778vw);
}
.template-single-team-page-container .single-team .single-description .title {
  margin-bottom: max(10px, 1.3888888889vw);
}
.template-single-team-page-container .single-team .single-description .title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #0D5FB0;
  font-size: max(24px, 2.5vw);
}
.template-single-team-page-container .single-team .single-description .gl-text-editor {
  position: relative;
}

.template-team-page-container .section-team {
  padding: max(40px, 6.9444444444vw) max(20px, 6.9444444444vw);
}
.template-team-page-container .section-team .section-description, .template-team-page-container .section-team .section-additional-description {
  margin-bottom: max(25px, 3.4722222222vw);
}
@media only screen and (min-width : 1024px) {
  .template-team-page-container .section-team .section-description .description.two_columns, .template-team-page-container .section-team .section-additional-description .description.two_columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.template-team-page-container .section-team .section-additional-description {
  margin-top: max(25px, 3.4722222222vw);
  margin-bottom: 0;
}
.template-team-page-container .section-team .content {
  overflow: hidden;
}
.template-team-page-container .section-team .content .team-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap {
  margin-bottom: max(25px, 3.4722222222vw);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
}
@media only screen and (min-width : 768px) {
  .template-team-page-container .section-team .content .team-list .member-holder-wrap {
    width: 50%;
  }
}
@media only screen and (min-width : 1100px) {
  .template-team-page-container .section-team .content .team-list .member-holder-wrap {
    width: 33.33333%;
  }
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap:hover .member-holder .overlay {
  opacity: 1;
  visibility: visible;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder {
  position: relative;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .visible-info {
  border-top: 10px solid #EF0F17;
  background-color: #0D5FB0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: max(20px, 1.3888888889vw);
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .visible-info .title {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: max(20px, 1.7361111111vw);
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .visible-info .position {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  color: #fff;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0D5FB0;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: max(20px, 2.7777777778vw) max(20px, 1.3888888889vw);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 1100px) {
  .template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .overlay {
    display: flex;
  }
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .overlay .title {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: max(20px, 1.7361111111vw);
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .overlay .position {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  color: #fff;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .overlay .divider {
  height: 10px;
  background-color: #EF0F17;
  margin-top: 10px;
  width: 100%;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .overlay .excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  font-size: max(14px, 1.1111111111vw);
  margin-top: 10px;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .member-image {
  position: relative;
  padding-top: 135%;
  overflow: hidden;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .member-image img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: max(18px, 1.8055555556vw);
  font-weight: 500;
  text-transform: uppercase;
  color: #3B3B3B;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.template-team-page-container .section-team .content .team-list .member-holder-wrap .member-holder .position {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
}

.template-practice-areas-page-container .section-team {
  padding: max(40px, 6.9444444444vw) max(20px, 6.9444444444vw);
}
.template-practice-areas-page-container .section-team .section-description, .template-practice-areas-page-container .section-team .section-additional-description {
  margin-bottom: max(25px, 3.4722222222vw);
}
@media only screen and (min-width : 1024px) {
  .template-practice-areas-page-container .section-team .section-description .description.two_columns, .template-practice-areas-page-container .section-team .section-additional-description .description.two_columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.template-practice-areas-page-container .section-team .section-additional-description {
  margin-top: max(25px, 3.4722222222vw);
  margin-bottom: 0;
}
.template-practice-areas-page-container .section-team .content {
  overflow: hidden;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width : 1024px) {
  .template-practice-areas-page-container .section-team .content .boxes-wrap {
    width: calc(100% + max(14px, 1.3888888889vw));
    position: relative;
    left: min(-7px, -0.6944444444vw);
  }
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap {
  width: 100%;
  margin-bottom: max(15px, 1.3888888889vw);
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap {
    width: 50%;
    padding: 0 max(7px, 0.6944444444vw);
  }
}
@media only screen and (min-width : 1024px) {
  .template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap {
    width: 33.33333%;
  }
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap:hover .single-box-content .overlay-info {
  opacity: 1;
  visibility: visible;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap:hover .single-box-content .overlay-info .box-title {
  opacity: 1;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap:hover .single-box-content .box-title {
  opacity: 0;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content {
  background-color: #0D5FB0;
  padding: max(40px, 4.1666666667vw) max(20px, 2.7777777778vw);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: max(450px, 31.25vw);
}
@media only screen and (min-width : 768px) {
  .template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content {
    padding: max(20px, 2.7777777778vw);
  }
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .bg-image {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(13, 95, 176);
  background: linear-gradient(-180deg, rgba(12, 84, 156, 0.1) 0%, rgba(0, 60, 120, 0.8) 100%);
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .overlay-info {
  background: rgba(9, 65, 137, 0.9);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease 0ms;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  padding: max(20px, 2.7777777778vw);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: none;
}
@media only screen and (min-width : 1100px) {
  .template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .overlay-info {
    display: flex;
  }
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .overlay-info .overlay-info-content .box-title {
  margin-bottom: max(10px, 1.3888888889vw);
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .box-info {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 1100px) {
  .template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .box-info .button-holder {
    display: none;
  }
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .box-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: max(30px, 2.4305555556vw);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  font-size: max(24px, 2.3611111111vw);
  position: relative;
  text-transform: none;
  transition: all 400ms ease 0ms;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .button-holder {
  margin-top: auto;
  position: relative;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .button-holder .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  color: #fff;
  font-size: max(16px, 1.25vw);
  display: inline-flex;
  align-items: center;
  margin-top: max(20px, 2.0833333333vw);
  cursor: pointer;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .button-holder .link img {
  margin-left: max(5px, 0.4166666667vw);
  width: max(6px, 0.4166666667vw);
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .button-holder .link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #EF0F17;
  transition: all 400ms ease 0ms;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .button-holder .link:hover:after {
  width: 0%;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .box-description {
  position: relative;
}
.template-practice-areas-page-container .section-team .content .boxes-wrap .single-box-wrap .single-box-content .box-description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #fff;
  letter-spacing: 0em;
  text-transform: initial;
}

.template-practice-areas-page-container .section-team {
  padding: max(40px, 6.9444444444vw) max(20px, 6.9444444444vw);
}
.template-practice-areas-page-container .section-team .section-description, .template-practice-areas-page-container .section-team .section-additional-description {
  margin-bottom: max(25px, 3.4722222222vw);
}
@media only screen and (min-width : 1024px) {
  .template-practice-areas-page-container .section-team .section-description .description.two_columns, .template-practice-areas-page-container .section-team .section-additional-description .description.two_columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.template-practice-areas-page-container .section-team .section-additional-description {
  margin-top: max(25px, 3.4722222222vw);
  margin-bottom: 0;
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap {
  display: flex;
  flex-wrap: wrap;
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box {
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width : 768px) {
  .template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box {
    padding: 0 10px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 1024px) {
  .template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box {
    width: 33.333333%;
  }
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box:hover .single-counter-box-content {
  background-color: #EDF0FF;
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box:hover .single-counter-box-content .button-holder {
  opacity: 1;
  visibility: visible;
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content {
  position: relative;
  height: 100%;
  padding: max(20px, 1.7361111111vw);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 400ms ease 0ms;
  box-sizing: border-box;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #EDF0FF;
}
@media only screen and (min-width : 1100px) {
  .template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content {
    background-color: #fff;
  }
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0D5FB0;
  font-size: max(36px, 4.1666666667vw);
  transition: all 400ms ease 0ms;
  margin-bottom: 10px;
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content .separator {
  display: block;
  height: 4px;
  background-color: #EF0F17;
  width: 100%;
  transition: all 400ms ease 0ms;
  margin-bottom: max(15px, 1.3888888889vw);
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content .separator.bottom-separator {
  margin-bottom: 0;
  margin-top: max(15px, 1.3888888889vw);
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content .description {
  margin-bottom: 10px;
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content .description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #3B3B3B;
  letter-spacing: 0em;
  text-transform: initial;
  transition: all 400ms ease 0ms;
  text-align: center;
}
.template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content .button-holder {
  margin-top: auto;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 1100px) {
  .template-practice-areas-page-container .section-team .content .case-studies-wrap .single-counter-box .single-counter-box-content .button-holder {
    opacity: 0;
    visibility: hidden;
  }
}

.template-testimonials-page-container .testimonials-wrap-holder {
  padding: max(40px, 6.9444444444vw) max(20px, 6.9444444444vw);
  box-sizing: border-box;
  overflow: hidden;
}
.template-testimonials-page-container .testimonials-wrap {
  margin-top: max(30px, 3.4722222222vw);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width : 768px) {
  .template-testimonials-page-container .testimonials-wrap {
    position: relative;
    width: calc(100% + max(20px, 2.0833333333vw));
    left: min(-10px, -1.0416666667vw);
  }
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap {
  width: 100%;
  margin-bottom: max(20px, 2.0833333333vw);
}
@media only screen and (min-width : 768px) {
  .template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap {
    padding: 0 max(10px, 1.0416666667vw);
    box-sizing: border-box;
    width: 50%;
  }
}
@media only screen and (min-width : 1024px) {
  .template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap {
    width: 33.33333%;
  }
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .left {
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .left {
    display: block;
  }
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .left .image-holder {
  width: max(100px, 12.5vw);
  height: max(100px, 12.5vw);
  border-radius: max(100px, 12.5vw);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .left .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .right .right-content {
  padding: max(20px, 2.0833333333vw);
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .right .right-content .image-holder {
  width: max(100px, 12.5vw);
  height: max(100px, 12.5vw);
  border-radius: max(100px, 12.5vw);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .right .right-content .image-holder {
    display: none;
  }
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .right .right-content .image-holder img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .right .right-content .author {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: max(18px, 1.6666666667vw);
  text-transform: uppercase;
  margin-top: 20px;
  color: #0D5FB0;
}
.template-testimonials-page-container .testimonials-wrap .single-testimonial-wrap .single-testimonial .right .right-content .author-position {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(16px, 1.1111111111vw);
  color: #000;
  letter-spacing: 0em;
  text-transform: initial;
  font-size: 14px;
  color: #727272;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

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