/* line 2, header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 5;
  transition-duration: .2s;
  transition-property: background-color;
  display: flex;
  padding: 0 24px;
}
@media (max-width: 768px) {
  /* line 2, header.scss */
  .header {
    display: block;
  }
}
/* line 16, header.scss */
.header .header_logo {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
@media (max-width: 768px) {
  /* line 16, header.scss */
  .header .header_logo {
    margin-right: 0;
    flex: 0 0 100%;
    height: 70px;
    justify-content: space-between;
  }
}
/* line 27, header.scss */
.header .header_logo .logo img {
  display: block;
  width: 128px;
}
/* line 30, header.scss */
.header .header_logo .logo img.logo_1 {
  display: none;
}
/* line 31, header.scss */
.header .header_logo .logo img.logo_2 {
  display: block;
}
@media (max-width: 991px) {
  /* line 27, header.scss */
  .header .header_logo .logo img {
    width: 100px;
  }
}
@media (min-width: 769px) {
  /* line 37, header.scss */
  .header .header_logo .burger {
    display: none;
  }
}
/* line 41, header.scss */
.header .header_logo .burger svg {
  width: 34px;
  height: 34px;
  stroke: #fff;
}
/* line 48, header.scss */
.header .header_inner {
  display: flex;
  align-items: center;
  padding: 16px 0;
  flex: 1;
}
@media (max-width: 768px) {
  /* line 48, header.scss */
  .header .header_inner {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 100px);
  }
}
/* line 61, header.scss */
.header .menu {
  padding: 3px 40px 0 48px;
  flex: 1;
}
@media (max-width: 991px) {
  /* line 61, header.scss */
  .header .menu {
    padding: 3px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  /* line 61, header.scss */
  .header .menu {
    padding: 0;
    width: 100%;
  }
}
/* line 71, header.scss */
.header .menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  /* line 71, header.scss */
  .header .menu ul {
    display: block;
    margin-left: 12px;
  }
}
/* line 80, header.scss */
.header .menu ul li a {
  font-family: SFProDisplay-Semibold;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  min-width: 94px;
  transition-duration: .2s;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 80, header.scss */
  .header .menu ul li a {
    padding: 10px 10px;
    min-width: auto;
    display: block;
    text-align: center;
  }
  /* line 95, header.scss */
  .header .menu ul li a:hover {
    color: #19223b;
  }
}
@media (max-width: 768px) {
  /* line 80, header.scss */
  .header .menu ul li a {
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
  }
}
/* line 108, header.scss */
.header .menu ul li.active a:after {
  content: '';
  display: block;
  width: 18px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: calc(50% - 9px);
  bottom: -1px;
  transition-duration: .2s;
}
@media (max-width: 768px) {
  /* line 108, header.scss */
  .header .menu ul li.active a:after {
    left: -12px;
    width: 4px;
    height: 18px;
    bottom: calc(50% - 9px);
  }
}
@media (max-width: 768px) {
  /* line 107, header.scss */
  .header .menu ul li.active a {
    color: #19223b;
  }
  /* line 128, header.scss */
  .header .menu ul li.active a:after {
    background-color: #0379ee;
  }
}
/* line 137, header.scss */
.header .header_btns {
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
}
@media (max-width: 768px) {
  /* line 137, header.scss */
  .header .header_btns {
    display: block;
    width: 100%;
  }
}
/* line 146, header.scss */
.header .header_btns .header_login {
  font-family: SFProDisplay-Semibold;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 44px;
  padding: 0 20px;
  margin-right: 5px;
  transition-duration: .2s;
}
@media (max-width: 768px) {
  /* line 146, header.scss */
  .header .header_btns .header_login {
    color: #19223b;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin-right: 0;
  }
}
/* line 165, header.scss */
.header .header_btns .header_login:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/i_user_white.svg") no-repeat center;
  margin-right: 8px;
}
@media (max-width: 768px) {
  /* line 165, header.scss */
  .header .header_btns .header_login:before {
    background: url("../img/i_user.svg") no-repeat center;
  }
}
/* line 177, header.scss */
.header .header_btns .get_started {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SFProDisplay-Semibold;
  border-width: 2px;
  border-style: solid;
  width: 120px;
  height: 44px;
  font-size: 16px;
  padding: 2px 10px 0 10px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: capitalize;
  color: #fff;
  border-color: #fff;
  transition-duration: .2s;
  background-color: transparent;
}
/* line 195, header.scss */
.header .header_btns .get_started:hover {
  background-color: #fff;
  color: #0379ee;
}
@media (max-width: 768px) {
  /* line 177, header.scss */
  .header .header_btns .get_started {
    background-color: #0379ee;
    border-color: #0379ee;
    color: #fff;
    width: 100%;
    max-width: 100%;
  }
  /* line 205, header.scss */
  .header .header_btns .get_started:hover {
    background-color: #095dd6;
    border-color: #095dd6;
  }
}
/* line 212, header.scss */
.header.active, .header.withBg {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
/* line 222, header.scss */
.header.active .header_logo .logo img.logo_1, .header.withBg .header_logo .logo img.logo_1 {
  display: block;
}
/* line 223, header.scss */
.header.active .header_logo .logo img.logo_2, .header.withBg .header_logo .logo img.logo_2 {
  display: none;
}
/* line 227, header.scss */
.header.active .header_logo .burger svg, .header.withBg .header_logo .burger svg {
  stroke: #42425a;
}
/* line 237, header.scss */
.header.active .menu ul li a, .header.withBg .menu ul li a {
  color: #7f7f8c;
}
/* line 239, header.scss */
.header.active .menu ul li a:hover, .header.withBg .menu ul li a:hover {
  color: #19223b;
}
/* line 244, header.scss */
.header.active .menu ul li.active a, .header.withBg .menu ul li.active a {
  color: #19223b;
}
/* line 246, header.scss */
.header.active .menu ul li.active a:after, .header.withBg .menu ul li.active a:after {
  background-color: #0379ee;
}
/* line 255, header.scss */
.header.active .header_btns .header_login, .header.withBg .header_btns .header_login {
  color: #19223b;
}
/* line 257, header.scss */
.header.active .header_btns .header_login:before, .header.withBg .header_btns .header_login:before {
  background: url("../img/i_user.svg") no-repeat center;
}
/* line 261, header.scss */
.header.active .header_btns .get_started, .header.withBg .header_btns .get_started {
  background-color: #0379ee;
  border-color: #0379ee;
  color: #fff;
}
/* line 265, header.scss */
.header.active .header_btns .get_started:hover, .header.withBg .header_btns .get_started:hover {
  background-color: #095dd6;
  border-color: #095dd6;
}
/* line 272, header.scss */
.header.active {
  height: 100%;
}
/* line 274, header.scss */
.header.active .header_inner {
  display: flex;
}

/* line 280, header.scss */
.no_scroll {
  overflow: hidden;
  padding-right: 6px;
}
@media (min-width: 769px) {
  /* line 283, header.scss */
  .no_scroll .header {
    width: calc(100% - 6px);
  }
}
