html {
  font-size: 10px; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%; }

.nav-bar__menu .menu .submenu__item:before, .nav-bar__mobmenu .icon-menu-burger:before, .nav-bar__mobmenu .icon-menu-burger:after, .nav-bar .menu .item-link.item-link--more:before {
  position: absolute;
  content: '';
  display: block;
  box-sizing: border-box; }

.btn, button {
  text-align: center;
  border-radius: 2px;
  line-height: 2.7rem;
  font-size: 1.6rem;
  max-width: 100%;
  text-decoration: none;
  padding: 1rem 4rem 1.2rem;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: .4s;
  -webkit-tap-highlight-color: transparent; }
  .btn:hover, button:hover {
    transform: translateY(-2px); }
  .btn:active, button:active {
    box-shadow: none;
    border: none; }
  .btn:focus, button:focus {
    outline: none;
    transform: scale(0.99); }

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  font-family: 'Proxima','ProximaLight', 'Montserrat', sans-serif;
  color: #4e5567; }
  body.noscroll {
    overflow: hidden !important; }

.svg-uses {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -2; }

.page {
  overflow: hidden;
  transition: .4s;
  background: #f2f2f2; }

.container {
  max-width: 92%;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 1300px) {
    .container {
      width: 1200px; } }

.wow {
  opacity: 0; }
  .wow.animated {
    opacity: 1; }

@font-face {
  font-family: ProximaBold;
  font-weight: bold;
  src: url("../fonts/ProximaNovaBlack.otf ") format("opentype"); }

@font-face {
  font-family: ProximaSemiBold;
  font-weight: bold;
  src: url("../fonts/ProximaNovaSemibold.otf ") format("opentype"); }

@font-face {
  font-family: Proxima;
  font-weight: normal;
  src: url("../fonts/ProximaNovaRegular.otf ") format("opentype"); }

@font-face {
  font-family: ProximaLight;
  font-weight: normal;
  src: url("../fonts/ProximaNovaLight.otf ") format("opentype"); }

@font-face {
  font-family: IntroScript;
  font-weight: bold;
  src: url("../fonts/IntroScriptR-H2Base.otf") format("opentype"); }

h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #2F3441;
  margin: 0 0 2rem; }

h3 {
  font-size: 2.8rem;
  color: #007d92;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 1.6rem;
  font-family: Proxima; }

p {
  display: block;
  margin-bottom: 1.6rem; }

.text-center {
  text-align: center; }

.mt-1 {
  margin-top: .9rem; }

.mt-2 {
  margin-top: 1.8rem; }

.mt-3 {
  margin-top: 2.7rem; }

.mt-4 {
  margin-top: 3.6rem; }

.mt-5 {
  margin-top: 4.5rem; }

.mb-1 {
  margin-bottom: .9rem; }

.mb-2 {
  margin-bottom: 1.8rem; }

.mb-3 {
  margin-bottom: 2.7rem; }

.mb-4 {
  margin-bottom: 3.6rem; }

.mb-5 {
  margin-bottom: 4.5rem; }

.btn, button {
  background-color: #2F80ED;
  color: #fff;
  border: none;
  border-radius: 2px; }
  .btn.btn--nobg, button.btn--nobg {
    background-color: transparent;
    color: #2F3441;
    border: 1px solid #2F3441; }

.topline {
  background: #fff;
  padding: 0 0 0 .5rem;
  border-bottom: 1px solid #E9E7E6;
  position: relative;
  z-index: 3;
  height: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .topline a:link, .topline a:visited {
    display: inline-block;
    vertical-align: middle;
    color: #a29e9c;
    text-decoration: none; }
  .topline img {
    display: block;
    width: 14.6rem;
    height: 2.2rem; }
  .topline .action-logo img {
    vertical-align: middle;
    max-width: 85%; }
  @media all and (max-width: 600px) {
    .topline {
      margin-top: 41px; } }

.page {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden; }
  @media all and (max-width: 600px) {
    .page {
      height: auto; } }

.nav-bar {
  background: #313439;
  width: 36rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 8rem 0 3.7rem 7rem;
  box-sizing: border-box; }
  .nav-bar__logo {
    margin-bottom: 5.8rem; }
    .nav-bar__logo .logo-link img {
      display: block;
      width: 25.4rem; }
  .nav-bar__menu {
    margin-bottom: auto; }
    .nav-bar__menu .item-sub {
      height: 100vh;
      position: absolute;
      top: 0;
      left: 36rem;
      width: auto;
      padding: 7.5rem 0 4rem;
      box-sizing: border-box; }
      .nav-bar__menu .item-sub .sub {
        display: none; }
    .nav-bar__menu .active + .item-sub {
      width: 36rem; }
      .nav-bar__menu .active + .item-sub .sub {
        display: block;
        border-right: 1px solid #D8E4F5; }
    .nav-bar__menu .description {
      padding: 0 4.8rem 3.7rem; }
      .nav-bar__menu .description h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        color: #000; }
      .nav-bar__menu .description p {
        font-size: 1.4rem;
        line-height: 2rem;
        color: #313439; }
    .nav-bar__menu .menu .submenu__item {
      padding: 2.3rem 1.2rem 1.9rem;
      display: flex;
      border: 1px solid #D8E4F5;
      border-right: none;
      cursor: pointer;
      box-sizing: border-box;
      position: relative;
      z-index: 1; }
      .nav-bar__menu .menu .submenu__item .item-icon {
        width: 2.3rem;
        margin-right: 1.3rem; }
        .nav-bar__menu .menu .submenu__item .item-icon img, .nav-bar__menu .menu .submenu__item .item-icon svg, .nav-bar__menu .menu .submenu__item .item-icon .dot {
          display: block;
          width: 2.3rem;
          height: 2.3rem;
          border-radius: 50%;
          overflow: hidden;
          background-color: #fff; }
        .nav-bar__menu .menu .submenu__item .item-icon .dot--yellow {
          background-color: #FFB133; }
        .nav-bar__menu .menu .submenu__item .item-icon .dot--dark {
          background-color: #343434; }
      .nav-bar__menu .menu .submenu__item .item-text h4 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #323E4A;
        display: block;
        margin-bottom: 1.2rem;
        margin-top: 0; }
      .nav-bar__menu .menu .submenu__item .item-text p {
        font-size: 1.4rem;
        line-height: 2rem;
        color: #51606D; }
      .nav-bar__menu .menu .submenu__item:before {
        left: -2px;
        top: 0;
        z-index: 2;
        width: .6rem;
        height: 0;
        transition: height .4s ease-out;
        background: #2F80ED;
        will-change: height; }
      .nav-bar__menu .menu .submenu__item:hover {
        background: #EEF0F4; }
      .nav-bar__menu .menu .submenu__item.active {
        background: #EEF0F4; }
        .nav-bar__menu .menu .submenu__item.active:before {
          height: 100%; }
  .nav-bar__mobmenu {
    display: none;
    position: absolute;
    right: 2rem;
    top: 1rem;
    z-index: 1000; }
    .nav-bar__mobmenu .icon-menu-burger {
      position: relative;
      display: block;
      height: 1.8rem;
      width: 2.2rem;
      font-size: 2rem; }
      .nav-bar__mobmenu .icon-menu-burger-line {
        background: #fff;
        height: 2px;
        width: 1.2em;
        left: 0;
        display: block;
        position: absolute;
        top: 44%; }
      .nav-bar__mobmenu .icon-menu-burger:before {
        top: 0;
        background: #fff;
        height: 2px;
        width: 1.2em;
        left: 0; }
      .nav-bar__mobmenu .icon-menu-burger:after {
        bottom: 0;
        background: #fff;
        height: 2px;
        width: 1.2em;
        left: 0; }
      .nav-bar__mobmenu .icon-menu-burger.opened {
        margin-right: -.5rem; }
        .nav-bar__mobmenu .icon-menu-burger.opened .icon-menu-burger-line {
          display: none; }
        .nav-bar__mobmenu .icon-menu-burger.opened:before {
          transform: rotate(45deg);
          transform-origin: 0 0; }
        .nav-bar__mobmenu .icon-menu-burger.opened:after {
          transform: rotate(-45deg);
          transform-origin: 0 100%; }
  .nav-bar .menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav-bar .menu__item {
      display: block; }
    .nav-bar .menu .item-link {
      text-decoration: none;
      display: flex;
      align-items: center;
      cursor: pointer;
      height: 3.9rem;
      width: 24.5rem;
      padding-left: 1.6rem;
      margin: .5rem 0;
      background-color: transparent;
      transition: background-color .132s ease; }
      .nav-bar .menu .item-link:hover {
        opacity: .9; }
      .nav-bar .menu .item-link.active {
        background-color: #EEF0F4;
        border-radius: 5px; }
        .nav-bar .menu .item-link.active .item-icon {
          filter: invert(1); }
        .nav-bar .menu .item-link.active .item-name {
          color: #000; }
      .nav-bar .menu .item-link.item-link--action .item-name {
        color: #F1361D;
        font-weight: bold; }
      .nav-bar .menu .item-link.item-link--action.active .item-icon {
        filter: none; }
      .nav-bar .menu .item-link.item-link--more {
        position: relative;
        margin-top: 5.2rem; }
        .nav-bar .menu .item-link.item-link--more:before {
          top: -3rem;
          border-top: 1px solid #575D6A;
          width: 100%; }
    .nav-bar .menu .item-icon {
      margin-right: 1.8rem; }
      .nav-bar .menu .item-icon img {
        display: block;
        width: 1.8rem; }
    .nav-bar .menu .item-name {
      display: flex;
      font-size: 1.7rem;
      line-height: 2rem;
      color: #fff; }
  .nav-bar .socials-list {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
    .nav-bar .socials-list__item {
      margin-right: .9rem; }
      .nav-bar .socials-list__item img {
        display: block;
        width: 2.8rem; }
      .nav-bar .socials-list__item:hover {
        opacity: .7; }
  .nav-bar .copyright {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem; }
  @media all and (max-width: 600px) {
    .nav-bar {
      right: 0;
      width: 100%;
      position: fixed;
      z-index: 100;
      height: auto;
      display: block;
      padding: 1.3rem; }
      .nav-bar .nav-bar__footer, .nav-bar .nav-bar__menu {
        display: none; }
      .nav-bar .nav-bar__logo {
        margin-bottom: 0; }
      .nav-bar .nav-bar__mobmenu {
        display: block; }
      .nav-bar .logo-link {
        max-width: 50%; }
      .nav-bar .nav-bar__menu.opened {
        display: block;
        padding-top: 5rem;
        height: 100vh; }
      .nav-bar .item-sub {
        display: none; } }

.content {
  overflow-y: scroll;
  transition: opacity .4s ease-in-out; }
  .content-bar {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-left: 36rem; }
    .content-bar.full {
      padding-left: 72rem; }
    @media all and (max-width: 600px) {
      .content-bar {
        padding-left: 0 !important; } }
  .content .mob-header {
    display: none;
    padding: 1.5rem 1rem;
    background-color: #313439;
    color: #fff;
    text-align: center;
    margin-top: 7rem;
    font-weight: bold;
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #fff;
    text-transform: uppercase; }
    @media all and (max-width: 600px) {
      .content .mob-header {
        display: block; } }
  .content .v-page {
    width: auto;
    height: 100vh;
    background: #fff; }
    .content .v-page-box {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .content .v-page .slider-box {
      min-height: 20rem;
      overflow: hidden;
      position: relative; }
      .content .v-page .slider-box img {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ddd; }
      .content .v-page .slider-box .redcircle {
        position: absolute;
        z-index: 2;
        bottom: 2.5rem;
        right: 5rem;
        background-color: rgba(241, 54, 29, 0.9);
        width: 17rem;
        height: 17rem;
        box-sizing: border-box;
        padding: 1rem;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .content .v-page .slider-box .redcircle__icon {
          padding-top: 1rem;
          padding-bottom: .5rem; }
          .content .v-page .slider-box .redcircle__icon img {
            display: inline-block;
            text-align: center;
            width: .6rem;
            border-bottom: none; }
        .content .v-page .slider-box .redcircle__text {
          text-align: center;
          color: #fff;
          font-size: 1.3rem;
          line-height: 1.6rem;
          padding: 0 1rem; }
    .content .v-page .description-box {
      padding: 2.2rem 8.7rem 5.6rem 2.2rem;
      width: 70rem;
      max-width: 100%;
      box-sizing: border-box; }
    .content .v-page .v-page__logo {
      margin-bottom: 2.7rem; }
    .content .v-page .v-page__buttons {
      display: flex;
      align-items: center; }
      .content .v-page .v-page__buttons .btn {
        margin-right: 1.2rem;
        margin-left: 0;
        width: 35%; }
    @media all and (max-width: 600px) {
      .content .v-page {
        height: auto; }
        .content .v-page .description-box {
          padding: 2.2rem; }
        .content .v-page .v-page__buttons {
          display: block; }
          .content .v-page .v-page__buttons .btn {
            width: 100%;
            box-sizing: border-box;
            margin-bottom: 1rem; } }
  .content .main {
    padding-left: 8.4rem; }
    .content .main .v-page-box {
      display: block; }
    .content .main .description-box {
      padding: 3rem 0 0;
      width: 100%; }
    .content .main .slide {
      position: relative; }
      .content .main .slide-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding-top: .7rem;
        width: 69rem;
        max-width: 100%;
        box-sizing: border-box; }
        .content .main .slide-content h1 {
          font-size: 4rem;
          line-height: 4.7rem;
          color: #313439; }
          .content .main .slide-content h1 span {
            color: #F1361D; }
        .content .main .slide-content p {
          font-size: 1.7rem;
          line-height: 2.7rem; }
        @media all and (max-width: 1360px) {
          .content .main .slide-content h1 {
            font-size: 3rem;
            line-height: 3.5rem; }
          .content .main .slide-content p {
            font-size: 1.5rem;
            line-height: 1.9rem; } }
    .content .main-list {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      flex-grow: 1;
      margin-bottom: 1rem;
      padding-right: 3rem; }
      .content .main-list__item {
        flex: 30% 0 0;
        margin-bottom: 1.5rem;
        padding-bottom: 2.5rem;
        padding-top: 1rem;
        cursor: pointer;
        border-bottom: 1px solid #ddd; }
      .content .main-list .item__title {
        display: flex;
        align-items: center;
        margin-bottom: 1.5rem; }
      .content .main-list .item-pic {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 1.4rem; }
      .content .main-list .item-name {
        font-weight: bold;
        color: #313439;
        font-size: 1.2rem;
        line-height: 2.5rem;
        text-transform: uppercase; }
      .content .main-list .item__tetx {
        font-size: 1.4rem;
        display: block; }
      .content .main-list .item .bigtext {
        font-size: 2.7rem; }
        .content .main-list .item .bigtext span {
          color: red;
          font-weight: bold; }
      @media all and (max-width: 1360px) {
        .content .main-list {
          padding-bottom: 2rem;
          padding-top: .7rem;
          margin-bottom: 1rem; }
          .content .main-list .item__text {
            font-size: 1.3rem; }
          .content .main-list .item .bigtext {
            font-size: 2rem; } }
    @media all and (max-width: 600px) {
      .content .main {
        padding: 2rem 3rem; }
        .content .main .main-list {
          display: block;
          padding: 0 3rem 2rem; }
          .content .main .main-list__item:last-of-type {
            border-bottom: none; }
        .content .main .slider-box .pic {
          display: none; }
        .content .main .slider-box .slide-content {
          position: relative; } }

@keyframes sway1 {
  0%, 100% {
    transform: rotate(-7deg) scale(1, 1.16); }
  50% {
    transform: rotate(6deg); } }

@media all and (min-width: 1360px) {
  html {
    font-size: 8px; } }

@media all and (min-width: 1441px) {
  html {
    font-size: 9px; } }

@media all and (min-width: 1700px) {
  html {
    font-size: 10px; } }

@media all and (min-width: 1900px) {
  html {
    font-size: 12px; } }

@media all and (min-width: 3000px) {
  html {
    font-size: 16px; } }

@media all and (max-width: 1281px) {
  html {
    font-size: 8px; } }

@media all and (max-width: 980px) {
  html {
    font-size: 7px; } }

@media all and (max-width: 768px) {
  html {
    font-size: 6px; } }

@media all and (max-width: 600px) {
  html {
    font-size: 12px; } }

@media all and (max-width: 440px) {
  html {
    font-size: 10px; } }

@media all and (max-width: 340px) {
  html {
    font-size: 9px; } }

@media (min-width: 600px) and (max-width: 768px) {
  .btn {
    font-size: 2em; } }
