:root {
  --black: #000000;
  --white: #ffffff;
  --white-20: rgb(255 255 255/20%);
  --white-50: rgb(255 255 255/50%);
  --white-75: rgb(255 255 255/75%);
  --body-text: #1a1919;
  --heading: #003a70;
  --small: #61b0bc;
  --anchor: #0055b8;
  --anchor-hover: #003a70;
  --light-blue: #759cbf;
  --input-border: #d9e0e7;
  --light-bluebg: #f3f8fe;
  --lighter-blue: #c0cfe1;
  --sub-blue: #73a3cf;
  --light-txt: #8fd5df;
  --orange: #f6821f;
  --hr: rgba(136, 157, 180, 0.2);
}
*,
:focus {
  outline: none;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
a {
  color: var(--anchor);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  color: var(--heading);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 8px;
  color: var(--heading);
  letter-spacing: -0.3px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 3rem;
  line-height: normal;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
h2 {
  font-size: 2.688rem;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
  font-weight: 300;
}
h3 {
  font-size: 1.813rem;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: -0.37px;
  margin-bottom: 19px;
}
h5 {
  font-size: 1.25rem;
  line-height: 30px;
  letter-spacing: -0.33px;
  margin-bottom: 14px;
}
h6 {
  font-size: 1rem;
  line-height: 1.67;
}
address {
  margin-bottom: 9px;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
code,
kbd,
pre,
samp,
tt,
var {
  font-size: 15px;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote {
  padding: 48px 48px 0 0;
  position: relative;
  margin: 100px 0 60px 0;
}
blockquote p {
  color: var(--anchor);
  font-size: 1.625rem;
  position: relative;
}
blockquote:before {
  content: "";
  background: url("../mattr/images/quote-icon.svg") 0 0 no-repeat;
  display: block;
  width: 63px;
  height: 45px;
  position: absolute;
  top: -30px;
  left: 0;
}
small {
  font-size: small;
}
big {
  font-size: 125%;
}
sub,
sup {
  font-size: 10px;
  letter-spacing: -0.18px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0;
}
dl {
  margin-bottom: 24px;
}
dd {
  margin-bottom: 24px;
}
ul {
  list-style: none;
  margin: 29px 0 31px 28px;
}
ul > li {
  counter-increment: li;
  position: relative;
  margin-bottom: 11px;
}
ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -23px;
  width: 6px;
  height: 6px;
  border-radius: 300px;
  background-color: var(--anchor);
}
li > ul {
  margin: 25px 0 26px 40px;
}
ol {
  counter-reset: section;
  list-style: none;
  margin: 28px 0 31px 41px;
}
ol > li {
  counter-increment: li;
  position: relative;
  margin-bottom: 11px;
}
ol > li:before {
  counter-increment: section;
  content: counter(section, decimal) "";
  top: 3px;
  left: -41px;
  background-color: var(--anchor);
  color: var(--white);
  position: absolute;
  font-size: 0.688rem;
  line-height: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
li > ol {
  margin: 25px 0 26px 25px;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
legend {
  white-space: normal;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  border-radius: 0;
  border-bottom: solid 1px #87a3b8;
  background: transparent;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 800;
  padding: 13px 40px 13px 23px !important;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  min-height: 128px;
  border-radius: 26px;
}
table,
td,
th {
  border: 0 none;
  letter-spacing: normal;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px;
  margin: 31px 0 19px;
  width: 100%;
}
table tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
  width: 19.8%;
  font-weight: 600;
}
table thead tr th:first-child {
  text-align: left;
  padding-left: 0;
}
table tbody img {
  margin: 0 auto;
}
caption,
td,
th {
  text-align: left;
}
th {
  font-weight: 500;
  border-width: 0;
  padding: 16px 7px 16px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 58, 85, 0.13);
  color: var(--light-blue);
}
td {
  border-width: 0;
  padding: 31px 18px 31px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 58, 85, 0.13);
}
th:first-child {
  text-align: left;
  padding-left: 0;
}
tr:last-child td {
  border-bottom: 0;
}
caption,
td,
th {
  text-align: center;
}
del {
  color: #231f20;
}
hr {
  display: block;
  background-color: rgba(136, 157, 180, 0.2);
  border: 0;
  width: 100%;
  height: 3px;
  margin: 31px 0;
}
::-moz-selection {
  background-color: #231f20;
  color: #fff;
}
::selection {
  background-color: #231f20;
  color: #fff;
}
::-moz-selection {
  background-color: #231f20;
  color: #fff;
}
input,
input[type="search"],
select,
textarea {
  outline: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: -0.65px;
  background: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 13px 23px;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  border: solid 2px var(--input-border);
  border-radius: 26px;
}
textarea {
  width: 100%;
  resize: none;
  height: 118px;
}
input:focus,
textarea:focus {
  outline: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  padding: 17px 35px 16px 36px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: var(--anchor);
  font-weight: 700;
  letter-spacing: normal;
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: var(--black);
  color: var(--white);
}
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: none;
}
.search-field {
  width: 100%;
}
.search-submit {
  display: none;
}
.button,
button {
  display: inline-block;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.21px;
  padding: 16px 68px 17px 37px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 34px;
  background-color: var(--anchor);
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-align: center;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
}
.button:focus,
.button:hover,
button:focus,
button:hover {
  background-color: var(--anchor-hover);
  color: var(--white);
  border-radius: 30px;
}
.button:after,
button:after {
  right: 31px;
  content: "\f061";
  font-size: 1rem;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  bottom: 0;
}
.button:hover:after,
button:hover:after {
  right: 25px;
}
.outline-btn {
  background: transparent;
  border: 3px solid var(--white);
  color: var(--white);
  padding: 14px 62px 14px 34px;
}
.outline-btn:hover {
  background: var(--white);
  color: var(--anchor);
}
.btn-white {
  background-color: var(--white);
  color: var(--anchor);
}
.outline-blue {
  background: transparent;
  border: 3px solid var(--anchor);
  color: var(--anchor);
  padding: 13px 68px 14px 37px;
}
.outline-blue:hover {
  background: var(--anchor);
  border: 3px solid var(--anchor);
  color: var(--white);
}
::-webkit-input-placeholder {
  color: var(--light-blue) !important;
  font-family: "Montserrat", sans-serif;
  opacity: 1 !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.47px;
}
:-moz-placeholder {
  color: var(--light-blue) !important;
  font-family: "Montserrat", sans-serif;
  opacity: 1 !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.47px;
}
::-moz-placeholder {
  color: var(--light-blue) !important;
  font-family: "Montserrat", sans-serif;
  opacity: 1 !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.47px;
}
:-ms-input-placeholder {
  color: var(--light-blue) !important;
  font-family: "Montserrat", sans-serif;
  opacity: 1 !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.47px;
}
embed,
iframe,
object,
video {
  margin-bottom: 7px;
  max-width: 100%;
  border-radius: 0;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 33px 40px 32px 0;
}
.wp-caption.alignleft {
  margin: 6px 43px 34px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 33px 0 33px 40px;
}
.wp-caption.alignright {
  margin: 36px 0 25px 43px;
}
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
  margin-top: 33px;
  margin-bottom: 31px;
}
img.alignnone {
  margin: 33px 0 31px;
  display: block;
  clear: both;
}
.hide {
  display: none;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}
.comment-form label {
  display: block;
}
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"] {
  width: 100%;
}
.clearfix {
  clear: both;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.flex-vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-content-center {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.grid {
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 3.25rem;
    letter-spacing: -2.23px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  h2 {
    font-size: 2.125rem;
    letter-spacing: -0.57px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  h1 {
    font-size: 2.688rem;
    letter-spacing: -1.84px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 2rem;
    letter-spacing: -0.53px;
    margin-bottom: 21px;
  }
  h3 {
    font-size: 1.563rem;
    letter-spacing: -0.42px;
  }
  p {
    margin-bottom: 20px;
  }
  blockquote {
    padding-right: 0;
  }
}
@media only screen and (max-width: 413px) and (min-width: 200px) {
  h1 {
    font-size: 2.3rem;
  }
}
.main_header .lang-nav ul li,
.main_header .top-nav ul li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: 1.6px;
}
.main_header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 850;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main_header:after {
  content: "";
  background: #e2e5e6;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
.main_header .header {
  padding: 29px 0 0;
}
.main_header .logo {
  width: 298px;
  position: relative;
}
.main_header .logo:before {
  content: "";
  background: var(--anchor);
  left: -41px;
  width: calc(100% + 41px);
  height: calc(100% + 29px);
  display: block;
  position: absolute;
  top: -29px;
  clip-path: polygon(0 0, 100% 0, 80.5% 100%, 0% 100%);
  z-index: 1;
}
.main_header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.main_header .logo-pos {
  margin-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  z-index: 1;
}
.blue_header .main_header .fixed-logo,
.blue_header .main_header.fixed-header .normal-logo,
.main_header .normal-logo {
  visibility: hidden;
  opacity: 0;
}
.blue_header .main_header .normal-logo,
.blue_header .main_header.fixed-header .fixed-logo,
.main_header .fixed-logo {
  visibility: visible;
  opacity: 1;
}
.main_header .header .menu-icon,
.main_header .header-top ul li:before {
  display: none;
}
.main_header .header_right {
  width: calc(100% - 298px);
  text-align: right;
  margin-left: auto;
}
.main_header .header-top {
  width: 100%;
  margin: 0 1px 23px 0;
  font-size: 0;
}
.main_header .header-top ul {
  margin: 0;
  padding: 0;
}
.main_header .header-top ul li {
  margin-bottom: 0;
}
.main_header .lang-nav,
.main_header .top-nav {
  display: inline-block;
}
.main_header .top-nav ul li {
  display: inline-block;
  padding: 0 0 0 23px;
}
.main_header .top-nav ul li:after {
  content: "";
  display: inline-block;
  background: #e2e5e6;
  width: 1px;
  height: 23px;
  vertical-align: middle;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  margin: -4px 30px 0 33px;
}
.main_header .top-nav ul li:nth-child(2) {
  padding: 0 0 0 19px;
}
.main_header .top-nav ul li:nth-child(2):after {
  margin: -3px 28px 0 31px;
}
.main_header .top-nav ul li span {
  position: absolute;
  left: 0;
  color: var(--light-blue);
  top: 3px;
}
.main_header .lang-nav ul li a,
.main_header .top-nav ul li a {
  color: var(--light-blue);
}
.main_header .lang-nav ul li a.current_language,
.main_header .lang-nav ul li a:hover,
.main_header .top-nav ul li a:hover {
  color: var(--anchor-hover);
}
.main_header .lang-nav ul li {
  display: inline-block;
  margin: 0 0 0 11px;
}
.main_header .header-btm {
  margin-left: auto;
  width: 100%;
}
.main_header .header-btm .brand-menu .sub-menu li:nth-child(2) img {
  height: auto;
  width: 100%;
  max-width: 140px;
}
.main_header .header-btm .brand-menu .sub-menu li:nth-child(5) img {
  height: 20px;
}
.blue_header .main_header {
  background: 0 0;
}
.blue_header .main_header .logo:before,
.main_header.fixed-header {
  background: var(--white);
}
.blue_header .main_header:after {
  background: rgba(255, 255, 255, 0.15);
}
.blue_header .main_header.fixed-header:after {
  background: #e2e5e6;
}
.blue_header .main_header.fixed-header .logo:before {
  background: var(--anchor);
}
.model-overlay-hide {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  ul.main_menu > li > a,
  ul.main_menu > li > ul > li > a {
    color: var(--anchor-hover);
    font-weight: 600;
  }
  ul.main_menu {
    margin: 0;
    font-size: 0;
  }
  ul.main_menu li.flex-menu > ul > li:first-child:before,
  ul.main_menu li:before {
    display: none;
  }
  ul.main_menu > li {
    margin-left: 4.22%;
    display: inline-block;
    margin-bottom: 0;
  }
  ul.main_menu > li:first-child {
    margin-left: 0;
  }
  ul.main_menu > li > a {
    padding: 0 0 37px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: -0.3px;
    display: inline-block;
    position: relative;
  }
  .blue_header .main_header.fixed-header .lang-nav ul li a.current_language,
  .blue_header .main_header.fixed-header .lang-nav ul li a:hover,
  .blue_header .main_header.fixed-header .top-nav ul li a:hover,
  .blue_header .main_header.fixed-header ul.main_menu > li > a,
  ul.main_menu > li.current-menu-item > a,
  ul.main_menu > li.current-menu-parent > a,
  ul.main_menu > li.current-page-ancestor > a,
  ul.main_menu > li.menu-item-has-children > a:hover,
  ul.main_menu > li > a:hover {
    color: var(--anchor-hover);
  }
  ul.main_menu > li > a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    bottom: -1px;
    -webkit-transition: width 0.5s, background-color 0.5s;
    transition: width 0.5s, background-color 0.5s;
    z-index: 1;
  }
  ul.main_menu > li > a:hover:after {
    width: 100%;
    background: var(--anchor-hover);
  }
  .blue_header
    .main_header.fixed-header
    ul.main_menu
    > li.current-menu-item
    > a:after,
  .blue_header
    .main_header.fixed-header
    ul.main_menu
    > li.current-menu-parent
    > a:after,
  .blue_header
    .main_header.fixed-header
    ul.main_menu
    > li.current-page-ancestor
    > a:after,
  .blue_header
    .main_header.fixed-header
    ul.main_menu
    > li.menu-item-has-children
    > a:hover:after,
  .blue_header .main_header.fixed-header ul.main_menu > li > a:hover:after,
  ul.main_menu > li.current-menu-item > a:after,
  ul.main_menu > li.current-menu-parent > a:after,
  ul.main_menu > li.current-page-ancestor > a:after,
  ul.main_menu > li.menu-item-has-children > a:hover:after {
    background-color: var(--anchor-hover);
    width: 100%;
  }
  .blue_header .main_header ul.main_menu > li.current-menu-item > a:after,
  .blue_header .main_header ul.main_menu > li.current-menu-parent > a:after,
  .blue_header .main_header ul.main_menu > li.current-page-ancestor > a:after,
  .blue_header
    .main_header
    ul.main_menu
    > li.menu-item-has-children
    > a:hover:after,
  .blue_header .main_header ul.main_menu > li > a:hover:after,
  ul.main_menu > li > ul {
    background-color: var(--white);
    width: 100%;
  }
  ul.main_menu > li > ul {
    display: none;
    margin: 0;
    padding: 23px 0 11px;
    min-width: 309px;
    top: 100%;
    position: absolute;
    -webkit-box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    text-align: left;
  }
  ul.main_menu > li > ul > li {
    margin-bottom: 15px;
  }
  ul.main_menu > li > ul > li > a {
    padding: 0 25px;
    font-size: 16px;
    letter-spacing: -0.23px;
    display: block;
  }
  ul.main_menu > li > ul > li > a:hover {
    color: var(--anchor);
  }
  nav.navigation,
  ul.main_menu > li:hover > ul {
    display: block;
  }
  ul.main_menu li.flex-menu {
    position: static;
  }
  ul.main_menu li.flex-menu > ul {
    max-width: 100%;
    width: calc(100% - 40px);
    max-height: none;
    padding: 26px 0px;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
  }
  ul.main_menu li.flex-menu > ul > li {
    display: table-cell;
    padding: 1.75rem 1rem 1.75rem 3rem;
    width: 20%;
  }
  ul.main_menu li.flex-menu > ul > li:before {
    content: "";
    background: rgba(224, 234, 245, 0.5);
    width: 4px;
    height: 100%;
    display: inline-block;
    margin: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
  }
  ul.main_menu li.flex-menu > ul > li > span {
    font-size: 1.188rem;
    letter-spacing: -0.32px;
    color: var(--heading);
    display: block;
    line-height: normal;
    margin: 0 0 18px;
    width: 78%;
  }
  ul.main_menu li.flex-menu > ul > li .nav-logo img {
    height: 20px;
    width: auto;
  }
  ul.main_menu li.flex-menu > ul > li:last-child img {
    height: 15px;
  }
  ul.main_menu li.flex-menu > ul > li .txt-btn {
    padding: 0;
    font-size: inherit;
    display: inline-block;
  }
  ul.main_menu li.flex-menu > ul > li .txt-btn .icon.arrow:before {
    top: -1px;
  }
  ul.main_menu li.flex-menu > ul > li .txt-btn:hover .icon.arrow:before {
    top: -3px;
  }
  .blue_header .main_header .lang-nav ul li a,
  .blue_header .main_header .top-nav ul li a,
  .blue_header .main_header.fixed-header .top-nav ul li span {
    color: var(--light-blue);
  }
  .blue_header .main_header .lang-nav ul li a.current_language,
  .blue_header .main_header .lang-nav ul li a:hover,
  .blue_header .main_header .top-nav ul li a:hover,
  .blue_header .main_header .top-nav ul li span,
  .blue_header .main_header ul.main_menu > li > a {
    color: var(--white);
  }
  .blue_header .main_header .top-nav ul li:after {
    background: var(--white-20);
  }
  .blue_header .main_header.fixed-header .top-nav ul li:after {
    background: #e2e5e6;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1300px) {
  ul.main_menu li.flex-menu > ul > li,
  ul.main_menu li.flex-menu > ul > li:last-child {
    padding: 1.75rem 1rem 1.75rem 3rem;
  }
  ul.main_menu li.flex-menu > ul > li .nav-logo img {
    height: 24px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  ul.main_menu li.flex-menu > ul > li > span {
    font-size: 1rem;
  }
  ul.main_menu li.flex-menu > ul > li .nav-logo img {
    height: 18px;
  }
  ul.main_menu li.flex-menu > ul > li:last-child img {
    height: 15px;
  }
}
ul.main_menu li.flex-menu > ul > li .nav-logo {
  line-height: 50px;
}
@media only screen and (max-width: 1299px) and (min-width: 1024px) {
  ul.main_menu li.flex-menu > ul {
    padding: 26px 10px 26px 15px;
  }
  ul.main_menu li.flex-menu > ul > li {
    padding: 2rem 1rem 2rem 1rem;
  }
  ul.main_menu li.flex-menu > ul > li:first-child > span {
    width: 75%;
  }
  ul.main_menu li.flex-menu > ul > li > span {
    font-size: 0.895rem;
    width: 85%;
  }
  .main_header .header-btm .brand-menu .sub-menu li:nth-child(2) img {
    max-width: 135px;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 1024px) {
  ul.main_menu > li {
    margin-left: 22.5px;
  }
  ul.main_menu > li > a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .main_header .top-nav ul li:after {
    margin: -4px 30px 0 32px;
  }
  .main_header .top-nav ul li:nth-child(2):after {
    margin: -3px 28px 0 32px;
  }
  .main_header .header-map {
    left: -71px;
    bottom: -88px;
    width: 868px;
    height: 519px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
  .main_header .header {
    padding: 17px 0 12px;
    min-height: 90px;
  }
  .main_header .logo:before {
    left: -20px;
    width: calc(100% + 76px);
    height: calc(100% + 31px);
    top: -19px;
  }
  .main_header .logo {
    width: 157px;
  }
  .main_header .header_right.mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 63px 82px;
    width: 100%;
    height: auto;
    top: 90px;
    left: 0;
    bottom: 0;
    position: fixed;
    background: var(--white);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    z-index: 100001;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    text-align: left;
  }
  .main_header .header_right.navOpen {
    opacity: 1;
    visibility: visible;
  }
  .main_header .header .menu-icon {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31px;
    right: 28px;
    height: 23px;
    cursor: pointer;
    top: -4px;
    bottom: 0;
    margin: auto;
    display: block;
  }
  .main_header .header .menu-icon span.line {
    width: 31px;
    height: 3px;
    margin: 0 auto;
    background-color: var(--heading);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    border-radius: 4px;
  }
  .main_header .header .menu-icon span.line2 {
    margin-top: 10px;
  }
  .main_header .header .menu-icon span.line1 {
    margin-top: -10px;
  }
  .main_header .header .menu-icon a {
    display: block;
    height: 100%;
  }
  .main_header .header .menu-icon a.active {
    width: 31px;
    background-image: none;
    z-index: 10001;
  }
  .main_header .header .menu-icon a.active span.line {
    width: 31px;
    display: block;
    height: 2.5px;
    background-color: var(--heading);
    border-radius: 2px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
  }
  .main_header .header .menu-icon a.active span.line1 {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .main_header .header .menu-icon a.active span.line2,
  .main_header.menuOpen .normal-logo {
    visibility: hidden;
    opacity: 0;
  }
  .main_header .header .menu-icon a.active span.line3 {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .main_header .header-top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: auto 0 22px;
  }
  .main_header .lang-nav ul li a,
  .main_header .top-nav ul li a,
  .main_header .top-nav ul li span {
    color: var(--light-blue);
  }
  .main_header .lang-nav ul li a.current_language,
  .main_header .lang-nav ul li a:hover,
  .main_header .top-nav ul li a:hover {
    color: var(--anchor-hover);
  }
  .main_header .top-nav ul li:after,
  .main_header.menuOpen:after {
    background: #e2e5e6;
  }
  .main_header .header-map {
    position: fixed;
    right: 0;
    opacity: 0.05;
    margin: auto;
  }
  .main_header .header-btm {
    margin-bottom: 60px;
  }
  .main_header.headOpen {
    background: var(--white);
  }
  .main_header.headOpen .normal-logo {
    visibility: hidden;
    opacity: 0;
  }
  .main_header.headOpen .fixed-logo {
    visibility: visible;
    opacity: 1;
  }
  .main_header.headOpen .logo:before {
    background: var(--anchor);
  }
  .main_header.headOpen .header .menu-icon span.line {
    background-color: var(--heading) !important;
  }
  .main_header.headOpen:after {
    background: #e2e5e6;
  }
  ul.main_menu li.flex-menu > ul > li .nav-logo {
    margin: 0 0 20px;
  }
  ul.main_menu li.flex-menu > ul > li .nav-logo img {
    height: 21px;
  }
  ul.main_menu li.flex-menu > ul > li:nth-child(2) .nav-logo img {
    width: 165px;
    height: auto;
  }
  ul.main_menu li.flex-menu > ul > li:last-child img {
    height: 21px;
  }
  ul.main_menu li.flex-menu > ul > li > span {
    font-size: 1.063rem;
    letter-spacing: -0.28px;
    color: var(--heading);
    max-width: 290px;
    display: block;
    line-height: normal;
  }
  ul.main_menu {
    margin: 0;
    display: block;
  }
  ul.main_menu li ul .txt-btn .button-text,
  ul.main_menu li:before {
    display: none;
  }
  ul.main_menu > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(207, 216, 223, 0.5);
  }
  ul.main_menu > li:last-child {
    border-bottom: 0;
  }
  ul.main_menu > li > a {
    padding: 27px 0 22px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: -0.3px;
    font-weight: 600;
    color: var(--heading);
    display: block;
    position: relative;
  }
  ul.main_menu > li > a:hover,
  ul.main_menu > li > ul > li a:hover {
    color: var(--anchor);
  }
  ul.main_menu > li.menu-item-has-children > a:after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    content: "\f061";
    color: var(--anchor);
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
  }
  ul.main_menu > li > a.active {
    padding-left: 41px;
    color: var(--small);
    padding-bottom: 16px;
  }
  ul.main_menu > li > a.active:after {
    left: 8px;
    right: auto;
    content: "\f104";
    color: var(--small);
    top: 58%;
  }
  ul.main_menu > li.sib {
    opacity: 0;
    display: none;
  }
  ul.main_menu > li.sib ~ li {
    border: 0;
  }
  ul.main_menu > li > ul {
    margin: 0;
    display: none;
  }
  ul.main_menu > li > ul > li {
    border-top: 1px solid rgba(207, 216, 223, 0.5);
    margin-bottom: 0;
  }
  ul.main_menu > li.flex-menu > ul > li {
    padding: 27px 10px 29px;
  }
  ul.main_menu > li.flex-menu > ul > li a {
    padding: 0;
  }
  ul.main_menu > li > ul > li a {
    font-weight: 600;
    color: var(--heading);
    font-size: 1.1rem;
    padding: 27px 10px 29px;
    display: block;
  }
  ul.main_menu > li > ul > li:first-child {
    border-top: 0;
  }
  ul.main_menu li ul .txt-btn {
    position: absolute;
    display: block;
    width: inherit;
    right: 0;
    top: inherit;
    bottom: 25px;
  }
  ul.main_menu li ul .txt-btn:hover .icon.arrow {
    -webkit-transform: none;
    transform: none;
  }
  ul.main_menu li ul .txt-btn .icon {
    position: static;
  }
  ul.main_menu li ul .txt-btn .icon.arrow:before {
    font-size: 20px;
    font-weight: 500;
    position: inherit;
    content: "\f061";
  }
  .blue_header .main_header .header .menu-icon a.active span.line,
  .blue_header .main_header .header .menu-icon span.line {
    background-color: var(--white);
  }
  .blue_header .main_header.fixed-header .header .menu-icon a.active span.line,
  .blue_header .main_header.fixed-header .header .menu-icon span.line,
  .main_header.menuOpen .header .menu-icon a.active span.line {
    background-color: var(--heading);
  }
  .main_header.menuOpen {
    background: var(--white);
  }
  .main_header.menuOpen .fixed-logo {
    visibility: visible;
    opacity: 1;
  }
  .main_header.menuOpen .logo:before {
    background: var(--anchor);
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .main_header .header_right.mobile_menu {
    padding: 20px 20px 59px;
  }
  .main_header .header-map {
    left: -82px;
    bottom: -64px;
    width: 639px;
    height: 380px;
  }
  .main_header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto 15px 22px 5px;
  }
  .main_header .top-nav ul li span {
    top: 2px;
  }
  .main_header .top-nav ul li {
    display: block;
    margin: 20px 0 0;
  }
  .main_header .top-nav ul li:after {
    display: none;
  }
  .main_header .lang-nav {
    margin: auto 0 0 auto;
  }
  .main_header .lang-nav ul li {
    margin: 0 0 0 31px;
  }
  ul.main_menu > li.flex-menu > ul > li {
    padding: 25px 0 29px;
  }
  ul.main_menu > li > a.active:after {
    left: -3px;
  }
  ul.main_menu > li > a.active {
    padding-left: 30px;
  }
  ul.main_menu li.flex-menu > ul > li .nav-logo {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1441px) {
  ul.main_menu li.flex-menu > ul > li .nav-logo {
    line-height: 70px;
  }
}
footer#main_footer {
  clear: both;
  padding: 96px 0 32px;
  width: 100%;
  position: relative;
  background: var(--white);
  z-index: 1;
  font-size: 0.813rem;
  line-height: normal;
  line-height: 1.54;
}
footer#main_footer li:before {
  display: none;
}
footer#main_footer .footer_top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  clear: both;
  padding: 0 0 35px;
}
footer#main_footer .footer_lt {
  width: calc(100% - 610px);
  margin: -1px 0 0;
}
footer#main_footer .footer_lt ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
footer#main_footer .footer-menu {
  width: 24.6%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#main_footer .footer-menu:first-child {
  width: 62.6%;
}
footer#main_footer .footer-menu:first-child ul ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer#main_footer .footer-menu:first-child ul ul.sub-menu > li {
  display: inline-block;
  width: 49.7%;
}
footer#main_footer .footer-menu:first-child ul ul.sub-menu > li li {
  width: 100%;
}
footer#main_footer .footer-menu ul li {
  font-size: 0.813rem;
  line-height: normal;
  margin-bottom: 12px;
}
footer#main_footer .footer-menu ul ul li a {
  font-weight: 600;
  letter-spacing: -0.22px;
}
footer#main_footer .footer-menu > ul > li > a {
  font-size: 1.25rem;
  color: var(--heading);
  font-weight: 700;
  letter-spacing: -0.33px;
}
footer#main_footer .footer-menu ul.sub-menu {
  margin: 20px 0 0;
}
footer#main_footer .footer-menu ul li.current-menu-ancestor > a,
footer#main_footer .footer-menu ul li.current-menu-item > a,
footer#main_footer .footer-menu ul li.current-menu-parent > a,
footer#main_footer .footer-menu ul li.current-page-ancestor > a,
footer#main_footer .footer-menu ul li.current-post-ancestor > a,
footer#main_footer .footer-menu ul li.current_page_item > a,
footer#main_footer .footer-menu ul li.current_page_parent > a,
footer#main_footer .footer-menu ul li > a:hover {
  color: var(--heading);
}
footer#main_footer .footer_rt {
  text-align: right;
  max-width: 610px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#main_footer .footer_rt p {
  line-height: 1.54;
  letter-spacing: -0.22px;
  margin-bottom: 17px;
  padding: 0 43px 0 0;
  position: relative;
}
footer#main_footer .footer_rt p:after {
  background: #e2e5e6;
  content: "";
  width: 1px;
  height: calc(100% - 2px);
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}
footer#main_footer .footer_rt .footer-logo {
  width: 185px;
  margin: 2px 0 0 40px;
}
footer#main_footer .footer_rt .footer-logo img {
  width: 185px;
  height: 60px;
}
footer#main_footer .footer_rt .footer-rt-cnt {
  width: calc(100% - 225px);
}
footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm {
  clear: both;
  font-size: 0;
  margin: 0 43px 0 0;
}
footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm ul {
  margin: 0;
}
footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm ul li a {
  font-size: 1rem;
  color: var(--white);
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  border-radius: 50%;
  background-color: var(--anchor);
}
footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm ul li a:hover {
  background-color: var(--anchor-hover);
}
footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm ul li a:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  -webkit-box-shadow: 0 0 0 2px var(--anchor-hover);
  box-shadow: 0 0 0 2px var(--anchor-hover);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm ul li a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
footer#main_footer hr {
  height: 2px;
  background-color: rgba(224, 234, 245, 0.5);
}
footer#main_footer .footer_btm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#main_footer .footer_btm .copyrights p {
  letter-spacing: -0.2px;
  font-size: 0.75rem;
}
.privacy-links ul {
  margin: 0;
  font-size: 0;
}
.privacy-links ul li {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  letter-spacing: -0.1px;
}
.privacy-links ul li > a {
  text-decoration: none;
}
.privacy-links ul li:before {
  content: " ";
  width: 3px;
  height: 3px;
  background: var(--anchor);
  border-radius: 50%;
  display: inline-block !important;
  position: static;
  margin: -1px 13px 0 9px;
  vertical-align: middle;
}
.privacy-links ul li:first-child:before {
  display: none !important;
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  footer#main_footer .footer_lt {
    width: calc(100% - 580px);
  }
  footer#main_footer .footer_rt {
    max-width: 580px;
  }
  footer#main_footer .footer_rt p {
    padding: 0 33px 0 0;
  }
  footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm {
    margin: 0 33px 0 0;
  }
  footer#main_footer .footer_rt .footer-rt-cnt {
    width: calc(100% - 214px);
  }
  footer#main_footer .footer_rt .footer-logo {
    margin: 2px 0 0 29px;
  }
  footer#main_footer .footer-menu:first-child {
    width: 52%;
  }
  footer#main_footer .footer-menu:first-child ul ul.sub-menu > li,
  footer#main_footer .footer-menu:first-child ul ul > li:first-child {
    width: 100%;
  }
  footer#main_footer .footer-menu {
    width: 42%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  footer#main_footer {
    padding: 80px 0 34px;
  }
  footer#main_footer .footer_top {
    padding: 0 0 24px;
  }
  footer#main_footer .footer-menu:first-child {
    width: 68.4%;
  }
  footer#main_footer .footer-menu:first-child ul ul > li:first-child {
    width: 50%;
  }
  footer#main_footer .footer_lt {
    max-width: 730px;
  }
  footer#main_footer .footer_rt {
    margin: 0 auto 51px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
    max-width: 611px;
  }
  footer#main_footer .footer_rt .footer-rt-cnt {
    width: calc(100% - 230px);
  }
  footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm {
    margin: 0 0 0 42px;
  }
  footer#main_footer .footer_rt .footer-logo {
    margin: 3px 45px 0 0;
  }
  footer#main_footer .footer_rt p {
    padding: 0 0 0 44px;
  }
  footer#main_footer .footer_rt p:after {
    left: 0;
    right: inherit;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
  footer#main_footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer#main_footer .footer_lt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  footer#main_footer {
    padding: 72px 0 59px;
  }
  footer#main_footer hr {
    margin: 29px 0 32px;
  }
  footer#main_footer .footer_top {
    padding: 0;
  }
  footer#main_footer .footer-menu:first-child {
    width: 52%;
  }
  footer#main_footer .footer-menu:first-child ul ul.sub-menu > li {
    width: 100%;
  }
  footer#main_footer .footer-menu {
    width: 48%;
  }
  footer#main_footer .footer-menu ul li {
    margin-bottom: 20px;
  }
  footer#main_footer .footer_rt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
    margin: 0 0 76px;
  }
  footer#main_footer .footer_rt .footer-logo {
    margin: 0 0 21px;
  }
  footer#main_footer .footer_rt .footer-rt-cnt {
    width: 100%;
  }
  footer#main_footer .footer_rt .footer-rt-cnt .ftr-sm {
    margin: 0 0 0 46px;
  }
  footer#main_footer .footer_rt p {
    font-size: 0.75rem;
    line-height: 1.67;
    letter-spacing: -0.2px;
    padding: 0 0 0 51px;
    margin-bottom: 16px;
  }
  footer#main_footer .footer_rt p:after {
    display: none;
  }
  footer#main_footer .footer_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer#main_footer .footer_btm .copyrights p {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 413px) and (min-width: 200px) {
  footer#main_footer .footer-menu:first-child {
    width: 60%;
  }
  footer#main_footer .footer-menu {
    width: 40%;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  color: var(--body-text);
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.6px;
  overflow-x: hidden;
  background: var(--white);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#main {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#mainContent {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  padding: 130px 0 0 0;
}
.container-lg {
  max-width: 1700px;
  padding: 0 45px 0 41px;
  margin: 0 auto;
}
.container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}
.container-md {
  max-width: 1125px;
  margin: 0 auto;
  width: 100%;
}
.container-sm {
  max-width: 890px;
  margin: 0 auto;
  width: 100%;
}
.btn {
  display: block;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--anchor);
}
.h3 {
  font-size: 1.813rem;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
section li a,
section p a {
  font-weight: bold;
}
.srch_btn {
  right: 15px;
  top: 0;
  width: 22px;
  height: 100%;
  font-size: 16px;
  position: absolute;
  color: var(--anchor);
}
.srch_btn input {
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: 0 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
}
.banner-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.05;
}
.map-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  text-align: center;
  opacity: 0.05;
}
.background-bg {
  top: 0;
  left: -49px;
  right: 0;
  bottom: 0;
  width: calc(100% + 98px);
  height: 100%;
  position: absolute;
  z-index: -1;
  max-width: 1798px;
  margin: 0 auto;
  background-color: #003a70;
  clip-path: polygon(15.7% 0%, 100% 0%, 84.5% 100%, 0% 100%);
}
.background-bg picture {
  max-width: 1798px;
  margin: 0 auto;
}
.background-bg picture img {
  -o-object-position: 0 0;
  object-position: 0 0;
}
.default-banner-section {
  clear: both;
  width: 100%;
  z-index: 1;
}
.default-banner-section .container-lg {
  padding: 0;
  position: relative;
}
.default-banner-section .hero-banner-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 558px;
}
.default-banner-section .hero-banner-main .hero-banner-txt {
  width: 48.5%;
  padding: 20px 0;
  margin-top: -14px;
}
.default-banner-section .hero-banner-main .hero-banner-image {
  width: 51.5%;
}
.default-banner-section .hero-banner-main .hero-banner-image .banner-img {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  max-width: 878px;
  right: 0;
}
.default-banner-section .hero-banner-main .hero-banner-image .banner-img img {
  clip-path: polygon(40.3% 0%, 100% 0, 100% 100%, 0% 100%);
}
.default-banner-section
  .hero-banner-main
  .hero-banner-image
  .banner-img
  .play-btn
  img {
  min-height: inherit;
}
.blue_header #mainContent {
  padding: 0;
}
.blue_header .default-banner-section {
  padding: 130px 0 0 0;
  background-color: #003a70;
}
.blue_header .default-banner-section .hero-banner-main .hero-banner-txt h1,
.blue_header .default-banner-section .hero-banner-main .hero-banner-txt p {
  color: var(--white);
}
.pos-relative {
  position: relative;
}
figure.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
picture.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
.object-fit img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;";
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}
img.mobile {
  display: none;
}
.video-wrap {
  margin: 65px 0 64px 0;
  position: relative;
}
.video-caption {
  position: relative;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.43;
  width: calc(100% - 40px);
  padding: 19px 20px 21px;
  margin: -40px 0 0 0;
}
.video-caption:after {
  content: "";
  background: url("images/play-icon.svg") no-repeat 0 0;
  display: block;
  position: absolute;
  width: 46px;
  height: 31px;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video-caption:before {
  content: "";
  background: rgba(168, 212, 232, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.video-caption .video-txt {
  width: calc(100% - 80px);
  position: relative;
}
.video-wrap .video-thumbnail {
  height: 630px;
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.play-btn-main {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.play-btn {
  width: 82px;
  height: 82px;
  background: rgba(0, 85, 184, 0.9);
  border-radius: 50%;
}
.play-btn:hover {
  background: rgb(0, 85, 184);
}
.play-btn img {
  width: 26px;
  height: 34px;
}
.overlay_main_sec {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1801;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  background: rgba(0, 58, 112, 0.95);
}
.overlay_main_sec.active {
  z-index: 999;
  overflow-y: auto;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.overlay_center {
  width: 100%;
  height: 100%;
}
.overlay-main {
  padding: 79px 25px 92px;
  z-index: 13000;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
.overlay-main h2 {
  margin-bottom: 25px;
}
.overlay-main .pop_connect_close {
  position: absolute;
  top: 41px;
  right: 48px;
  cursor: pointer;
  font-size: 44px;
  height: 40px;
  display: block;
  width: 32px;
  line-height: 26px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.overlay-main .pop_connect_close i {
  color: var(--white);
}
.overlay-main .pop_connect_close:hover i {
  color: var(--white-50);
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .mfp-bg {
  background: rgba(0, 58, 112, 0.95);
  opacity: 1;
}
body .mfp-iframe-holder .mfp-close,
body .mfp-image-holder .mfp-close {
  padding-right: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 0;
  top: 43px;
  background-color: transparent;
  right: 54px;
  font-size: 85px;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  font-size: 0;
}
button.mfp-close:before {
  content: "\f00d";
  position: fixed;
  font-family: "Font Awesome 6 Pro";
  width: 26px;
  height: 26px;
  top: 64px;
  right: 53px;
  color: white;
  font-size: 2.9rem;
}
body .mfp-iframe-holder .mfp-close:hover,
body .mfp-image-holder .mfp-close:hover {
  opacity: 0.8;
}
body .mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .mfp-iframe-holder .mfp-content {
  max-width: 890px;
}
body .mfp-iframe-holder .mfp-close:after {
  display: none;
}
.banner-cat {
  font-weight: 600;
  clear: both;
  width: 100%;
}
.banner-cat ul {
  margin: 0 0 30px 0;
  font-size: 0;
  overflow: hidden;
}
.banner-cat ul li {
  display: inline-block;
  color: var(--sub-blue);
  margin: 0 0 0 48px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.75px;
  line-height: 1.5;
  max-width: 245px;
  vertical-align: top;
}
.banner-cat ul li:first-child {
  margin-left: 0 !important;
}
.banner-cat ul li:before {
  content: "";
  display: inline-block;
  background: #e2e5e6;
  width: 2px;
  min-height: 28px;
  vertical-align: middle;
  height: calc(100% + 22px);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  top: -10px;
  left: -31px;
}
.banner-cat ul li:first-child:before {
  display: none;
}
.banner-cat ul li a {
  color: var(--sub-blue);
}
.banner-cat ul li a:hover {
  color: var(--anchor-hover);
}
.slick-arrow {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  color: var(--anchor);
  line-height: normal;
  border: 0 none;
  width: 10px;
  height: 15px;
  font-size: 1.3rem;
  bottom: 0;
  margin: auto;
}
.slick-arrow:hover {
  color: var(--anchor-hover);
}
.slick-arrow.prev-arrow {
  right: auto;
  left: 0;
}
.slick-arrow.next-arrow {
  right: 0;
  left: auto;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  display: none !important;
}
.accordion-item {
  position: relative;
  border-bottom: solid 1px rgba(0, 58, 85, 0.13);
}
.heading {
  letter-spacing: -0.3px;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 22px 50px 22px 0;
  display: block;
  color: var(--heading);
}
.accordion-item .heading:after {
  content: "\f063";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  right: 5px;
  top: 36px;
  line-height: 0;
  -webkit-transform: none;
  transform: none;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: var(--anchor);
}
.accordion-item.active .heading:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content {
  display: none;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: -0.41px;
  margin: 0 0 25px 0;
}
.content .accordion-sub-title {
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.44px;
  margin-bottom: 3px;
  display: block;
}
.accordion-phone {
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.44px;
}
.accordion-phone a span {
  margin-right: 8px;
  font-size: 13px;
}
ul.slick-dots {
  margin: 0;
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.slick-dots li {
  margin: 0 12.5px !important;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
ul.slick-dots li button:after,
ul.slick-dots li button:before,
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  width: 7px;
  height: 7px;
  min-width: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  background: var(--anchor);
  opacity: 0.2;
}
ul.slick-dots li.slick-active button {
  background: var(--anchor);
  opacity: 1;
}
select.selectBox {
  display: none;
}
body .selectBox-dropdown {
  outline: 0;
  width: 100% !important;
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: -0.47px;
  background: var(--white);
  color: var(--body-text);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 26px !important;
  padding: 13px 40px 13px 23px;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  height: auto;
  border: solid 2px var(--input-border);
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
body .selectBox-dropdown:focus,
body .selectBox-dropdown:focus .selectBox-arrow {
  border-color: rgba(207, 216, 223, 0.5);
}
body .selectBox-dropdown .selectBox-label {
  padding: 0;
  display: block;
}
body .selectBox-dropdown .selectBox-label a {
  color: inherit;
}
body .selectBox-dropdown .selectBox-arrow {
  width: auto;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--anchor);
  border: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  background: none;
}
body .selectBox-dropdown .selectBox-arrow:after {
  content: "\f107";
}
body .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
body ul.selectBox-dropdown-menu {
  border-color: transparent;
  padding: 17px 0 9px;
  margin: 5px 0 0 0;
  border: solid 2px var(--input-border) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 26px !important;
}
body ul.selectBox-dropdown-menu li {
  margin-bottom: 10px;
  padding: 0 23px;
}
body ul.selectBox-dropdown-menu li:first-child {
  display: none;
}
body ul.selectBox-dropdown-menu li:before {
  display: none;
}
body ul.selectBox-dropdown-menu li a {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: normal;
  display: block;
  padding: 0;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--body-text);
  overflow: hidden;
  text-overflow: ellipsis;
}
:lang(fr) ul.selectBox-dropdown-menu li a {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: normal;
  display: block;
  padding: 0;
  white-space: nowrap;
  text-transform: none;
  color: var(--body-text);
  overflow: hidden;
  text-overflow: ellipsis;
}
body ul.selectBox-dropdown-menu li a:hover,
body ul.selectBox-dropdown-menu li.selectBox-selected a {
  color: var(--anchor-hover);
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_fields_container {
  display: block;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  .frm_error {
  right: 0 !important;
  width: 100%;
  display: block;
  font-size: 0.688rem !important;
  color: #f00 !important;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: right !important;
  line-height: normal !important;
  font-weight: normal;
  bottom: -15px;
  position: absolute;
}
.frm_forms .frm_form_fields fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.frm_forms .frm_form_fields .frm_form_field {
  margin-bottom: 18px;
  position: relative;
  clear: both;
}
.frm_forms .frm_form_fields .frm_form_field.frm_full {
  clear: both;
}
.frm_forms .frm_form_fields .frm_form_field.vertical_radio label {
  padding-left: 35px;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.6px;
  color: var(--body-text);
  text-indent: inherit;
}
.frm_forms .frm_form_fields input,
.frm_forms .frm_form_fields select,
.frm_forms .frm_form_fields textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  display: block;
  outline: 0;
  border-radius: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  line-height: 25px;
  font-style: normal;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: var(--white);
  color: var(--body-text);
  border: solid 1px #d9e0e7;
  padding: 13px 31px 14px 24px;
  width: 100%;
  height: auto;
  box-shadow: none;
  letter-spacing: -0.47px;
}
.frm_forms .frm_form_fields input:focus,
.frm_forms .frm_form_fields textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 1px #d9e0e7 !important;
}
.frm_forms .frm_form_fields textarea {
  min-height: 145px;
}
.frm_forms .frm_form_fields .selectBox-dropdown {
  border: solid 1px #dde4e5;
  padding: 13px 31px 14px 24px;
  color: var(--body-text);
}
.frm_forms .frm_form_fields div.selector {
  margin-top: 16px;
}
.frm_forms .frm_submit {
  margin: 20px 0 30px 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button {
  display: inline-block;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.21px;
  padding: 16px 73px 17px 37px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 34px;
  background-color: var(--anchor);
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-align: center;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: var(--anchor-hover);
  color: var(--white);
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-white {
  background-color: var(--white);
  color: var(--anchor);
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-white:hover {
  background-color: var(--anchor-hover);
  color: var(--white);
}
.form-field {
  position: relative;
  margin-bottom: 20px;
}
.form-note p {
  font-size: 0.75rem;
  line-height: 1.67;
  letter-spacing: -0.35px;
  color: var(--light-blue);
}
.frm_half {
  width: 48.56%;
  float: left;
  clear: none !important;
}
.frm_first {
  margin-right: 17px;
}
.frm_last {
  float: right;
}
.frm_full {
  margin-right: 0;
}
.frm_radio {
  margin: 0 0 9px 0;
}
.frm_radio label {
  padding: 0px 0 0 34px;
  cursor: pointer;
}
.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload {
  margin: 0;
  min-height: inherit;
  line-height: inherit;
  border-radius: 26px;
  position: relative;
  padding: 12px 45px 13px 24px;
  border: solid 1px #d9e0e7;
}
.frm_form_field.frm_full
  .frm_dropzone.dz-clickable.frm_single_upload
  .dz-message {
  margin: 0;
  border: 0 none;
  border-radius: 26px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_dropzone
  .frm_upload_icon {
  margin-left: auto;
  position: absolute;
  right: 22px;
  display: inline-block;
  padding: 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_upload_icon:before {
  color: var(--anchor-hover);
  font-size: 20px;
  content: "\f0c6";
  font-family: "Font Awesome 6 Pro" !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_upload_text
  button:after {
  display: none;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_dropzone
  .frm_small_text {
  display: none;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_upload_text button {
  color: var(--body-text) !important;
  font-size: 1rem !important;
  line-height: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.47px;
}
.frm_form_field.frm_full .frm_dropzone.dz-started.frm_single_upload {
  border-radius: 26px;
  border: solid 1px #d9e0e7;
  padding: 6px 24px 7px 24px;
}
.frm_dropzone.dz-clickable,
.frm_dropzone.frm_single_upload {
  min-height: inherit;
}
.frm_dropzone .dz-preview {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frm_dropzone .dz-preview .dz-image {
  width: 30px;
  height: 30px;
}
.frm_dropzone .dz-preview .dz-column {
  width: 88%;
  margin-left: auto;
}
.frm_dropzone .dz-preview .dz-details {
  margin: 0;
}
.txt-btn {
  position: relative;
  display: inline-block;
}
.txt-btn:hover {
  color: var(--anchor);
}
.txt-btn .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
}
.txt-btn .icon.arrow:before {
  content: "\f061";
  font-size: 1rem;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 2px;
  bottom: 0;
}
.txt-btn:hover .icon.arrow {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 100%;
}
.txt-btn:hover .icon.arrow:before {
  content: "\e09f";
}
.txt-btn:hover .button-text {
  opacity: 1;
  visibility: visible;
}
.txt-btn .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  padding: 0.75rem 0;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  visibility: hidden;
  opacity: 0;
  margin: 0 7px 0 0;
}
.readmore {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding-right: 17px;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.readmore:hover {
  padding-right: 25px;
}
.readmore:after {
  content: "\e09f";
  font-size: 1rem;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  right: 0;
  line-height: 1;
}
.readmore:hover:after {
  content: "\f061";
}
.section-head {
  clear: both;
  width: 100%;
  margin: 0 0 50px 0;
}
.section-head p {
  max-width: 655px;
}
.pagination-wrap {
  padding: 32px 0 49px;
  border-bottom: solid 3px rgba(136, 157, 180, 0.2);
  clear: both;
  width: 100%;
}
.pagination {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pagination-links .wp-pagenavi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-links .wp-pagenavi > span.pages {
  display: none;
}
.pagination-links .wp-pagenavi > span,
.pagination-links a:not(.nextpostslink) {
  width: 42px;
  height: 42px;
  margin: 0 4px;
  padding: 0;
  border: none;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -0.6px;
  font-family: "Montserrat", sans-serif;
  background-color: var(--light-bluebg);
  border-radius: 50%;
  color: var(--body-text);
}
.pagination-links .wp-pagenavi > span.current,
.pagination-links a:not(.nextpostslink).current {
  background-color: var(--anchor);
  color: var(--white);
}
.pagination-links .wp-pagenavi > span:hover,
.pagination-links a:hover {
  background-color: var(--anchor) !important;
  color: var(--white) !important;
}
.pagination-links a.nextpostslink,
.pagination-links a.previouspostslink {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: normal;
  color: var(--anchor);
  background: transparent;
}
.pagination-links a.nextpostslink {
  margin-left: 6px;
}
.pagination-links a.previouspostslink {
  margin-right: 6px;
}
.pagination-links a.nextpostslink span,
.pagination-links a.previouspostslink span {
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
}
.pagination-links a.nextpostslink span:before {
  content: "\f061";
}
.pagination-links a.previouspostslink span:before {
  content: "\f060";
}
.optional-text {
  font-size: 1.375rem;
  letter-spacing: -0.37px;
  color: var(--small);
  font-weight: 700;
  margin: 0 0 12px 0;
  display: block;
}
.btn {
  width: 100%;
  clear: both;
}
.circle {
  border: solid 3px var(--lighter-blue);
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 150px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 150px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.circle img {
  border-radius: 50%;
  padding: 10px;
}
.circle:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  border-top: 3px solid var(--lighter-blue);
}
.circle-1 {
  width: 141px;
  height: 141px;
}
.circle-2,
.circle-3 {
  width: 115px;
  height: 115px;
}
.circle-1:after {
  width: 187.22px;
  left: 99%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 90px;
}
.circle-2 {
  margin-left: auto;
  top: -36px;
  right: 81px;
}
.circle-2:after {
  width: 202.4px;
  right: 99%;
  -webkit-transform: rotate(-12.2deg);
  transform: rotate(-12.2deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 74px;
}
.circle-2 img,
.circle-3 img {
  padding: 7px;
}
.circle-3 {
  top: -64px;
  left: 9px;
}
.circle-3:after {
  width: 260.59px;
  left: 90%;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 87px;
}
.circle-4 {
  width: 146px;
  height: 146px;
  margin-left: auto;
  top: -92px;
}
.heading-main {
  clear: both;
  padding: 0 0 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 3px solid var(--hr);
}
.heading-lt {
  width: 30%;
}
.heading-lt .h4 {
  display: block;
  font-weight: 700;
  color: var(--heading);
  line-height: normal;
  font-size: 1.375rem;
  letter-spacing: -0.37px;
}
.heading-rt {
  width: 70%;
}
.heading-rt form {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.heading-rt .form-field {
  margin: 0 0 0 8px;
  width: 32.143%;
  min-width: 306px;
}
.heading-rt .form-field:first-child {
  margin-left: 0;
}
.general-default-article-section {
  float: left;
  width: 100%;
  padding: 70px 0 86px;
}
.general-default-article-section ol:last-child,
.general-default-article-section ul:last-child {
  margin-bottom: 0;
}
.general-default-article-section ol:last-child li:last-child,
.general-default-article-section ul:last-child li:last-child {
  margin-bottom: 0;
}
.default-image {
  margin: 50px 0 35px;
}
.general-default-article-section .repeater-section:last-child {
  padding-bottom: 0;
}
.single-testimonial {
  clear: both;
  width: 100%;
  padding: 17px 0 0 66px;
  margin: 0 0 50px 0;
}
.single-testimonial .container {
  padding: 0;
}
.single-testimonial .testimonial-cnt {
  width: 100%;
  clear: both;
  font-size: 1.625rem;
  line-height: 1.73;
  letter-spacing: -0.98px;
  color: var(--anchor);
  font-weight: normal;
  position: relative;
  margin: 0 0 29px 0;
}
.single-testimonial .testimonial-cnt:before {
  content: "";
  width: 6px;
  background: var(--anchor);
  display: block;
  height: calc(100% - 12px);
  position: absolute;
  left: -66px;
  top: 7px;
}
.author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
}
.author-thumb img {
  border-radius: 50%;
}
.author-name {
  text-transform: uppercase;
  color: var(--sub-blue);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.75px;
}
.fluid-width {
  width: 100vw !important;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}
.full_width {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: 0 !important;
}
.connect-map {
  position: absolute;
  opacity: 0.07;
  left: 77px;
  top: -126px;
  z-index: -1;
}
.connect-map figure {
  width: 1388px;
}
.connect_overlay_bg {
  color: var(--white);
  display: block;
  position: fixed;
  right: -850px;
  top: 0;
  bottom: 0;
  width: 850px;
  height: 100%;
  visibility: hidden;
  z-index: 1000;
  padding: 118px 107px 37px 117px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 2px 90px 0 rgba(0, 22, 42, 0.15);
  box-shadow: 0 2px 90px 0 rgba(0, 22, 42, 0.15);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0051ae),
    to(#003d7a)
  );
  background-image: linear-gradient(to top, #0051ae, #003d7a);
  overflow: hidden;
}
.connect_overlay_bg.active {
  z-index: 1000;
  overflow-y: auto;
  visibility: visible;
  -webkit-transform: translate3d(-850px, 0, 0);
  transform: translate3d(-850px, 0, 0);
}
.connect-heading {
  margin: 0 0 25px 0;
}
.connect-heading h3 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 1.813rem;
}
.connect-heading p {
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: -0.41px;
  color: var(--white);
  max-width: 550px;
}
.connect_close {
  position: absolute;
  top: 41px;
  right: 48px;
  cursor: pointer;
  font-size: 44px;
  height: 40px;
  display: block;
  width: 32px;
  line-height: 26px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.connect_close i {
  color: var(--white);
}
.connect_close:hover i {
  color: var(--white-50);
}
.connect_overlay_bg .frm_forms .frm-show-form .frm_form_fields fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.connect_overlay_bg
  .frm_forms
  .frm_form_fields
  .frm_form_field.vertical_radio
  label {
  padding-left: 35px;
  color: var(--white);
}
.connect_overlay_bg .frm_forms .frm-show-form .frm_form_fields .frm_required {
  display: none;
}
.connect_overlay_bg
  .frm_forms
  .frm-show-form
  .frm_form_fields
  .frm_form_field
  .frm_error {
  bottom: -17px;
  position: absolute;
  color: var(--white) !important;
  font-size: 12px;
  line-height: 18px !important;
  display: block;
  font-weight: normal;
  right: 0;
}
.connect_overlay_bg .frm_forms .frm_error_style {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.connect_overlay_bg .frm_forms .frm_error_style p {
  color: var(--white);
}
.connect_overlay_bg .frm_forms .frm_message {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.connect_overlay_bg .frm_forms .frm_message p {
  color: var(--white);
}
.connect_overlay_bg div.checker input,
.connect_overlay_bg div.checker span,
.connect_overlay_bg div.checker span.checked {
  background: var(--white);
}
.connect_overlay_bg div.checker,
.connect_overlay_bg div.checker input,
.connect_overlay_bg div.checker span {
  border-radius: 9px;
}
.connect_overlay_bg div.checker span.checked:before {
  color: var(--anchor);
}
.connect_overlay_bg .frm_forms .frm_form_fields input,
.connect_overlay_bg .frm_forms .frm_form_fields select,
.connect_overlay_bg .frm_forms .frm_form_fields textarea {
  padding: 12px 31px 13px 24px;
}
.connect_overlay_bg .frm_forms .frm_form_fields .frm_form_field {
  margin-bottom: 20px;
}
.connect_overlay_bg .frm_form_title {
  display: none;
}
.connect_overlay_bg .frm_forms .frm_form_fields .selectBox-dropdown {
  padding: 12px 40px 13px 24px;
}
/*.cky-revisit-bottom-left {*/
/*  left: auto !important;*/
/*  right: 40px;*/
/*}*/
/*.cky-revisit-bottom-left button:after {*/
/*  display: none;*/
/*}*/
/*.cky-btn.cky-btn-accept {*/
/*  color: var(--anchor) !important;*/
/*  background: var(--white) !important;*/
/*  border: 3px solid var(--white) !important;*/
/*  border-radius: 30px;*/
/*}*/
/*.cky-btn.cky-btn-accept:hover {*/
/*  color: var(--white) !important;*/
/*  background: var(--anchor-hover) !important;*/
/*  border-color: var(--anchor-hover) !important;*/
/*  opacity: 1;*/
/*}*/
/*.cky-btn.cky-btn-customize,*/
/*.cky-btn.cky-btn-preferences,*/
/*.cky-btn.cky-btn-reject {*/
/*  color: var(--white) !important;*/
/*  background: transparent !important;*/
/*  border: 3px solid var(--white) !important;*/
/*  border-radius: 30px;*/
/*}*/
/*.cky-btn.cky-btn-customize:hover,*/
/*.cky-btn.cky-btn-preferences:hover,*/
/*.cky-btn.cky-btn-reject:hover {*/
/*  color: var(--white) !important;*/
/*  background: var(--anchor-hover) !important;*/
/*  border: 3px solid var(--anchor-hover) !important;*/
/*  opacity: 1;*/
/*}*/
/*.cky-btn.cky-btn-customize:after,*/
/*.cky-btn.cky-btn-preferences:after,*/
/*.cky-btn.cky-btn-reject:after {*/
/*  display: none;*/
/*}*/
/*.cky-modal.cky-modal-open button:after {*/
/*  display: none;*/
/*}*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-customize,*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-preferences,*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-reject {*/
/*  color: var(--anchor) !important;*/
/*  background: transparent !important;*/
/*  border: 3px solid var(--anchor) !important;*/
/*  border-radius: 30px;*/
/*}*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-customize:hover,*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-preferences:hover,*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-reject:hover {*/
/*  color: var(--white) !important;*/
/*  background: var(--anchor-hover) !important;*/
/*  border: 3px solid var(--anchor-hover) !important;*/
/*}*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-accept {*/
/*  color: var(--white) !important;*/
/*  background: var(--anchor) !important;*/
/*  border: 3px solid var(--anchor) !important;*/
/*  border-radius: 30px;*/
/*}*/
/*.cky-modal.cky-modal-open .cky-btn.cky-btn-accept:hover {*/
/*  color: var(--white) !important;*/
/*  background: var(--anchor-hover) !important;*/
/*  border: 3px solid var(--anchor-hover) !important;*/
/*  border-radius: 30px;*/
/*}*/
/*.cky-consent-container {*/
/*  width: 100% !important;*/
/*  left: 0 !important;*/
/*  bottom: 0 !important;*/
/*  border-radius: 0 !important;*/
/*  background-image: -webkit-gradient(*/
/*    linear,*/
/*    right top,*/
/*    left top,*/
/*    from(#0051ae),*/
/*    to(#003d7a)*/
/*  );*/
/*  background-image: linear-gradient(to left, #0051ae, #003d7a 100%);*/
/*  overflow: hidden;*/
/*}*/
/*.cky-consent-container .cky-consent-bar {*/
/*  background: transparent !important;*/
/*  border: none !important;*/
/*  -webkit-box-shadow: none !important;*/
/*  box-shadow: none !important;*/
/*  border-radius: 0 !important;*/
/*  max-width: 1360px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*}*/
/*.cky-notice .cky-title {*/
/*  color: #fff !important;*/
/*}*/
/*.cky-notice-group {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: justify;*/
/*  -ms-flex-pack: justify;*/
/*  justify-content: space-between;*/
/*}*/
/*.cky-notice-des {*/
/*  max-width: 880px;*/
/*  color: #759cbf !important;*/
/*  letter-spacing: -0.35px;*/
/*}*/
/*.cky-notice-btn-wrapper {*/
/*  margin-top: 0 !important;*/
/*}*/
/*.cky-notice-btn-wrapper .cky-btn {*/
/*  padding: 6px 25px 7px;*/
/*}*/
/*.cky-btn.cky-btn-accept {*/
/*  padding: 6px 43px 7px 20px;*/
/*}*/
/*.cky-btn.cky-btn-accept:after {*/
/*  right: 19px;*/
/*  font-size: 0.8rem;*/
/*}*/
/*.cky-consent-bar:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url(./images/world-map-white.svg);*/
/*  background-size: cover;*/
/*  width: 649px;*/
/*  height: 388px;*/
/*  top: -122px;*/
/*  right: 67px;*/
/*  opacity: 0.05;*/
/*  z-index: -1;*/
/*}*/
.error-404,
.page-404 {
  padding: 80px 0;
  border-bottom: 1px solid var(--hr);
}
.error-404 .banner-bg figure,
.page-404 .banner-bg figure {
  width: 900px;
  margin: 0 auto;
}
.error-404 .hero-banner-main {
  min-height: 300px;
}
.error-404 h1,
.page-404 h1 {
  font-size: 8rem;
  margin-bottom: 20px;
}
.error-404 p,
.page-404 p {
  font-size: 20px;
  line-height: normal;
}
.page-id-262 .skew-container {
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .default-banner-section .hero-banner-main .hero-banner-txt {
    width: 48%;
  }
}
@media only screen and (max-width: 1400px) {
  .container,
  .container-lg {
    padding: 0 20px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-in-desktop {
    display: none;
  }
  .default-banner-section.left-two-image .hero-banner-main {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding: 100px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-image {
    width: 63%;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-txt {
    width: 28.1%;
    padding: 40px 0 20px;
    text-align: right;
    z-index: 1;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-txt h1 {
    margin-bottom: 25px;
  }
  .default-image {
    min-height: 451px;
  }
  .cky-consent-container .cky-consent-bar {
    padding: 43px 0 45px !important;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  .cky-consent-container .cky-consent-bar {
    padding: 43px 25px 45px !important;
  }
  .cky-notice-des {
    max-width: 650px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1024px) {
  .default-banner-section .hero-banner-main .hero-banner-image .banner-img {
    max-width: 600px;
  }
  .default-banner-section .hero-banner-main .hero-banner-image .banner-img img {
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-txt {
    width: 35%;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 1024px) {
  #mainContent {
    padding: 128px 0 0 0;
  }
  .blue_header .default-banner-section {
    padding: 128px 0 0 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .hide-in-tab {
    display: none;
  }
  .heading-rt .form-field {
    width: 49%;
    min-width: inherit;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-image {
    width: 63%;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-txt {
    width: 37%;
  }
  .default-banner-section.left-two-image .optional-text {
    font-size: 1.2rem;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-txt h1 {
    font-size: 3rem;
  }
  .cky-notice-des {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
  .error-404,
  .page-404 {
    padding: 0;
  }
  .error-404 h1,
  .page-404 h1 {
    margin-bottom: 15px;
  }
  .error-404 .banner-bg figure,
  .page-404 .banner-bg figure {
    width: 700px;
  }
  body .mfp-container {
    padding: 0 20px;
  }
  #mainContent {
    padding: 90px 0 0 0;
  }
  .background-bg {
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 91.9%, 0% 100%);
  }
  .default-banner-section .hero-banner-main .hero-banner-txt {
    width: 100%;
    margin: 0;
    padding: 79px 0 80px;
  }
  .default-banner-section .hero-banner-main .hero-banner-image {
    width: 100%;
  }
  .default-banner-section .hero-banner-main .hero-banner-image .banner-img {
    position: relative;
    width: calc(100% + 20px);
    right: -20px;
    max-width: 100%;
  }
  .txt-btn .icon {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 100%;
  }
  .txt-btn .button-text {
    visibility: visible;
    opacity: 1;
  }
  .txt-btn .icon.arrow:before,
  .txt-btn:hover .icon.arrow:before {
    content: "\e09f";
    top: 1px;
  }
  .banner-cat ul li {
    display: block;
    margin: 0 0 11px 0;
    max-width: inherit;
  }
  .banner-cat ul li:before {
    display: none;
  }
  .connect_overlay_bg {
    right: -100%;
    width: 100%;
    padding: 118px 40px 70px 40px;
  }
  .connect_overlay_bg.active {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .cky-revisit-bottom-left:hover:before {
    right: calc(100% + 7px);
    left: inherit !important;
  }
  .cky-revisit-bottom-left:hover:after {
    right: calc(100% + 2px);
    left: inherit !important;
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .banner-cat ul {
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .hide-in-mobile {
    display: none;
  }
  .play-btn {
    width: 72px;
    height: 72px;
  }
  .play-btn img {
    width: 23px;
    height: 28px;
  }
  .overlay_center {
    height: 83%;
  }
  .overlay-main {
    padding: 0 20px;
  }
  .overlay-main .pop_connect_close {
    top: 14px;
    right: 18px;
  }
  body .mfp-iframe-holder .mfp-close {
    padding-right: 0;
    right: 28px;
    top: 23px;
  }
  button.mfp-close:before {
    top: 36px;
    right: 26px;
  }
  .optional-text {
    font-size: 1.25rem;
    letter-spacing: -0.33px;
    margin: 0 0 13px 0;
  }
  .default-banner-section .hero-banner-main {
    min-height: inherit;
  }
  .default-banner-section .hero-banner-main .hero-banner-txt {
    padding: 69px 0 70px;
  }
  .default-banner-section .hero-banner-main .hero-banner-txt h1 {
    margin-bottom: 25px;
  }
  .default-banner-section .hero-banner-main .hero-banner-image .banner-img {
    position: relative;
    width: calc(100% + 91px);
    right: 71px;
    max-width: 200%;
  }
  .default-banner-section .hero-banner-main .hero-banner-image .banner-img img {
    min-height: 221px;
    clip-path: polygon(24.9% 0%, 100% 0px, 100% 100%, -2% 100%);
  }
  .blue_header .default-banner-section {
    padding: 90px 0 0 0;
  }
  .default-banner-section.left-two-image .hero-banner-main {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding: 69px 0 0;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-image {
    margin-bottom: -89px;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-txt {
    width: 100%;
    margin-bottom: 70px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .default-banner-section.left-two-image .hero-banner-main .hero-banner-txt h1 {
    font-size: 2.688rem;
    letter-spacing: -1.84px;
    margin-bottom: 20px;
  }
  .circle img {
    padding: 5px;
  }
  .circle-1 {
    width: 94px;
    height: 94px;
  }
  .circle-2,
  .circle-3 {
    width: 76px;
    height: 76px;
  }
  .circle-1:after {
    width: 130.56px;
    -webkit-transform: rotate(14.3deg);
    transform: rotate(14.3deg);
    top: 58px;
  }
  .circle-2 {
    right: 53px;
    top: -25px;
  }
  .circle-2:after {
    width: 139.4px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    top: 48px;
  }
  .circle-2 img,
  .circle-3 img {
    padding: 4px;
  }
  .circle-3 {
    left: 6px;
    top: -43px;
  }
  .circle-3:after {
    width: 176.46px;
    -webkit-transform: rotate(11.8deg);
    transform: rotate(11.8deg);
    top: 57px;
  }
  .circle-4 {
    width: 97px;
    height: 97px;
    top: -67px;
  }
  .pagination-wrap {
    padding: 20px 20px 40px;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }
  .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 8px;
  }
  .frm_forms .frm_submit {
    margin: 16px 0 40px 0;
  }
  .frm_half {
    width: 100%;
  }
  .heading-main {
    padding: 0 0 31px;
  }
  .heading-lt {
    width: 100%;
    margin: 0 0 11px 0;
  }
  .heading-rt {
    width: 100%;
  }
  .heading-rt .form-field {
    width: 100%;
    min-width: inherit;
    margin: 8px 0 0 0;
  }
  .general-default-article-section {
    padding: 84px 0 69px;
  }
  .general-default-article-section ol li,
  .general-default-article-section ul li {
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .general-default-article-section ul > li:before {
    top: 8px;
  }
  .general-default-article-section ol {
    margin: 21px 10px 31px 41px;
  }
  .general-default-article-section ul {
    margin: 28px 0 31px 28px;
  }
  .default-image {
    height: 301px;
    margin: 40px 0 35px;
  }
  .single-testimonial {
    padding: 14px 0 0 45px;
    margin: 0 0 40px 0;
  }
  .single-testimonial .testimonial-cnt {
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: -0.75px;
    margin: 0 0 25px 0;
  }
  .single-testimonial .testimonial-cnt:before {
    width: 4px;
    left: -45px;
    top: 9px;
    height: calc(100% - 16px);
  }
  .author-thumb {
    margin-right: 15px;
  }
  .section-head {
    margin: 0 0 53px 0;
  }
  .connect_overlay_bg {
    padding: 71px 19px 70px 19px;
  }
  .connect_close {
    top: 14px;
    right: 18px;
  }
  .connect-heading {
    margin: 0 0 22px 0;
  }
  .connect-heading p {
    padding-right: 10px;
  }
  .connect_overlay_bg
    .frm_forms
    .frm_form_fields
    .frm_form_field.vertical_radio {
    margin-top: 18px;
  }
  .connect_overlay_bg .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 10px;
  }
  .cky-notice-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cky-consent-container .cky-consent-bar {
    padding: 38px 0 29px !important;
  }
  .cky-custom-brand-logo-wrapper,
  .cky-notice .cky-title,
  .cky-notice-btn-wrapper,
  .cky-notice-des {
    padding: 0 20px;
  }
  .cky-notice-des {
    margin-bottom: 19px;
  }
  .cky-notice-des p {
    font-size: 0.75rem;
  }
  .cky-notice-btn-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    gap: 10px;
  }
  .cky-notice-btn-wrapper .cky-btn {
    margin: 0;
  }
  .cky-consent-bar:before {
    width: 641px;
    height: 373px;
    top: -65px;
    right: auto;
  }
  .cky-notice-btn-wrapper .cky-btn-accept {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin-top: 0 !important;
  }
  .frm_forms.frm_style_formidable-style.with_frm_style
    .frm_form_fields
    .frm_form_field
    .frm_error {
    bottom: -4px;
    position: relative;
  }
  .error404 .page-404 {
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  img.aligncenter,
  img.alignleft,
  img.alignnone,
  img.alignright {
    margin: 46px 0 !important;
    width: 100%;
  }
}
.registered-symbol,
.sup-fix sup {
  vertical-align: super;
  font-size: 0.7em;
  bottom: 0ex;
}
