@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-BlackItalic.woff2") format("woff2"), url("../fonts/Livvic-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-BoldItalic.woff2") format("woff2"), url("../fonts/Livvic-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-Bold.woff2") format("woff2"), url("../fonts/Livvic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Livvic-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-Medium.woff2") format("woff2"), url("../fonts/Livvic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-Light.woff2") format("woff2"), url("../fonts/Livvic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-Italic.woff2") format("woff2"), url("../fonts/Livvic-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-LightItalic.woff2") format("woff2"), url("../fonts/Livvic-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-ExtraLight.woff2") format("woff2"), url("../fonts/Livvic-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-Black.woff2") format("woff2"), url("../fonts/Livvic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-MediumItalic.woff2") format("woff2"), url("../fonts/Livvic-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-ThinItalic.woff2") format("woff2"), url("../fonts/Livvic-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Livvic-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-Thin.woff2") format("woff2"), url("../fonts/Livvic-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-Regular.woff2") format("woff2"), url("../fonts/Livvic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../fonts/Livvic-SemiBold.woff2") format("woff2"), url("../fonts/Livvic-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.navbar {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: "Livvic", sans-serif;
  line-height: 1.6;
  height: 56px;
}
@media (min-width: 1200px) {
  .navbar {
    height: 89px;
  }
}
.navbar .container {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .navbar.affix {
    padding: 0;
  }
}
.navbar.affix {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.navbar .container {
  position: relative;
  min-height: 40px;
}
@media (min-width: 1200px) {
  .navbar .container {
    display: flex;
    justify-content: space-between;
  }
}
.navbar-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navbar-brand {
  height: auto;
}
.navbar-brand img {
  width: 155px;
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 255px;
  }
}
.navbar-toggle {
  transition: all 0.5s ease;
  position: relative;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  border: none;
}
.navbar-toggle .icon-bar {
  background: #152F4E;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle:hover .icon-bar {
  background: #152F4E;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-desktop {
    display: block;
  }
}
.navbar-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .navbar-mobile {
    display: none;
  }
}
.navbar-mobile__close {
  font-size: 40px;
  position: absolute;
  top: 8px;
  right: 30px;
  width: 40px;
  height: 40px;
  font-weight: bold;
}
.navbar-mobile__close .close-x {
  stroke: black;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 3;
}
.navbar-mobile__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
}
.navbar-mobile__container--show {
  visibility: visible;
  opacity: 0.9;
}
.navbar-mobile__links {
  list-style: none;
  text-align: center;
}
.navbar-mobile__links li {
  margin-bottom: 24px;
}
.navbar-mobile__link {
  font-size: 28px;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  gap: 40px;
  margin-top: 3px;
}
.navbar-nav .current-active .nav-item {
  border-bottom: 2px solid #007BFC;
}
.navbar-nav .nav-item {
  font-size: 16px;
  color: #152F4E;
  padding-bottom: 4px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.disable-scroll-mobile {
  overflow: hidden !important;
}
@media (min-width: 1200px) {
  .disable-scroll-mobile {
    overflow: visible !important;
  }
}

.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  overflow: auto;
  width: 75px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  z-index: 1;
  top: -12px;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #152F4E;
  font-weight: bold;
}

.show {
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: none !important;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1500px) {
  .container {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1640px;
  }
}

.blue-color {
  color: #007BFC;
}

.button-nav {
  font-size: 16px;
  font-weight: 700;
  line-height: 3.125em;
  border: none;
  border-radius: 8px;
  padding: 0 24px;
  color: #fff !important;
  text-align: center;
  background: #007BFC;
  transition: all 0.5s ease;
  display: inline-flex;
  text-decoration: none;
}
.button-nav:hover {
  color: white;
  opacity: 0.9;
}

.button {
  font-size: 1em;
  font-weight: 700;
  line-height: 3.125em;
  border: none;
  border-radius: 8px;
  padding: 0 24px;
  color: #fff;
  text-align: center;
  background: #007BFC;
  transition: all 0.5s ease;
  display: inline-flex;
  text-decoration: none;
}
.button img {
  margin-right: 8px;
}
.button__warning {
  background: #FFB74A;
  color: #152F4E;
}

.overflow-scroll {
  overflow: hidden !important;
  overflow-y: scroll !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-position: center;
  background-size: 38px auto;
  background-repeat: no-repeat;
  margin: -50px 0 0 -50px;
}

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