h1,
.h1 {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #000;
  line-height: 43.2px;
}

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

h2.h2_mainheader {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

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

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

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

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

h6 {
  font-size: 11.2px;
  font-family: "Open Sans", 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: #f5f5f5;
}

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

strong {
  font-weight: 700;
}

/*----------- Typography End ---------*/
.header {
  width: 100%;
  margin: 0;
}

.header__bottom {
  padding-inline: 1em;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
}
.header__bottom .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
.header__bottom .header__content {
  padding-block: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.header__bottom .header__logo {
  flex: 0 0 auto;
  padding-block: 30px;
}
.header__bottom .header__logo .logo {
  display: block;
}
.header__bottom .header__logo .logo img {
  display: block;
  width: 515px;
  height: 45px;
}
.header__bottom .header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.header__bottom .header__actions .social_icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header__bottom .header__actions .social_icons svg {
  width: 22px;
  height: 22px;
  display: block;
}
.header__bottom .header__actions .social_icons svg .cls-1 {
  fill: #fff;
}
.header__bottom .header__actions .social_icons a:hover svg .cls-1 {
  fill: #ef1b1b;
}
.header__bottom .header__buttons {
  display: flex;
  gap: 10px;
}
.header__bottom .header__btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #ef1b1b;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.header__bottom .header__btn:hover {
  background-color: #00a3f7;
  color: #ffffff;
}
.header__bottom .header__menu {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: calc(100% + 2em);
  margin-inline: -1em;
}
.header__bottom .header__menu .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.heading__container {
  background-color: #ffffff;
  width: 100%;
  display: block;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.16);
  z-index: 888;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}

.heading__topbar {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  background-color: #193d72;
}
.heading__topbar .wrapper {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.heading__topbar p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}
.heading__topbar .socialmedia {
  display: flex;
  gap: 10px;
  align-items: center;
}
.heading__topbar .socialmedia a {
  display: block;
}
.heading__topbar .socialmedia a svg {
  width: auto;
  height: 24px;
}
.heading__topbar .socialmedia a svg .cls-1 {
  fill: #ffffff;
  stroke: unset;
}
.heading__topbar .socialmedia a:hover svg .cls-1 {
  fill: #f5f5f5;
}
@media screen and (max-width: 1281px) {
  .heading__topbar .wrapper {
    padding-inline: 1em;
  }
}

.heading__main {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
.heading__main .wrapper {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.heading__main .extras {
  display: flex;
  gap: 15px;
  color: #222;
  margin-left: auto;
}
.heading__main .extras a {
  color: #222;
}
@media screen and (max-width: 1281px) {
  .heading__main .wrapper {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 769px) {
  .heading__main .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-inline: 0;
    gap: 0;
  }
  .heading__main .logo {
    order: 1;
    padding: 1em;
  }
  .heading__main .extras {
    order: 2;
    padding-right: 1em;
  }
  .heading__main .menudisplay {
    width: 100%;
    order: 3;
    grid-column: 1/-1;
    height: 39px;
    background-color: #193d72;
  }
  .heading__main .menudisplay .nav-brand {
    height: 39px;
    display: block;
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 1em;
  }
}

/* ===== SM CORE ===== */
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 500;
  -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 {
  border-top: 0px solid #b3b3b3;
  border-bottom: 0px solid #b3b3b3;
  background: #ffffff;
}

.sm-mint a,
.sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #333;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

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

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

.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;
  background: rgba(179, 179, 179, 0.2);
  border-radius: 0px;
}

.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 {
  background: rgba(179, 179, 179, 0.2);
}

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

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

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

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

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

@media (min-width: 769px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint li {
    float: left;
  }

  .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 a {
    white-space: nowrap;
  }

  .sm-mint ul a,
.sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a,
.sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }

  .sm-mint a,
.sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active,
.sm-mint a.highlighted {
    padding: 11px 20px;
    color: #333;
    border-radius: 0px 0px 0 0;
  }

  .sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint a.highlighted {
    background: #ffffff;
    color: #b3b3b3;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }

  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    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 4.69px;
    border-style: solid dashed dashed dashed;
    border-color: #b3b3b3 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }

  .sm-mint a:hover .sub-arrow,
.sm-mint a:focus .sub-arrow,
.sm-mint a:active .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }

  .sm-mint a.highlighted .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }

  .sm-mint a.disabled .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }

  .sm-mint a .sub-arrow::before {
    display: none;
  }

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

  .sm-mint ul {
    border: 0;
    padding: 8px 0;
    background: #ffffff;
    border-radius: 0 0px 0px 0px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }

  .sm-mint ul ul {
    border-radius: 0px;
  }

  .sm-mint ul a,
.sm-mint ul a:hover,
.sm-mint ul a:focus,
.sm-mint ul a:active,
.sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 0;
  }

  .sm-mint ul a:hover,
.sm-mint ul a:focus,
.sm-mint ul a:active,
.sm-mint ul a.highlighted {
    background: #ffffff;
    color: #b3b3b3;
    box-shadow: none;
  }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-mint ul 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:hover .sub-arrow,
.sm-mint ul a:focus .sub-arrow,
.sm-mint ul a:active .sub-arrow,
.sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint .scroll-up,
.sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    height: 20px;
  }

  .sm-mint .scroll-up-arrow,
.sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #b3b3b3 transparent;
  }

  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #b3b3b3 transparent 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: 0px solid #b3b3b3;
  }

  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 0px 0px 0;
  }

  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }

  .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.sm-vertical a:hover .sub-arrow,
.sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow,
.sm-mint.sm-rtl.sm-vertical a:active .sub-arrow,
.sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl ul {
    border-radius: 0px 0 0px 0px;
  }

  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }

  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }

  .sm-mint.sm-rtl ul 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:hover .sub-arrow,
.sm-mint.sm-rtl ul a:focus .sub-arrow,
.sm-mint.sm-rtl ul a:active .sub-arrow,
.sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 0px solid #b3b3b3;
  }

  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 0px 0 0 0px;
  }

  .sm-mint.sm-vertical a:hover,
.sm-mint.sm-vertical a:focus,
.sm-mint.sm-vertical a:active,
.sm-mint.sm-vertical a.highlighted {
    background: transparent;
    color: #b3b3b3;
    box-shadow: none;
  }

  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }

  .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.sm-vertical a:hover .sub-arrow,
.sm-mint.sm-vertical a:focus .sub-arrow,
.sm-mint.sm-vertical a:active .sub-arrow,
.sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint.sm-vertical ul {
    border-radius: 0px !important;
  }

  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }

  .nav-brand {
    display: none;
  }
}
/* +++ Main Menu Styling +++*/
.header__menu {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

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

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

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

.nav-brand {
  display: none;
}

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

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

#main-menu li a:hover,
#main-menu li a.active {
  color: #ef1b1b;
}

#main-menu li.active > a {
  font-weight: 700;
  border-bottom: 2px solid #ef1b1b;
  color: #ef1b1b;
}

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

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

#main-menu > li:last-child > a,
#main-menu > li:last-child > a:hover,
#main-menu > li:last-child > a:focus,
#main-menu > li:last-child > a:active {
  display: inline-block;
  padding-block: 10px;
  padding-inline: 24px;
  background-color: #ef1b1b;
  color: #fff;
  font-weight: normal;
  transition: background-color 0.2s ease;
}
#main-menu > li:last-child > a:hover,
#main-menu > li:last-child > a:hover:hover,
#main-menu > li:last-child > a:focus:hover,
#main-menu > li:last-child > a:active:hover {
  background-color: #00a3f7;
  color: #fff;
}

#main-menu ul {
  background-color: #193d72;
  color: #fff;
}

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

#main-menu ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
#main-menu ul li a:hover {
  background-color: #0f2a50;
  color: #fff;
}

.main-menu-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  transform: translateY(-50%);
  z-index: 100;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .main-menu-btn {
    display: none;
  }
}

.main-menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  transition: background 0.2s;
}

.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.main-menu-btn-icon:before {
  top: -8px;
}

.main-menu-btn-icon:after {
  top: 8px;
}

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

@media (min-width: 769px) {
  #main-menu {
    float: none;
    clear: none;
    text-align: center;
  }

  #main-menu li {
    float: left;
  }

  #main-menu li a {
    padding: 10px 10px;
    line-height: 25px;
  }

  #main-menu a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 7px;
    width: 11px;
    height: 23px;
    background: url(../images/svg/menuArrow.svg);
    border-radius: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    border: none !important;
  }

  .nav-brand {
    display: none;
  }

  #main-menu ul li a {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  #main-menu ul li a:hover::after {
    display: none;
  }
}
.mobile-menu-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__bottom .header__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px;
    gap: 0.75em;
  }

  .header__bottom .header__logo {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }

  .header__bottom .header__logo .logo {
    display: block;
    max-width: 200px;
  }

  .header__bottom .header__menu {
    background-color: #ef1b1b;
    display: block;
    height: auto;
    margin-inline: -1em;
    width: calc(100% + 2em);
  }
  .header__bottom .header__menu .wrapper {
    padding: 0;
    min-height: 44px;
    position: relative;
  }

  .main-menu-btn {
    top: 22px;
    z-index: 600;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    background-color: #ef1b1b;
    border: none;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 14px;
  }
  .mobile-menu-btn .menu-label {
    display: block;
  }
  .mobile-menu-btn .hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 24px;
  }
  .mobile-menu-btn .hamburger-icon span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
  }
  .mobile-menu-btn.is-open .hamburger-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-btn.is-open .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-btn.is-open .hamburger-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  #main-menu-state,
#main-menu-2-state {
    display: none;
  }

  #main-menu-state:checked ~ #main-menu,
#main-menu-2-state:checked ~ #main-menu-2 {
    display: block !important;
  }

  #main-menu,
#main-menu-2 {
    display: none;
    width: 100%;
  }
  #main-menu.is-open,
#main-menu-2.is-open {
    display: block;
  }
}
.header__bottom .header__menu.mobileview {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__bottom .header__menu.desktopview {
    display: none;
  }

  .header__bottom .header__menu.mobileview {
    display: block;
  }

  .header__bottom .header__logo .logo img {
    max-height: 70px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }

  .header__bottom .header__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0;
    padding-bottom: 0;
  }

  .header__bottom .header__buttons {
    display: none;
  }
}

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