@charset "UTF-8";
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-BlackOblique.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-HeavyOblique.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-BookOblique.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../font/AvenirLTPro-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
h1,
.h1 {
  font-size: 36px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #071A37;
  line-height: 43.2px;
}

h2,
.h2 {
  font-size: 24px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h2.h2_mainheader {
  font-size: 36px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 700;
  color: #071A37;
  margin-bottom: 30px;
}

h2:empty {
  visibility: hidden !important;
  display: none !important;
}

h3 {
  font-size: 20.8px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h4 {
  font-size: 16px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h5 {
  font-size: 12.8px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h6 {
  font-size: 11.2px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 19.6px;
}

a {
  font-size: 16px;
  text-decoration: none;
  color: #6929F2;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #0FF2B2;
}

strong {
  font-weight: 700;
}

/*----------- Typography End ---------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}

/* ===== SM MIN ===== */
.sm-mint a .sub-arrow,
.sm-mint ul {
  background: rgba(179, 179, 179, 0.2);
}

.sm-mint {
  border-top: 0 solid #b3b3b3;
  border-bottom: 0 solid #b3b3b3;
  background: #fff;
}

.sm-mint a,
.sm-mint a:active,
.sm-mint a:focus,
.sm-mint a:hover {
  padding: 13px 58px 13px 20px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.sm-mint a.current {
  font-weight: 700;
}

.sm-mint a.disabled {
  color: #ccc;
}

.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  border-radius: 0;
}

.sm-mint a .sub-arrow::before {
  content: "+";
}

.sm-mint a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-mint li {
  border-top: 1px solid rgba(179, 179, 179, 0.2);
}

.sm-mint > li:first-child {
  border-top: 0;
}

.sm-mint ul a,
.sm-mint ul a:active,
.sm-mint ul a:focus,
.sm-mint ul a:hover {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-mint ul ul a,
.sm-mint ul ul a:active,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:hover {
  border-left: 16px solid transparent;
}

.sm-mint ul ul ul a,
.sm-mint ul ul ul a:active,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:hover {
  border-left: 24px solid transparent;
}

.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:active,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}

.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:active,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}

@media (min-width: 769px) {
  .sm-mint a.highlighted,
  .sm-mint ul {
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-mint.sm-rtl li {
    float: right;
  }
  .sm-mint ul li,
  .sm-mint.sm-rtl ul li,
  .sm-mint.sm-vertical li {
    float: none;
  }
  .sm-mint .sm-nowrap > li > :not(ul) a,
  .sm-mint .sm-nowrap > li > a,
  .sm-mint a {
    white-space: nowrap;
  }
  .sm-mint ul a,
  .sm-mint.sm-vertical a {
    white-space: normal;
  }
  .sm-mint {
    border-top: 0;
    background: 0 0;
  }
  .sm-mint a .sub-arrow,
  .sm-mint a.disabled .sub-arrow,
  .sm-mint a.highlighted .sub-arrow,
  .sm-mint a:active .sub-arrow,
  .sm-mint a:focus .sub-arrow,
  .sm-mint a:hover .sub-arrow {
    border-color: #b3b3b3 transparent transparent;
  }
  .sm-mint a,
  .sm-mint a.highlighted,
  .sm-mint a:active,
  .sm-mint a:focus,
  .sm-mint a:hover {
    padding: 11px 20px;
    color: #333;
    border-radius: 0;
  }
  .sm-mint a:active,
  .sm-mint a:focus,
  .sm-mint a:hover,
  .sm-mint ul a.disabled {
    background: 0 0;
    color: #b3b3b3;
  }
  .sm-mint a.highlighted {
    background: #fff;
    color: #b3b3b3;
  }
  .sm-mint a.disabled {
    background: 0 0;
    color: #ccc;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 36px;
  }
  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -4px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 7px 4.69px 0;
    border-style: solid dashed dashed;
    background: 0 0;
    border-radius: 0;
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    float: left;
    border-top: 0;
  }
  .sm-mint ul {
    position: absolute;
    width: 12em;
    border: 0;
    padding: 8px 0;
    background: #fff;
    border-radius: 0;
  }
  .sm-mint ul ul,
  .sm-mint.sm-rtl ul,
  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0;
  }
  .sm-mint ul a,
  .sm-mint ul a.highlighted,
  .sm-mint ul a:active,
  .sm-mint ul a:focus,
  .sm-mint ul a:hover {
    border: 0 !important;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
  }
  .sm-mint ul a.highlighted,
  .sm-mint ul a:active,
  .sm-mint ul a:focus,
  .sm-mint ul a:hover {
    background: #fff;
    color: #b3b3b3;
    box-shadow: none;
  }
  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mint ul a .sub-arrow,
  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.69px;
    border-width: 4.69px 0 4.69px 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint ul a.disabled .sub-arrow,
  .sm-mint ul a.highlighted .sub-arrow,
  .sm-mint ul a:active .sub-arrow,
  .sm-mint ul a:focus .sub-arrow,
  .sm-mint ul a:hover .sub-arrow,
  .sm-mint.sm-vertical a.disabled .sub-arrow,
  .sm-mint.sm-vertical a.highlighted .sub-arrow,
  .sm-mint.sm-vertical a:active .sub-arrow,
  .sm-mint.sm-vertical a:focus .sub-arrow,
  .sm-mint.sm-vertical a:hover .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint .scroll-down,
  .sm-mint .scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-mint .scroll-down-arrow,
  .sm-mint .scroll-up-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #b3b3b3;
  }
  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0;
    border-style: solid dashed dashed;
    border-color: #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 36px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 0 solid #b3b3b3;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu,
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl ul a .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.69px 7px 4.69px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled .sub-arrow,
  .sm-mint.sm-rtl ul a.highlighted .sub-arrow,
  .sm-mint.sm-rtl ul a:active .sub-arrow,
  .sm-mint.sm-rtl ul a:focus .sub-arrow,
  .sm-mint.sm-rtl ul a:hover .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow,
  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl ul a,
  .sm-mint.sm-vertical ul {
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 0px solid #b3b3b3;
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 0;
  }
  .sm-mint.sm-vertical a.highlighted,
  .sm-mint.sm-vertical a:active,
  .sm-mint.sm-vertical a:focus,
  .sm-mint.sm-vertical a:hover {
    background: 0 0;
    color: #b3b3b3;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: 0 0;
    color: #ccc;
  }
}
.header {
  width: 100%;
  display: block;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.16);
  z-index: 888;
  padding-block: 20px;
  background-color: #ffffff !important;
}
.header .header__grid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin-inline: auto;
}
.header .header__logo {
  margin-right: auto;
}
.header .socialmedia {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header .socialmedia a {
  display: block;
}
.header .socialmedia a svg {
  width: auto;
  height: 25px;
}
.header .socialmedia a svg .cls-1 {
  fill: #071A37;
  stroke: unset;
}
.header .socialmedia a:hover svg .cls-1 {
  fill: #0FF2B2;
}
@media screen and (max-width: 1281px) {
  .header {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 1025px) {
  .header .header__grid {
    flex-wrap: wrap;
  }
  .header .header__grid .header__logo {
    order: 1;
  }
  .header .header__grid .menudisplay {
    order: 3;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .header .header__grid .socialmedia {
    order: 2;
  }
}
@media screen and (max-width: 769px) {
  .header {
    padding-inline: 0;
    padding-bottom: 0;
  }
  .header .header__grid .header__logo {
    padding-left: 1em;
  }
  .header .header__grid .socialmedia {
    padding-right: 1em;
  }
  .header .header__grid .menudisplay {
    display: block;
    background-color: #071A37;
  }
}
@media screen and (max-width: 567px) {
  .header .header__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .header__grid .header__logo {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}

#main-menu,
.menu-container,
.main-nav {
  background-color: #ffffff;
}

.menu-container {
  position: relative;
  z-index: 777777;
}

#main-menu li a {
  color: #000;
  font-size: 16px;
}

#main-menu li a:hover {
  color: #071A37;
}

#main-menu li a.active {
  color: #071A37;
}

#main-menu ul li {
  display: block;
  width: 100%;
}

#main-menu ul li a {
  display: block;
  width: 100%;
  color: #071A37;
  border-bottom: 1px solid #071A37 !important;
  font-size: 16px;
}
#main-menu ul li a:hover, #main-menu ul li a:focus {
  background-color: #071A37;
  color: #0FF2B2;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #808285;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

#main-menu ul {
  background-color: #ffffff;
  color: #071A37;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
}

#main-menu ul a {
  text-transform: normal;
  padding-inline: 15px;
}

#main-menu li a.highlighted {
  color: #071A37;
}

#main-menu ul a:hover {
  color: #071A37;
}

#main-menu a {
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #fff !important;
}

.nav-brand {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  margin: 0;
  padding-top: 12px;
  text-transform: uppercase;
}

#main-menu a.highlighted {
  box-shadow: none;
}

@media (min-width: 769px) {
  #main-menu {
    float: none;
    clear: none;
    text-align: center;
  }
  #main-menu li {
    float: left;
  }
  #main-menu li a {
    padding: 0;
    padding-bottom: 0px;
    padding-inline: 30px;
    line-height: 25px;
    color: #071A37;
  }
  #main-menu li a:first-child {
    padding-left: 0;
  }
  #main-menu a .sub-arrow {
    top: 20px;
    margin-top: 0;
    right: 10px;
    width: 12px;
    height: 15px;
    background: url(../images/svg/menuArrow.svg);
    border-radius: 0;
    background-size: 12px;
    background-position: right top 0px;
    background-repeat: no-repeat;
    border: none !important;
  }
  .nav-brand {
    display: none;
  }
  #main-menu ul li a {
    padding: 15px 10px;
  }
  #main-menu li a {
    position: relative;
    padding-block: 10px;
  }
  #main-menu li a:hover,
  #main-menu li a:focus,
  #main-menu li a.active {
    color: #0FF2B2;
  }
  #main-menu li a:first-child::after {
    left: 0;
    width: calc(100% - 30px);
  }
  #main-menu ul {
    padding: 0;
  }
  #main-menu ul li a:hover::after {
    display: none;
  }
  #main-menu ul li a {
    padding-inline: 15px !important;
  }
  #main-menu ul li a:hover {
    background-color: #071A37;
    color: #0FF2B2;
    padding-inline: 15px;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

#main-menu > li:last-child a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0FF2B2;
  color: #071A37;
  width: 100%;
  padding-inline: 45px;
  padding-block: 10px;
  font-weight: 500;
}
#main-menu > li:last-child a:hover {
  background-color: #071A37;
  color: #ffffff;
}
#main-menu > li:last-child a .sub-arrow {
  right: 25px;
}
@media screen and (max-width: 768px) {
  #main-menu > li:last-child a {
    justify-content: flex-start;
    padding-inline: 20px;
  }
  #main-menu > li:last-child a .sub-arrow {
    right: 5px;
  }
}

#main-menu > li:last-child ul {
  background-color: #ffffff;
}
#main-menu > li:last-child ul li {
  background-color: #ffffff;
  text-align: left !important;
}
#main-menu > li:last-child ul li a {
  background-color: #ffffff;
  text-align: left !important;
  justify-content: flex-start;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
    justify-content: center;
  }
}

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