﻿@charset "UTF-8";
/* line 14, src/scss/_utilities/_extend.scss */
.modal#modalProfileMain .modal__header-user img, .modal#modalProfileCV .modal__header-user img, .modal#modalProfileQr .modal-body-user img, .header-inner__hamburger-img img, .header-inner__user-ava img, .header-inner__user-img img, .menu__wrapper-head-img img, .companies__locations-head img, .locations__box-head img, .blog-main.blog-main--slider .swiper-slide-img, .media__img img, .reviews .swiper-slide-ava img, .profile__main-user img, .profile__news-link-img img, .applications-job__table-logo img, .dashboard__news-block-head img, .messages__info > div > div img, .messages__content-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, src/scss/_vendor/hamburger/_base.scss */
.hamburger {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, src/scss/_vendor/hamburger/_base.scss */
.hamburger:hover {
  opacity: 1;
}

/* line 31, src/scss/_vendor/hamburger/_base.scss */
.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
}

/* line 38, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

/* line 43, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #663399;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 56, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 62, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::before {
  top: -8px;
}

/* line 66, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Squeeze
   */
/* line 6, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 15, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 34, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: "iconFont";
  src: url("/general/fonts/iconFont.eot");
  src: url("/general/fonts/iconFont.eot?#iefix") format("eot"), url("/general/fonts/iconFont.woff2") format("woff2"), url("/general/fonts/iconFont.woff") format("woff"), url("/general/fonts/iconFont.ttf") format("truetype"), url("/general/fonts/iconFont.svg#iconFont") format("svg");
}

/* line 23, src/scss/_generated/_spriteFont.scss */
.icon-antenna:before, .icon-approved:before, .icon-bank:before, .icon-bell:before, .icon-book:before, .icon-calendar-1:before, .icon-calendar:before, .icon-checked:before, .icon-chevron:before, .icon-circle-check:before, .icon-clock:before, .icon-close:before, .icon-cogwheel:before, .icon-cost:before, .icon-cursor:before, .icon-delete:before, .icon-dollar-symbol:before, .icon-double-arrows:before, .icon-double-tick:before, .icon-download:before, .icon-edit:before, .icon-email:before, .icon-envelope:before, .icon-facebook-circle:before, .icon-facebook:before, .icon-factory:before, .icon-fast-forward:before, .icon-filter:before, .icon-fire:before, .icon-folder:before, .icon-google-plus-circle:before, .icon-google:before, .icon-graph:before, .icon-home:before, .icon-information:before, .icon-keyboard-arrow-down:before, .icon-like:before, .icon-linkedin-circle:before, .icon-linkedin:before, .icon-locked:before, .icon-mail:before, .icon-menu:before, .icon-more:before, .icon-notification:before, .icon-office-building:before, .icon-photo:before, .icon-pin:before, .icon-plus-sign:before, .icon-plus:before, .icon-printer:before, .icon-programming:before, .icon-return:before, .icon-search:before, .icon-settings:before, .icon-shopping-bag:before, .icon-sort:before, .icon-star-empty:before, .icon-star:before, .icon-success:before, .icon-three-chevron-arrows:before, .icon-twitter-circle:before, .icon-twitter:before, .icon-upload:before, .icon-user:before, .icon-users:before {
  font-family: "iconFont", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-antenna:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-approved:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-bank:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-bell:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-book:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-calendar-1:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-calendar:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-checked:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-chevron:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-circle-check:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-clock:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-close:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-cogwheel:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-cost:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-cursor:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-delete:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-dollar-symbol:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-double-arrows:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-double-tick:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-download:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-edit:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-email:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-envelope:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-facebook-circle:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-facebook:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-factory:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-fast-forward:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-filter:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-fire:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-folder:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-google-plus-circle:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-google:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-graph:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-home:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-information:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-keyboard-arrow-down:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-like:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-linkedin-circle:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-linkedin:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-locked:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-mail:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-menu:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-more:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-notification:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-office-building:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-photo:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-pin:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-plus-sign:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-plus:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-printer:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-programming:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-return:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-search:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-settings:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-shopping-bag:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-sort:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-star-empty:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-star:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-success:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-three-chevron-arrows:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-twitter-circle:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-twitter:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-upload:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-user:before {
  content: "";
}

/* line 230, src/scss/_generated/_spriteFont.scss */
.icon-users:before {
  content: "";
}

@font-face {
  font-family: "GothamPro";
  src: url("/general/fonts/GothamPro-Bold.woff2") format("woff2"), url("/general/fonts/GothamPro-Bold.woff") format("woff"), url("/general/fonts/GothamPro-Bold.ttf") format("truetype"), url("/general/fonts/GothamPro-Bold.svg#GothamPro") format("svg");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "GothamPro";
  src: url("/general/fonts/GothamPro-Light.woff2") format("woff2"), url("/general/fonts/GothamPro-Light.woff") format("woff"), url("/general/fonts/GothamPro-Light.ttf") format("truetype"), url("/general/fonts/GothamPro-Light.svg#GothamPro") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "GothamPro";
  src: url("/general/fonts/GothamPro-Medium.woff2") format("woff2"), url("/general/fonts/GothamPro-Medium.woff") format("woff"), url("/general/fonts/GothamPro-Medium.ttf") format("truetype"), url("/general/fonts/GothamPro-Medium.svg#GothamPro") format("svg");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "GothamPro";
  src: url("/general/fonts/GothamPro.woff2") format("woff2"), url("/general/fonts/GothamPro.woff") format("woff"), url("/general/fonts/GothamPro.ttf") format("truetype"), url("/general/fonts/GothamPro.svg#GothamPro") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* line 1, src/scss/_shared/_main-setting-reset.scss */
html,
body {
  width: 100%;
  min-height: 100vh;
}

@media screen and (max-width: 1023px) {
  /* line 1, src/scss/_shared/_main-setting-reset.scss */
  html,
  body {
    min-height: unset;
    max-height: 100%;
  }
}

/* line 10, src/scss/_shared/_main-setting-reset.scss */
html.is-hideScroll,
body.is-hideScroll {
  overflow: hidden !important;
}

/* line 16, src/scss/_shared/_main-setting-reset.scss */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 22, src/scss/_shared/_main-setting-reset.scss */
body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamPro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 36, src/scss/_shared/_main-setting-reset.scss */
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 70px;
}

@media screen and (max-width: 1535px) {
  /* line 36, src/scss/_shared/_main-setting-reset.scss */
  body {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 36, src/scss/_shared/_main-setting-reset.scss */
  body {
    min-height: unset;
    max-height: 100%;
  }
}

/* line 49, src/scss/_shared/_main-setting-reset.scss */
body.body--inner {
  padding-top: 128px;
}

@media screen and (max-width: 1535px) {
  /* line 49, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner {
    padding-top: 128px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 49, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner {
    padding-top: 49px;
  }
}

/* line 58, src/scss/_shared/_main-setting-reset.scss */
body.body--inner .search {
  z-index: 1095;
  position: fixed;
  top: 49px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  /* line 58, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner .search {
    display: none;
  }
}

/* line 68, src/scss/_shared/_main-setting-reset.scss */
body.body--inner .search__form {
  z-index: 1200;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 79px;
  padding: 12px 10px;
  background-color: #663399;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  /* line 68, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner .search__form {
    z-index: 10;
    position: relative;
    height: auto;
    padding: 5px;
  }
}

/* line 85, src/scss/_shared/_main-setting-reset.scss */
body.body--inner .search__form-wrapper {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

/* line 92, src/scss/_shared/_main-setting-reset.scss */
body.body--inner .search__form .main__form {
  height: 55px;
}

@media screen and (max-width: 1023px) {
  /* line 92, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner .search__form .main__form {
    padding: 5px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 99, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner .search__form .main__form-field {
    height: 40px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 104, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner .search__form .main__form-field-2, body.body--inner .search__form .main__form-field-3 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 114, src/scss/_shared/_main-setting-reset.scss */
  body.body--inner .search__form .main__form .c-btn:nth-of-type(2) {
    display: none;
  }
}

/* line 123, src/scss/_shared/_main-setting-reset.scss */
body.body--inner.p-messages {
  background-color: #eeeeee;
}

/* line 128, src/scss/_shared/_main-setting-reset.scss */
body.pt0 {
  padding-top: 0;
}

/* line 132, src/scss/_shared/_main-setting-reset.scss */
body.p-employers {
  font-family: Roboto, Helvetica, Verdana, Arial, sans-serif, Zawgyi-One;
}

/* line 136, src/scss/_shared/_main-setting-reset.scss */
body.p-employers .c-btn span {
  font-family: Roboto, Helvetica, Verdana, Arial, sans-serif, Zawgyi-One;
}

/* line 142, src/scss/_shared/_main-setting-reset.scss */
body > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 148, src/scss/_shared/_main-setting-reset.scss */
body > .body--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 155, src/scss/_shared/_main-setting-reset.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 158, src/scss/_shared/_main-setting-reset.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 165, src/scss/_shared/_main-setting-reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

/* line 175, src/scss/_shared/_main-setting-reset.scss */
button,
input {
  overflow: visible;
}

/* line 181, src/scss/_shared/_main-setting-reset.scss */
button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 187, src/scss/_shared/_main-setting-reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 193, src/scss/_shared/_main-setting-reset.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 199, src/scss/_shared/_main-setting-reset.scss */
textarea {
  overflow: auto;
}

/* line 204, src/scss/_shared/_main-setting-reset.scss */
p,
h1, h2, h3, h4, h5, h6,
hr {
  margin: 0;
  padding: 0;
}

/* line 212, src/scss/_shared/_main-setting-reset.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 217, src/scss/_shared/_main-setting-reset.scss */
ul li {
  list-style: none;
}

/* line 223, src/scss/_shared/_main-setting-reset.scss */
a {
  outline: none;
  text-decoration: none;
}

/* line 228, src/scss/_shared/_main-setting-reset.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 235, src/scss/_shared/_main-setting-reset.scss */
input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 239, src/scss/_shared/_main-setting-reset.scss */
picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 8, src/scss/_shared/_grid.scss */
.c-grid, .c-grid-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 16, src/scss/_shared/_grid.scss */
.c-grid {
  max-width: 1180px;
}

/* line 22, src/scss/_shared/_grid.scss */
.c-grid-fluid {
  max-width: 100%;
}

/* line 3, src/scss/_shared/_common.scss */
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 8, src/scss/_shared/_common.scss */
.social__item:not(:last-of-type) {
  padding-right: 5px;
}

/* line 13, src/scss/_shared/_common.scss */
.social__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
}

/* line 21, src/scss/_shared/_common.scss */
.social__link:hover .icon-font {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 27, src/scss/_shared/_common.scss */
.social__link .icon-font {
  color: #777;
  font-size: 18px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 35, src/scss/_shared/_common.scss */
.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 38, src/scss/_shared/_common.scss */
.copyright + .copyright {
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  /* line 38, src/scss/_shared/_common.scss */
  .copyright + .copyright {
    padding-left: 0;
    padding-top: 15px;
  }
}

/* line 46, src/scss/_shared/_common.scss */
.copyright__text {
  color: #777777;
  font-size: 12px;
  line-height: 1;
}

/* line 51, src/scss/_shared/_common.scss */
.copyright__text a {
  position: relative;
  color: #777777;
}

/* line 56, src/scss/_shared/_common.scss */
.copyright__text a:hover:before, .copyright__text a:hover:after {
  width: 50%;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 63, src/scss/_shared/_common.scss */
.copyright__text a:before, .copyright__text a:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #777;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 73, src/scss/_shared/_common.scss */
.copyright__text a:before {
  left: 50%;
}

/* line 76, src/scss/_shared/_common.scss */
.copyright__text a:after {
  right: 50%;
}

/* line 83, src/scss/_shared/_common.scss */
.browse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 83, src/scss/_shared/_common.scss */
  .browse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
}

/* line 92, src/scss/_shared/_common.scss */
.browse > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 92, src/scss/_shared/_common.scss */
  .browse > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 101, src/scss/_shared/_common.scss */
  .browse > div:nth-of-type(2) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
  }
}

/* line 108, src/scss/_shared/_common.scss */
.browse__title {
  padding-right: 10px;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  /* line 108, src/scss/_shared/_common.scss */
  .browse__title {
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
}

/* line 121, src/scss/_shared/_common.scss */
.browse__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 148px;
  padding: 7px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #dfdfdf;
  background-color: transparent;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 121, src/scss/_shared/_common.scss */
  .browse__link {
    width: 100px;
    height: 36px;
    -webkit-box-shadow: 0 2px 5px 1px #dfdfdf;
            box-shadow: 0 2px 5px 1px #dfdfdf;
    font-weight: 400;
  }
}

/* line 144, src/scss/_shared/_common.scss */
.browse__link:not(:last-of-type) {
  margin-right: 10px;
}

/* line 148, src/scss/_shared/_common.scss */
.browse__link:hover {
  color: #7642aa;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 155, src/scss/_shared/_common.scss */
.section {
  padding-top: 7px;
}

@media screen and (max-width: 1279px) {
  /* line 155, src/scss/_shared/_common.scss */
  .section {
    padding-top: 15px;
  }
}

/* line 161, src/scss/_shared/_common.scss */
.section .c-grid {
  max-width: 1370px;
}

/* line 165, src/scss/_shared/_common.scss */
.section__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  /* line 165, src/scss/_shared/_common.scss */
  .section__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 171, src/scss/_shared/_common.scss */
.section__wrapper-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 1279px) {
  /* line 171, src/scss/_shared/_common.scss */
  .section__wrapper-left {
    padding-right: 0;
  }
}

/* line 181, src/scss/_shared/_common.scss */
.section__wrapper-right {
  width: 100%;
  max-width: 365px;
}

@media screen and (max-width: 1279px) {
  /* line 181, src/scss/_shared/_common.scss */
  .section__wrapper-right {
    max-width: 100%;
    padding-top: 20px;
  }
}

/* line 189, src/scss/_shared/_common.scss */
.section__wrapper-right .section__block {
  padding-bottom: 30px;
  margin-bottom: 0;
}

/* line 196, src/scss/_shared/_common.scss */
.section__block {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 201, src/scss/_shared/_common.scss */
.section__block:not(:last-of-type) {
  margin-bottom: 18px;
}

/* line 206, src/scss/_shared/_common.scss */
.section__block-empty p {
  padding-bottom: 15px;
  text-align: center;
  font-size: 15px;
}

/* line 215, src/scss/_shared/_common.scss */
.c-checkboxToggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 219, src/scss/_shared/_common.scss */
.c-checkboxToggle input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

/* line 226, src/scss/_shared/_common.scss */
.c-checkboxToggle input:checked + label {
  border-color: #08aa86;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

/* line 230, src/scss/_shared/_common.scss */
.c-checkboxToggle input:checked + label i {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  border-color: #08aa86;
  background-color: #08aa86;
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 240, src/scss/_shared/_common.scss */
.c-checkboxToggle label {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 30px;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

/* line 251, src/scss/_shared/_common.scss */
.c-checkboxToggle label i {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  height: 30px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 264, src/scss/_shared/_common.scss */
.c-checkboxToggle label span {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

/* line 274, src/scss/_shared/_common.scss */
.c-checkboxToggle label span u {
  position: absolute;
  padding-top: 3px;
  text-decoration: none;
  color: #616161;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}

/* line 283, src/scss/_shared/_common.scss */
.c-checkboxToggle label span u:nth-of-type(1) {
  left: 8px;
}

/* line 286, src/scss/_shared/_common.scss */
.c-checkboxToggle label span u:nth-of-type(2) {
  right: 8px;
}

/* line 294, src/scss/_shared/_common.scss */
.select2-container--open {
  z-index: 9999;
}

/* line 297, src/scss/_shared/_common.scss */
.select2-container--open > .select2-search {
  padding: 5px 10px;
}

/* line 300, src/scss/_shared/_common.scss */
.select2-container--open > .select2-search__field {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 314, src/scss/_shared/_common.scss */
#overlay {
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 327, src/scss/_shared/_common.scss */
.is-hideScroll #overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 1, src/scss/_shared/_magnificPopup.scss */
.c-modal {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/* line 16, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* line 22, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 28, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 32, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 38, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* line 42, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 53, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 59, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 65, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 69, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 75, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

/* line 79, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 86, src/scss/_shared/_magnificPopup.scss */
.mfp-gallery .mfp-content {
  width: 100%;
  max-width: 768px;
}

/* line 91, src/scss/_shared/_magnificPopup.scss */
.mfp-gallery .mfp-content figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 1, src/scss/_shared/_iconFont.scss */
.icon-font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

/* line 7, src/scss/_macros/_logotype.scss */
.logo.logo--employers-sign .logo__btn, .logo.logo--employers .logo__btn {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: unset;
}

/* line 11, src/scss/_macros/_logotype.scss */
.logo.logo--employers-sign .logo__btn img, .logo.logo--employers .logo__btn img {
  position: relative;
  top: -2px;
}

/* line 16, src/scss/_macros/_logotype.scss */
.logo.logo--employers-sign .logo__btn span, .logo.logo--employers .logo__btn span {
  position: relative;
  padding-left: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

/* line 24, src/scss/_macros/_logotype.scss */
.logo.logo--employers-sign .logo__btn span:last-of-type, .logo.logo--employers .logo__btn span:last-of-type {
  top: 1px;
  font-size: 16px;
}

/* line 35, src/scss/_macros/_logotype.scss */
.logo.logo--employers .logo__btn img {
  max-width: 187px;
}

@media screen and (max-width: 1023px) {
  /* line 35, src/scss/_macros/_logotype.scss */
  .logo.logo--employers .logo__btn img {
    max-width: 157px;
  }
}

/* line 47, src/scss/_macros/_logotype.scss */
.logo.logo--employers-sign .logo__btn span {
  top: -1px;
  line-height: 1.2;
}

/* line 51, src/scss/_macros/_logotype.scss */
.logo.logo--employers-sign .logo__btn span:last-of-type {
  top: 0;
}

/* line 59, src/scss/_macros/_logotype.scss */
.logo__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 187px;
}

@media screen and (max-width: 1023px) {
  /* line 59, src/scss/_macros/_logotype.scss */
  .logo__btn {
    max-width: 157px;
  }
}

/* line 68, src/scss/_macros/_logotype.scss */
.logo__img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 3, src/scss/_macros/_title.scss */
.c-title {
  color: #3b3b3b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_macros/_title.scss */
  .c-title {
    text-align: center;
  }
}

/* line 12, src/scss/_macros/_title.scss */
.c-title--white {
  color: #ffffff;
}

/* line 16, src/scss/_macros/_title.scss */
.c-title a {
  color: #663399;
}

/* line 3, src/scss/_macros/_btn.scss */
.c-btn {
  outline: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

@media screen and (max-width: 1535px) {
  /* line 3, src/scss/_macros/_btn.scss */
  .c-btn {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
  }
}

/* line 24, src/scss/_macros/_btn.scss */
.c-btn:hover {
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 28, src/scss/_macros/_btn.scss */
.c-btn:hover:before, .c-btn:hover:after {
  width: 50%;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 34, src/scss/_macros/_btn.scss */
.c-btn:hover span {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 39, src/scss/_macros/_btn.scss */
.c-btn:before, .c-btn:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 48, src/scss/_macros/_btn.scss */
.c-btn:before {
  left: 0;
}

/* line 51, src/scss/_macros/_btn.scss */
.c-btn:after {
  right: 0;
}

/* line 55, src/scss/_macros/_btn.scss */
.c-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 59, src/scss/_macros/_btn.scss */
.c-btn__wrapper--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 64, src/scss/_macros/_btn.scss */
.c-btn span {
  z-index: 2;
  position: relative;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 73, src/scss/_macros/_btn.scss */
.c-btn--white {
  background-color: #fff;
}

/* line 76, src/scss/_macros/_btn.scss */
.c-btn--white:before, .c-btn--white:after {
  background-color: #fafafa;
}

/* line 81, src/scss/_macros/_btn.scss */
.c-btn--white span {
  color: #663399;
}

/* line 86, src/scss/_macros/_btn.scss */
.c-btn--green {
  background-color: #1ac880;
}

/* line 89, src/scss/_macros/_btn.scss */
.c-btn--green:before, .c-btn--green:after {
  background-color: #1bd186;
}

/* line 94, src/scss/_macros/_btn.scss */
.c-btn--green span {
  color: #ffffff;
}

/* line 99, src/scss/_macros/_btn.scss */
.c-btn--red {
  background-color: #fb0109;
}

/* line 102, src/scss/_macros/_btn.scss */
.c-btn--red:before, .c-btn--red:after {
  background-color: #fe0810;
}

/* line 107, src/scss/_macros/_btn.scss */
.c-btn--red span {
  color: #ffffff;
}

/* line 112, src/scss/_macros/_btn.scss */
.c-btn--purple {
  background-color: #663399;
}

/* line 115, src/scss/_macros/_btn.scss */
.c-btn--purple:before, .c-btn--purple:after {
  background-color: #6b36a1;
}

/* line 120, src/scss/_macros/_btn.scss */
.c-btn--purple span {
  color: #ffffff;
}

/* line 125, src/scss/_macros/_btn.scss */
.c-btn--orange {
  background-color: #f69322;
}

/* line 128, src/scss/_macros/_btn.scss */
.c-btn--orange:before, .c-btn--orange:after {
  background-color: #f6982c;
}

/* line 133, src/scss/_macros/_btn.scss */
.c-btn--orange span {
  color: #ffffff;
}

/* line 138, src/scss/_macros/_btn.scss */
.c-btn--green {
  background-color: #1ac880;
}

/* line 141, src/scss/_macros/_btn.scss */
.c-btn--green:before, .c-btn--green:after {
  background-color: #1bd186;
}

/* line 146, src/scss/_macros/_btn.scss */
.c-btn--green span {
  color: #ffffff;
}

/* line 151, src/scss/_macros/_btn.scss */
.c-btn--gray {
  background-color: silver;
}

/* line 154, src/scss/_macros/_btn.scss */
.c-btn--gray:before, .c-btn--gray:after {
  background-color: #c5c5c5;
}

/* line 159, src/scss/_macros/_btn.scss */
.c-btn--gray span {
  color: #ffffff;
}

/* line 164, src/scss/_macros/_btn.scss */
.c-btn--borderPurple {
  border: 1px solid #663399;
  background-color: #fff;
}

/* line 169, src/scss/_macros/_btn.scss */
.c-btn--borderPurple:hover span {
  color: #ffffff;
}

/* line 174, src/scss/_macros/_btn.scss */
.c-btn--borderPurple:before, .c-btn--borderPurple:after {
  background-color: #8244c1;
}

/* line 179, src/scss/_macros/_btn.scss */
.c-btn--borderPurple span {
  color: #663399;
}

/* line 184, src/scss/_macros/_btn.scss */
.c-btn--borderGreen {
  border: 1px solid #1ac880;
  background-color: #fff;
}

/* line 188, src/scss/_macros/_btn.scss */
.c-btn--borderGreen:before, .c-btn--borderGreen:after {
  background-color: #f8f8f8;
}

/* line 193, src/scss/_macros/_btn.scss */
.c-btn--borderGreen span {
  color: #1ac880;
}

/* line 198, src/scss/_macros/_btn.scss */
.c-btn--borderRed {
  border: 1px solid red;
  background-color: #fff;
}

/* line 202, src/scss/_macros/_btn.scss */
.c-btn--borderRed:before, .c-btn--borderRed:after {
  background-color: #f8f8f8;
}

/* line 207, src/scss/_macros/_btn.scss */
.c-btn--borderRed span {
  color: red;
}

/* line 212, src/scss/_macros/_btn.scss */
.c-btn--borderBlue {
  border: 1px solid #2A65D1;
  background-color: #fff;
}

/* line 217, src/scss/_macros/_btn.scss */
.c-btn--borderBlue:hover span {
  color: #ffffff;
}

/* line 222, src/scss/_macros/_btn.scss */
.c-btn--borderBlue:before, .c-btn--borderBlue:after {
  background-color: #5686dd;
}

/* line 227, src/scss/_macros/_btn.scss */
.c-btn--borderBlue span {
  color: #2A65D1;
}

/* line 232, src/scss/_macros/_btn.scss */
.c-btn--borderOrange {
  border: 1px solid #f69322;
  background-color: transparent;
}

/* line 237, src/scss/_macros/_btn.scss */
.c-btn--borderOrange:hover span {
  color: #f69322;
}

/* line 242, src/scss/_macros/_btn.scss */
.c-btn--borderOrange:before, .c-btn--borderOrange:after {
  background-color: #f8f8f8;
}

/* line 247, src/scss/_macros/_btn.scss */
.c-btn--borderOrange span {
  color: #f69322;
}

/* line 252, src/scss/_macros/_btn.scss */
.c-btn--borderWhite {
  border: 1px solid #fff;
  background-color: transparent;
}

/* line 257, src/scss/_macros/_btn.scss */
.c-btn--borderWhite:hover span {
  color: #000;
}

/* line 262, src/scss/_macros/_btn.scss */
.c-btn--borderWhite:before, .c-btn--borderWhite:after {
  background-color: #f8f8f8;
}

/* line 267, src/scss/_macros/_btn.scss */
.c-btn--borderWhite span {
  color: #fff;
}

/* line 272, src/scss/_macros/_btn.scss */
.c-btn--borderGray {
  border: 1px solid silver;
  background-color: transparent;
}

/* line 277, src/scss/_macros/_btn.scss */
.c-btn--borderGray:hover span {
  color: #000;
}

/* line 282, src/scss/_macros/_btn.scss */
.c-btn--borderGray:before, .c-btn--borderGray:after {
  background-color: gainsboro;
}

/* line 287, src/scss/_macros/_btn.scss */
.c-btn--borderGray span {
  color: gray;
}

/* line 4, src/scss/_macros/_modal.scss */
#homeAutoStart .close {
  opacity: 1;
  z-index: 999;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: 4px solid #E6E5E5;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: gray;
}

/* line 20, src/scss/_macros/_modal.scss */
#homeAutoStart .close span {
  position: relative;
  top: 1px;
  color: #fff;
  text-shadow: none;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

/* line 32, src/scss/_macros/_modal.scss */
#homeAutoStart .modal-dialog {
  position: relative;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 41, src/scss/_macros/_modal.scss */
#homeAutoStart .modal-content {
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* line 45, src/scss/_macros/_modal.scss */
#homeAutoStart .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

/* line 50, src/scss/_macros/_modal.scss */
#homeAutoStart .modal-body-top {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* line 50, src/scss/_macros/_modal.scss */
  #homeAutoStart .modal-body-top {
    padding-bottom: 5px;
  }
}

/* line 58, src/scss/_macros/_modal.scss */
#homeAutoStart .modal__logo {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 66, src/scss/_macros/_modal.scss */
#homeAutoStart .modal__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 71, src/scss/_macros/_modal.scss */
#homeAutoStart .modal__logo-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 10);
  max-width: calc(100% / 10);
  height: 65px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  /* line 71, src/scss/_macros/_modal.scss */
  #homeAutoStart .modal__logo-wrapper > div {
    max-width: -webkit-calc(100% / 5);
    max-width: calc(100% / 5);
    height: 50px;
    padding-bottom: 5px;
  }
}

/* line 86, src/scss/_macros/_modal.scss */
#homeAutoStart .modal__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #9a9999;
}

/* line 91, src/scss/_macros/_modal.scss */
#homeAutoStart .modal__banner-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  /* line 98, src/scss/_macros/_modal.scss */
  #homeAutoStart .modal__banner-img--desktop {
    display: none;
  }
}

/* line 103, src/scss/_macros/_modal.scss */
#homeAutoStart .modal__banner-img--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 103, src/scss/_macros/_modal.scss */
  #homeAutoStart .modal__banner-img--mobile {
    display: block;
  }
}

/* line 114, src/scss/_macros/_modal.scss */
.modal {
  z-index: 2000;
}

/* line 117, src/scss/_macros/_modal.scss */
.modal-backdrop {
  z-index: 1999;
}

/* line 122, src/scss/_macros/_modal.scss */
.modal#modalChangePass * {
  font-family: 'GothamPro', sans-serif;
}

/* line 126, src/scss/_macros/_modal.scss */
.modal#modalChangePass .close {
  outline: none;
  opacity: 1 !important;
  margin: 0;
  padding: 0;
  font-size: 0;
}

/* line 133, src/scss/_macros/_modal.scss */
.modal#modalChangePass .close .icon-font {
  color: #000000;
  font-size: 14px;
}

/* line 140, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-dialog {
  width: 100%;
  max-width: 470px;
}

@media screen and (max-width: 767px) {
  /* line 140, src/scss/_macros/_modal.scss */
  .modal#modalChangePass .modal-dialog {
    max-width: -webkit-calc(90% + 20px);
    max-width: calc(90% + 20px);
  }
}

/* line 148, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-content {
  padding: 48px;
}

@media screen and (max-width: 767px) {
  /* line 148, src/scss/_macros/_modal.scss */
  .modal#modalChangePass .modal-content {
    padding: 35px;
  }
}

/* line 155, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-bottom: 45px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  /* line 155, src/scss/_macros/_modal.scss */
  .modal#modalChangePass .modal-header {
    padding-bottom: 30px;
  }
}

/* line 167, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-body {
  padding: 0;
}

/* line 170, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-body form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 174, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-body form > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}

/* line 181, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-body form input {
  outline: none;
  width: 100%;
  padding: 0 18px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: white;
  font-size: 13px;
  line-height: 37px;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.modal#modalChangePass .modal-body form input.placeholder {
  font-size: 13px;
  line-height: 37px;
  color: #757575;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.modal#modalChangePass .modal-body form input:-moz-placeholder {
  font-size: 13px;
  line-height: 37px;
  color: #757575;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.modal#modalChangePass .modal-body form input::-moz-placeholder {
  font-size: 13px;
  line-height: 37px;
  color: #757575;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.modal#modalChangePass .modal-body form input:-ms-input-placeholder {
  font-size: 13px;
  line-height: 37px;
  color: #757575;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.modal#modalChangePass .modal-body form input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 37px;
  color: #757575;
}

/* line 199, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-title {
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #639;
}

/* line 207, src/scss/_macros/_modal.scss */
.modal#modalChangePass .modal-subtitle {
  line-height: 1;
  padding-bottom: 20px;
  font-size: 13px;
}

/* line 214, src/scss/_macros/_modal.scss */
.modal#modalChangePass .c-btn {
  width: 100%;
  max-width: -webkit-calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  min-width: unset;
}

/* line 219, src/scss/_macros/_modal.scss */
.modal#modalChangePass .c-btn span {
  font-size: 14px;
}

/* line 223, src/scss/_macros/_modal.scss */
.modal#modalChangePass .c-btn__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}

/* line 242, src/scss/_macros/_modal.scss */
.modal.modal-profile-qr .close, .modal.modal-profile-main .close, .modal.modal-profile-cv .close, .modal.modal-profile-update .close, .modal.modal-profile-experiences .close, .modal.modal-profile-education .close, .modal.modal-profile-skills .close, .modal.modal-profile-languages .close, .modal.modal-profile-references .close, .modal.modal-profile-preferred .close, .modal.modal-manage-account .close, .modal.modal-profile-about .close {
  outline: none;
  opacity: 1 !important;
  margin: 0;
  padding: 0;
  font-size: 0;
}

/* line 249, src/scss/_macros/_modal.scss */
.modal.modal-profile-qr .close .icon-font, .modal.modal-profile-main .close .icon-font, .modal.modal-profile-cv .close .icon-font, .modal.modal-profile-update .close .icon-font, .modal.modal-profile-experiences .close .icon-font, .modal.modal-profile-education .close .icon-font, .modal.modal-profile-skills .close .icon-font, .modal.modal-profile-languages .close .icon-font, .modal.modal-profile-references .close .icon-font, .modal.modal-profile-preferred .close .icon-font, .modal.modal-manage-account .close .icon-font, .modal.modal-profile-about .close .icon-font {
  color: #000000;
  font-size: 14px;
}

/* line 256, src/scss/_macros/_modal.scss */
.modal.modal-profile-qr .modal-dialog, .modal.modal-profile-main .modal-dialog, .modal.modal-profile-cv .modal-dialog, .modal.modal-profile-update .modal-dialog, .modal.modal-profile-experiences .modal-dialog, .modal.modal-profile-education .modal-dialog, .modal.modal-profile-skills .modal-dialog, .modal.modal-profile-languages .modal-dialog, .modal.modal-profile-references .modal-dialog, .modal.modal-profile-preferred .modal-dialog, .modal.modal-manage-account .modal-dialog, .modal.modal-profile-about .modal-dialog {
  margin: 0 auto;
  padding: 10px;
}

/* line 261, src/scss/_macros/_modal.scss */
.modal.modal-profile-qr .modal-content, .modal.modal-profile-main .modal-content, .modal.modal-profile-cv .modal-content, .modal.modal-profile-update .modal-content, .modal.modal-profile-experiences .modal-content, .modal.modal-profile-education .modal-content, .modal.modal-profile-skills .modal-content, .modal.modal-profile-languages .modal-content, .modal.modal-profile-references .modal-content, .modal.modal-profile-preferred .modal-content, .modal.modal-manage-account .modal-content, .modal.modal-profile-about .modal-content {
  overflow: hidden;
  border: none;
}

/* line 266, src/scss/_macros/_modal.scss */
.modal.modal-profile-qr .modal-header, .modal.modal-profile-main .modal-header, .modal.modal-profile-cv .modal-header, .modal.modal-profile-update .modal-header, .modal.modal-profile-experiences .modal-header, .modal.modal-profile-education .modal-header, .modal.modal-profile-skills .modal-header, .modal.modal-profile-languages .modal-header, .modal.modal-profile-references .modal-header, .modal.modal-profile-preferred .modal-header, .modal.modal-manage-account .modal-header, .modal.modal-profile-about .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 272, src/scss/_macros/_modal.scss */
.modal.modal-profile-qr .modal-title, .modal.modal-profile-main .modal-title, .modal.modal-profile-cv .modal-title, .modal.modal-profile-update .modal-title, .modal.modal-profile-experiences .modal-title, .modal.modal-profile-education .modal-title, .modal.modal-profile-skills .modal-title, .modal.modal-profile-languages .modal-title, .modal.modal-profile-references .modal-title, .modal.modal-profile-preferred .modal-title, .modal.modal-manage-account .modal-title, .modal.modal-profile-about .modal-title {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  /* line 277, src/scss/_macros/_modal.scss */
  .modal.modal-profile-qr .modal__form, .modal.modal-profile-main .modal__form, .modal.modal-profile-cv .modal__form, .modal.modal-profile-update .modal__form, .modal.modal-profile-experiences .modal__form, .modal.modal-profile-education .modal__form, .modal.modal-profile-skills .modal__form, .modal.modal-profile-languages .modal__form, .modal.modal-profile-references .modal__form, .modal.modal-profile-preferred .modal__form, .modal.modal-manage-account .modal__form, .modal.modal-profile-about .modal__form {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 284, src/scss/_macros/_modal.scss */
  .modal.modal-profile-qr .modal-footer, .modal.modal-profile-main .modal-footer, .modal.modal-profile-cv .modal-footer, .modal.modal-profile-update .modal-footer, .modal.modal-profile-experiences .modal-footer, .modal.modal-profile-education .modal-footer, .modal.modal-profile-skills .modal-footer, .modal.modal-profile-languages .modal-footer, .modal.modal-profile-references .modal-footer, .modal.modal-profile-preferred .modal-footer, .modal.modal-manage-account .modal-footer, .modal.modal-profile-about .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 290, src/scss/_macros/_modal.scss */
  .modal.modal-profile-qr .modal-footer .c-btn, .modal.modal-profile-main .modal-footer .c-btn, .modal.modal-profile-cv .modal-footer .c-btn, .modal.modal-profile-update .modal-footer .c-btn, .modal.modal-profile-experiences .modal-footer .c-btn, .modal.modal-profile-education .modal-footer .c-btn, .modal.modal-profile-skills .modal-footer .c-btn, .modal.modal-profile-languages .modal-footer .c-btn, .modal.modal-profile-references .modal-footer .c-btn, .modal.modal-profile-preferred .modal-footer .c-btn, .modal.modal-manage-account .modal-footer .c-btn, .modal.modal-profile-about .modal-footer .c-btn {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  /* line 295, src/scss/_macros/_modal.scss */
  .modal.modal-profile-qr .modal-footer .c-btn:first-of-type, .modal.modal-profile-main .modal-footer .c-btn:first-of-type, .modal.modal-profile-cv .modal-footer .c-btn:first-of-type, .modal.modal-profile-update .modal-footer .c-btn:first-of-type, .modal.modal-profile-experiences .modal-footer .c-btn:first-of-type, .modal.modal-profile-education .modal-footer .c-btn:first-of-type, .modal.modal-profile-skills .modal-footer .c-btn:first-of-type, .modal.modal-profile-languages .modal-footer .c-btn:first-of-type, .modal.modal-profile-references .modal-footer .c-btn:first-of-type, .modal.modal-profile-preferred .modal-footer .c-btn:first-of-type, .modal.modal-manage-account .modal-footer .c-btn:first-of-type, .modal.modal-profile-about .modal-footer .c-btn:first-of-type {
    margin-bottom: 0;
  }
  /* line 299, src/scss/_macros/_modal.scss */
  .modal.modal-profile-qr .modal-footer .c-btn__wrapper, .modal.modal-profile-main .modal-footer .c-btn__wrapper, .modal.modal-profile-cv .modal-footer .c-btn__wrapper, .modal.modal-profile-update .modal-footer .c-btn__wrapper, .modal.modal-profile-experiences .modal-footer .c-btn__wrapper, .modal.modal-profile-education .modal-footer .c-btn__wrapper, .modal.modal-profile-skills .modal-footer .c-btn__wrapper, .modal.modal-profile-languages .modal-footer .c-btn__wrapper, .modal.modal-profile-references .modal-footer .c-btn__wrapper, .modal.modal-profile-preferred .modal-footer .c-btn__wrapper, .modal.modal-manage-account .modal-footer .c-btn__wrapper, .modal.modal-profile-about .modal-footer .c-btn__wrapper {
    width: 100%;
  }
}

/* line 310, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal-dialog {
  max-width: 600px;
}

/* line 314, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal-content {
  background-color: #fff;
}

/* line 318, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 324, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__step {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  padding: 15px 20px;
  background-color: #7d51a8;
}

/* line 331, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__step p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* line 339, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 0;
}

/* line 345, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form .form-check {
  margin-bottom: 15px;
}

/* line 348, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form .form-check-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

/* line 354, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form .form-check-label {
  line-height: 1.1;
  font-size: 16px;
  color: grey;
}

/* line 361, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form-field {
  display: none;
  position: relative;
  padding-bottom: 10px;
}

/* line 366, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 370, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form-field-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

/* line 374, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form-field-group > div .modal__form-field {
  padding-bottom: 0;
}

/* line 380, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__form-field > textarea {
  outline: none;
  position: relative;
  width: 100%;
  height: 130px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 397, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-header {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

/* line 405, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-header[aria-expanded="true"] a {
  display: none;
}

/* line 410, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-header p {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 418, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-header p span {
  color: #5d60ff;
}

/* line 423, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-header a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d60ff;
}

/* line 428, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-header a .icon-font {
  margin-right: 3px;
  font-size: 12px;
}

/* line 433, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-header a span {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 440, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

/* line 448, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-body-1 > div {
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
}

/* line 452, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-body-1 > div:nth-of-type(3) {
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 10px;
}

/* line 460, src/scss/_macros/_modal.scss */
.modal#modalManageAccount .modal__cv-body-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 469, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .chosen-container {
  width: 100% !important;
}

/* line 472, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .chosen-container .chosen-choices {
  outline: none;
  position: relative;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}

/* line 487, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .chosen-container .chosen-choices li.search-choice {
  font-size: 13px;
}

/* line 491, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .chosen-container .chosen-choices li.search-field input[type="text"] {
  min-height: 32px;
}

/* line 498, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal-dialog {
  max-width: 744px;
}

/* line 502, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal-content {
  background-color: #fff;
}

/* line 506, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 512, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__header {
  position: relative;
  top: -1rem;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  height: -webkit-calc(100% + 1rem);
  height: calc(100% + 1rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
}

@media screen and (max-width: 767px) {
  /* line 512, src/scss/_macros/_modal.scss */
  .modal#modalProfileMain .modal__header {
    padding: 15px 45px 0;
  }
}

/* line 524, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__header-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 532, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__header-bg > div {
  width: 100%;
  height: 140px;
  background-image: url("../img/img-profile-main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  /* line 532, src/scss/_macros/_modal.scss */
  .modal#modalProfileMain .modal__header-bg > div {
    height: 85px;
  }
}

/* line 545, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__header-user {
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 545, src/scss/_macros/_modal.scss */
  .modal#modalProfileMain .modal__header-user {
    width: 105px;
    height: 105px;
  }
}

@media screen and (max-width: 767px) {
  /* line 565, src/scss/_macros/_modal.scss */
  .modal#modalProfileMain .modal-title {
    font-size: 14px;
  }
}

/* line 571, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__step {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  padding: 15px 20px;
  background-color: #7d51a8;
}

/* line 578, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__step p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* line 586, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 0;
}

/* line 592, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-title {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 602, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form .form-check-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

/* line 608, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form .form-check-label {
  line-height: 1.2;
}

/* line 613, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 613, src/scss/_macros/_modal.scss */
  .modal#modalProfileMain .modal__form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 620, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 620, src/scss/_macros/_modal.scss */
  .modal#modalProfileMain .modal__form-group > div {
    max-width: 100%;
  }
}

/* line 629, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field {
  position: relative;
  padding-bottom: 10px;
}

/* line 633, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 637, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

/* line 641, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field-group > div .modal__form-field {
  padding-bottom: 0;
}

/* line 647, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field > input,
.modal#modalProfileMain .modal__form-field > select {
  outline: none;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 662, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field > input[type='file'] {
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* line 669, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field .select2-selection {
  outline: none;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
}

/* line 678, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field .select2-selection .select2-selection__rendered {
  line-height: 36px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 685, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field .select2-selection .select2-selection__arrow {
  height: 100%;
}

/* line 690, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid darkgray;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
  line-height: 26px;
}

/* line 701, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  font-size: 14px;
}

/* line 706, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-label span {
  color: red;
}

/* line 711, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 15px 0;
}

/* line 717, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__form-divider:last-of-type {
  margin-bottom: 0;
}

/* line 724, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-header {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

/* line 732, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-header[aria-expanded="true"] a {
  display: none;
}

/* line 737, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-header p {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 745, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-header p span {
  color: #5d60ff;
}

/* line 750, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-header a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d60ff;
}

/* line 755, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-header a .icon-font {
  margin-right: 3px;
  font-size: 12px;
}

/* line 760, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-header a span {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 767, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

/* line 775, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-body-1 > div {
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
}

/* line 779, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-body-1 > div:nth-of-type(3) {
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 10px;
}

/* line 787, src/scss/_macros/_modal.scss */
.modal#modalProfileMain .modal__cv-body-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 797, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal-dialog {
  max-width: 744px;
}

/* line 801, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal-content {
  background-color: #fff;
}

/* line 805, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 811, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__header {
  position: relative;
  top: -1rem;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  height: -webkit-calc(100% + 1rem);
  height: calc(100% + 1rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 0;
}

/* line 820, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__header-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 828, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__header-bg > div {
  width: 100%;
  height: 140px;
  background-image: url("../img/img-profile-main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

/* line 838, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__header-user {
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}

/* line 854, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__step {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  padding: 15px 20px;
  background-color: #7d51a8;
}

/* line 861, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__step p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* line 869, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 0;
}

/* line 875, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-title {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 885, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form .form-check-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

/* line 891, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form .form-check-label {
  line-height: 1.2;
}

/* line 896, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 896, src/scss/_macros/_modal.scss */
  .modal#modalProfileCV .modal__form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 903, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 903, src/scss/_macros/_modal.scss */
  .modal#modalProfileCV .modal__form-group > div {
    max-width: 100%;
  }
}

/* line 912, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field {
  position: relative;
  padding-bottom: 10px;
}

/* line 916, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 920, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

/* line 924, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field-group > div .modal__form-field {
  padding-bottom: 0;
}

/* line 930, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field > input,
.modal#modalProfileCV .modal__form-field > select {
  outline: none;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 945, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field > input[type='file'] {
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* line 952, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field .select2-selection {
  outline: none;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
}

/* line 961, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field .select2-selection .select2-selection__rendered {
  line-height: 36px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 968, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field .select2-selection .select2-selection__arrow {
  height: 100%;
}

/* line 973, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid darkgray;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
  line-height: 26px;
}

/* line 984, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  font-size: 14px;
}

/* line 989, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-label span {
  color: red;
}

/* line 994, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 15px 0;
}

/* line 1000, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__form-divider:last-of-type {
  margin-bottom: 0;
}

/* line 1007, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-header {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

/* line 1015, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-header[aria-expanded="true"] a {
  display: none;
}

/* line 1020, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-header p {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 1028, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-header p span {
  color: #5d60ff;
}

/* line 1033, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-header a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d60ff;
}

/* line 1038, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-header a .icon-font {
  margin-right: 3px;
  font-size: 12px;
}

/* line 1043, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-header a span {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1050, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 767px) {
  /* line 1050, src/scss/_macros/_modal.scss */
  .modal#modalProfileCV .modal__cv-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 1061, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-body-1 > div {
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  /* line 1061, src/scss/_macros/_modal.scss */
  .modal#modalProfileCV .modal__cv-body-1 > div {
    max-width: 100%;
  }
  /* line 1067, src/scss/_macros/_modal.scss */
  .modal#modalProfileCV .modal__cv-body-1 > div:not(:last-of-type) {
    padding-bottom: 20px;
  }
}

/* line 1072, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-body-1 > div:nth-of-type(3) {
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* line 1072, src/scss/_macros/_modal.scss */
  .modal#modalProfileCV .modal__cv-body-1 > div:nth-of-type(3) {
    padding: 0;
  }
}

/* line 1083, src/scss/_macros/_modal.scss */
.modal#modalProfileCV .modal__cv-body-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1092, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 8px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 1100, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item:hover {
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 1103, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item:hover .icon-font,
.modal#modalProfileUpdate .dropdown-item:hover p,
.modal#modalProfileUpdate .dropdown-item:hover span {
  color: #000000;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 1112, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  padding-right: 8px;
}

/* line 1118, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item > div:nth-of-type(1) .icon-font {
  font-size: 20px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 1124, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 1130, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  padding-left: 8px;
}

/* line 1136, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item > div:nth-of-type(3) .icon-font {
  font-size: 14px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 1143, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item .icon-font,
.modal#modalProfileUpdate .dropdown-item p,
.modal#modalProfileUpdate .dropdown-item span {
  line-height: 1.2;
  color: #777a7d;
}

/* line 1150, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item p,
.modal#modalProfileUpdate .dropdown-item span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

/* line 1158, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item p {
  font-size: 15px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 1163, src/scss/_macros/_modal.scss */
.modal#modalProfileUpdate .dropdown-item span {
  font-size: 12px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 1173, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal-dialog, .modal#modalProfileEducation .modal-dialog {
  max-width: 744px;
}

/* line 1177, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal-content, .modal#modalProfileEducation .modal-content {
  background-color: #fff;
}

/* line 1181, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal-footer, .modal#modalProfileEducation .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1187, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__step, .modal#modalProfileEducation .modal__step {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  padding: 15px 20px;
  background-color: #7d51a8;
}

/* line 1194, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__step p, .modal#modalProfileEducation .modal__step p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* line 1202, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form, .modal#modalProfileEducation .modal__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 0;
}

/* line 1208, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-title, .modal#modalProfileEducation .modal__form-title {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 1218, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form .form-check-input, .modal#modalProfileEducation .modal__form .form-check-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

/* line 1224, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form .form-check-label, .modal#modalProfileEducation .modal__form .form-check-label {
  line-height: 1.2;
}

/* line 1229, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-group, .modal#modalProfileEducation .modal__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 1229, src/scss/_macros/_modal.scss */
  .modal#modalProfileExperiences .modal__form-group, .modal#modalProfileEducation .modal__form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 1236, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-group > div, .modal#modalProfileEducation .modal__form-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 1236, src/scss/_macros/_modal.scss */
  .modal#modalProfileExperiences .modal__form-group > div, .modal#modalProfileEducation .modal__form-group > div {
    max-width: 100%;
  }
}

/* line 1245, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field, .modal#modalProfileEducation .modal__form-field {
  position: relative;
  padding-bottom: 10px;
}

/* line 1249, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field-group, .modal#modalProfileEducation .modal__form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 1249, src/scss/_macros/_modal.scss */
  .modal#modalProfileExperiences .modal__form-field-group, .modal#modalProfileEducation .modal__form-field-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 1256, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field-group > div, .modal#modalProfileEducation .modal__form-field-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

@media screen and (max-width: 767px) {
  /* line 1256, src/scss/_macros/_modal.scss */
  .modal#modalProfileExperiences .modal__form-field-group > div, .modal#modalProfileEducation .modal__form-field-group > div {
    max-width: 100%;
    padding-bottom: 10px;
  }
}

/* line 1264, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field-group > div:nth-of-type(3), .modal#modalProfileEducation .modal__form-field-group > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  /* line 1264, src/scss/_macros/_modal.scss */
  .modal#modalProfileExperiences .modal__form-field-group > div:nth-of-type(3), .modal#modalProfileEducation .modal__form-field-group > div:nth-of-type(3) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
}

/* line 1275, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field-group > div .modal__form-field, .modal#modalProfileEducation .modal__form-field-group > div .modal__form-field {
  padding-bottom: 0;
}

/* line 1281, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field > input,
.modal#modalProfileExperiences .modal__form-field > textarea,
.modal#modalProfileExperiences .modal__form-field > select, .modal#modalProfileEducation .modal__form-field > input,
.modal#modalProfileEducation .modal__form-field > textarea,
.modal#modalProfileEducation .modal__form-field > select {
  outline: none;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 1297, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field > textarea, .modal#modalProfileEducation .modal__form-field > textarea {
  resize: none;
  height: 130px;
}

/* line 1302, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field .select2-selection, .modal#modalProfileEducation .modal__form-field .select2-selection {
  outline: none;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
}

/* line 1311, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field .select2-selection .select2-selection__rendered, .modal#modalProfileEducation .modal__form-field .select2-selection .select2-selection__rendered {
  line-height: 36px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 1318, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field .select2-selection .select2-selection__arrow, .modal#modalProfileEducation .modal__form-field .select2-selection .select2-selection__arrow {
  height: 100%;
}

/* line 1323, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-field .select2-container--default .select2-selection--multiple .select2-selection__choice, .modal#modalProfileEducation .modal__form-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid darkgray;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
  line-height: 26px;
}

/* line 1334, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-label, .modal#modalProfileEducation .modal__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  font-size: 14px;
}

/* line 1339, src/scss/_macros/_modal.scss */
.modal#modalProfileExperiences .modal__form-label span, .modal#modalProfileEducation .modal__form-label span {
  color: red;
}

/* line 1349, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal-dialog {
  max-width: 744px;
}

/* line 1353, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal-content {
  background-color: #fff;
}

/* line 1357, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1363, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__step {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  padding: 15px 20px;
  background-color: #7d51a8;
}

/* line 1370, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__step p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* line 1378, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 0;
}

/* line 1384, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-title {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 1394, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form .form-check-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

/* line 1400, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form .form-check-label {
  line-height: 1.2;
}

/* line 1405, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 1405, src/scss/_macros/_modal.scss */
  .modal#modalProfileReferences .modal__form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 1412, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 1412, src/scss/_macros/_modal.scss */
  .modal#modalProfileReferences .modal__form-group > div {
    max-width: 100%;
  }
}

/* line 1421, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field {
  position: relative;
  padding-bottom: 10px;
}

/* line 1425, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1429, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

/* line 1433, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field-group > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

/* line 1440, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field-group > div .modal__form-field {
  padding-bottom: 0;
}

/* line 1446, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field > input,
.modal#modalProfileReferences .modal__form-field > textarea,
.modal#modalProfileReferences .modal__form-field > select {
  outline: none;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 1462, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field > textarea {
  resize: none;
  height: 130px;
}

/* line 1467, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field .select2-selection {
  outline: none;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
}

/* line 1476, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field .select2-selection .select2-selection__rendered {
  line-height: 36px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 1483, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field .select2-selection .select2-selection__arrow {
  height: 100%;
}

/* line 1488, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid darkgray;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
  line-height: 26px;
}

/* line 1499, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  font-size: 14px;
}

/* line 1504, src/scss/_macros/_modal.scss */
.modal#modalProfileReferences .modal__form-label span {
  color: red;
}

/* line 1514, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal-dialog {
  max-width: 744px;
}

/* line 1518, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal-content {
  background-color: #fff;
}

/* line 1522, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1528, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__step {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  padding: 15px 20px;
  background-color: #7d51a8;
}

/* line 1535, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__step p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* line 1543, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 0;
}

/* line 1549, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-title {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 1559, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form .form-check-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

/* line 1565, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form .form-check-label {
  line-height: 1.2;
}

/* line 1570, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1574, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

/* line 1580, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field {
  position: relative;
  padding-bottom: 10px;
}

/* line 1584, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1588, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

/* line 1592, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field-group > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

/* line 1599, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field-group > div .modal__form-field {
  padding-bottom: 0;
}

/* line 1605, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field > input,
.modal#modalProfilePreferred .modal__form-field > textarea,
.modal#modalProfilePreferred .modal__form-field > select {
  outline: none;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 1621, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field > textarea {
  resize: none;
  height: 130px;
}

/* line 1626, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field .select2-selection {
  outline: none;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
}

/* line 1635, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field .select2-selection .select2-selection__rendered {
  line-height: 36px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 1642, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field .select2-selection .select2-selection__arrow {
  height: 100%;
}

/* line 1647, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid darkgray;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
  line-height: 26px;
}

/* line 1658, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  font-size: 14px;
}

/* line 1663, src/scss/_macros/_modal.scss */
.modal#modalProfilePreferred .modal__form-label span {
  color: red;
}

/* line 1674, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal-dialog, .modal#modalProfileLanguages .modal-dialog {
  max-width: 744px;
}

/* line 1678, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal-content, .modal#modalProfileLanguages .modal-content {
  background-color: #fff;
}

/* line 1682, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal-footer, .modal#modalProfileLanguages .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1688, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__step, .modal#modalProfileLanguages .modal__step {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  padding: 15px 20px;
  background-color: #7d51a8;
}

/* line 1695, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__step p, .modal#modalProfileLanguages .modal__step p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* line 1703, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form, .modal#modalProfileLanguages .modal__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem 0;
}

/* line 1709, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-title, .modal#modalProfileLanguages .modal__form-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #9932cc;
}

/* line 1720, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-title a, .modal#modalProfileLanguages .modal__form-title a {
  opacity: 0;
  visibility: hidden;
  color: #9932cc;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 1726, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-title a.is-show, .modal#modalProfileLanguages .modal__form-title a.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 1735, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form .form-check-input, .modal#modalProfileLanguages .modal__form .form-check-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

/* line 1741, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form .form-check-label, .modal#modalProfileLanguages .modal__form .form-check-label {
  line-height: 1.2;
}

/* line 1746, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-group, .modal#modalProfileLanguages .modal__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 1746, src/scss/_macros/_modal.scss */
  .modal#modalProfileSkills .modal__form-group, .modal#modalProfileLanguages .modal__form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 1753, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-group > div, .modal#modalProfileLanguages .modal__form-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 1753, src/scss/_macros/_modal.scss */
  .modal#modalProfileSkills .modal__form-group > div, .modal#modalProfileLanguages .modal__form-group > div {
    max-width: 100%;
  }
}

/* line 1762, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-field, .modal#modalProfileLanguages .modal__form-field {
  position: relative;
  padding-bottom: 10px;
}

/* line 1766, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-field-group, .modal#modalProfileLanguages .modal__form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1770, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-field-group > div, .modal#modalProfileLanguages .modal__form-field-group > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
}

/* line 1774, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-field-group > div:nth-of-type(3), .modal#modalProfileLanguages .modal__form-field-group > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

/* line 1781, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-field-group > div .modal__form-field, .modal#modalProfileLanguages .modal__form-field-group > div .modal__form-field {
  padding-bottom: 0;
}

/* line 1787, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-field > input,
.modal#modalProfileSkills .modal__form-field > textarea,
.modal#modalProfileSkills .modal__form-field > select, .modal#modalProfileLanguages .modal__form-field > input,
.modal#modalProfileLanguages .modal__form-field > textarea,
.modal#modalProfileLanguages .modal__form-field > select {
  outline: none;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid darkgray;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
}

/* line 1803, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-field > textarea, .modal#modalProfileLanguages .modal__form-field > textarea {
  resize: none;
  height: 130px;
}

/* line 1809, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-label, .modal#modalProfileLanguages .modal__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  font-size: 14px;
}

/* line 1814, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__form-label span, .modal#modalProfileLanguages .modal__form-label span {
  color: red;
}

/* line 1820, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box, .modal#modalProfileLanguages .modal__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 57px;
  padding: 10px;
  border: 1px solid silver;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 1830, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box:hover, .modal#modalProfileLanguages .modal__box:hover {
  background-color: lightgray !important;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 1836, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(1), .modal#modalProfileLanguages .modal__box > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 1836, src/scss/_macros/_modal.scss */
  .modal#modalProfileSkills .modal__box > div:nth-of-type(1), .modal#modalProfileLanguages .modal__box > div:nth-of-type(1) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 1848, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(1) p, .modal#modalProfileLanguages .modal__box > div:nth-of-type(1) p {
  width: 50%;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  /* line 1848, src/scss/_macros/_modal.scss */
  .modal#modalProfileSkills .modal__box > div:nth-of-type(1) p, .modal#modalProfileLanguages .modal__box > div:nth-of-type(1) p {
    width: 100%;
  }
}

/* line 1855, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(1) p strong, .modal#modalProfileLanguages .modal__box > div:nth-of-type(1) p strong {
  font-weight: 500;
}

/* line 1860, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(2), .modal#modalProfileLanguages .modal__box > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 115px;
}

/* line 1866, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(2) a, .modal#modalProfileLanguages .modal__box > div:nth-of-type(2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b4202a;
}

/* line 1871, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(2) a:hover, .modal#modalProfileLanguages .modal__box > div:nth-of-type(2) a:hover {
  text-decoration: underline;
}

/* line 1875, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(2) a .icon-font, .modal#modalProfileLanguages .modal__box > div:nth-of-type(2) a .icon-font {
  margin-right: 3px;
  color: #b4202a;
  font-size: 11px;
}

/* line 1881, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box > div:nth-of-type(2) a span, .modal#modalProfileLanguages .modal__box > div:nth-of-type(2) a span {
  position: relative;
  top: 2px;
  line-height: 1;
  font-size: 13px;
  color: #b4202a;
}

/* line 1892, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box-wrapper, .modal#modalProfileLanguages .modal__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 1898, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box-wrapper > div:not(:last-of-type), .modal#modalProfileLanguages .modal__box-wrapper > div:not(:last-of-type) {
  margin-bottom: 10px;
}

/* line 1903, src/scss/_macros/_modal.scss */
.modal#modalProfileSkills .modal__box-wrapper > div:nth-of-type(even) .modal__box, .modal#modalProfileLanguages .modal__box-wrapper > div:nth-of-type(even) .modal__box {
  background-color: #f0f0fb;
}

/* line 1915, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .close .icon-font {
  color: #fff;
}

/* line 1921, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-dialog {
  max-width: 360px;
}

/* line 1925, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-content {
  background-color: #f3f3f3;
}

/* line 1929, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

/* line 1934, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-content {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 15px 10px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}

/* line 1943, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-content p,
.modal#modalProfileQr .modal-body-content span {
  text-align: center;
  font-weight: 500;
}

/* line 1949, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-content p {
  font-size: 16px;
  line-height: 24px;
}

/* line 1954, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-content span {
  display: block;
  color: gray;
  font-size: 12px;
  line-height: 16px;
}

/* line 1962, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-user {
  overflow: hidden;
  position: relative;
  width: 74px;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -37px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #e2dcdc;
  background-color: #fff;
}

/* line 1979, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-image {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1988, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-save {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  margin-top: 10px;
  background-color: unset;
  color: #767676;
}

/* line 1997, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-save .icon-font {
  margin-right: 3px;
  font-size: 11px;
}

/* line 2002, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-body-save span {
  font-weight: 500;
  font-size: 12px;
}

/* line 2009, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-header {
  background-color: #663399;
}

/* line 2013, src/scss/_macros/_modal.scss */
.modal#modalProfileQr .modal-title {
  color: #ffffff;
}

/* line 2021, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-dialog {
  max-width: 744px;
}

/* line 2025, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-subtitle {
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #9932cc;
}

/* line 2034, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body {
  padding: 10px 30px;
}

/* line 2037, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body-header {
  position: relative;
  left: -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  background-color: #7d51a8;
}

/* line 2046, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body-header p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

/* line 2054, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 2058, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}

/* line 2064, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body form label {
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #000000;
}

/* line 2070, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body form label span {
  color: red;
}

/* line 2075, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-body form textarea {
  resize: none;
  outline: none;
  padding: 0 12px;
  background-color: rgba(241, 187, 231, 0.12);
  border-color: darkgray;
  font-size: 13px;
  height: 130px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
}

/* line 2089, src/scss/_macros/_modal.scss */
.modal#modalProfileAbout .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 3, src/scss/_components/_header.scss */
.header {
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fefefe;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

/* line 12, src/scss/_components/_header.scss */
.header.header--employers-sign {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Roboto", sans-serif;
}

/* line 17, src/scss/_components/_header.scss */
.header.header--employers-sign .c-grid {
  max-width: 1220px;
  padding-left: 1%;
  padding-right: 1%;
}

@media screen and (max-width: 767px) {
  /* line 24, src/scss/_components/_header.scss */
  .header.header--employers-sign .header__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  /* line 29, src/scss/_components/_header.scss */
  .header.header--employers-sign .header__wrapper-left, .header.header--employers-sign .header__wrapper-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 36, src/scss/_components/_header.scss */
  .header.header--employers-sign .header__wrapper-left {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* line 44, src/scss/_components/_header.scss */
.header.header--employers-sign .header__wrapper .c-btn {
  min-width: 137px;
  height: 39px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* line 49, src/scss/_components/_header.scss */
.header.header--employers-sign .header__wrapper .c-btn:not(:last-of-type) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  /* line 49, src/scss/_components/_header.scss */
  .header.header--employers-sign .header__wrapper .c-btn:not(:last-of-type) {
    margin-right: 5px;
  }
}

/* line 56, src/scss/_components/_header.scss */
.header.header--employers-sign .header__wrapper .c-btn span {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  /* line 60, src/scss/_components/_header.scss */
  .header.header--employers-sign .header__wrapper .c-btn__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 69, src/scss/_components/_header.scss */
.header.header--employers {
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Roboto", sans-serif;
}

/* line 75, src/scss/_components/_header.scss */
.header.header--employers .c-grid-fluid {
  padding-left: 50px;
  padding-right: 40px;
}

@media screen and (max-width: 1023px) {
  /* line 75, src/scss/_components/_header.scss */
  .header.header--employers .c-grid-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 85, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  /* line 90, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper-left {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #663398;
  }
}

@media screen and (max-width: 1023px) {
  /* line 100, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper-right {
    width: 100%;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 100, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 113, src/scss/_components/_header.scss */
.header.header--employers .header__wrapper .c-btn {
  min-width: 137px;
  height: 39px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 2px 0 11px 0 silver;
          box-shadow: 2px 0 11px 0 silver;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 113, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper .c-btn {
    width: 100%;
    max-width: -webkit-calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 767px) {
  /* line 113, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper .c-btn {
    min-width: auto;
    max-width: -webkit-calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
  }
}

/* line 130, src/scss/_components/_header.scss */
.header.header--employers .header__wrapper .c-btn.c-btn--white span, .header.header--employers .header__wrapper .c-btn.c-btn--borderWhite span {
  color: #642891;
}

/* line 135, src/scss/_components/_header.scss */
.header.header--employers .header__wrapper .c-btn:not(:last-of-type) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  /* line 135, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper .c-btn:not(:last-of-type) {
    margin-right: 5px;
  }
}

/* line 142, src/scss/_components/_header.scss */
.header.header--employers .header__wrapper .c-btn span {
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  /* line 146, src/scss/_components/_header.scss */
  .header.header--employers .header__wrapper .c-btn__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 156, src/scss/_components/_header.scss */
.is-hideScroll .header {
  z-index: 1350;
}

/* line 160, src/scss/_components/_header.scss */
.header .c-grid-fluid {
  padding-right: 0;
}

/* line 164, src/scss/_components/_header.scss */
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}

@media screen and (max-width: 1535px) {
  /* line 164, src/scss/_components/_header.scss */
  .header__wrapper {
    height: 60px;
  }
}

/* line 173, src/scss/_components/_header.scss */
.header__wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  height: 100%;
}

/* line 183, src/scss/_components/_header.scss */
.is-hideScroll .header__wrapper-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 194, src/scss/_components/_header.scss */
.header__wrapper-left > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 199, src/scss/_components/_header.scss */
.header__wrapper-left > div:nth-of-type(1) {
  padding-right: 30px;
}

@media screen and (max-width: 1279px) {
  /* line 199, src/scss/_components/_header.scss */
  .header__wrapper-left > div:nth-of-type(1) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 199, src/scss/_components/_header.scss */
  .header__wrapper-left > div:nth-of-type(1) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-right: 10px;
  }
}

/* line 211, src/scss/_components/_header.scss */
.header__wrapper-left > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 15px;
}

@media screen and (max-width: 1279px) {
  /* line 211, src/scss/_components/_header.scss */
  .header__wrapper-left > div:nth-of-type(2) {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 211, src/scss/_components/_header.scss */
  .header__wrapper-left > div:nth-of-type(2) {
    display: none;
  }
}

/* line 226, src/scss/_components/_header.scss */
.header__wrapper-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  /* line 226, src/scss/_components/_header.scss */
  .header__wrapper-mobile {
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 270px;
    height: 100%;
    padding: 0 15px 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
  }
  /* line 246, src/scss/_components/_header.scss */
  .header__wrapper-mobile.is-animated {
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  /* line 250, src/scss/_components/_header.scss */
  .header__wrapper-mobile.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
}

/* line 258, src/scss/_components/_header.scss */
.header__wrapper-mobile-header {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 258, src/scss/_components/_header.scss */
  .header__wrapper-mobile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 60px;
  }
}

/* line 268, src/scss/_components/_header.scss */
.header__wrapper-mobile-left, .header__wrapper-mobile-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

@media screen and (max-width: 1535px) {
  /* line 268, src/scss/_components/_header.scss */
  .header__wrapper-mobile-left, .header__wrapper-mobile-right {
    height: 60px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 268, src/scss/_components/_header.scss */
  .header__wrapper-mobile-left, .header__wrapper-mobile-right {
    display: block;
    height: auto;
  }
}

/* line 282, src/scss/_components/_header.scss */
.header__wrapper-mobile-left {
  padding-right: 15px;
}

@media screen and (max-width: 1023px) {
  /* line 282, src/scss/_components/_header.scss */
  .header__wrapper-mobile-left {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

/* line 290, src/scss/_components/_header.scss */
.header__wrapper-mobile-right {
  padding-left: 10px;
  border-left: 1px solid #eaeaea;
}

@media screen and (max-width: 1023px) {
  /* line 290, src/scss/_components/_header.scss */
  .header__wrapper-mobile-right {
    padding-left: 0;
    border-left: 0;
  }
}

/* line 299, src/scss/_components/_header.scss */
.header__wrapper-mobile-close {
  color: #663399;
  font-size: 20px;
}

/* line 303, src/scss/_components/_header.scss */
.header__wrapper-mobile-close:hover {
  color: #663399;
}

/* line 308, src/scss/_components/_header.scss */
.header__wrapper-mobile .c-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding-left: 30px;
  -webkit-border-radius: 0;
          border-radius: 0;
  min-width: 160px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 1535px) {
  /* line 308, src/scss/_components/_header.scss */
  .header__wrapper-mobile .c-btn {
    height: 60px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 308, src/scss/_components/_header.scss */
  .header__wrapper-mobile .c-btn {
    width: 100%;
  }
}

/* line 325, src/scss/_components/_header.scss */
.header__wrapper-mobile .c-btn__wrapper {
  z-index: 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  /* line 325, src/scss/_components/_header.scss */
  .header__wrapper-mobile .c-btn__wrapper {
    left: -25px;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
  }
}

/* line 333, src/scss/_components/_header.scss */
.header__wrapper-mobile .c-btn__wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 60px;
  height: 100%;
  background-color: #663399;
}

@media screen and (max-width: 1023px) {
  /* line 333, src/scss/_components/_header.scss */
  .header__wrapper-mobile .c-btn__wrapper:after {
    display: none;
  }
}

/* line 347, src/scss/_components/_header.scss */
.header__wrapper-mobile .c-btn span {
  text-align: center;
  line-height: 1;
}

/* line 351, src/scss/_components/_header.scss */
.header__wrapper-mobile .c-btn span small {
  font-size: 12px;
}

/* line 358, src/scss/_components/_header.scss */
.header__wrapper .hamburger {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 358, src/scss/_components/_header.scss */
  .header__wrapper .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 366, src/scss/_components/_header.scss */
.header__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1535px) {
  /* line 366, src/scss/_components/_header.scss */
  .header__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 366, src/scss/_components/_header.scss */
  .header__form {
    display: none;
  }
}

/* line 382, src/scss/_components/_header.scss */
.header__form:hover label, .header__form.is-focus label {
  border-color: #663399;
  -webkit-box-shadow: 0 0 5px 0 rgba(234, 234, 234, 0.3);
          box-shadow: 0 0 5px 0 rgba(234, 234, 234, 0.3);
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 389, src/scss/_components/_header.scss */
.header__form:hover button .icon-font, .header__form.is-focus button .icon-font {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 396, src/scss/_components/_header.scss */
.header__form label {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

/* line 407, src/scss/_components/_header.scss */
.header__form input,
.header__form button {
  outline: none;
  position: relative;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #ffffff;
}

/* line 416, src/scss/_components/_header.scss */
.header__form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding: 0 50px 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.header__form input.placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.header__form input:-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.header__form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.header__form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.header__form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
}

@media screen and (max-width: 1535px) {
  /* line 416, src/scss/_components/_header.scss */
  .header__form input {
    font-size: 14px;
  }
}

/* line 434, src/scss/_components/_header.scss */
.header__form button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 100%;
}

/* line 444, src/scss/_components/_header.scss */
.header__form button .icon-font {
  color: #663399;
  font-size: 22px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 1535px) {
  /* line 444, src/scss/_components/_header.scss */
  .header__form button .icon-font {
    font-size: 20px;
  }
}

/* line 455, src/scss/_components/_header.scss */
.header__lang {
  overflow: hidden;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

@media screen and (max-width: 1023px) {
  /* line 455, src/scss/_components/_header.scss */
  .header__lang {
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

/* line 473, src/scss/_components/_header.scss */
.header__lang img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 480, src/scss/_components/_header.scss */
.header__icon {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 24px;
  margin-left: 15px;
}

/* line 490, src/scss/_components/_header.scss */
.header__icon-wrapper {
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 15px;
}

@media screen and (max-width: 1023px) {
  /* line 490, src/scss/_components/_header.scss */
  .header__icon-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

/* line 503, src/scss/_components/_header.scss */
.header__icon-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 0 50px 50px 0;
          border-radius: 0 50px 50px 0;
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  /* line 503, src/scss/_components/_header.scss */
  .header__icon-wrapper:after {
    display: none;
  }
}

/* line 519, src/scss/_components/_header.scss */
.header__icon .icon-font {
  color: #663399;
  font-size: 22px;
}

/* line 525, src/scss/_components/_header.scss */
.header__link {
  outline: none;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #663399;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1535px) {
  /* line 525, src/scss/_components/_header.scss */
  .header__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 525, src/scss/_components/_header.scss */
  .header__link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    min-height: 45px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}

/* line 551, src/scss/_components/_header.scss */
.header__link:hover {
  color: #663399;
}

/* line 554, src/scss/_components/_header.scss */
.header__link:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 562, src/scss/_components/_header.scss */
.header__link:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #663399;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 576, src/scss/_components/_header.scss */
.header__link-wrapper {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

@media screen and (max-width: 1535px) {
  /* line 576, src/scss/_components/_header.scss */
  .header__link-wrapper {
    height: 60px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 576, src/scss/_components/_header.scss */
  .header__link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
}

/* line 3, src/scss/_components/_header--inner.scss */
.header-inner {
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fefefe;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 13, src/scss/_components/_header--inner.scss */
.header-inner .c-grid-fluid {
  padding-left: 2.3vw;
  padding-right: 1.3vw;
}

@media screen and (max-width: 1279px) {
  /* line 13, src/scss/_components/_header--inner.scss */
  .header-inner .c-grid-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 22, src/scss/_components/_header--inner.scss */
.header-inner__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 28, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  /* line 28, src/scss/_components/_header--inner.scss */
  .header-inner__wrapper-left {
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  /* line 36, src/scss/_components/_header--inner.scss */
  .header-inner__wrapper-left > div:nth-of-type(1) {
    display: none;
  }
}

/* line 41, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-left > div:nth-of-type(2) {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  /* line 41, src/scss/_components/_header--inner.scss */
  .header-inner__wrapper-left > div:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 50, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-left > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 32px;
}

/* line 53, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-left > div:nth-of-type(2) > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 60, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-left > div:nth-of-type(2) > div:nth-of-type(3) {
  width: 32px;
}

/* line 68, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1279px) {
  /* line 68, src/scss/_components/_header--inner.scss */
  .header-inner__wrapper-mobile {
    display: none;
  }
}

/* line 78, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-mobile > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 83, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-mobile > div:nth-of-type(2) {
  padding: 0 1.45vw;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

/* line 88, src/scss/_components/_header--inner.scss */
.header-inner__wrapper-mobile > div:nth-of-type(3) {
  padding-left: 1.25vw;
}

/* line 95, src/scss/_components/_header--inner.scss */
.header-inner__hamburger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
}

/* line 103, src/scss/_components/_header--inner.scss */
.header-inner__hamburger-img {
  overflow: hidden;
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #639;
}

/* line 116, src/scss/_components/_header--inner.scss */
.header-inner__hamburger-circle {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
  padding: 3px 2px 2px;
  -webkit-box-shadow: 0 0 1px 1px #639;
          box-shadow: 0 0 1px 1px #639;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
}

/* line 131, src/scss/_components/_header--inner.scss */
.header-inner__hamburger-circle span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #663399;
}

/* line 137, src/scss/_components/_header--inner.scss */
.header-inner__hamburger-circle span:not(:last-of-type) {
  margin-bottom: 2px;
}

/* line 144, src/scss/_components/_header--inner.scss */
.header-inner__search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  border: 1px solid silver;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
}

/* line 153, src/scss/_components/_header--inner.scss */
.header-inner__search .icon-font {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 100%;
  color: gray;
}

/* line 165, src/scss/_components/_header--inner.scss */
.header-inner__search input {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px 10px 0 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  font-size: 13px;
  line-height: 1;
}

/* line 182, src/scss/_components/_header--inner.scss */
.header-inner__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 187, src/scss/_components/_header--inner.scss */
.header-inner__nav-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 193, src/scss/_components/_header--inner.scss */
.header-inner__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 197, src/scss/_components/_header--inner.scss */
.header-inner__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.05vw;
  font-size: 13px;
  line-height: 34px;
  color: #524f4f;
}

/* line 206, src/scss/_components/_header--inner.scss */
.header-inner__nav-link.is-active {
  color: #639;
}

/* line 210, src/scss/_components/_header--inner.scss */
.header-inner__nav-link img {
  margin-left: 2px;
  display: block;
  max-width: 18px;
  height: auto;
  max-height: 100%;
}

/* line 219, src/scss/_components/_header--inner.scss */
.header-inner__nav-line {
  position: absolute;
  top: -webkit-calc(100% + 6px);
  top: calc(100% + 6px);
  left: 0;
  width: 0;
  height: 2px;
  background-color: #639;
  -webkit-transition: left 0.4s ease-in-out, width 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out, width 0.4s ease-in-out;
  transition: left 0.4s ease-in-out, width 0.4s ease-in-out;
}

/* line 230, src/scss/_components/_header--inner.scss */
.header-inner__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}

/* line 237, src/scss/_components/_header--inner.scss */
.header-inner__lang img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 245, src/scss/_components/_header--inner.scss */
.header-inner__user {
  position: relative;
}

/* line 248, src/scss/_components/_header--inner.scss */
.header-inner__user-ava {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 261, src/scss/_components/_header--inner.scss */
.header-inner__user-dropdown {
  right: 0;
  min-width: 350px;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1799px) {
  /* line 261, src/scss/_components/_header--inner.scss */
  .header-inner__user-dropdown {
    -webkit-transform: scale(0.8) translate3d(-382px, -2px, 0px) !important;
            transform: scale(0.8) translate3d(-382px, -2px, 0px) !important;
  }
}

/* line 275, src/scss/_components/_header--inner.scss */
.header-inner__user-head {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

/* line 282, src/scss/_components/_header--inner.scss */
.header-inner__user-head > div:nth-of-type(1) {
  padding-right: 20px;
}

/* line 286, src/scss/_components/_header--inner.scss */
.header-inner__user-head > div:nth-of-type(2) p,
.header-inner__user-head > div:nth-of-type(2) a,
.header-inner__user-head > div:nth-of-type(2) span {
  line-height: 1;
  font-size: 15px;
}

/* line 293, src/scss/_components/_header--inner.scss */
.header-inner__user-head > div:nth-of-type(2) p {
  padding-bottom: 10px;
  font-weight: 500;
}

/* line 298, src/scss/_components/_header--inner.scss */
.header-inner__user-head > div:nth-of-type(2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  color: #15c;
}

/* line 304, src/scss/_components/_header--inner.scss */
.header-inner__user-head > div:nth-of-type(2) span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 311, src/scss/_components/_header--inner.scss */
.header-inner__user-img {
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

/* line 323, src/scss/_components/_header--inner.scss */
.header-inner__user-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 328, src/scss/_components/_header--inner.scss */
.header-inner__user-dropdownInner {
  white-space: nowrap;
  top: 0;
  right: 100%;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 341, src/scss/_components/_header--inner.scss */
.header-inner__user-dropdownInner .header__user-link > div:nth-of-type(1) {
  padding-right: 0;
}

/* line 348, src/scss/_components/_header--inner.scss */
.header-inner__user-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 49px;
  padding: 15px 50px;
  border-top: 1px solid #dcdcdc;
  color: #646464;
  font-size: 20px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 360, src/scss/_components/_header--inner.scss */
.header-inner__user-link:hover {
  background-color: rgba(220, 220, 220, 0.1);
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 366, src/scss/_components/_header--inner.scss */
.header-inner__user-link > div:nth-of-type(1) {
  padding-right: 20px;
}

/* line 369, src/scss/_components/_header--inner.scss */
.header-inner__user-link > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 376, src/scss/_components/_header--inner.scss */
.header-inner__user-link-dropdown {
  position: relative;
}

/* line 380, src/scss/_components/_header--inner.scss */
.header-inner__user-link-dropdown:hover .header__user-dropdownInner {
  display: block;
}

/* line 386, src/scss/_components/_header--inner.scss */
.header-inner__user-link .icon-font {
  color: #646464;
  font-size: 20px;
}

/* line 391, src/scss/_components/_header--inner.scss */
.header-inner__user-link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1;
  color: #999;
}

/* line 3, src/scss/_components/_footer.scss */
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 15px;
}

/* line 8, src/scss/_components/_footer.scss */
.p-blog .footer {
  background-color: #eeeeee;
}

/* line 12, src/scss/_components/_footer.scss */
.footer.footer--employers {
  padding-top: 0;
}

/* line 15, src/scss/_components/_footer.scss */
.footer.footer--employers .footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  /* line 15, src/scss/_components/_footer.scss */
  .footer.footer--employers .footer__wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 33, src/scss/_components/_footer.scss */
.footer.footer--employers .footer__wrapper .copyright.copyright--link p a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  /* line 33, src/scss/_components/_footer.scss */
  .footer.footer--employers .footer__wrapper .copyright.copyright--link p a {
    font-size: 10px;
  }
}

/* line 41, src/scss/_components/_footer.scss */
.footer.footer--employers .footer__wrapper .copyright.copyright--link p a:not(:last-of-type) {
  margin-right: 20px;
}

/* line 48, src/scss/_components/_footer.scss */
.footer.footer--employers .footer__wrapper .copyright__text {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 767px) {
  /* line 48, src/scss/_components/_footer.scss */
  .footer.footer--employers .footer__wrapper .copyright__text {
    font-size: 10px;
  }
}

/* line 62, src/scss/_components/_footer.scss */
.footer__wrapper-1, .footer__wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 67px;
  border-bottom: 1px solid #aeaeae;
}

@media screen and (max-width: 767px) {
  /* line 62, src/scss/_components/_footer.scss */
  .footer__wrapper-1, .footer__wrapper-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 73, src/scss/_components/_footer.scss */
.footer__wrapper-1 > div, .footer__wrapper-2 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/* line 81, src/scss/_components/_footer.scss */
.footer__wrapper-1 {
  max-width: 50%;
}

@media screen and (max-width: 1023px) {
  /* line 81, src/scss/_components/_footer.scss */
  .footer__wrapper-1 {
    max-width: 35%;
  }
}

@media screen and (max-width: 767px) {
  /* line 81, src/scss/_components/_footer.scss */
  .footer__wrapper-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
  }
}

/* line 91, src/scss/_components/_footer.scss */
.footer__wrapper-1 > div {
  max-width: -webkit-calc(1180px / 2);
  max-width: calc(1180px / 2);
  margin-left: auto;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 91, src/scss/_components/_footer.scss */
  .footer__wrapper-1 > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 10px;
  }
}

/* line 102, src/scss/_components/_footer.scss */
.footer__wrapper-2 {
  max-width: 50%;
}

@media screen and (max-width: 1023px) {
  /* line 102, src/scss/_components/_footer.scss */
  .footer__wrapper-2 {
    max-width: 65%;
  }
}

@media screen and (max-width: 767px) {
  /* line 102, src/scss/_components/_footer.scss */
  .footer__wrapper-2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    max-width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 115, src/scss/_components/_footer.scss */
.footer__wrapper-2 > div {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: -webkit-calc(1180px / 2);
  max-width: calc(1180px / 2);
  margin-right: auto;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  /* line 115, src/scss/_components/_footer.scss */
  .footer__wrapper-2 > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
  }
}

/* line 127, src/scss/_components/_footer.scss */
.footer__wrapper-3 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #aeaeae;
}

@media screen and (max-width: 767px) {
  /* line 127, src/scss/_components/_footer.scss */
  .footer__wrapper-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: none;
  }
}

/* line 138, src/scss/_components/_footer.scss */
.footer__wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 45px;
}

@media screen and (max-width: 767px) {
  /* line 138, src/scss/_components/_footer.scss */
  .footer__wrapper-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    height: auto;
    padding-top: 28px;
  }
}

/* line 152, src/scss/_components/_footer.scss */
.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 152, src/scss/_components/_footer.scss */
  .footer__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  /* line 161, src/scss/_components/_footer.scss */
  .footer__col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

/* line 167, src/scss/_components/_footer.scss */
.footer__col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 167, src/scss/_components/_footer.scss */
  .footer__col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  /* line 175, src/scss/_components/_footer.scss */
  .footer__col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 24px;
  }
}

/* line 184, src/scss/_components/_footer.scss */
.footer__collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 188, src/scss/_components/_footer.scss */
.footer__collapse-head {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 41px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aeaeae;
}

@media screen and (max-width: 767px) {
  /* line 188, src/scss/_components/_footer.scss */
  .footer__collapse-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 201, src/scss/_components/_footer.scss */
.footer__collapse-head[aria-expanded="true"] .icon-font {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 207, src/scss/_components/_footer.scss */
.footer__collapse-head span {
  text-transform: uppercase;
  color: #777777;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

/* line 215, src/scss/_components/_footer.scss */
.footer__collapse-head .icon-font {
  color: #777777;
  font-size: 7px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 222, src/scss/_components/_footer.scss */
.footer__collapse-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 222, src/scss/_components/_footer.scss */
  .footer__collapse-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 232, src/scss/_components/_footer.scss */
  .footer__collapse-body > div {
    width: 100%;
  }
  /* line 236, src/scss/_components/_footer.scss */
  .footer__collapse-body > div:first-of-type .footer__collapse-head {
    height: 22px;
    padding-top: 0;
  }
}

/* line 244, src/scss/_components/_footer.scss */
.footer__collapse-body p {
  padding-bottom: 18px;
  text-transform: uppercase;
  color: #777777;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  /* line 244, src/scss/_components/_footer.scss */
  .footer__collapse-body p {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 256, src/scss/_components/_footer.scss */
  .footer__collapse-body .collapse {
    display: block;
  }
}

/* line 264, src/scss/_components/_footer.scss */
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  /* line 264, src/scss/_components/_footer.scss */
  .footer__nav {
    padding: 12px 0 22px;
  }
}

/* line 272, src/scss/_components/_footer.scss */
.footer__nav-link {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #777777;
  line-height: 1;
  font-size: 12px;
}

/* line 280, src/scss/_components/_footer.scss */
.footer__nav-link:not(:last-of-type) {
  margin-bottom: 13px;
}

/* line 284, src/scss/_components/_footer.scss */
.footer__nav-link:hover {
  color: #777777;
}

/* line 287, src/scss/_components/_footer.scss */
.footer__nav-link:hover:before, .footer__nav-link:hover:after {
  width: 50%;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 294, src/scss/_components/_footer.scss */
.footer__nav-link:before, .footer__nav-link:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #777777;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 304, src/scss/_components/_footer.scss */
.footer__nav-link:before {
  left: 50%;
}

/* line 307, src/scss/_components/_footer.scss */
.footer__nav-link:after {
  right: 50%;
}

/* line 3, src/scss/_components/_footer--inner.scss */
.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 90px 23px 0;
  padding: 17px 0;
  border-top: 1px solid #dcdcdc;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  /* line 3, src/scss/_components/_footer--inner.scss */
  .footer-inner {
    margin: 20px 0 0;
  }
}

/* line 15, src/scss/_components/_footer--inner.scss */
.p-messages .footer-inner {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  /* line 15, src/scss/_components/_footer--inner.scss */
  .p-messages .footer-inner {
    display: none;
  }
}

/* line 22, src/scss/_components/_footer--inner.scss */
.footer-inner__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #15c;
  font-size: 12px;
}

/* line 28, src/scss/_components/_footer--inner.scss */
.footer-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 28, src/scss/_components/_footer--inner.scss */
  .footer-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 36, src/scss/_components/_footer--inner.scss */
.footer-inner ul li {
  padding: 0 17px;
}

/* line 39, src/scss/_components/_footer--inner.scss */
.footer-inner ul li:not(:last-of-type) {
  border-right: 1px solid #5d5d5d;
}

@media screen and (max-width: 767px) {
  /* line 39, src/scss/_components/_footer--inner.scss */
  .footer-inner ul li:not(:last-of-type) {
    border: none;
  }
}

/* line 3, src/scss/_components/_menu.scss */
.menu {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  height: 100%;
  -webkit-box-shadow: 0 39px 56px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 39px 56px 4px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}

/* line 18, src/scss/_components/_menu.scss */
.menu.is-animate {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 22, src/scss/_components/_menu.scss */
.menu.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 29, src/scss/_components/_menu.scss */
.menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 34, src/scss/_components/_menu.scss */
.menu__close .icon-font {
  font-size: 14px;
  color: gray;
}

/* line 40, src/scss/_components/_menu.scss */
.menu__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

/* line 46, src/scss/_components/_menu.scss */
.menu__wrapper-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #DCDCDC;
}

/* line 53, src/scss/_components/_menu.scss */
.menu__wrapper-head > div:nth-of-type(1) {
  padding-right: 10px;
}

/* line 56, src/scss/_components/_menu.scss */
.menu__wrapper-head > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 63, src/scss/_components/_menu.scss */
.menu__wrapper-head-img {
  overflow: hidden;
  position: relative;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
}

/* line 76, src/scss/_components/_menu.scss */
.menu__wrapper-head p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

/* line 82, src/scss/_components/_menu.scss */
.menu__wrapper-head a {
  font-size: 13px;
  color: blue;
  font-weight: 500;
}

/* line 89, src/scss/_components/_menu.scss */
.menu__wrapper-progress {
  padding: 15px 15px 0;
  border-bottom: 1px solid #DCDCDC;
}

/* line 93, src/scss/_components/_menu.scss */
.menu__wrapper-progress .profile__strength-progress {
  margin-bottom: 15px;
}

/* line 97, src/scss/_components/_menu.scss */
.menu__wrapper-progress .profile__strength-progress-ind span {
  position: relative;
  top: 1px;
  font-weight: 500;
  font-size: 10px;
}

/* line 108, src/scss/_components/_menu.scss */
.menu__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 112, src/scss/_components/_menu.scss */
.menu__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 115, src/scss/_components/_menu.scss */
.menu__nav-item--border {
  border-bottom: 1px solid #DCDCDC;
}

/* line 120, src/scss/_components/_menu.scss */
.menu__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 37px;
  padding: 0 15px;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 130, src/scss/_components/_menu.scss */
.menu__nav-link.is-hover .icon-font,
.menu__nav-link.is-hover p {
  color: #639;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 137, src/scss/_components/_menu.scss */
.menu__nav-link:hover {
  background-color: #dcdcdc;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 141, src/scss/_components/_menu.scss */
.menu__nav-link:hover .icon-font,
.menu__nav-link:hover p {
  color: #639;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 149, src/scss/_components/_menu.scss */
.menu__nav-link > div:nth-of-type(1) {
  width: 25px;
}

/* line 152, src/scss/_components/_menu.scss */
.menu__nav-link > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 159, src/scss/_components/_menu.scss */
.menu__nav-link img {
  display: block;
  max-width: 14px;
  height: auto;
  max-height: 14px;
}

/* line 166, src/scss/_components/_menu.scss */
.menu__nav-link .icon-font,
.menu__nav-link p {
  font-weight: 400;
  color: #524f4f;
  font-size: 14px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 3, src/scss/_components/homepage/_main.scss */
.main {
  position: relative;
  background-color: #000000;
}

/* line 9, src/scss/_components/homepage/_main.scss */
.main.main--insurance-jobs .main__title {
  font-size: 38px;
  font-weight: 500;
}

/* line 16, src/scss/_components/homepage/_main.scss */
.main__slider {
  z-index: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 35vw;
  min-height: 395px;
}

@media screen and (max-width: 1023px) {
  /* line 16, src/scss/_components/homepage/_main.scss */
  .main__slider {
    position: absolute;
    height: 100%;
    min-height: unset;
  }
}

/* line 30, src/scss/_components/homepage/_main.scss */
.main__slider .mainSlider {
  width: 100%;
  height: 100%;
}

/* line 35, src/scss/_components/homepage/_main.scss */
.main__slider .mainSlider .swiper-slide {
  position: relative;
  background-position: center left;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

/* line 41, src/scss/_components/homepage/_main.scss */
.main__slider .mainSlider .swiper-slide:after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 52, src/scss/_components/homepage/_main.scss */
.main__slider .mainSlider .swiper-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 1130px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  /* line 52, src/scss/_components/homepage/_main.scss */
  .main__slider .mainSlider .swiper-slide-content {
    padding: 0;
  }
}

/* line 72, src/scss/_components/homepage/_main.scss */
.main__slider .mainSlider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 1023px) {
  /* line 72, src/scss/_components/homepage/_main.scss */
  .main__slider .mainSlider .swiper-pagination {
    display: none;
  }
}

/* line 86, src/scss/_components/homepage/_main.scss */
.main__slider .mainSlider .swiper-pagination-bullet {
  opacity: 1;
  height: 10px;
  width: 10px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 97, src/scss/_components/homepage/_main.scss */
.main__slider .mainSlider .swiper-pagination-bullet-active {
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 107, src/scss/_components/homepage/_main.scss */
.main__wrapper {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  /* line 107, src/scss/_components/homepage/_main.scss */
  .main__wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  /* line 107, src/scss/_components/homepage/_main.scss */
  .main__wrapper {
    padding-top: 87px;
    padding-bottom: 25px;
  }
}

/* line 130, src/scss/_components/homepage/_main.scss */
.main__wrapper > div {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  /* line 130, src/scss/_components/homepage/_main.scss */
  .main__wrapper > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 283px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 148, src/scss/_components/homepage/_main.scss */
.main__title {
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 1535px) {
  /* line 148, src/scss/_components/homepage/_main.scss */
  .main__title {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 148, src/scss/_components/homepage/_main.scss */
  .main__title {
    display: none;
  }
}

/* line 159, src/scss/_components/homepage/_main.scss */
.main__title span {
  text-decoration: underline;
}

/* line 164, src/scss/_components/homepage/_main.scss */
.main__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1535px) {
  /* line 164, src/scss/_components/homepage/_main.scss */
  .main__form {
    height: 60px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 164, src/scss/_components/homepage/_main.scss */
  .main__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 164, src/scss/_components/homepage/_main.scss */
  .main__form {
    padding: 0;
    border: none;
    background-color: transparent;
  }
}

/* line 189, src/scss/_components/homepage/_main.scss */
.main__form-wrapper {
  padding: 14px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 1535px) {
  /* line 189, src/scss/_components/homepage/_main.scss */
  .main__form-wrapper {
    padding: 5px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 189, src/scss/_components/homepage/_main.scss */
  .main__form-wrapper {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  /* line 189, src/scss/_components/homepage/_main.scss */
  .main__form-wrapper {
    padding: 0;
    background-color: transparent;
  }
}

/* line 205, src/scss/_components/homepage/_main.scss */
.main__form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  /* line 205, src/scss/_components/homepage/_main.scss */
  .main__form-field {
    height: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 205, src/scss/_components/homepage/_main.scss */
  .main__form-field {
    height: 55px;
  }
  /* line 217, src/scss/_components/homepage/_main.scss */
  .main__form-field:not(:last-of-type) {
    margin-bottom: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}

/* line 223, src/scss/_components/homepage/_main.scss */
.main__form-field.main__form-field-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 223, src/scss/_components/homepage/_main.scss */
  .main__form-field.main__form-field-1 {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }
}

@media screen and (max-width: 767px) {
  /* line 223, src/scss/_components/homepage/_main.scss */
  .main__form-field.main__form-field-1 {
    overflow: hidden;
  }
}

/* line 237, src/scss/_components/homepage/_main.scss */
.main__form-field.main__form-field-2, .main__form-field.main__form-field-3 {
  border-left: 1px solid #eaeaea;
}

/* line 241, src/scss/_components/homepage/_main.scss */
.main__form-field.main__form-field-2 p, .main__form-field.main__form-field-3 p {
  width: 56px;
}

/* line 246, src/scss/_components/homepage/_main.scss */
.main__form-field-2 {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 1023px) {
  /* line 246, src/scss/_components/homepage/_main.scss */
  .main__form-field-2 {
    max-width: 50%;
    border-left: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 246, src/scss/_components/homepage/_main.scss */
  .main__form-field-2 {
    max-width: 100%;
    border-bottom: 1px solid #eaeaea;
  }
}

/* line 258, src/scss/_components/homepage/_main.scss */
.main__form-field-3 {
  width: 100%;
  max-width: 235px;
}

@media screen and (max-width: 1023px) {
  /* line 258, src/scss/_components/homepage/_main.scss */
  .main__form-field-3 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  /* line 258, src/scss/_components/homepage/_main.scss */
  .main__form-field-3 {
    max-width: 100%;
    border-left: none !important;
  }
}

/* line 269, src/scss/_components/homepage/_main.scss */
.main__form-field-4 {
  padding-left: 5px;
  border-left: 1px solid #eaeaea;
}

@media screen and (max-width: 1023px) {
  /* line 269, src/scss/_components/homepage/_main.scss */
  .main__form-field-4 {
    padding-left: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 269, src/scss/_components/homepage/_main.scss */
  .main__form-field-4 {
    height: 45px;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  /* line 282, src/scss/_components/homepage/_main.scss */
  .main__form-field-2, .main__form-field-3 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 282, src/scss/_components/homepage/_main.scss */
  .main__form-field-2, .main__form-field-3 {
    display: none;
  }
}

/* line 293, src/scss/_components/homepage/_main.scss */
.main__form label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 302, src/scss/_components/homepage/_main.scss */
.main__form p {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 100%;
}

@media screen and (max-width: 1535px) {
  /* line 302, src/scss/_components/homepage/_main.scss */
  .main__form p {
    width: 36px;
  }
}

/* line 314, src/scss/_components/homepage/_main.scss */
.main__form .icon-font {
  color: #222222;
  font-size: 16px;
}

/* line 321, src/scss/_components/homepage/_main.scss */
.main__form .icon-font.icon-folder, .main__form .icon-font.icon-pin {
  color: #6e6e6e;
}

/* line 327, src/scss/_components/homepage/_main.scss */
.main__form input {
  outline: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  color: #222222;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.main__form input.placeholder {
  font-size: 16px;
  color: #6e6e6e;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.main__form input:-moz-placeholder {
  font-size: 16px;
  color: #6e6e6e;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.main__form input::-moz-placeholder {
  font-size: 16px;
  color: #6e6e6e;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.main__form input:-ms-input-placeholder {
  font-size: 16px;
  color: #6e6e6e;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.main__form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #6e6e6e;
}

@media screen and (max-width: 1535px) {
  /* line 327, src/scss/_components/homepage/_main.scss */
  .main__form input {
    font-size: 14px;
  }
  /* line 88, src/scss/_utilities/_mixin.scss */
  .main__form input.placeholder {
    font-size: 14px;
  }
  /* line 89, src/scss/_utilities/_mixin.scss */
  .main__form input:-moz-placeholder {
    font-size: 14px;
  }
  /* line 90, src/scss/_utilities/_mixin.scss */
  .main__form input::-moz-placeholder {
    font-size: 14px;
  }
  /* line 91, src/scss/_utilities/_mixin.scss */
  .main__form input:-ms-input-placeholder {
    font-size: 14px;
  }
  /* line 92, src/scss/_utilities/_mixin.scss */
  .main__form input::-webkit-input-placeholder {
    font-size: 14px;
  }
}

/* line 351, src/scss/_components/homepage/_main.scss */
.main__form .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/* line 357, src/scss/_components/homepage/_main.scss */
.main__form .dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  font-size: 16px;
  color: #999999;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 1535px) {
  /* line 357, src/scss/_components/homepage/_main.scss */
  .main__form .dropdown-toggle {
    font-size: 14px;
  }
}

/* line 372, src/scss/_components/homepage/_main.scss */
.main__form .dropdown-toggle:hover {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 377, src/scss/_components/homepage/_main.scss */
.main__form .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

/* line 385, src/scss/_components/homepage/_main.scss */
.main__form .dropdown-menu {
  overflow-y: auto;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translate3d(0px, 58px, 0px) !important;
          transform: translate3d(0px, 58px, 0px) !important;
  width: -webkit-calc(100% + 47px);
  width: calc(100% + 47px);
  max-height: 300px;
  margin: 0;
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1535px) {
  /* line 385, src/scss/_components/homepage/_main.scss */
  .main__form .dropdown-menu {
    -webkit-transform: translate3d(0px, 53px, 0px) !important;
            transform: translate3d(0px, 53px, 0px) !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 385, src/scss/_components/homepage/_main.scss */
  .main__form .dropdown-menu {
    -webkit-transform: translate3d(0px, 60px, 0px) !important;
            transform: translate3d(0px, 60px, 0px) !important;
    max-height: 250px;
  }
}

@media screen and (max-width: 767px) {
  /* line 385, src/scss/_components/homepage/_main.scss */
  .main__form .dropdown-menu {
    -webkit-transform: translate3d(0px, 55px, 0px) !important;
            transform: translate3d(0px, 55px, 0px) !important;
  }
}

/* line 409, src/scss/_components/homepage/_main.scss */
.main__form .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 414, src/scss/_components/homepage/_main.scss */
.main__form .dropdown-item:hover {
  background-color: rgba(102, 51, 153, 0.05);
  color: #663399;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 420, src/scss/_components/homepage/_main.scss */
.main__form .dropdown-item:active {
  background-color: #663399;
  color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 428, src/scss/_components/homepage/_main.scss */
.main__form .c-btn {
  min-width: unset;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1535px) {
  /* line 428, src/scss/_components/homepage/_main.scss */
  .main__form .c-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 439, src/scss/_components/homepage/_main.scss */
.main__form .c-btn:nth-child(1) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

@media screen and (max-width: 1023px) {
  /* line 439, src/scss/_components/homepage/_main.scss */
  .main__form .c-btn:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
    max-width: 100%;
  }
}

/* line 448, src/scss/_components/homepage/_main.scss */
.main__form .c-btn:nth-of-type(2) {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  /* line 448, src/scss/_components/homepage/_main.scss */
  .main__form .c-btn:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 460, src/scss/_components/homepage/_main.scss */
.main__form .c-btn:nth-of-type(2).is-active .icon-font {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 466, src/scss/_components/homepage/_main.scss */
.main__form .c-btn:nth-of-type(2) .icon-font {
  color: #ffffff;
  font-size: 12px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 474, src/scss/_components/homepage/_main.scss */
.main__form .c-btn:nth-child(3) {
  width: 50px;
  min-width: unset;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #fff;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

@media screen and (max-width: 1023px) {
  /* line 474, src/scss/_components/homepage/_main.scss */
  .main__form .c-btn:nth-child(3) {
    width: 75px;
  }
}

/* line 486, src/scss/_components/homepage/_main.scss */
.main__form .c-btn:nth-child(3) .icon-font {
  color: #ffffff;
  font-size: 18px;
}

/* line 492, src/scss/_components/homepage/_main.scss */
.main__form .c-btn:last-of-type {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
}

/* line 497, src/scss/_components/homepage/_main.scss */
.main__form .c-btn__wrapper {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 497, src/scss/_components/homepage/_main.scss */
  .main__form .c-btn__wrapper {
    width: 100%;
  }
}

/* line 506, src/scss/_components/homepage/_main.scss */
.main__hero {
  z-index: 10;
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  height: 78px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3), 0 15px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3), 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1535px) {
  /* line 506, src/scss/_components/homepage/_main.scss */
  .main__hero {
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 506, src/scss/_components/homepage/_main.scss */
  .main__hero {
    max-width: 100%;
    padding: 8px;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  /* line 506, src/scss/_components/homepage/_main.scss */
  .main__hero {
    display: none;
  }
}

/* line 536, src/scss/_components/homepage/_main.scss */
.main__hero > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 10px;
}

/* line 544, src/scss/_components/homepage/_main.scss */
.main__hero h6,
.main__hero p,
.main__hero span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  width: 100%;
  line-height: 1.3;
}

/* line 555, src/scss/_components/homepage/_main.scss */
.main__hero h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  /* line 555, src/scss/_components/homepage/_main.scss */
  .main__hero h6 {
    color: #333333;
  }
}

/* line 564, src/scss/_components/homepage/_main.scss */
.main__hero p,
.main__hero span {
  color: #aeaeae;
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  /* line 564, src/scss/_components/homepage/_main.scss */
  .main__hero p,
  .main__hero span {
    color: #777;
  }
}

/* line 573, src/scss/_components/homepage/_main.scss */
.main__hero-img {
  overflow: hidden;
  position: relative;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: white;
  -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 1023px) {
  /* line 573, src/scss/_components/homepage/_main.scss */
  .main__hero-img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 592, src/scss/_components/homepage/_main.scss */
.main__hero-img img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 601, src/scss/_components/homepage/_main.scss */
.main .sliderMain,
.main #sliderMain {
  width: 100%;
  height: 100%;
}

/* line 607, src/scss/_components/homepage/_main.scss */
.main .sliderMain .carousel-inner, .main .sliderMain .carousel-item,
.main #sliderMain .carousel-inner,
.main #sliderMain .carousel-item {
  width: 100%;
  height: 100%;
  background-position: center left;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

/* line 616, src/scss/_components/homepage/_main.scss */
.main .sliderMain .carousel-item,
.main #sliderMain .carousel-item {
  position: relative;
  padding: 40px 40px 50px;
  -webkit-transition-duration: 850ms;
       -o-transition-duration: 850ms;
          transition-duration: 850ms;
}

@media screen and (max-width: 1279px) {
  /* line 616, src/scss/_components/homepage/_main.scss */
  .main .sliderMain .carousel-item,
  .main #sliderMain .carousel-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 616, src/scss/_components/homepage/_main.scss */
  .main .sliderMain .carousel-item,
  .main #sliderMain .carousel-item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 616, src/scss/_components/homepage/_main.scss */
  .main .sliderMain .carousel-item,
  .main #sliderMain .carousel-item {
    padding-bottom: 82px;
  }
}

/* line 631, src/scss/_components/homepage/_main.scss */
.main .sliderMain .carousel-item:after,
.main #sliderMain .carousel-item:after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 642, src/scss/_components/homepage/_main.scss */
.main .sliderMain .carousel-item-content,
.main #sliderMain .carousel-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 1130px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1279px) {
  /* line 642, src/scss/_components/homepage/_main.scss */
  .main .sliderMain .carousel-item-content,
  .main #sliderMain .carousel-item-content {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 642, src/scss/_components/homepage/_main.scss */
  .main .sliderMain .carousel-item-content,
  .main #sliderMain .carousel-item-content {
    padding: 0;
  }
}

/* line 664, src/scss/_components/homepage/_main.scss */
.main .carousel-indicators {
  z-index: 15;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 664, src/scss/_components/homepage/_main.scss */
  .main .carousel-indicators {
    display: none;
  }
}

/* line 677, src/scss/_components/homepage/_main.scss */
.main .carousel-indicators li {
  opacity: 1;
  height: 8px;
  width: 8px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 688, src/scss/_components/homepage/_main.scss */
.main .carousel-indicators li.active {
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 3, src/scss/_components/homepage/_employers.scss */
.employers {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/homepage/_employers.scss */
  .employers {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, src/scss/_components/homepage/_employers.scss */
  .employers.employers--insurance-jobs .employers__wrapper > div {
    max-width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* line 23, src/scss/_components/homepage/_employers.scss */
.employers__title {
  padding-bottom: 30px;
}

@media screen and (max-width: 1535px) {
  /* line 23, src/scss/_components/homepage/_employers.scss */
  .employers__title {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 23, src/scss/_components/homepage/_employers.scss */
  .employers__title {
    display: none;
  }
}

/* line 33, src/scss/_components/homepage/_employers.scss */
.employers__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 138px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1535px) {
  /* line 33, src/scss/_components/homepage/_employers.scss */
  .employers__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 33, src/scss/_components/homepage/_employers.scss */
  .employers__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px;
  }
}

/* line 54, src/scss/_components/homepage/_employers.scss */
.employers__wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 6);
  max-width: calc(100% / 6);
}

@media screen and (max-width: 767px) {
  /* line 54, src/scss/_components/homepage/_employers.scss */
  .employers__wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
  /* line 60, src/scss/_components/homepage/_employers.scss */
  .employers__wrapper > div:nth-of-type(1), .employers__wrapper > div:nth-of-type(2), .employers__wrapper > div:nth-of-type(3) {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }
  /* line 67, src/scss/_components/homepage/_employers.scss */
  .employers__wrapper > div:nth-of-type(4), .employers__wrapper > div:nth-of-type(5), .employers__wrapper > div:nth-of-type(6) {
    padding-top: 20px;
  }
  /* line 73, src/scss/_components/homepage/_employers.scss */
  .employers__wrapper > div:nth-of-type(2), .employers__wrapper > div:nth-of-type(5) {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
}

/* line 82, src/scss/_components/homepage/_employers.scss */
.employers__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 82, src/scss/_components/homepage/_employers.scss */
  .employers__box {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 95, src/scss/_components/homepage/_employers.scss */
.employers__box:hover .employers__box-head {
  -webkit-transform: translateY(-5px) scale(1.05);
      -ms-transform: translateY(-5px) scale(1.05);
          transform: translateY(-5px) scale(1.05);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 101, src/scss/_components/homepage/_employers.scss */
.employers__box:hover .employers__box-body p {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 109, src/scss/_components/homepage/_employers.scss */
.employers__box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media screen and (max-width: 1535px) {
  /* line 109, src/scss/_components/homepage/_employers.scss */
  .employers__box-head {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 109, src/scss/_components/homepage/_employers.scss */
  .employers__box-head {
    width: 80px;
    height: 80px;
  }
}

/* line 128, src/scss/_components/homepage/_employers.scss */
.employers__box-head img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, src/scss/_components/homepage/_employers.scss */
.employers__box-body {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  /* line 138, src/scss/_components/homepage/_employers.scss */
  .employers__box-body {
    display: none;
  }
}

/* line 144, src/scss/_components/homepage/_employers.scss */
.employers__box-body p {
  color: #6e6e6e;
  font-size: 14px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 3, src/scss/_components/homepage/_details.scss */
.details {
  padding-top: 40px;
}

/* line 6, src/scss/_components/homepage/_details.scss */
.details__container {
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  /* line 6, src/scss/_components/homepage/_details.scss */
  .details__container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 15, src/scss/_components/homepage/_details.scss */
.details__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  background-color: white;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

@media screen and (max-width: 1023px) {
  /* line 15, src/scss/_components/homepage/_details.scss */
  .details__header {
    display: none;
  }
}

/* line 27, src/scss/_components/homepage/_details.scss */
.details__header > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 32, src/scss/_components/homepage/_details.scss */
.details__header > div p {
  padding-left: 5px;
  padding-right: 5px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1535px) {
  /* line 32, src/scss/_components/homepage/_details.scss */
  .details__header > div p {
    font-size: 14px;
  }
}

/* line 44, src/scss/_components/homepage/_details.scss */
.details__header > div .icon-font {
  margin-left: 2px;
  margin-right: 2px;
  color: #f28602;
}

@media screen and (max-width: 1535px) {
  /* line 44, src/scss/_components/homepage/_details.scss */
  .details__header > div .icon-font {
    font-size: 12px;
  }
}

/* line 54, src/scss/_components/homepage/_details.scss */
.details__header-left {
  width: 100px;
  border-right: 1px solid #eaeaea;
}

/* line 59, src/scss/_components/homepage/_details.scss */
.details__header-middle {
  width: 100%;
  max-width: -webkit-calc((100% - (100px + 230px)));
  max-width: calc((100% - (100px + 230px)));
}

/* line 64, src/scss/_components/homepage/_details.scss */
.details__header-right {
  width: 230px;
  border-left: 1px solid #eaeaea;
}

/* line 70, src/scss/_components/homepage/_details.scss */
.details__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 920px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  background-color: white;
}

@media screen and (max-width: 1023px) {
  /* line 70, src/scss/_components/homepage/_details.scss */
  .details__wrapper {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: unset;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
  }
}

/* line 86, src/scss/_components/homepage/_details.scss */
.details__wrapper-header {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 1023px) {
  /* line 86, src/scss/_components/homepage/_details.scss */
  .details__wrapper-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 96, src/scss/_components/homepage/_details.scss */
.details__wrapper-header p {
  padding-left: 5px;
  padding-right: 5px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 1535px) {
  /* line 96, src/scss/_components/homepage/_details.scss */
  .details__wrapper-header p {
    font-size: 14px;
  }
}

/* line 108, src/scss/_components/homepage/_details.scss */
.details__wrapper-header .icon-font {
  margin-left: 2px;
  margin-right: 2px;
  color: #663399;
}

@media screen and (max-width: 1535px) {
  /* line 108, src/scss/_components/homepage/_details.scss */
  .details__wrapper-header .icon-font {
    font-size: 12px;
  }
}

/* line 118, src/scss/_components/homepage/_details.scss */
.details__wrapper-left {
  width: 100px;
  min-height: 100%;
  max-height: 100%;
  border-right: 1px solid #eaeaea;
}

@media screen and (max-width: 1023px) {
  /* line 118, src/scss/_components/homepage/_details.scss */
  .details__wrapper-left {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: 1px solid #eaeaea;
  }
}

/* line 131, src/scss/_components/homepage/_details.scss */
.details__wrapper-left .details__wrapper-scroll {
  height: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 131, src/scss/_components/homepage/_details.scss */
  .details__wrapper-left .details__wrapper-scroll {
    height: auto;
    max-height: unset;
  }
}

/* line 139, src/scss/_components/homepage/_details.scss */
.details__wrapper-left .details__wrapper-scroll > div {
  padding: 20px;
}

@media screen and (max-width: 1535px) {
  /* line 139, src/scss/_components/homepage/_details.scss */
  .details__wrapper-left .details__wrapper-scroll > div {
    padding: 15px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 139, src/scss/_components/homepage/_details.scss */
  .details__wrapper-left .details__wrapper-scroll > div {
    width: 100%;
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

/* line 152, src/scss/_components/homepage/_details.scss */
.details__wrapper-middle {
  width: 100%;
  max-width: -webkit-calc((100% - (100px + 230px)));
  max-width: calc((100% - (100px + 230px)));
  min-height: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 152, src/scss/_components/homepage/_details.scss */
  .details__wrapper-middle {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    height: 500px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: 1px solid #eaeaea;
  }
}

@media screen and (max-width: 1023px) {
  /* line 168, src/scss/_components/homepage/_details.scss */
  .details__wrapper-middle .details__wrapper-scroll {
    height: 100%;
    max-height: 100%;
  }
}

/* line 176, src/scss/_components/homepage/_details.scss */
.details__wrapper-right {
  width: 230px;
  border-left: 1px solid #eaeaea;
}

@media screen and (max-width: 1023px) {
  /* line 176, src/scss/_components/homepage/_details.scss */
  .details__wrapper-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: 1px solid #eaeaea;
  }
}

/* line 187, src/scss/_components/homepage/_details.scss */
.details__wrapper-scroll {
  overflow: hidden auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 187, src/scss/_components/homepage/_details.scss */
  .details__wrapper-scroll {
    height: auto;
  }
}

/* line 200, src/scss/_components/homepage/_details.scss */
.details__wrapper-scroll-1 > div {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 200, src/scss/_components/homepage/_details.scss */
  .details__wrapper-scroll-1 > div {
    display: inline-block;
    width: 100px;
    height: 75px !important;
  }
}

/* line 210, src/scss/_components/homepage/_details.scss */
.details__wrapper-scroll-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 213, src/scss/_components/homepage/_details.scss */
.details__wrapper-scroll-2 > div {
  width: 50%;
  height: 100px !important;
}

@media screen and (max-width: 1023px) {
  /* line 213, src/scss/_components/homepage/_details.scss */
  .details__wrapper-scroll-2 > div {
    width: 100%;
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    height: 100px !important;
  }
}

/* line 224, src/scss/_components/homepage/_details.scss */
.details__wrapper-scroll > div {
  height: 100px;
  padding: 10px;
}

@media screen and (max-width: 1535px) {
  /* line 224, src/scss/_components/homepage/_details.scss */
  .details__wrapper-scroll > div {
    height: 75px;
  }
}

/* line 231, src/scss/_components/homepage/_details.scss */
.details__wrapper-scroll > div > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/* line 239, src/scss/_components/homepage/_details.scss */
.details__wrapper-scroll img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 252, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  padding-bottom: 20px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 252, src/scss/_components/homepage/_details.scss */
  .details .carousel-item-content {
    padding-bottom: 0;
  }
}

/* line 263, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content > div {
  width: 100%;
  max-width: 50%;
  height: 75px;
}

@media screen and (max-width: 1023px) {
  /* line 263, src/scss/_components/homepage/_details.scss */
  .details .carousel-item-content > div {
    max-width: 100%;
    height: 65px;
  }
}

/* line 272, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content > div:nth-of-type(odd) {
  padding-right: 10px;
  border-right: 1px solid #eaeaea;
}

@media screen and (max-width: 1023px) {
  /* line 272, src/scss/_components/homepage/_details.scss */
  .details .carousel-item-content > div:nth-of-type(odd) {
    padding-right: 0;
    border-right: none;
  }
}

/* line 280, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content > div:nth-of-type(even) {
  padding-left: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 280, src/scss/_components/homepage/_details.scss */
  .details .carousel-item-content > div:nth-of-type(even) {
    padding-left: 0;
  }
}

/* line 288, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 299, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content a:hover {
  background-color: rgba(102, 51, 153, 0.05);
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 304, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content a p,
.details .carousel-item-content a span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 311, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content a p {
  color: #9458d1;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 318, src/scss/_components/homepage/_details.scss */
.details .carousel-item-content a span {
  color: #777777;
  font-size: 14px;
}

/* line 3, src/scss/_components/homepage/_category.scss */
.category {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/homepage/_category.scss */
  .category {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
  }
}

/* line 10, src/scss/_components/homepage/_category.scss */
.category__title {
  padding-bottom: 15px;
}

/* line 14, src/scss/_components/homepage/_category.scss */
.category__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 22, src/scss/_components/homepage/_category.scss */
.category__box:hover .category__box-head {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #663399;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 30, src/scss/_components/homepage/_category.scss */
.category__box:hover .category__box-body p {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 38, src/scss/_components/homepage/_category.scss */
.category__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  /* line 38, src/scss/_components/homepage/_category.scss */
  .category__box-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  /* line 38, src/scss/_components/homepage/_category.scss */
  .category__box-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 49, src/scss/_components/homepage/_category.scss */
.category__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 8);
  max-width: calc(100% / 8);
  padding-top: 20px;
}

@media screen and (max-width: 1023px) {
  /* line 49, src/scss/_components/homepage/_category.scss */
  .category__box-wrapper > div {
    max-width: -webkit-calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media screen and (max-width: 767px) {
  /* line 49, src/scss/_components/homepage/_category.scss */
  .category__box-wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

/* line 62, src/scss/_components/homepage/_category.scss */
.category__box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

@media screen and (max-width: 1535px) {
  /* line 62, src/scss/_components/homepage/_category.scss */
  .category__box-head {
    width: 80px;
    height: 80px;
  }
}

/* line 82, src/scss/_components/homepage/_category.scss */
.category__box-head .icon-font {
  color: #663399;
  font-size: 30px;
}

@media screen and (max-width: 1535px) {
  /* line 82, src/scss/_components/homepage/_category.scss */
  .category__box-head .icon-font {
    font-size: 28px;
  }
}

/* line 91, src/scss/_components/homepage/_category.scss */
.category__box-body {
  padding-top: 15px;
  text-align: center;
}

/* line 95, src/scss/_components/homepage/_category.scss */
.category__box-body p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  color: #777777;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 3, src/scss/_components/homepage/_looking.scss */
.looking {
  padding-top: 30px;
}

@media screen and (max-width: 1023px) {
  /* line 6, src/scss/_components/homepage/_looking.scss */
  .looking--desktop {
    display: none;
  }
}

/* line 11, src/scss/_components/homepage/_looking.scss */
.looking--mobile {
  display: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding-top: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 11, src/scss/_components/homepage/_looking.scss */
  .looking--mobile {
    display: block;
  }
}

/* line 20, src/scss/_components/homepage/_looking.scss */
.looking--mobile.looking--insurance-jobs {
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
      -ms-flex-order: unset;
          order: unset;
}

/* line 24, src/scss/_components/homepage/_looking.scss */
.looking--mobile .c-grid {
  padding-left: 0;
  padding-right: 0;
}

/* line 30, src/scss/_components/homepage/_looking.scss */
.looking--mobile .looking__wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 36, src/scss/_components/homepage/_looking.scss */
.looking__wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 95px;
  padding: 15px 44px 15px 130px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #663399;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  background-image: url("../img/img-looking-graphics@2x.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 1023px) {
  /* line 36, src/scss/_components/homepage/_looking.scss */
  .looking__wrapper {
    padding-left: 44px;
  }
}

@media screen and (max-width: 767px) {
  /* line 36, src/scss/_components/homepage/_looking.scss */
  .looking__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 15px;
  }
}

/* line 58, src/scss/_components/homepage/_looking.scss */
.looking__wrapper-left, .looking__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 66, src/scss/_components/homepage/_looking.scss */
.looking__title, .looking__subtitle {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 66, src/scss/_components/homepage/_looking.scss */
  .looking__title, .looking__subtitle {
    text-align: center;
  }
}

/* line 74, src/scss/_components/homepage/_looking.scss */
.looking__title {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 74, src/scss/_components/homepage/_looking.scss */
  .looking__title {
    font-size: 18px;
  }
}

/* line 83, src/scss/_components/homepage/_looking.scss */
.looking__subtitle {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  /* line 83, src/scss/_components/homepage/_looking.scss */
  .looking__subtitle {
    font-size: 14px;
  }
}

/* line 90, src/scss/_components/homepage/_looking.scss */
.looking .c-btn {
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'GothamPro', 'Quicksand', sans-serif;
  font-weight: 700;
}

/* line 3, src/scss/_components/homepage/_banner.scss */
.banner {
  padding-top: 40px;
  padding-bottom: 10px;
}

/* line 7, src/scss/_components/homepage/_banner.scss */
.banner__wrapper {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 12, src/scss/_components/homepage/_banner.scss */
.banner__wrapper:last-of-type {
  padding-bottom: 0;
}

/* line 17, src/scss/_components/homepage/_banner.scss */
.banner__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  /* line 24, src/scss/_components/homepage/_banner.scss */
  .banner__img--desktop {
    display: none;
  }
}

/* line 29, src/scss/_components/homepage/_banner.scss */
.banner__img--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 29, src/scss/_components/homepage/_banner.scss */
  .banner__img--mobile {
    display: block;
  }
}

/* line 37, src/scss/_components/homepage/_banner.scss */
.banner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 3, src/scss/_components/homepage/_description.scss */
.description {
  padding-top: 50px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/homepage/_description.scss */
  .description {
    padding-top: 30px;
    padding-bottom: 21px;
  }
}

/* line 11, src/scss/_components/homepage/_description.scss */
.description--career {
  padding-top: 30px;
}

/* line 14, src/scss/_components/homepage/_description.scss */
.description--career .c-grid {
  max-width: 1084px;
}

/* line 19, src/scss/_components/homepage/_description.scss */
.description--career .description__title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
  font-family: 'Quicksand', sans-serif;
}

/* line 27, src/scss/_components/homepage/_description.scss */
.description--career .description__desc {
  color: #777777;
  font-size: 16px;
  line-height: 18px;
}

/* line 33, src/scss/_components/homepage/_description.scss */
.description--career .description__more {
  margin-top: 0;
}

/* line 36, src/scss/_components/homepage/_description.scss */
.description--career .description__more a {
  color: #9458d1;
  border: 1px solid #9458d1;
  background: #ffffff;
  height: 40px;
}

/* line 46, src/scss/_components/homepage/_description.scss */
.description__title {
  padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
  /* line 46, src/scss/_components/homepage/_description.scss */
  .description__title {
    text-align: center;
  }
}

/* line 53, src/scss/_components/homepage/_description.scss */
.description__desc {
  padding-bottom: 20px;
  color: #777777;
  font-size: 16px;
  line-height: 28px;
}

/* line 59, src/scss/_components/homepage/_description.scss */
.description__desc a {
  color: #663399;
  font-weight: bold;
}

/* line 65, src/scss/_components/homepage/_description.scss */
.description__more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  /* line 65, src/scss/_components/homepage/_description.scss */
  .description__more {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 79, src/scss/_components/homepage/_description.scss */
.description__more:hover:after {
  background-color: #663399;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 84, src/scss/_components/homepage/_description.scss */
.description__more:hover a {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 90, src/scss/_components/homepage/_description.scss */
.description__more:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: -webkit-calc(100% - 125px);
  width: calc(100% - 125px);
  height: 1px;
  background-color: #aeaeae;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 90, src/scss/_components/homepage/_description.scss */
  .description__more:after {
    display: none;
  }
}

/* line 104, src/scss/_components/homepage/_description.scss */
.description__more a {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  height: 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #999999;
  background-color: #fff;
  text-align: center;
  color: #999999;
  text-transform: lowercase;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 104, src/scss/_components/homepage/_description.scss */
  .description__more a {
    width: 100%;
    height: 47px;
  }
}

/* line 124, src/scss/_components/homepage/_description.scss */
.description__more a:after {
  content: attr(data-more);
}

/* line 134, src/scss/_components/homepage/_description.scss */
.description .collapse.show + .description__more a:after {
  content: attr(data-less);
}

/* line 3, src/scss/_components/homepage/_popular.scss */
.popular {
  background-color: #663399;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/homepage/_popular.scss */
  .popular {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* line 11, src/scss/_components/homepage/_popular.scss */
.popular__wrapper-1 {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1023px) {
  /* line 11, src/scss/_components/homepage/_popular.scss */
  .popular__wrapper-1 {
    border-bottom: none;
  }
}

/* line 19, src/scss/_components/homepage/_popular.scss */
.popular #pills-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  /* line 19, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tab {
    display: none;
  }
}

/* line 27, src/scss/_components/homepage/_popular.scss */
.popular #pills-tab a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  color: #ddbffb;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 37, src/scss/_components/homepage/_popular.scss */
.popular #pills-tab a:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 50, src/scss/_components/homepage/_popular.scss */
.popular #pills-tab a:hover {
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 55, src/scss/_components/homepage/_popular.scss */
.popular #pills-tab a.active {
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 59, src/scss/_components/homepage/_popular.scss */
.popular #pills-tab a.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 68, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  /* line 68, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 79, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane {
    opacity: 1;
    display: block;
    border-bottom: 1px solid #c692fb;
  }
}

/* line 86, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-header {
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  /* line 86, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 101, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-header:hover p,
.popular #pills-tabContent .tab-pane-header:hover .icon-font {
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 109, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-header.is-active .icon-font {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 116, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-header > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 123, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-header p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #ddbffb;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 134, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-header .icon-font {
  color: #ddbffb;
  font-size: 9px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 142, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1024px) {
  /* line 142, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 142, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content {
    display: none;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #c692fb;
  }
}

/* line 157, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  /* line 157, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  /* line 166, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content > div:first-of-type {
    padding-top: 15px;
  }
  /* line 169, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content > div:last-of-type {
    padding-bottom: 15px;
  }
}

/* line 174, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content > div:nth-of-type(2), .popular #pills-tabContent .tab-pane-content > div:nth-of-type(3) {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  /* line 174, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content > div:nth-of-type(2), .popular #pills-tabContent .tab-pane-content > div:nth-of-type(3) {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 185, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content > div:last-of-type {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  /* line 185, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content > div:last-of-type {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  /* line 193, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content ul {
    width: 100%;
  }
}

/* line 198, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 198, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 205, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul li:not(:last-of-type) {
  padding-bottom: 13px;
}

/* line 210, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul a {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 210, src/scss/_components/homepage/_popular.scss */
  .popular #pills-tabContent .tab-pane-content ul a {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 222, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul a:hover {
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 226, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul a:hover:before, .popular #pills-tabContent .tab-pane-content ul a:hover:after {
  width: 50%;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 233, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul a:before, .popular #pills-tabContent .tab-pane-content ul a:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 243, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul a:before {
  left: 50%;
}

/* line 246, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul a:after {
  right: 50%;
}

/* line 250, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .tab-pane-content ul a span {
  color: #fff;
  text-transform: uppercase;
}

/* line 259, src/scss/_components/homepage/_popular.scss */
.popular #pills-tabContent .fade {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* line 5, src/scss/_components/search/_search.scss */
.search__wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 9, src/scss/_components/search/_search.scss */
.search__wrapper-left {
  width: 100%;
  max-width: 170px;
  padding-right: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 9, src/scss/_components/search/_search.scss */
  .search__wrapper-left {
    max-width: 0;
    padding: 0;
  }
}

/* line 19, src/scss/_components/search/_search.scss */
.search__wrapper-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 1, src/scss/_components/search/_search--form.scss */
.search__form {
  z-index: 1200;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 79px;
  padding: 12px 10px;
  background-color: #663399;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1535px) {
  /* line 1, src/scss/_components/search/_search--form.scss */
  .search__form {
    height: 80px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, src/scss/_components/search/_search--form.scss */
  .search__form {
    z-index: 10;
    position: relative;
    height: auto;
    padding: 5px;
  }
}

/* line 30, src/scss/_components/search/_search--form.scss */
.search__form-wrapper {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  /* line 37, src/scss/_components/search/_search--form.scss */
  .search__form .main__form {
    padding: 5px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 42, src/scss/_components/search/_search--form.scss */
  .search__form .main__form-field {
    height: 40px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 47, src/scss/_components/search/_search--form.scss */
  .search__form .main__form-field-2, .search__form .main__form-field-3 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 57, src/scss/_components/search/_search--form.scss */
  .search__form .main__form .c-btn:nth-of-type(2) {
    display: none;
  }
}

/* line 1, src/scss/_components/search/_search--alert.scss */
.search__alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  border: 3px solid #2c557e;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  background-color: #cde8fb;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/search/_search--alert.scss */
  .search__alert {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    min-height: 80px;
    padding: 10px;
  }
}

/* line 19, src/scss/_components/search/_search--alert.scss */
.search__alert:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 24, src/scss/_components/search/_search--alert.scss */
.search__alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 29, src/scss/_components/search/_search--alert.scss */
.search__alert-close .icon-font {
  color: #2c557e;
  font-size: 10px;
}

/* line 35, src/scss/_components/search/_search--alert.scss */
.search__alert > div {
  position: relative;
}

/* line 38, src/scss/_components/search/_search--alert.scss */
.search__alert > div:nth-of-type(1) {
  width: 120px;
}

@media screen and (max-width: 767px) {
  /* line 38, src/scss/_components/search/_search--alert.scss */
  .search__alert > div:nth-of-type(1) {
    display: none;
  }
}

/* line 44, src/scss/_components/search/_search--alert.scss */
.search__alert > div:nth-of-type(1) .icon-font {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 50, src/scss/_components/search/_search--alert.scss */
.search__alert > div:nth-of-type(1) .icon-font:nth-of-type(1) {
  color: #ffffff;
  font-size: 75px;
}

/* line 54, src/scss/_components/search/_search--alert.scss */
.search__alert > div:nth-of-type(1) .icon-font:nth-of-type(2) {
  color: #2c557e;
  font-size: 55px;
}

/* line 60, src/scss/_components/search/_search--alert.scss */
.search__alert > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 66, src/scss/_components/search/_search--alert.scss */
.search__alert > div p {
  padding-bottom: 5px;
  color: #2c557e;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  /* line 66, src/scss/_components/search/_search--alert.scss */
  .search__alert > div p {
    padding-right: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }
}

/* line 77, src/scss/_components/search/_search--alert.scss */
.search__alert > div p .icon-font {
  display: none;
  margin-right: 5px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  /* line 77, src/scss/_components/search/_search--alert.scss */
  .search__alert > div p .icon-font {
    display: inline-block;
    vertical-align: middle;
  }
}

/* line 88, src/scss/_components/search/_search--alert.scss */
.search__alert > div form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 88, src/scss/_components/search/_search--alert.scss */
  .search__alert > div form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 97, src/scss/_components/search/_search--alert.scss */
.search__alert > div form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 350px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  /* line 97, src/scss/_components/search/_search--alert.scss */
  .search__alert > div form label {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
  }
}

/* line 111, src/scss/_components/search/_search--alert.scss */
.search__alert > div form input {
  outline: none;
  width: 100%;
  height: 35px;
  padding: 0 12px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #666666;
  font-size: 14px;
}

/* line 125, src/scss/_components/search/_search--alert.scss */
.search__alert > div .c-btn {
  min-width: unset;
  height: 35px;
}

@media screen and (max-width: 767px) {
  /* line 125, src/scss/_components/search/_search--alert.scss */
  .search__alert > div .c-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 132, src/scss/_components/search/_search--alert.scss */
  .search__alert > div .c-btn__wrapper {
    width: 100%;
  }
}

/* line 1, src/scss/_components/search/_search--header.scss */
.search__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 70px;
}

@media screen and (max-width: 767px) {
  /* line 8, src/scss/_components/search/_search--header.scss */
  .search__header > div:nth-of-type(1) {
    max-width: 50%;
  }
}

/* line 13, src/scss/_components/search/_search--header.scss */
.search__header > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
}

@media screen and (max-width: 1535px) {
  /* line 13, src/scss/_components/search/_search--header.scss */
  .search__header > div:nth-of-type(2) {
    height: 40px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 13, src/scss/_components/search/_search--header.scss */
  .search__header > div:nth-of-type(2) {
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.15);
  }
  /* line 44, src/scss/_components/search/_search--header.scss */
  .search__header > div:nth-of-type(2).is-animated {
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  /* line 48, src/scss/_components/search/_search--header.scss */
  .search__header > div:nth-of-type(2).is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
}

/* line 56, src/scss/_components/search/_search--header.scss */
.search__header > div:nth-of-type(2) > p {
  padding-right: 20px;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  /* line 56, src/scss/_components/search/_search--header.scss */
  .search__header > div:nth-of-type(2) > p {
    display: none;
  }
}

/* line 67, src/scss/_components/search/_search--header.scss */
.search__header > div:nth-of-type(3) {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  /* line 67, src/scss/_components/search/_search--header.scss */
  .search__header > div:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 76, src/scss/_components/search/_search--header.scss */
.search__header-res {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1535px) {
  /* line 76, src/scss/_components/search/_search--header.scss */
  .search__header-res {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  /* line 76, src/scss/_components/search/_search--header.scss */
  .search__header-res {
    font-size: 14px;
  }
}

/* line 87, src/scss/_components/search/_search--header.scss */
.search__header-res span {
  color: #f57c00;
}

/* line 92, src/scss/_components/search/_search--header.scss */
.search__header-head {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 92, src/scss/_components/search/_search--header.scss */
  .search__header-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 102, src/scss/_components/search/_search--header.scss */
.search__header-head p {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 109, src/scss/_components/search/_search--header.scss */
.search__header-head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 112, src/scss/_components/search/_search--header.scss */
.search__header-head a .icon-font {
  color: #663399;
  font-size: 20px;
}

/* line 116, src/scss/_components/search/_search--header.scss */
.search__header-head a .icon-font:hover {
  color: #663399;
}

/* line 123, src/scss/_components/search/_search--header.scss */
.search__header-body {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 123, src/scss/_components/search/_search--header.scss */
  .search__header-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 131, src/scss/_components/search/_search--header.scss */
.search__header-btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  /* line 131, src/scss/_components/search/_search--header.scss */
  .search__header-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 139, src/scss/_components/search/_search--header.scss */
.search__header-btn:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  /* line 139, src/scss/_components/search/_search--header.scss */
  .search__header-btn:not(:last-child) {
    margin-right: 15px;
  }
}

/* line 146, src/scss/_components/search/_search--header.scss */
.search__header-btn .icon-font {
  color: #2c567e;
}

/* line 149, src/scss/_components/search/_search--header.scss */
.search__header-btn .icon-font.icon-filter, .search__header-btn .icon-font.icon-sort {
  font-size: 16px;
}

/* line 154, src/scss/_components/search/_search--header.scss */
.search__header-btn .icon-font.icon-keyboard-arrow-down {
  padding-left: 5px;
  font-size: 6px;
}

/* line 160, src/scss/_components/search/_search--header.scss */
.search__header-btn span {
  padding-left: 10px;
  color: #6e6e6e;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  /* line 167, src/scss/_components/search/_search--header.scss */
  .search__header .dropdown {
    display: none;
  }
}

/* line 172, src/scss/_components/search/_search--header.scss */
.search__header .dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

/* line 183, src/scss/_components/search/_search--header.scss */
.search__header .dropdown-toggle:after {
  margin-left: 15px;
}

/* line 189, src/scss/_components/search/_search--header.scss */
.search__header .list-group {
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* line 193, src/scss/_components/search/_search--header.scss */
.search__header .list-group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 45px;
  padding: 5px 10px;
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

/* line 201, src/scss/_components/search/_search--header.scss */
.search__header .list-group-item:hover {
  background-color: rgba(102, 51, 153, 0.1);
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

/* line 206, src/scss/_components/search/_search--header.scss */
.search__header .list-group-item.active {
  border-color: #663399;
  background-color: #663399;
}

/* line 210, src/scss/_components/search/_search--header.scss */
.search__header .list-group-item.active .icon-font {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 216, src/scss/_components/search/_search--header.scss */
.search__header .list-group-item .icon-font {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 3, src/scss/_components/search/_search--filter.scss */
.search__filter {
  z-index: 1150;
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 160px;
  max-height: -webkit-calc(100vh - 105px);
  max-height: calc(100vh - 105px);
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/search/_search--filter.scss */
  .search__filter {
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 100% !important;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  }
  /* line 36, src/scss/_components/search/_search--filter.scss */
  .search__filter.is-animated {
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  /* line 40, src/scss/_components/search/_search--filter.scss */
  .search__filter.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
}

/* line 48, src/scss/_components/search/_search--filter.scss */
.search__filter.js-is-stuck {
  bottom: 0;
}

/* line 52, src/scss/_components/search/_search--filter.scss */
.search__filter-head, .search__filter-action, .search__filter-body {
  padding-right: 10px;
  padding-bottom: 10px;
}

/* line 59, src/scss/_components/search/_search--filter.scss */
.search__filter-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60px;
}

/* line 65, src/scss/_components/search/_search--filter.scss */
.search__filter-head a {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 65, src/scss/_components/search/_search--filter.scss */
  .search__filter-head a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 71, src/scss/_components/search/_search--filter.scss */
.search__filter-head a .icon-font {
  color: #663399;
  font-size: 20px;
}

/* line 75, src/scss/_components/search/_search--filter.scss */
.search__filter-head a .icon-font:hover {
  color: #663399;
}

/* line 82, src/scss/_components/search/_search--filter.scss */
.search__filter-action {
  min-height: 55px;
}

@media screen and (max-width: 1023px) {
  /* line 82, src/scss/_components/search/_search--filter.scss */
  .search__filter-action {
    min-height: 60px;
    padding-top: 10px;
  }
}

/* line 89, src/scss/_components/search/_search--filter.scss */
.search__filter-action .c-btn {
  min-width: unset;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 96, src/scss/_components/search/_search--filter.scss */
.search__filter-action .c-btn span {
  font-size: 14px;
}

/* line 100, src/scss/_components/search/_search--filter.scss */
.search__filter-action .c-btn__wrapper {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 104, src/scss/_components/search/_search--filter.scss */
.search__filter-action .c-btn__wrapper a {
  width: -webkit-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
}

/* line 111, src/scss/_components/search/_search--filter.scss */
.search__filter-body {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 1px;
  max-height: 100%;
}

/* line 120, src/scss/_components/search/_search--filter.scss */
.search__filter-title {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 127, src/scss/_components/search/_search--filter.scss */
.search__filter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c81a1a;
  font-size: 12px;
}

/* line 133, src/scss/_components/search/_search--filter.scss */
.search__filter-link:hover {
  color: #c81a1a;
}

/* line 138, src/scss/_components/search/_search--filter.scss */
.search__filter-content {
  border-bottom: 1px solid #eaeaea;
}

/* line 141, src/scss/_components/search/_search--filter.scss */
.search__filter-content--mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 141, src/scss/_components/search/_search--filter.scss */
  .search__filter-content--mobile {
    display: block;
  }
}

/* line 148, src/scss/_components/search/_search--filter.scss */
.search__filter-content:first-of-type {
  border-top: 1px solid #eaeaea;
}

/* line 152, src/scss/_components/search/_search--filter.scss */
.search__filter-content-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

/* line 158, src/scss/_components/search/_search--filter.scss */
.search__filter-content-btn[aria-expanded='true'] .icon-font {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 164, src/scss/_components/search/_search--filter.scss */
.search__filter-content-btn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 169, src/scss/_components/search/_search--filter.scss */
.search__filter-content-btn > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 174, src/scss/_components/search/_search--filter.scss */
.search__filter-content-btn > div:nth-of-type(2) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 15px;
}

/* line 180, src/scss/_components/search/_search--filter.scss */
.search__filter-content-btn p {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 187, src/scss/_components/search/_search--filter.scss */
.search__filter-content-btn .icon-font {
  font-size: 7px;
  color: #6d7886;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

/* line 198, src/scss/_components/search/_search--filter.scss */
.search__filter-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-left: 20px;
}

/* line 204, src/scss/_components/search/_search--filter.scss */
.search__filter-more[aria-expanded='true']:after {
  content: attr(data-less);
}

/* line 209, src/scss/_components/search/_search--filter.scss */
.search__filter-more:after {
  content: attr(data-more);
  font-size: 12px;
  color: #1155cc;
}

/* line 216, src/scss/_components/search/_search--filter.scss */
.search__filter .form-group {
  margin-bottom: 5px;
}

/* line 219, src/scss/_components/search/_search--filter.scss */
.search__filter .form-group:last-of-type {
  margin-bottom: 20px;
}

/* line 224, src/scss/_components/search/_search--filter.scss */
.search__filter .form-group .form-check-input {
  margin-top: 0.25rem;
}

/* line 227, src/scss/_components/search/_search--filter.scss */
.search__filter .form-group .form-check-label {
  color: #6e6e6e;
  font-size: 12px;
}

/* line 234, src/scss/_components/search/_search--filter.scss */
.search__filter .form-group .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #ffffff;
  font-size: 12px;
}

/* line 240, src/scss/_components/search/_search--filter.scss */
.search__filter .form-group .form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 3, src/scss/_components/search/_search--job.scss */
.search__job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

@media screen and (max-width: 1535px) {
  /* line 3, src/scss/_components/search/_search--job.scss */
  .search__job {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/search/_search--job.scss */
  .search__job {
    padding: 10px;
  }
}

/* line 21, src/scss/_components/search/_search--job.scss */
.search__job:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 27, src/scss/_components/search/_search--job.scss */
.search__job--hot {
  border-color: #fccdcd;
  background-color: #fee8e8;
}

/* line 32, src/scss/_components/search/_search--job.scss */
.search__job-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 36, src/scss/_components/search/_search--job.scss */
.search__job-wrapper > div {
  padding-bottom: 15px;
}

/* line 41, src/scss/_components/search/_search--job.scss */
.search__job-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 46, src/scss/_components/search/_search--job.scss */
.search__job-head > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 30px;
}

/* line 52, src/scss/_components/search/_search--job.scss */
.search__job-head > div:nth-of-type(2) {
  position: relative;
  width: 90px;
}

@media screen and (max-width: 767px) {
  /* line 52, src/scss/_components/search/_search--job.scss */
  .search__job-head > div:nth-of-type(2) {
    width: 55px;
  }
}

/* line 62, src/scss/_components/search/_search--job.scss */
.search__job-body {
  padding-top: 5px;
}

@media screen and (max-width: 1023px) {
  /* line 62, src/scss/_components/search/_search--job.scss */
  .search__job-body {
    padding-top: 10px;
  }
}

/* line 69, src/scss/_components/search/_search--job.scss */
.search__job-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}

@media screen and (max-width: 767px) {
  /* line 69, src/scss/_components/search/_search--job.scss */
  .search__job-footer {
    margin-top: 5px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 82, src/scss/_components/search/_search--job.scss */
  .search__job-footer > div:nth-of-type(1), .search__job-footer > div:nth-of-type(2) {
    display: none;
  }
}

/* line 89, src/scss/_components/search/_search--job.scss */
.search__job-footer > div:nth-of-type(2) {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 93, src/scss/_components/search/_search--job.scss */
.search__job-footer > div:nth-of-type(4) {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 93, src/scss/_components/search/_search--job.scss */
  .search__job-footer > div:nth-of-type(4) {
    display: block;
  }
}

/* line 101, src/scss/_components/search/_search--job.scss */
.search__job-footer .c-btn {
  min-width: unset;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, src/scss/_components/search/_search--job.scss */
.search__job-footer .c-btn__wrapper {
  width: 100px;
}

/* line 112, src/scss/_components/search/_search--job.scss */
.search__job-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 118, src/scss/_components/search/_search--job.scss */
.search__job-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100% + 85px);
  width: calc(100% + 85px);
}

/* line 124, src/scss/_components/search/_search--job.scss */
.search__job-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 5px;
  color: #2c557e;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 1535px) {
  /* line 124, src/scss/_components/search/_search--job.scss */
  .search__job-title {
    font-size: 22px;
  }
}

/* line 138, src/scss/_components/search/_search--job.scss */
.search__job-subtitle {
  padding-bottom: 5px;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  /* line 138, src/scss/_components/search/_search--job.scss */
  .search__job-subtitle {
    font-size: 14px;
  }
}

/* line 148, src/scss/_components/search/_search--job.scss */
.search__job-logo {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  /* line 148, src/scss/_components/search/_search--job.scss */
  .search__job-logo {
    width: 55px;
    height: 55px;
  }
}

/* line 165, src/scss/_components/search/_search--job.scss */
.search__job-logo--wi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f3f3;
}

/* line 170, src/scss/_components/search/_search--job.scss */
.search__job-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 176, src/scss/_components/search/_search--job.scss */
.search__job-logo .icon-font {
  color: #bdbdbd;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  /* line 176, src/scss/_components/search/_search--job.scss */
  .search__job-logo .icon-font {
    font-size: 26px;
  }
}

/* line 184, src/scss/_components/search/_search--job.scss */
.search__job-logo p {
  padding-top: 10px;
  color: #bdbdbd;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  /* line 184, src/scss/_components/search/_search--job.scss */
  .search__job-logo p {
    font-size: 9px;
  }
}

/* line 196, src/scss/_components/search/_search--job.scss */
.search__job-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  color: #2c567e;
  font-size: 14px;
}

/* line 203, src/scss/_components/search/_search--job.scss */
.search__job-sign:hover {
  color: #2c567e;
}

/* line 208, src/scss/_components/search/_search--job.scss */
.search__job-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

/* line 213, src/scss/_components/search/_search--job.scss */
.search__job-location .icon-font {
  margin-right: 5px;
  color: #2c567e;
}

/* line 218, src/scss/_components/search/_search--job.scss */
.search__job-location span {
  color: #6e6e6e;
}

/* line 223, src/scss/_components/search/_search--job.scss */
.search__job-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-bottom: 10px;
}

/* line 229, src/scss/_components/search/_search--job.scss */
.search__job-list li {
  list-style-type: disc;
}

/* line 233, src/scss/_components/search/_search--job.scss */
.search__job-list p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #222222;
  font-size: 14px;
  line-height: 1.8;
}

/* line 241, src/scss/_components/search/_search--job.scss */
.search__job-list p strong {
  font-weight: 700;
}

/* line 247, src/scss/_components/search/_search--job.scss */
.search__job-desc {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #6e6e6e;
  font-size: 14px;
}

/* line 255, src/scss/_components/search/_search--job.scss */
.search__job-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

/* line 260, src/scss/_components/search/_search--job.scss */
.search__job-category .icon-font {
  margin-right: 5px;
  color: #2c567e;
}

/* line 265, src/scss/_components/search/_search--job.scss */
.search__job-category span {
  color: #3b3b3b;
}

/* line 270, src/scss/_components/search/_search--job.scss */
.search__job-posted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

/* line 275, src/scss/_components/search/_search--job.scss */
.search__job-posted .icon-font {
  margin-right: 5px;
  color: #2c567e;
}

/* line 280, src/scss/_components/search/_search--job.scss */
.search__job-posted span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3b3b3b;
}

/* line 285, src/scss/_components/search/_search--job.scss */
.search__job-posted span u {
  padding-left: 5px;
  text-decoration: none;
  color: #f57c00;
}

/* line 3, src/scss/_components/search/_search--action.scss */
.search__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}

/* line 9, src/scss/_components/search/_search--action.scss */
.search__action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 9, src/scss/_components/search/_search--action.scss */
  .search__action-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 17, src/scss/_components/search/_search--action.scss */
.search__action-wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 17, src/scss/_components/search/_search--action.scss */
  .search__action-wrapper-left {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px;
  }
}

/* line 25, src/scss/_components/search/_search--action.scss */
.search__action-wrapper-left > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 30, src/scss/_components/search/_search--action.scss */
.search__action-wrapper-middle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  /* line 30, src/scss/_components/search/_search--action.scss */
  .search__action-wrapper-middle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 44, src/scss/_components/search/_search--action.scss */
  .search__action-wrapper-right {
    width: 100%;
  }
}

/* line 53, src/scss/_components/search/_search--action.scss */
.search__action-left .search__action-btn:first-of-type {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  /* line 53, src/scss/_components/search/_search--action.scss */
  .search__action-left .search__action-btn:first-of-type {
    margin-right: 0;
  }
}

/* line 60, src/scss/_components/search/_search--action.scss */
.search__action-left .search__action-btn .icon-font {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 66, src/scss/_components/search/_search--action.scss */
.search__action-middle {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  /* line 66, src/scss/_components/search/_search--action.scss */
  .search__action-middle {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 74, src/scss/_components/search/_search--action.scss */
.search__action-middle .search__action-btn {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 82, src/scss/_components/search/_search--action.scss */
.search__action-right .search__action-btn:first-of-type {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  /* line 82, src/scss/_components/search/_search--action.scss */
  .search__action-right .search__action-btn:first-of-type {
    margin-left: 0;
  }
}

/* line 89, src/scss/_components/search/_search--action.scss */
.search__action-right .search__action-btn .icon-font {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 95, src/scss/_components/search/_search--action.scss */
.search__action-line {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

/* line 101, src/scss/_components/search/_search--action.scss */
.search__action-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: white;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  /* line 101, src/scss/_components/search/_search--action.scss */
  .search__action-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

/* line 121, src/scss/_components/search/_search--action.scss */
.search__action-btn:hover {
  background-color: #663399;
  color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 127, src/scss/_components/search/_search--action.scss */
.search__action-btn.active {
  background-color: #663399;
  color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 133, src/scss/_components/search/_search--action.scss */
.search__action-btn .icon-font {
  font-size: 5px;
}

/* line 138, src/scss/_components/search/_search--action.scss */
.search__action .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  /* line 138, src/scss/_components/search/_search--action.scss */
  .search__action .breadcrumb {
    padding-left: 0;
  }
}

/* line 148, src/scss/_components/search/_search--action.scss */
.search__action .breadcrumb-item + .breadcrumb-item:before {
  content: '>';
}

/* line 153, src/scss/_components/search/_search--action.scss */
.search__action .breadcrumb-item a {
  font-size: 17px;
  color: #777777;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 1279px) {
  /* line 153, src/scss/_components/search/_search--action.scss */
  .search__action .breadcrumb-item a {
    font-size: 15px;
  }
}

/* line 161, src/scss/_components/search/_search--action.scss */
.search__action .breadcrumb-item a:hover {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 3, src/scss/_components/job-details/_job-details.scss */
.job-details {
  position: relative;
}

/* line 6, src/scss/_components/job-details/_job-details.scss */
.job-details__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 39px;
}

@media screen and (max-width: 1023px) {
  /* line 6, src/scss/_components/job-details/_job-details.scss */
  .job-details__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 6, src/scss/_components/job-details/_job-details.scss */
  .job-details__wrapper {
    padding-top: 10px;
  }
}

/* line 19, src/scss/_components/job-details/_job-details.scss */
.job-details__wrapper-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 25, src/scss/_components/job-details/_job-details.scss */
.job-details__wrapper-right {
  width: -webkit-calc(272px + 28px);
  width: calc(272px + 28px);
  padding-left: 14px;
  padding-right: 14px;
}

@media screen and (max-width: 1023px) {
  /* line 25, src/scss/_components/job-details/_job-details.scss */
  .job-details__wrapper-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1, src/scss/_components/job-details/_job-details--banner.scss */
.job-details__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 180px;
  padding: 10px 0;
  background-image: url("../img/img-jobdetails-banner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 1023px) {
  /* line 1, src/scss/_components/job-details/_job-details--banner.scss */
  .job-details__banner {
    display: none;
  }
}

/* line 1, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.83);
}

/* line 10, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 14px;
}

/* line 17, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero-logo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
}

/* line 28, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 36, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero p,
.job-details__hero span,
.job-details__hero u {
  line-height: 1.1;
}

/* line 42, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

/* line 48, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero span {
  font-size: 12px;
  color: #5f5d5d;
}

/* line 53, src/scss/_components/job-details/_job-details--hero.scss */
.job-details__hero u {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 12px;
  color: blue;
}

/* line 1, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 20px 15px 34px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  /* line 1, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card {
    padding: 25px 15px;
  }
}

/* line 17, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card.job-details__card--sticky {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 10px 16px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 17, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card.job-details__card--sticky {
    margin-bottom: 0;
  }
  /* line 34, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card.job-details__card--sticky.is-sticky {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
}

/* line 43, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card.job-details__card--sticky .job-details__card-title {
  padding-bottom: 0;
  font-size: 18px;
}

/* line 47, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card.job-details__card--sticky .job-details__card-subtitle {
  font-size: 19px;
}

/* line 50, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card.job-details__card--sticky .job-details__card-login {
  line-height: normal;
  font-size: 14px;
}

/* line 54, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card.job-details__card--sticky .job-details__card-footer {
  padding-top: 10px;
  height: auto;
}

/* line 59, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card.job-details__card--sticky .job-details__card-footer > div > div {
  height: auto;
}

/* line 62, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card.job-details__card--sticky .job-details__card-footer > div > div span {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  /* line 71, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 77, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  /* line 77, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
  }
}

/* line 91, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-footer {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 58px;
}

@media screen and (max-width: 1023px) {
  /* line 91, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 91, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}

/* line 107, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-footer > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 107, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-footer > div:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 20px;
  }
}

/* line 119, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-footer > div:nth-of-type(1) > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  /* line 119, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-footer > div:nth-of-type(1) > div {
    padding-right: 0;
    height: 33px;
  }
}

/* line 129, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-footer > div:nth-of-type(1) .icon-font {
  margin-right: 5px;
}

/* line 133, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-footer > div:nth-of-type(1) span {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  /* line 133, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-footer > div:nth-of-type(1) span {
    font-size: 16px;
  }
}

/* line 143, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-action {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  display: none;
  width: 100%;
  padding-top: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 143, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 152, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-action .c-btn {
  height: 36px;
}

@media screen and (max-width: 1023px) {
  /* line 152, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-action .c-btn {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 158, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-action .c-btn__wrapper {
    width: 100%;
  }
}

/* line 166, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  /* line 171, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-header > div:nth-of-type(2) {
    display: none;
  }
}

/* line 178, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 4px;
}

@media screen and (max-width: 1023px) {
  /* line 178, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-body {
    display: none;
  }
}

/* line 188, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-body > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
  color: #3b3b3b;
  font-size: 14px;
}

/* line 197, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-body .icon-font {
  margin-right: 5px;
}

/* line 201, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-body span {
  line-height: 1;
}

/* line 206, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-logo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 767px) {
  /* line 206, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-logo {
    width: 70px;
    height: 70px;
  }
}

/* line 219, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 227, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-title {
  font-weight: 500;
  font-size: 24px;
  color: #3b3b3b;
}

@media screen and (max-width: 767px) {
  /* line 227, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-title {
    padding-bottom: 5px;
    font-size: 18px;
  }
}

/* line 237, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-subtitle {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #049fc3;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 244, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-subtitle:hover {
  color: #f69322;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 250, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #03b6df;
  line-height: 34px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 250, src/scss/_components/job-details/_job-details--card.scss */
  .job-details__card-login {
    font-size: 16px;
  }
}

/* line 260, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-login:hover {
  color: #13d651;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 265, src/scss/_components/job-details/_job-details--card.scss */
.job-details__card-login .icon-font {
  color: #13d651;
}

/* line 1, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-title {
  padding: 20px 0 15px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

/* line 12, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-subtitle {
  font-weight: 500;
}

/* line 16, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  /* line 16, src/scss/_components/job-details/_job-details--description.scss */
  .job-details__description-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 24, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #e2e0e0;
}

/* line 29, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-wrapper:nth-of-type(1) .job-details__description-title {
  padding-top: 0;
}

/* line 35, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-contant {
  padding-left: 15px;
  padding-bottom: 20px;
}

/* line 41, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-contant--text > p:not(:last-of-type) {
  padding-bottom: 20px;
}

/* line 48, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 52, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  /* line 52, src/scss/_components/job-details/_job-details--description.scss */
  .job-details__description-details-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 20px;
  }
  /* line 61, src/scss/_components/job-details/_job-details--description.scss */
  .job-details__description-details-wrapper > div {
    width: 100%;
  }
  /* line 64, src/scss/_components/job-details/_job-details--description.scss */
  .job-details__description-details-wrapper > div:not(:last-of-type) {
    padding-bottom: 10px;
  }
}

/* line 71, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-details .icon-font {
  margin-right: 5px;
  color: #1AC880;
  font-size: 18px;
}

/* line 77, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description-details span {
  line-height: 1;
  font-size: 14px;
  color: #999999;
}

/* line 84, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description ol,
.job-details__description ul {
  margin: 14px 10px 14px 10px;
  padding-left: 10px;
}

/* line 89, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description ol li,
.job-details__description ul li {
  line-height: 1.5;
}

/* line 92, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description ol li strong,
.job-details__description ul li strong {
  font-weight: 500;
}

/* line 99, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description ul li {
  list-style-type: disc;
}

/* line 105, src/scss/_components/job-details/_job-details--description.scss */
.job-details__description ol li {
  list-style-type: decimal;
}

/* line 1, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/job-details/_job-details--option.scss */
  .job-details__option {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 12, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option--tablet {
  display: none;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1023px) {
  /* line 12, src/scss/_components/job-details/_job-details--option.scss */
  .job-details__option--tablet {
    display: block;
  }
  /* line 21, src/scss/_components/job-details/_job-details--option.scss */
  .job-details__option--tablet .job-details__option-wrapper {
    display: block;
  }
}

/* line 28, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

/* line 32, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Quicksand', sans-serif;
}

/* line 37, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-more a .icon-font,
.job-details__option-more a span {
  color: #9458d1;
}

/* line 42, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-more a .icon-font {
  margin-right: 10px;
  font-size: 14px;
}

/* line 47, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-more a span {
  font-size: 14px;
}

/* line 53, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  /* line 53, src/scss/_components/job-details/_job-details--option.scss */
  .job-details__option-wrapper {
    display: none;
  }
}

/* line 62, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option .c-btn {
  min-width: 235px;
  height: 36px;
}

/* line 66, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option .c-btn span {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 72, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option .c-btn__wrapper > div {
  margin-left: 5px;
}

/* line 78, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #3b3b3b;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  color: #3b3b3b;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 90, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social:hover {
  color: #ffffff;
  background-color: #3b3b3b;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 96, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social:not(:last-of-type) {
  margin-right: 5px;
}

/* line 100, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social--facebook {
  border-color: #185890;
  color: #185890;
}

/* line 104, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social--facebook:hover {
  background-color: #185890;
  color: #ffffff;
}

/* line 109, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social--linkedin {
  border-color: #2c81b4;
  color: #2c81b4;
}

/* line 113, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social--linkedin:hover {
  background-color: #2c81b4;
  color: #ffffff;
}

/* line 119, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social .icon-font {
  font-size: 15px;
}

/* line 123, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  /* line 123, src/scss/_components/job-details/_job-details--option.scss */
  .job-details__option-social-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 131, src/scss/_components/job-details/_job-details--option.scss */
.job-details__option-social-title {
  border-bottom: 1px solid silver;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: silver;
}

/* line 1, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 30px 21px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 20px;
  background-color: #663398;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/job-details/_job-details--offer.scss */
  .job-details__offer {
    padding: 20px;
  }
}

/* line 12, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-head {
  padding-bottom: 5px;
}

/* line 16, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 16, src/scss/_components/job-details/_job-details--offer.scss */
  .job-details__offer-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 22, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-body > div {
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 8px 8px 8px 0;
}

@media screen and (max-width: 767px) {
  /* line 22, src/scss/_components/job-details/_job-details--offer.scss */
  .job-details__offer-body > div {
    max-width: 100%;
    padding-left: 15px;
  }
}

/* line 31, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-body > div + div {
  padding-left: 22px;
}

@media screen and (max-width: 767px) {
  /* line 31, src/scss/_components/job-details/_job-details--offer.scss */
  .job-details__offer-body > div + div {
    padding-left: 15px;
  }
}

/* line 38, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-body > div:nth-of-type(2) {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}

@media screen and (max-width: 767px) {
  /* line 38, src/scss/_components/job-details/_job-details--offer.scss */
  .job-details__offer-body > div:nth-of-type(2) {
    border: none;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
  }
}

/* line 50, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
}

/* line 54, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 64, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

/* line 70, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
}

/* line 76, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-heading > div:nth-of-type(1) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 45px;
}

/* line 83, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-heading > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100px;
}

/* line 90, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-heading .icon-font {
  color: #ffffff;
  font-size: 30px;
}

/* line 94, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-heading .icon-font:nth-of-type(2) {
  opacity: 0.25;
  position: absolute;
  font-size: 45px;
}

/* line 101, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-heading p {
  display: block;
  color: white;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}

/* line 109, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  /* line 109, src/scss/_components/job-details/_job-details--offer.scss */
  .job-details__offer-list {
    padding-left: 0;
  }
}

/* line 118, src/scss/_components/job-details/_job-details--offer.scss */
.job-details__offer-list span {
  font-size: 12px;
  color: #e0dbdb;
}

/* line 2, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
}

/* line 15, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-title {
  padding: 0 10px 15px;
  border-bottom: 1px solid purple;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

/* line 25, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-btn.c-btn__wrapper {
  padding-top: 15px;
}

/* line 28, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-btn.c-btn__wrapper .c-btn {
  width: 100%;
  height: 36px;
}

/* line 32, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-btn.c-btn__wrapper .c-btn.disabled {
  pointer-events: none;
  opacity: 0.4;
}

/* line 37, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-btn.c-btn__wrapper .c-btn span {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 45, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
}

/* line 50, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-wrapper {
  display: none;
}

/* line 54, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-field {
  position: relative;
  padding-bottom: 5px;
}

/* line 58, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 63, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-field input {
  outline: none;
  width: 100%;
  height: 36px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: 0 17px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f4));
  background: -webkit-linear-gradient(#ffffff, #f5f5f4);
  background: -o-linear-gradient(#ffffff, #f5f5f4);
  background: linear-gradient(#ffffff, #f5f5f4);
  font-size: 13px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #000000;
}

/* line 76, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-field input[type='button'] {
  border: none;
  background: none;
  padding-right: 0;
  text-align: right;
  text-transform: uppercase;
  color: #f1a73f;
  font-size: 12px;
  font-weight: 700;
}

/* line 89, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-divider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

/* line 96, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-divider:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
}

/* line 107, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form-divider span {
  z-index: 2;
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  color: #3b3b3b;
}

/* line 120, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn {
  width: 100%;
  height: 36px;
}

/* line 125, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn.c-btn--ttu span {
  text-transform: none;
}

/* line 130, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn.disabled {
  pointer-events: none;
  opacity: 0.4;
}

/* line 135, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn span {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 141, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--cv .c-btn {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  border: 1px solid silver;
  font-size: 12px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 1px #e4e2e2;
          box-shadow: 0px 0px 3px 1px #e4e2e2;
}

/* line 151, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--cv .c-btn span {
  font-size: 13px;
  color: blue;
  text-transform: none;
}

/* line 159, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social {
  padding-bottom: 7px;
}

/* line 162, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social .c-btn {
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #F9F9F9;
}

/* line 170, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social .c-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 175, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social .c-btn > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
}

/* line 180, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social .c-btn > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 15px;
}

/* line 188, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social .c-btn img {
  z-index: 2;
  position: relative;
  max-width: 100%;
  height: 18px;
}

/* line 195, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social .c-btn span {
  color: #444;
  text-transform: none;
}

/* line 201, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-form .c-btn__wrapper--social + .c-btn__wrapper--social {
  padding-top: 5px;
}

/* line 208, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional {
  padding-top: 10px;
}

/* line 212, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 220, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div.input p, .job-details__apply-additional > div.radio p {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}

/* line 227, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div.input {
  border: none;
}

/* line 230, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div.input input {
  outline: none;
  position: relative;
  width: 100%;
  height: 20px;
  padding: 0 15px 0 5px;
  border: none;
  border-bottom: 1px #ddd solid;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font-size: 12px;
  color: #777;
}

/* line 245, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div.input .icon-font {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 10px;
  color: #1ac880;
}

/* line 254, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 259, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div.radio > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 264, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div.radio > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100px;
}

/* line 273, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div > label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

/* line 281, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div .radio__box {
  position: relative;
}

/* line 284, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div .radio__box:not(:last-of-type) {
  margin-right: 5px;
}

/* line 288, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div .radio__box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

/* line 296, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div .radio__box input:checked + label {
  background-color: #1AC880;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 303, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional > div .radio__box label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 21px;
  color: white;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f1a73f;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 323, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional .form-check {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #908e8e;
  font-weight: 700;
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
}

/* line 334, src/scss/_components/job-details/_job-details--apply.scss */
.job-details__apply-additional .form-check input {
  position: static;
  margin: 0 0 0 5px;
}

/* line 1, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 5, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing + .job-details__showing {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}

/* line 11, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing-wrapper {
  padding: 17px 15px;
  margin-bottom: 20px;
  border: 1px solid #dbccea;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #F9F7FC;
}

@media screen and (max-width: 1023px) {
  /* line 11, src/scss/_components/job-details/_job-details--showing.scss */
  .job-details__showing-wrapper {
    display: none;
  }
}

/* line 21, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing-wrapper--tablet {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 21, src/scss/_components/job-details/_job-details--showing.scss */
  .job-details__showing-wrapper--tablet {
    display: block;
  }
}

/* line 30, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

/* line 37, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing > div:nth-of-type(2) {
  padding-left: 10px;
}

/* line 41, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing > div .icon-font {
  color: #757478;
  font-size: 26px;
}

/* line 46, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing > div p {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

/* line 53, src/scss/_components/job-details/_job-details--showing.scss */
.job-details__showing > div span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #9458d1;
}

/* line 1, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #efeeee;
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

/* line 8, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar:hover {
  background: rgba(1, 131, 218, 0.1);
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

/* line 14, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 16px;
}

/* line 21, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar > div p,
.job-details__similar > div span {
  line-height: 1.1;
}

/* line 26, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar > div p {
  font-weight: 500;
  font-size: 14px;
  color: #1b1b1b;
  display: block;
}

/* line 33, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar > div span {
  display: block;
  font-size: 14px;
  color: #777777;
  display: block;
}

/* line 41, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 46, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar-footer {
  padding-top: 22px;
}

/* line 49, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar-footer .c-btn {
  width: 100%;
  height: 36px;
  border: 1px solid silver;
  -webkit-box-shadow: 0px 0px 3px 1px #e4e2e2;
          box-shadow: 0px 0px 3px 1px #e4e2e2;
}

/* line 58, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar-footer .c-btn span {
  font-size: 12px;
}

/* line 64, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar-title {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 13px;
  border-bottom: 1.5px solid #d2d1d1;
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  /* line 64, src/scss/_components/job-details/_job-details--similar.scss */
  .job-details__similar-title {
    font-size: 20px;
  }
}

/* line 76, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar-logo {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 84, src/scss/_components/job-details/_job-details--similar.scss */
.job-details__similar-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 3, src/scss/_components/login/_login.scss */
.login {
  position: relative;
  width: 100%;
  min-height: 560px;
  background-image: url("../img/img-login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/login/_login.scss */
  .login {
    min-height: unset;
  }
}

/* line 15, src/scss/_components/login/_login.scss */
.login.login--register {
  min-height: 100vh;
  background-image: url("../img/img-register-bg.jpg");
}

@media screen and (max-width: 1023px) {
  /* line 20, src/scss/_components/login/_login.scss */
  .login.login--register .login__wrapper {
    padding-top: 10px;
  }
}

/* line 25, src/scss/_components/login/_login.scss */
.login.login--register .login__box {
  max-width: 620px;
  padding: 15px 60px 15px;
}

@media screen and (max-width: 767px) {
  /* line 25, src/scss/_components/login/_login.scss */
  .login.login--register .login__box {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  /* line 32, src/scss/_components/login/_login.scss */
  .login.login--register .login__box-title {
    font-size: 17px;
  }
}

/* line 39, src/scss/_components/login/_login.scss */
.login.login--register .login__box .form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 3px 0 transparent;
          box-shadow: 0 0 3px 0 transparent;
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.login.login--register .login__box .form-control.placeholder {
  font-weight: 500;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.login.login--register .login__box .form-control:-moz-placeholder {
  font-weight: 500;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.login.login--register .login__box .form-control::-moz-placeholder {
  font-weight: 500;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.login.login--register .login__box .form-control:-ms-input-placeholder {
  font-weight: 500;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.login.login--register .login__box .form-control::-webkit-input-placeholder {
  font-weight: 500;
}

/* line 49, src/scss/_components/login/_login.scss */
.login.login--register .login__box .form-control:focus {
  border-color: #65339B;
  -webkit-box-shadow: 0 0 3px 0 #65339B;
          box-shadow: 0 0 3px 0 #65339B;
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 60, src/scss/_components/login/_login.scss */
.login.login--register-2 {
  background-image: url("../img/img-register-bg-1.jpg");
}

/* line 64, src/scss/_components/login/_login.scss */
.login.login--register-2 .login__box {
  max-width: 520px;
}

/* line 67, src/scss/_components/login/_login.scss */
.login.login--register-2 .login__box-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  /* line 75, src/scss/_components/login/_login.scss */
  .login.login--register-2 .login__step-btn--prev {
    display: none;
  }
}

/* line 85, src/scss/_components/login/_login.scss */
.login.login--register-3 {
  background-image: url("../img/img-register-bg-2.jpg");
  font-family: Roboto, Helvetica, Verdana, Arial, sans-serif, Zawgyi-One;
}

/* line 90, src/scss/_components/login/_login.scss */
.login.login--register-3 .login__box {
  max-width: 620px;
}

@media screen and (max-width: 767px) {
  /* line 96, src/scss/_components/login/_login.scss */
  .login.login--register-3 .login__step-btn--prev {
    margin-top: 0;
  }
  /* line 99, src/scss/_components/login/_login.scss */
  .login.login--register-3 .login__step-btn--prev:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 105, src/scss/_components/login/_login.scss */
  .login.login--register-3 .login__step-btn--current {
    margin-top: -5px;
  }
}

/* line 115, src/scss/_components/login/_login.scss */
.login.login--register-3 .c-btn span {
  font-family: Roboto, Helvetica, Verdana, Arial, sans-serif, Zawgyi-One;
}

/* line 121, src/scss/_components/login/_login.scss */
.login:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 51, 153, 0.2);
}

/* line 132, src/scss/_components/login/_login.scss */
.login__wrapper {
  z-index: 2;
  position: relative;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  /* line 132, src/scss/_components/login/_login.scss */
  .login__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 142, src/scss/_components/login/_login.scss */
.login__logo {
  z-index: 2;
  position: relative;
  max-width: 70vw;
  width: 100%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1535px) {
  /* line 142, src/scss/_components/login/_login.scss */
  .login__logo {
    max-width: 95vw;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 142, src/scss/_components/login/_login.scss */
  .login__logo {
    max-width: 98%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 162, src/scss/_components/login/_login.scss */
.login__logo .logo__btn {
  max-width: 197px;
}

/* line 168, src/scss/_components/login/_login.scss */
.login__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 12px;
}

@media screen and (max-width: 1023px) {
  /* line 168, src/scss/_components/login/_login.scss */
  .login__step {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 168, src/scss/_components/login/_login.scss */
  .login__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 182, src/scss/_components/login/_login.scss */
.login__step-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 40px;
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', 'Quicksand', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  /* line 182, src/scss/_components/login/_login.scss */
  .login__step-btn {
    padding: 8px 40px;
    text-align: center;
    font-size: 13px;
  }
}

/* line 201, src/scss/_components/login/_login.scss */
.login__step-btn--prev {
  z-index: 0;
  margin-right: -35px;
  background-color: rgba(204, 138, 226, 0.7);
}

@media screen and (max-width: 767px) {
  /* line 201, src/scss/_components/login/_login.scss */
  .login__step-btn--prev {
    margin-right: 0;
  }
}

/* line 210, src/scss/_components/login/_login.scss */
.login__step-btn--current {
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, right top, from(#AB01FD), to(#AF00FF));
  background-image: -webkit-linear-gradient(left, #AB01FD, #AF00FF);
  background-image: -o-linear-gradient(left, #AB01FD, #AF00FF);
  background-image: linear-gradient(to right, #AB01FD, #AF00FF);
}

/* line 215, src/scss/_components/login/_login.scss */
.login__step-btn--next {
  z-index: 0;
  opacity: .5;
  margin-left: -35px;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  /* line 215, src/scss/_components/login/_login.scss */
  .login__step-btn--next {
    margin-left: 0;
    margin-top: -5px;
  }
}

/* line 228, src/scss/_components/login/_login.scss */
.login__partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}

/* line 234, src/scss/_components/login/_login.scss */
.login__partners > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 234, src/scss/_components/login/_login.scss */
  .login__partners > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 244, src/scss/_components/login/_login.scss */
  .login__partners > div:last-of-type {
    display: none;
  }
}

/* line 249, src/scss/_components/login/_login.scss */
.login__partners > div img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 258, src/scss/_components/login/_login.scss */
.login__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 258, src/scss/_components/login/_login.scss */
  .login__box {
    width: 90%;
    padding: 20px;
  }
}

/* line 275, src/scss/_components/login/_login.scss */
.login__box-title {
  padding-bottom: 15px;
  color: #663399;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  /* line 275, src/scss/_components/login/_login.scss */
  .login__box-title {
    font-size: 18px;
  }
}

/* line 285, src/scss/_components/login/_login.scss */
.login__box-subtitle {
  padding-bottom: 15px;
  color: #333;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  /* line 285, src/scss/_components/login/_login.scss */
  .login__box-subtitle {
    font-size: 14px;
  }
}

/* line 295, src/scss/_components/login/_login.scss */
.login__box-info {
  text-align: center;
  color: #828282;
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  /* line 295, src/scss/_components/login/_login.scss */
  .login__box-info {
    font-size: 12px;
  }
}

/* line 305, src/scss/_components/login/_login.scss */
.login__box-info.login__box-info--tdn a {
  text-decoration: none;
}

/* line 310, src/scss/_components/login/_login.scss */
.login__box-info a {
  text-decoration: underline;
  color: #115DB5;
}

/* line 314, src/scss/_components/login/_login.scss */
.login__box-info a:hover {
  color: #115DB5;
}

/* line 320, src/scss/_components/login/_login.scss */
.login__box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #115DB5;
}

/* line 328, src/scss/_components/login/_login.scss */
.login__box-link:hover {
  color: #115DB5;
}

/* line 333, src/scss/_components/login/_login.scss */
.login__box-separate {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12px;
}

/* line 340, src/scss/_components/login/_login.scss */
.login__box-separate:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}

/* line 351, src/scss/_components/login/_login.scss */
.login__box-separate span {
  z-index: 2;
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #ffffff;
}

/* line 364, src/scss/_components/login/_login.scss */
.login__box .c-btn {
  width: 100%;
  height: 36px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

/* line 369, src/scss/_components/login/_login.scss */
.login__box .c-btn span {
  font-size: 13px;
}

/* line 374, src/scss/_components/login/_login.scss */
.login__box .c-btn__wrapper {
  width: 100%;
}

/* line 379, src/scss/_components/login/_login.scss */
.login__box .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 379, src/scss/_components/login/_login.scss */
  .login__box .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 387, src/scss/_components/login/_login.scss */
.login__box .row .col {
  width: 100%;
  max-width: -webkit-calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  /* line 387, src/scss/_components/login/_login.scss */
  .login__box .row .col {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
  }
  /* line 396, src/scss/_components/login/_login.scss */
  .login__box .row .col:first-of-type {
    margin-bottom: 15px;
  }
}

/* line 404, src/scss/_components/login/_login.scss */
.login__box .form-group {
  width: 100%;
  margin-bottom: 15px;
}

/* line 408, src/scss/_components/login/_login.scss */
.login__box .form-group--pb0 {
  margin-bottom: 0;
}

/* line 412, src/scss/_components/login/_login.scss */
.login__box .form-group--social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 412, src/scss/_components/login/_login.scss */
  .login__box .form-group--social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 420, src/scss/_components/login/_login.scss */
.login__box .form-group--social .c-btn {
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #F9F9F9;
}

/* line 428, src/scss/_components/login/_login.scss */
.login__box .form-group--social .c-btn__wrapper {
  width: 100%;
  max-width: -webkit-calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 428, src/scss/_components/login/_login.scss */
  .login__box .form-group--social .c-btn__wrapper {
    max-width: 100%;
  }
  /* line 434, src/scss/_components/login/_login.scss */
  .login__box .form-group--social .c-btn__wrapper:first-of-type {
    margin-bottom: 15px;
  }
}

/* line 440, src/scss/_components/login/_login.scss */
.login__box .form-group--social .c-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 445, src/scss/_components/login/_login.scss */
.login__box .form-group--social .c-btn > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
}

/* line 450, src/scss/_components/login/_login.scss */
.login__box .form-group--social .c-btn > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  /* line 450, src/scss/_components/login/_login.scss */
  .login__box .form-group--social .c-btn > div:nth-of-type(2) {
    text-align: center;
    padding-right: 51px;
  }
}

/* line 462, src/scss/_components/login/_login.scss */
.login__box .form-group--social .c-btn img {
  z-index: 2;
  position: relative;
  max-width: 100%;
  height: 18px;
}

/* line 469, src/scss/_components/login/_login.scss */
.login__box .form-group--social .c-btn span {
  color: #444;
  text-transform: none;
}

/* line 476, src/scss/_components/login/_login.scss */
.login__box .form-group--flexEnd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 482, src/scss/_components/login/_login.scss */
.login__box .form-group--flexEnd.is-add .icon-font {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 489, src/scss/_components/login/_login.scss */
.login__box .form-group--flexEnd .icon-font {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  right: 0;
  font-size: 30px;
  color: #663399;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 502, src/scss/_components/login/_login.scss */
.login__box .form-group--flexEnd .c-btn {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 507, src/scss/_components/login/_login.scss */
.login__box .form-group--flexEnd .c-btn__wrapper {
  width: auto;
}

/* line 513, src/scss/_components/login/_login.scss */
.login__box .form-group label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

/* line 521, src/scss/_components/login/_login.scss */
.login__box .form-group .custom-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 526, src/scss/_components/login/_login.scss */
.login__box .form-group .custom-control-input:focus ~ .custom-control-label::before,
.login__box .form-group .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.login__box .form-group .custom-control-input.focus:not(:checked) ~ .custom-control-label::before,
.login__box .form-group .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/* line 534, src/scss/_components/login/_login.scss */
.login__box .form-group .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.05rem);
      -ms-transform: translateX(1.05rem);
          transform: translateX(1.05rem);
}

/* line 541, src/scss/_components/login/_login.scss */
.login__box .form-group .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #00AA86;
  background-color: #00aa86;
}

/* line 549, src/scss/_components/login/_login.scss */
.login__box .form-group .custom-control-label {
  padding-bottom: 0;
  color: #616161;
  font-weight: 500;
  margin-left: 50px;
}

/* line 555, src/scss/_components/login/_login.scss */
.login__box .form-group .custom-control-label:before {
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 23px;
  -webkit-border-radius: 34px;
          border-radius: 34px;
  border-color: #ccc;
  background-color: #ccc;
}

/* line 566, src/scss/_components/login/_login.scss */
.login__box .form-group .custom-control-label:after {
  top: -3px;
  left: -42px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
}

/* line 578, src/scss/_components/login/_login.scss */
.login__box .form-control {
  outline: none;
  height: 34px;
  border: 1px solid #ccc;
  border-left: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-image: none;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.login__box .form-control.placeholder {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.login__box .form-control:-moz-placeholder {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.login__box .form-control::-moz-placeholder {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.login__box .form-control:-ms-input-placeholder {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.login__box .form-control::-webkit-input-placeholder {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

/* line 595, src/scss/_components/login/_login.scss */
.login__box .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 602, src/scss/_components/login/_login.scss */
.login__box .input-group--date {
  position: relative;
}

/* line 605, src/scss/_components/login/_login.scss */
.login__box .input-group--date .icon-font {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 16px;
  color: #3e63ab;
}

/* line 615, src/scss/_components/login/_login.scss */
.login__box .input-group-prepend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 34px;
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* line 626, src/scss/_components/login/_login.scss */
.login__box .input-group-prepend .icon-font {
  color: #808080;
  font-size: 16px;
}

/* line 634, src/scss/_components/login/_login.scss */
.login__scroll {
  overflow-y: auto;
  max-height: 315px;
}

@media screen and (max-width: 767px) {
  /* line 634, src/scss/_components/login/_login.scss */
  .login__scroll {
    max-height: 353px;
  }
}

/* line 643, src/scss/_components/login/_login.scss */
.login__more-close {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 5px;
}

/* line 650, src/scss/_components/login/_login.scss */
.login__more-close:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}

/* line 661, src/scss/_components/login/_login.scss */
.login__more-close a {
  z-index: 2;
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 20px;
  background-color: #ffffff;
}

/* line 672, src/scss/_components/login/_login.scss */
.login__more-close a .icon-font {
  color: #000000;
  font-size: 11px;
}

/* line 680, src/scss/_components/login/_login.scss */
.login__upload {
  position: relative;
}

/* line 683, src/scss/_components/login/_login.scss */
.login__upload-title {
  padding-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

/* line 691, src/scss/_components/login/_login.scss */
.login__upload-box {
  padding: 20px 0 15px;
  margin-bottom: 20px;
  border: 1px dashed #DFDFDF;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
}

/* line 698, src/scss/_components/login/_login.scss */
.login__upload-box-title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  color: #000;
}

/* line 705, src/scss/_components/login/_login.scss */
.login__upload-box-info {
  padding-top: 20px;
  color: #929292;
  font-size: 14px;
  line-height: 20px;
}

/* line 711, src/scss/_components/login/_login.scss */
.login__upload-box-info strong {
  font-weight: bolder;
}

/* line 716, src/scss/_components/login/_login.scss */
.login__upload-box .c-btn {
  width: 180px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
}

/* line 723, src/scss/_components/login/_login.scss */
.login__upload-box .c-btn span {
  font-size: 14px;
  font-weight: 600;
}

/* line 728, src/scss/_components/login/_login.scss */
.login__upload-box .c-btn__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 733, src/scss/_components/login/_login.scss */
.login__upload-box svg {
  display: block;
  width: 75px;
  height: 53px;
  fill: #e88b0b;
  margin: 0 auto;
  -webkit-transition: fill .3s,stroke .3s;
  -o-transition: fill .3s,stroke .3s;
  transition: fill .3s,stroke .3s;
}

/* line 747, src/scss/_components/login/_login.scss */
.login__upload input[type='file'] {
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 759, src/scss/_components/login/_login.scss */
.login .nav-pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  font-family: Roboto, Helvetica, Verdana, Arial, sans-serif, Zawgyi-One;
}

/* line 764, src/scss/_components/login/_login.scss */
.login .nav-pills li {
  width: 50%;
}

/* line 767, src/scss/_components/login/_login.scss */
.login .nav-pills li a {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 10px 20px;
  border-bottom: 2px solid #DFDFDF;
}

@media screen and (max-width: 767px) {
  /* line 767, src/scss/_components/login/_login.scss */
  .login .nav-pills li a {
    padding: 0 0 5px;
  }
}

/* line 781, src/scss/_components/login/_login.scss */
.login .nav-pills li a.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 787, src/scss/_components/login/_login.scss */
.login .nav-pills li a.active p {
  background-color: #663399;
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 794, src/scss/_components/login/_login.scss */
.login .nav-pills li a:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f69322;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 807, src/scss/_components/login/_login.scss */
.login .nav-pills li a p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #663399;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  color: #663399;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 823, src/scss/_components/login/_login.scss */
.login .nav-pills li a span {
  text-transform: uppercase;
  color: #663399;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  /* line 823, src/scss/_components/login/_login.scss */
  .login .nav-pills li a span {
    font-size: 11px;
  }
}

/* line 5, src/scss/_components/companies/_companies.scss */
.companies__wrapper-2 {
  padding-top: 15px;
}

/* line 9, src/scss/_components/companies/_companies.scss */
.companies__wrapper-3 {
  padding-top: 40px;
}

/* line 14, src/scss/_components/companies/_companies.scss */
.companies__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 25px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #643499;
  background-image: url("../img/img-companies-banner.png");
}

@media screen and (max-width: 767px) {
  /* line 14, src/scss/_components/companies/_companies.scss */
  .companies__banner {
    height: auto;
    min-height: 70px;
  }
}

/* line 28, src/scss/_components/companies/_companies.scss */
.companies__banner p {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
}

/* line 37, src/scss/_components/companies/_companies.scss */
.companies__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  padding: 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid silver;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 48, src/scss/_components/companies/_companies.scss */
.companies__box:hover {
  -webkit-box-shadow: 1px 0 5px 1px #e2e0e0;
          box-shadow: 1px 0 5px 1px #e2e0e0;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 53, src/scss/_components/companies/_companies.scss */
.companies__box img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 62, src/scss/_components/companies/_companies.scss */
.companies__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 0 11px 3px #e2e0e0;
          box-shadow: 1px 0 11px 3px #e2e0e0;
  background-color: white;
}

/* line 70, src/scss/_components/companies/_companies.scss */
.companies__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 5);
  max-width: calc(100% / 5);
  padding: 13px 12px;
}

@media screen and (max-width: 1279px) {
  /* line 70, src/scss/_components/companies/_companies.scss */
  .companies__box-wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  /* line 70, src/scss/_components/companies/_companies.scss */
  .companies__box-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

/* line 84, src/scss/_components/companies/_companies.scss */
.companies__title {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

/* line 90, src/scss/_components/companies/_companies.scss */
.companies__line {
  width: 30px;
  height: 14px;
  border-bottom: 3px solid #663398;
}

/* line 96, src/scss/_components/companies/_companies.scss */
.companies__locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 100, src/scss/_components/companies/_companies.scss */
.companies__locations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin-top: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 0 11px 3px #e2e0e0;
          box-shadow: 1px 0 11px 3px #e2e0e0;
}

@media screen and (max-width: 1279px) {
  /* line 100, src/scss/_components/companies/_companies.scss */
  .companies__locations-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 110, src/scss/_components/companies/_companies.scss */
.companies__locations-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: -webkit-calc(100% / 7);
  max-width: calc(100% / 7);
  padding-top: 13px;
  padding-bottom: 13px;
}

@media screen and (max-width: 1279px) {
  /* line 110, src/scss/_components/companies/_companies.scss */
  .companies__locations-wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  /* line 110, src/scss/_components/companies/_companies.scss */
  .companies__locations-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

/* line 126, src/scss/_components/companies/_companies.scss */
.companies__locations-head {
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

/* line 141, src/scss/_components/companies/_companies.scss */
.companies__locations-body p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

/* line 5, src/scss/_components/industries/_industries.scss */
.industries__wrapper-2 {
  padding-top: 15px;
}

/* line 9, src/scss/_components/industries/_industries.scss */
.industries__wrapper-3 {
  padding-top: 40px;
}

/* line 14, src/scss/_components/industries/_industries.scss */
.industries__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 25px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #643499;
  background-image: url("../img/img-industries-banner.png");
}

@media screen and (max-width: 767px) {
  /* line 14, src/scss/_components/industries/_industries.scss */
  .industries__banner {
    height: auto;
    min-height: 70px;
  }
}

/* line 28, src/scss/_components/industries/_industries.scss */
.industries__banner p {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
}

/* line 37, src/scss/_components/industries/_industries.scss */
.industries__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 42, src/scss/_components/industries/_industries.scss */
.industries__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 0 11px 3px #e2e0e0;
          box-shadow: 1px 0 11px 3px #e2e0e0;
  background-color: white;
}

/* line 50, src/scss/_components/industries/_industries.scss */
.industries__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 5);
  max-width: calc(100% / 5);
  padding: 13px 12px;
}

@media screen and (max-width: 1279px) {
  /* line 50, src/scss/_components/industries/_industries.scss */
  .industries__box-wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  /* line 50, src/scss/_components/industries/_industries.scss */
  .industries__box-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

/* line 63, src/scss/_components/industries/_industries.scss */
.industries__box-wrapper > div:nth-child(n+6):nth-child(-n + 10) .industries__box-head, .industries__box-wrapper > div:nth-child(n+41):nth-child(-n + 45) .industries__box-head {
  border-color: pink;
}

/* line 69, src/scss/_components/industries/_industries.scss */
.industries__box-wrapper > div:nth-child(n+11):nth-child(-n + 20) .industries__box-head, .industries__box-wrapper > div:nth-child(n+31):nth-child(-n + 40) .industries__box-head {
  border-color: lightblue;
}

/* line 74, src/scss/_components/industries/_industries.scss */
.industries__box-wrapper > div:nth-child(n+21):nth-child(-n + 30) .industries__box-head {
  border-color: #ee82eead;
}

/* line 81, src/scss/_components/industries/_industries.scss */
.industries__box-head {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid rgba(128, 0, 128, 0.25);
}

/* line 94, src/scss/_components/industries/_industries.scss */
.industries__box-head .icon-font {
  color: #643499;
  font-size: 30px;
}

/* line 100, src/scss/_components/industries/_industries.scss */
.industries__box-body {
  padding-top: 10px;
}

/* line 103, src/scss/_components/industries/_industries.scss */
.industries__box-body p {
  word-break: break-word;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
}

/* line 111, src/scss/_components/industries/_industries.scss */
.industries__box-body p span {
  padding-left: 5px;
  color: #f49521;
}

/* line 5, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__wrapper-2 {
  padding-top: 15px;
}

/* line 9, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__wrapper-3 {
  padding-top: 40px;
}

/* line 14, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 25px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #643499;
  background-image: url("../img/img-job-functions-banner.png");
}

@media screen and (max-width: 767px) {
  /* line 14, src/scss/_components/job-functions/_job-functions.scss */
  .job-functions__banner {
    height: auto;
    min-height: 70px;
  }
}

/* line 28, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__banner p {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
}

/* line 37, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 42, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 0 11px 3px #e2e0e0;
          box-shadow: 1px 0 11px 3px #e2e0e0;
  background-color: white;
}

/* line 50, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 5);
  max-width: calc(100% / 5);
  padding: 13px 0;
}

@media screen and (max-width: 1279px) {
  /* line 50, src/scss/_components/job-functions/_job-functions.scss */
  .job-functions__box-wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  /* line 50, src/scss/_components/job-functions/_job-functions.scss */
  .job-functions__box-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

/* line 63, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-wrapper > div:nth-child(n+6):nth-child(-n + 10) .job-functions__box-head, .job-functions__box-wrapper > div:nth-child(n+41):nth-child(-n + 45) .job-functions__box-head {
  border-color: #ffc0cb;
}

/* line 70, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-wrapper > div:nth-child(n+11):nth-child(-n + 20) .job-functions__box-head, .job-functions__box-wrapper > div:nth-child(n+31):nth-child(-n + 40) .job-functions__box-head {
  border-color: #add8e6;
}

/* line 77, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-head {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid rgba(128, 0, 128, 0.25);
}

/* line 90, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-head .icon-font {
  color: #643499;
  font-size: 30px;
}

/* line 96, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-body {
  padding-top: 10px;
}

/* line 99, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-body p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
}

/* line 106, src/scss/_components/job-functions/_job-functions.scss */
.job-functions__box-body p span {
  padding-left: 5px;
  color: #f69322;
}

/* line 3, src/scss/_components/locations/_locations.scss */
.locations {
  padding-bottom: 15px;
}

/* line 7, src/scss/_components/locations/_locations.scss */
.locations__wrapper-2 {
  padding-top: 15px;
}

/* line 12, src/scss/_components/locations/_locations.scss */
.locations__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 25px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #643499;
  background-image: url("../img/img-locations-banner.png");
}

@media screen and (max-width: 767px) {
  /* line 12, src/scss/_components/locations/_locations.scss */
  .locations__banner {
    height: auto;
    min-height: 70px;
  }
}

/* line 26, src/scss/_components/locations/_locations.scss */
.locations__banner p {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
}

/* line 35, src/scss/_components/locations/_locations.scss */
.locations__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 40, src/scss/_components/locations/_locations.scss */
.locations__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 0 11px 3px #e2e0e0;
          box-shadow: 1px 0 11px 3px #e2e0e0;
  background-color: white;
}

/* line 48, src/scss/_components/locations/_locations.scss */
.locations__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 7);
  max-width: calc(100% / 7);
  padding: 13px 12px;
}

@media screen and (max-width: 1279px) {
  /* line 48, src/scss/_components/locations/_locations.scss */
  .locations__box-wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  /* line 48, src/scss/_components/locations/_locations.scss */
  .locations__box-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

/* line 61, src/scss/_components/locations/_locations.scss */
.locations__box-head {
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

/* line 76, src/scss/_components/locations/_locations.scss */
.locations__box-body p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
}

/* line 83, src/scss/_components/locations/_locations.scss */
.locations__box-body p span {
  padding-left: 5px;
  color: #f49521;
}

/* line 3, src/scss/_components/positions/_positions.scss */
.positions {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/positions/_positions.scss */
  .positions {
    padding-top: 30px;
  }
}

/* line 12, src/scss/_components/positions/_positions.scss */
.positions__wrapper-2 {
  padding-top: 15px;
}

/* line 17, src/scss/_components/positions/_positions.scss */
.positions__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  text-align: left;
  background-color: #9558da;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 18px;
}

/* line 26, src/scss/_components/positions/_positions.scss */
.positions__banner p {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

/* line 34, src/scss/_components/positions/_positions.scss */
.positions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 38, src/scss/_components/positions/_positions.scss */
.positions__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  /* line 38, src/scss/_components/positions/_positions.scss */
  .positions__list li {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

/* line 47, src/scss/_components/positions/_positions.scss */
.positions__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 767px) {
  /* line 47, src/scss/_components/positions/_positions.scss */
  .positions__list a {
    width: 100%;
  }
}

/* line 57, src/scss/_components/positions/_positions.scss */
.positions__list a i {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #9359db;
}

/* line 65, src/scss/_components/positions/_positions.scss */
.positions__list a span {
  color: #9359db;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  /* line 65, src/scss/_components/positions/_positions.scss */
  .positions__list a span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
  }
}

/* line 3, src/scss/_components/privacy/_privacy.scss */
.privacy {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}

/* line 8, src/scss/_components/privacy/_privacy.scss */
.privacy__wrapper {
  width: 100%;
  max-width: -webkit-calc(100% - (95px * 2));
  max-width: calc(100% - (95px * 2));
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 1px 11px -3px rgba(0, 0, 0, 0.59);
          box-shadow: 0 1px 11px -3px rgba(0, 0, 0, 0.59);
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1279px) {
  /* line 8, src/scss/_components/privacy/_privacy.scss */
  .privacy__wrapper {
    max-width: -webkit-calc(100% - (30px * 2));
    max-width: calc(100% - (30px * 2));
  }
}

@media screen and (max-width: 1023px) {
  /* line 8, src/scss/_components/privacy/_privacy.scss */
  .privacy__wrapper {
    max-width: -webkit-calc(100% - (15px * 2));
    max-width: calc(100% - (15px * 2));
    padding: 25px 20px;
  }
}

/* line 27, src/scss/_components/privacy/_privacy.scss */
.privacy__wrapper .privacy__wrapper-footer {
  padding-top: 25px;
  text-align: center;
}

/* line 31, src/scss/_components/privacy/_privacy.scss */
.privacy__wrapper .privacy__wrapper-footer p,
.privacy__wrapper .privacy__wrapper-footer b {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

/* line 37, src/scss/_components/privacy/_privacy.scss */
.privacy__wrapper .privacy__wrapper-footer p b,
.privacy__wrapper .privacy__wrapper-footer b b {
  font-weight: bold;
}

/* line 44, src/scss/_components/privacy/_privacy.scss */
.privacy h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

/* line 50, src/scss/_components/privacy/_privacy.scss */
.privacy h5 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

/* line 56, src/scss/_components/privacy/_privacy.scss */
.privacy b {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

/* line 62, src/scss/_components/privacy/_privacy.scss */
.privacy p {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}

/* line 67, src/scss/_components/privacy/_privacy.scss */
.privacy p a {
  color: #1155CC;
}

/* line 3, src/scss/_components/terms/_terms.scss */
.terms {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}

/* line 8, src/scss/_components/terms/_terms.scss */
.terms__wrapper {
  width: 100%;
  max-width: -webkit-calc(100% - (95px * 2));
  max-width: calc(100% - (95px * 2));
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 1px 11px -3px rgba(0, 0, 0, 0.59);
          box-shadow: 0 1px 11px -3px rgba(0, 0, 0, 0.59);
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1279px) {
  /* line 8, src/scss/_components/terms/_terms.scss */
  .terms__wrapper {
    max-width: -webkit-calc(100% - (30px * 2));
    max-width: calc(100% - (30px * 2));
  }
}

@media screen and (max-width: 1023px) {
  /* line 8, src/scss/_components/terms/_terms.scss */
  .terms__wrapper {
    max-width: -webkit-calc(100% - (15px * 2));
    max-width: calc(100% - (15px * 2));
    padding: 25px 20px;
  }
}

/* line 28, src/scss/_components/terms/_terms.scss */
.terms h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

/* line 34, src/scss/_components/terms/_terms.scss */
.terms h5 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

/* line 40, src/scss/_components/terms/_terms.scss */
.terms b {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

/* line 46, src/scss/_components/terms/_terms.scss */
.terms p {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}

/* line 51, src/scss/_components/terms/_terms.scss */
.terms p a {
  color: #1155CC;
}

/* line 3, src/scss/_components/about/_about.scss */
.about {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}

/* line 8, src/scss/_components/about/_about.scss */
.about__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: -webkit-calc(100% - (95px * 2));
  max-width: calc(100% - (95px * 2));
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 1px 11px -3px rgba(0, 0, 0, 0.59);
          box-shadow: 0 1px 11px -3px rgba(0, 0, 0, 0.59);
  background-color: #fff;
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1279px) {
  /* line 8, src/scss/_components/about/_about.scss */
  .about__wrapper {
    max-width: -webkit-calc(100% - (30px * 2));
    max-width: calc(100% - (30px * 2));
  }
}

@media screen and (max-width: 1023px) {
  /* line 8, src/scss/_components/about/_about.scss */
  .about__wrapper {
    max-width: -webkit-calc(100% - (15px * 2));
    max-width: calc(100% - (15px * 2));
    padding: 25px 20px;
  }
}

/* line 29, src/scss/_components/about/_about.scss */
.about__wrapper-left, .about__wrapper-right {
  width: 100%;
  max-width: -webkit-calc((100% - 70px) / 2);
  max-width: calc((100% - 70px) / 2);
}

@media screen and (max-width: 1023px) {
  /* line 29, src/scss/_components/about/_about.scss */
  .about__wrapper-left, .about__wrapper-right {
    max-width: 100%;
  }
  /* line 36, src/scss/_components/about/_about.scss */
  .about__wrapper-left:first-child, .about__wrapper-right:first-child {
    padding-bottom: 25px;
  }
}

/* line 43, src/scss/_components/about/_about.scss */
.about__title {
  padding-bottom: 20px;
  font-size: 24px;
}

/* line 48, src/scss/_components/about/_about.scss */
.about__address {
  padding-bottom: 20px;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 14px;
  color: #616161;
}

/* line 55, src/scss/_components/about/_about.scss */
.about table {
  margin-bottom: 20px;
  font-family: 'Gotham Pro', sans-serif;
}

/* line 59, src/scss/_components/about/_about.scss */
.about table td {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  color: #3F3F3F;
}

/* line 66, src/scss/_components/about/_about.scss */
.about table td:nth-of-type(2) {
  padding-left: 36px;
  font-weight: normal;
  color: #616161;
}

/* line 74, src/scss/_components/about/_about.scss */
.about__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #1155cc;
  line-height: 30px;
}

/* line 85, src/scss/_components/about/_about.scss */
.about__content p {
  padding-bottom: 20px;
  font-size: 15px;
  color: #000;
}

/* line 90, src/scss/_components/about/_about.scss */
.about__content p a {
  color: #1155CC;
}

/* line 96, src/scss/_components/about/_about.scss */
.about__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 100, src/scss/_components/about/_about.scss */
.about__social li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 103, src/scss/_components/about/_about.scss */
.about__social li:not(:last-of-type) {
  padding-right: 10px;
}

/* line 108, src/scss/_components/about/_about.scss */
.about__social a {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 118, src/scss/_components/about/_about.scss */
.about__social a img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
  .insurance-jobs {
    padding-bottom: 10px;
  }
}

/* line 8, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 17, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs__title span {
  padding-bottom: 10px;
  border-bottom: 2px solid purple;
}

/* line 23, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs__wrapper {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* line 31, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-title {
  color: #2765cf;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  /* line 31, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
  .insurance-jobs .search__job-title {
    font-size: 20px;
  }
}

/* line 40, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-subtitle {
  color: #000000;
  font-size: 18px;
}

/* line 45, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-list {
  padding-bottom: 0;
}

/* line 48, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-list p {
  color: #000000;
}

/* line 53, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-desc {
  color: #000000;
}

/* line 58, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-sign .icon-font {
  color: #06d54c;
}

/* line 62, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-sign span {
  color: #0591c0;
}

/* line 68, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
.insurance-jobs .search__job-location .icon-font,
.insurance-jobs .search__job-location span {
  color: #666666;
}

@media screen and (max-width: 767px) {
  /* line 76, src/scss/_components/insurance-jobs/_insurance-jobs.scss */
  .insurance-jobs .c-btn__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 3, src/scss/_components/employers-login/_employers-login.scss */
.employers-login {
  position: relative;
  height: 100vh;
  background-image: url("../img/img-employers-loogin-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

/* line 11, src/scss/_components/employers-login/_employers-login.scss */
.employers-login.employers-login--signup {
  background-image: url("../img/img-employers-signup-bg.jpg");
}

/* line 15, src/scss/_components/employers-login/_employers-login.scss */
.employers-login.employers-login--signup .employers-login__form {
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  /* line 15, src/scss/_components/employers-login/_employers-login.scss */
  .employers-login.employers-login--signup .employers-login__form {
    max-width: 90%;
  }
}

/* line 22, src/scss/_components/employers-login/_employers-login.scss */
.employers-login.employers-login--signup .employers-login__form-field .form-group {
  margin-bottom: 10px;
}

/* line 30, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__wrapper {
  padding-top: -webkit-calc(5% + 25px);
  padding-top: calc(5% + 25px);
}

@media screen and (max-width: 767px) {
  /* line 30, src/scss/_components/employers-login/_employers-login.scss */
  .employers-login__wrapper {
    padding-top: 140px;
  }
}

/* line 37, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 37, src/scss/_components/employers-login/_employers-login.scss */
  .employers-login__form {
    max-width: 90%;
  }
}

/* line 49, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  background-color: #663398;
}

@media screen and (max-width: 767px) {
  /* line 49, src/scss/_components/employers-login/_employers-login.scss */
  .employers-login__form-header {
    display: none;
  }
}

/* line 59, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-header .icon-font,
.employers-login__form-header span {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

/* line 67, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-header .icon-font {
  margin-right: 20px;
  font-size: 24px;
}

/* line 72, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-header span {
  font-weight: 600;
}

/* line 77, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-body {
  padding: 13px 30px 25px 30px;
}

@media screen and (max-width: 767px) {
  /* line 77, src/scss/_components/employers-login/_employers-login.scss */
  .employers-login__form-body {
    padding: 25px 20px;
  }
}

/* line 84, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-title {
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
  font-family: 'Gotham Pro', sans-serif;
  color: #663399;
  font-size: 18px;
}

/* line 94, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-field .form-group {
  margin-bottom: 20px;
}

/* line 98, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-field input,
.employers-login__form-field select {
  outline: none;
  height: 37px;
  padding: 5px 2%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

/* line 114, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-field button {
  width: 100%;
  height: 45px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* line 121, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  border-bottom: 1px solid silver;
  font-size: 13px;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  color: #115DB5;
}

/* line 133, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

/* line 139, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-info span {
  padding-right: 15px;
  color: #828282;
  font-size: 13px;
}

/* line 145, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-info a {
  font-size: 13px;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  color: #642891;
}

/* line 153, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-color: silver;
}

/* line 161, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-rule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

/* line 167, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-rule p {
  font-size: 12px;
  text-align: center;
  color: #8E8E8E;
  font-weight: 500;
}

/* line 173, src/scss/_components/employers-login/_employers-login.scss */
.employers-login__form-rule p a {
  color: #115DB5;
}

/* line 3, src/scss/_components/employers/_main.scss */
.employers-main {
  font-size: 14px;
}

/* line 6, src/scss/_components/employers/_main.scss */
.employers-main__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

@media screen and (max-width: 1023px) {
  /* line 6, src/scss/_components/employers/_main.scss */
  .employers-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

/* line 14, src/scss/_components/employers/_main.scss */
.employers-main__wrapper-left {
  width: 40%;
  padding-bottom: 0;
  padding-top: 0;
  background-color: #663398;
  color: white;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 14, src/scss/_components/employers/_main.scss */
  .employers-main__wrapper-left {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: -5px;
  }
}

/* line 30, src/scss/_components/employers/_main.scss */
.employers-main__wrapper-right {
  width: 60%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 1023px) {
  /* line 30, src/scss/_components/employers/_main.scss */
  .employers-main__wrapper-right {
    width: 100%;
    margin-top: 45px;
    background-image: none;
  }
}

/* line 41, src/scss/_components/employers/_main.scss */
.employers-main__wrapper-right img {
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  /* line 41, src/scss/_components/employers/_main.scss */
  .employers-main__wrapper-right img {
    display: block;
  }
}

/* line 53, src/scss/_components/employers/_main.scss */
.employers-main__title {
  margin-top: 100px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  /* line 53, src/scss/_components/employers/_main.scss */
  .employers-main__title {
    margin-top: 0;
    font-size: 20px;
  }
}

/* line 66, src/scss/_components/employers/_main.scss */
.employers-main__divider {
  height: 30px;
  margin: 0 50px;
  border-bottom: 1px solid silver;
}

/* line 71, src/scss/_components/employers/_main.scss */
.employers-main__divider-2 {
  width: 200px;
  height: 25px;
  margin: 0 auto;
}

/* line 78, src/scss/_components/employers/_main.scss */
.employers-main__sep {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #663398;
  font-style: italic;
  line-height: 1;
}

/* line 90, src/scss/_components/employers/_main.scss */
.employers-main__subtitle {
  padding: 40px 0 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  /* line 90, src/scss/_components/employers/_main.scss */
  .employers-main__subtitle {
    font-size: 20px;
    padding-top: 30px;
  }
}

/* line 101, src/scss/_components/employers/_main.scss */
.employers-main__desc {
  line-height: 2;
  color: #d4d4d4;
}

/* line 106, src/scss/_components/employers/_main.scss */
.employers-main__call {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;
}

/* line 111, src/scss/_components/employers/_main.scss */
.employers-main__call a {
  color: orange;
}

/* line 116, src/scss/_components/employers/_main.scss */
.employers-main .c-btn {
  min-width: 205px;
  height: 39px;
  margin: 0 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

@media screen and (max-width: 767px) {
  /* line 116, src/scss/_components/employers/_main.scss */
  .employers-main .c-btn {
    min-width: 90%;
    height: 32px;
    margin-bottom: 10px;
  }
}

/* line 127, src/scss/_components/employers/_main.scss */
.employers-main .c-btn span {
  font-family: Roboto, Helvetica, Verdana, Arial, sans-serif, Zawgyi-One;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  /* line 127, src/scss/_components/employers/_main.scss */
  .employers-main .c-btn span {
    font-size: 14px;
  }
}

/* line 135, src/scss/_components/employers/_main.scss */
.employers-main .c-btn__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 1279px) {
  /* line 135, src/scss/_components/employers/_main.scss */
  .employers-main .c-btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1023px) {
  /* line 135, src/scss/_components/employers/_main.scss */
  .employers-main .c-btn__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  /* line 135, src/scss/_components/employers/_main.scss */
  .employers-main .c-btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 3, src/scss/_components/employers/_benefits.scss */
.benefits {
  padding-top: 60px;
  padding-bottom: 10px;
}

/* line 7, src/scss/_components/employers/_benefits.scss */
.benefits .c-grid {
  max-width: 80%;
}

@media screen and (max-width: 1023px) {
  /* line 7, src/scss/_components/employers/_benefits.scss */
  .benefits .c-grid {
    max-width: 100%;
  }
}

/* line 14, src/scss/_components/employers/_benefits.scss */
.benefits__box {
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 110px;
}

@media screen and (max-width: 767px) {
  /* line 14, src/scss/_components/employers/_benefits.scss */
  .benefits__box {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  /* line 23, src/scss/_components/employers/_benefits.scss */
  .benefits__box-1 {
    opacity: 1 !important;
  }
  /* line 27, src/scss/_components/employers/_benefits.scss */
  .benefits__box.is-show {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
}

/* line 33, src/scss/_components/employers/_benefits.scss */
.benefits__box.fade {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@media screen and (max-width: 767px) {
  /* line 33, src/scss/_components/employers/_benefits.scss */
  .benefits__box.fade {
    -webkit-animation: unset;
            animation: unset;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* line 46, src/scss/_components/employers/_benefits.scss */
.benefits__box > div {
  border: 1px solid silver;
  width: 220px;
  height: 110px;
  z-index: 1;
  -webkit-box-shadow: 2px 0px 11px 0px silver;
          box-shadow: 2px 0px 11px 0px silver;
}

/* line 53, src/scss/_components/employers/_benefits.scss */
.benefits__box > div > div {
  border: 1px solid silver;
  width: 220px;
  height: 115px;
  margin-top: -15px;
  margin-left: 10px;
  z-index: 9;
  background-color: white;
  -webkit-box-shadow: 2px 0px 11px 0px silver;
          box-shadow: 2px 0px 11px 0px silver;
}

/* line 64, src/scss/_components/employers/_benefits.scss */
.benefits__box > div > div > div:first-of-type {
  width: 100%;
  height: 50px;
  background-color: #663398;
  margin-left: 17px;
  margin-top: -20px;
  text-align: right;
  color: white;
  font-size: 35px;
  font-weight: bold;
  line-height: 50px;
  padding-right: 10%;
}

/* line 77, src/scss/_components/employers/_benefits.scss */
.benefits__box > div > div > div:nth-of-type(2) {
  border: 2px solid orange;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 80px;
}

/* line 83, src/scss/_components/employers/_benefits.scss */
.benefits__box > div > div > div:last-of-type {
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  padding-right: 5px;
}

/* line 89, src/scss/_components/employers/_benefits.scss */
.benefits__box > div > div > div:last-of-type > span {
  display: block;
}

/* line 97, src/scss/_components/employers/_benefits.scss */
.benefits__box-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 102, src/scss/_components/employers/_benefits.scss */
.benefits__box-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  /* line 102, src/scss/_components/employers/_benefits.scss */
  .benefits__box-wrapper > div {
    max-width: 100%;
  }
  /* line 110, src/scss/_components/employers/_benefits.scss */
  .benefits__box-wrapper > div:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 121, src/scss/_components/employers/_benefits.scss */
.benefits__pagination {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  /* line 121, src/scss/_components/employers/_benefits.scss */
  .benefits__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 130, src/scss/_components/employers/_benefits.scss */
.benefits__pagination i {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  width: 15px;
  margin: 0 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #bbb;
  -webkit-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}

/* line 140, src/scss/_components/employers/_benefits.scss */
.benefits__pagination i.is-active, .benefits__pagination i:hover {
  background-color: #717171;
  -webkit-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}

/* line 3, src/scss/_components/employers/_trusted.scss */
.trusted {
  padding-top: 10px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/employers/_trusted.scss */
  .trusted {
    padding-top: 0;
  }
}

/* line 10, src/scss/_components/employers/_trusted.scss */
.trusted .c-grid-fluid {
  max-width: 80%;
}

@media screen and (max-width: 1023px) {
  /* line 10, src/scss/_components/employers/_trusted.scss */
  .trusted .c-grid-fluid {
    max-width: 100%;
  }
}

/* line 17, src/scss/_components/employers/_trusted.scss */
.trusted__title {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  /* line 17, src/scss/_components/employers/_trusted.scss */
  .trusted__title {
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 15px;
    text-align: center;
  }
}

/* line 31, src/scss/_components/employers/_trusted.scss */
.trusted__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 31, src/scss/_components/employers/_trusted.scss */
  .trusted__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  /* line 39, src/scss/_components/employers/_trusted.scss */
  .trusted__wrapper > div {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 39, src/scss/_components/employers/_trusted.scss */
  .trusted__wrapper > div {
    width: 100%;
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

/* line 49, src/scss/_components/employers/_trusted.scss */
.trusted__wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 56, src/scss/_components/employers/_trusted.scss */
.trusted .c-btn {
  min-width: auto;
  width: 100%;
  max-width: 325px;
}

/* line 61, src/scss/_components/employers/_trusted.scss */
.trusted .c-btn__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

/* line 3, src/scss/_components/employers/_build.scss */
.build {
  padding-top: 20px;
}

/* line 6, src/scss/_components/employers/_build.scss */
.build.build--1 {
  background-color: #FAFAFC;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 12, src/scss/_components/employers/_build.scss */
.build.build--1 .build__wrapper.build__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
  /* line 12, src/scss/_components/employers/_build.scss */
  .build.build--1 .build__wrapper.build__wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 19, src/scss/_components/employers/_build.scss */
.build.build--1 .build__wrapper-left {
  padding-right: 0;
  padding-left: 15px;
}

/* line 25, src/scss/_components/employers/_build.scss */
.build.build--1 .build__wrapper-right img {
  margin-left: 0;
  margin-right: auto;
}

/* line 33, src/scss/_components/employers/_build.scss */
.build.build--2 {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* line 38, src/scss/_components/employers/_build.scss */
.build .c-grid {
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1279px) {
  /* line 38, src/scss/_components/employers/_build.scss */
  .build .c-grid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 49, src/scss/_components/employers/_build.scss */
.build__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  /* line 49, src/scss/_components/employers/_build.scss */
  .build__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 55, src/scss/_components/employers/_build.scss */
.build__wrapper-left {
  width: 27%;
  padding-right: 15px;
}

@media screen and (max-width: 1023px) {
  /* line 55, src/scss/_components/employers/_build.scss */
  .build__wrapper-left {
    width: 100%;
    padding-right: 0;
  }
}

/* line 64, src/scss/_components/employers/_build.scss */
.build__wrapper-right {
  width: 73%;
}

@media screen and (max-width: 1023px) {
  /* line 64, src/scss/_components/employers/_build.scss */
  .build__wrapper-right {
    width: 100%;
  }
}

/* line 70, src/scss/_components/employers/_build.scss */
.build__wrapper-right img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}

/* line 79, src/scss/_components/employers/_build.scss */
.build__title {
  width: 100%;
  padding-bottom: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  /* line 79, src/scss/_components/employers/_build.scss */
  .build__title {
    padding-bottom: 20px;
    font-size: 15px;
    text-align: center;
  }
}

/* line 92, src/scss/_components/employers/_build.scss */
.build__desc {
  color: black;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  /* line 92, src/scss/_components/employers/_build.scss */
  .build__desc {
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
  }
}

/* line 106, src/scss/_components/employers/_build.scss */
.build__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 110, src/scss/_components/employers/_build.scss */
.build__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

/* line 115, src/scss/_components/employers/_build.scss */
.build__list li > div:nth-of-type(1) {
  width: 30px;
}

/* line 118, src/scss/_components/employers/_build.scss */
.build__list li > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 125, src/scss/_components/employers/_build.scss */
.build__list li .icon-font {
  color: #e4d9ec;
  font-size: 20px;
}

/* line 130, src/scss/_components/employers/_build.scss */
.build__list li p {
  color: #989898;
  line-height: 1.2;
}

/* line 136, src/scss/_components/employers/_build.scss */
.build__list .c-btn {
  width: 100%;
  min-width: unset;
  max-width: -webkit-calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}

/* line 141, src/scss/_components/employers/_build.scss */
.build__list .c-btn__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100% !important;
}

/* line 3, src/scss/_components/employers/_video.scss */
.video {
  padding-top: 60px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/employers/_video.scss */
  .video {
    padding-top: 20px;
  }
}

/* line 11, src/scss/_components/employers/_video.scss */
.video__wrapperr-2 {
  padding-top: 20px;
}

/* line 16, src/scss/_components/employers/_video.scss */
.video__select {
  display: none;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 16, src/scss/_components/employers/_video.scss */
  .video__select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 23, src/scss/_components/employers/_video.scss */
.video__select select {
  outline: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  color: #73479E;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

/* line 38, src/scss/_components/employers/_video.scss */
.video video {
  display: block;
  max-width: 100%;
  height: auto;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

@media screen and (max-width: 767px) {
  /* line 38, src/scss/_components/employers/_video.scss */
  .video video {
    border-top: 1px solid #C0C0C0;
  }
}

/* line 50, src/scss/_components/employers/_video.scss */
.video .nav-tabs {
  border-color: #c0c0c0;
}

@media screen and (max-width: 767px) {
  /* line 50, src/scss/_components/employers/_video.scss */
  .video .nav-tabs {
    display: none;
  }
}

/* line 56, src/scss/_components/employers/_video.scss */
.video .nav-tabs .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 49px;
  padding: 0 25px;
  text-align: center;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  color: #000000;
}

/* line 67, src/scss/_components/employers/_video.scss */
.video .nav-tabs .nav-link span {
  padding-bottom: 5px;
  border-bottom: 2px solid purple;
}

/* line 72, src/scss/_components/employers/_video.scss */
.video .nav-tabs .nav-link.active {
  border-color: #C0C0C0 #C0C0C0 #fff;
}

/* line 78, src/scss/_components/employers/_video.scss */
.video .c-btn {
  min-width: auto;
  width: 100%;
  max-width: 325px;
}

@media screen and (max-width: 767px) {
  /* line 78, src/scss/_components/employers/_video.scss */
  .video .c-btn {
    max-width: 100%;
  }
}

/* line 86, src/scss/_components/employers/_video.scss */
.video .c-btn__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

/* line 3, src/scss/_components/employers/_get.scss */
.get {
  padding: 30px;
  background-color: #73479E;
  color: #ffffff;
  text-align: center;
}

/* line 9, src/scss/_components/employers/_get.scss */
.get__title {
  padding-bottom: 15px;
  font-size: 20px;
}

/* line 14, src/scss/_components/employers/_get.scss */
.get__info {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #d4d4d4;
}

/* line 20, src/scss/_components/employers/_get.scss */
.get .c-btn {
  min-width: auto;
  width: 100%;
  max-width: 325px;
}

@media screen and (max-width: 767px) {
  /* line 20, src/scss/_components/employers/_get.scss */
  .get .c-btn {
    max-width: 100%;
  }
}

/* line 28, src/scss/_components/employers/_get.scss */
.get .c-btn__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 5, src/scss/_components/blog/_search.scss */
.blog-search .search__form {
  z-index: 0;
  position: relative;
}

/* line 9, src/scss/_components/blog/_search.scss */
.blog-search .search__form-wrapper {
  max-width: 1350px;
}

/* line 3, src/scss/_components/blog/_main.scss */
.blog-main {
  overflow: hidden;
  position: relative;
  background-image: url("../img/img-blog-main-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/blog/_main.scss */
  .blog-main {
    background-image: none;
  }
}

/* line 14, src/scss/_components/blog/_main.scss */
.blog-main.blog-main--slider {
  background-image: none;
}

/* line 18, src/scss/_components/blog/_main.scss */
.blog-main.blog-main--slider .blog-main__wrapper {
  padding-left: 95px;
  padding-right: 95px;
}

@media screen and (max-width: 1279px) {
  /* line 18, src/scss/_components/blog/_main.scss */
  .blog-main.blog-main--slider .blog-main__wrapper {
    left: 0;
    width: 100%;
    height: 355px;
  }
  /* line 26, src/scss/_components/blog/_main.scss */
  .blog-main.blog-main--slider .blog-main__wrapper:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.68)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.68));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.68));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.68));
  }
}

@media screen and (max-width: 767px) {
  /* line 18, src/scss/_components/blog/_main.scss */
  .blog-main.blog-main--slider .blog-main__wrapper {
    height: 227px;
  }
}

/* line 37, src/scss/_components/blog/_main.scss */
.blog-main.blog-main--slider .swiper-slide {
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  /* line 45, src/scss/_components/blog/_main.scss */
  .blog-main.blog-main--slider .swiper-slide-img--desktop {
    display: none;
  }
}

/* line 51, src/scss/_components/blog/_main.scss */
.blog-main.blog-main--slider .swiper-slide-img--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 51, src/scss/_components/blog/_main.scss */
  .blog-main.blog-main--slider .swiper-slide-img--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 62, src/scss/_components/blog/_main.scss */
.blog-main:after {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.68)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.68));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.68));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.68));
}

/* line 73, src/scss/_components/blog/_main.scss */
.blog-main__btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  /* line 73, src/scss/_components/blog/_main.scss */
  .blog-main__btn {
    display: none;
  }
}

/* line 82, src/scss/_components/blog/_main.scss */
.blog-main__btn--prev {
  left: 20px;
}

@media screen and (max-width: 1023px) {
  /* line 82, src/scss/_components/blog/_main.scss */
  .blog-main__btn--prev {
    left: 10px;
  }
}

/* line 88, src/scss/_components/blog/_main.scss */
.blog-main__btn--prev .icon-font {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 93, src/scss/_components/blog/_main.scss */
.blog-main__btn--next {
  right: 20px;
}

@media screen and (max-width: 1023px) {
  /* line 93, src/scss/_components/blog/_main.scss */
  .blog-main__btn--next {
    right: 10px;
  }
}

/* line 100, src/scss/_components/blog/_main.scss */
.blog-main__btn .icon-font {
  color: rgba(255, 255, 255, 0.9);
  font-size: 50px;
}

/* line 106, src/scss/_components/blog/_main.scss */
.blog-main__img {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1023px) {
  /* line 106, src/scss/_components/blog/_main.scss */
  .blog-main__img {
    display: block;
  }
}

/* line 118, src/scss/_components/blog/_main.scss */
.blog-main__wrapper {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 355px;
  padding-left: 85px;
}

@media screen and (max-width: 1279px) {
  /* line 118, src/scss/_components/blog/_main.scss */
  .blog-main__wrapper {
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: auto;
    padding-left: 0;
  }
  /* line 130, src/scss/_components/blog/_main.scss */
  .blog-main__wrapper:after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.68)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.68));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.68));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.68));
  }
}

/* line 142, src/scss/_components/blog/_main.scss */
.blog-main__wrapper-left {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 35%;
}

@media screen and (max-width: 1023px) {
  /* line 142, src/scss/_components/blog/_main.scss */
  .blog-main__wrapper-left {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
}

/* line 159, src/scss/_components/blog/_main.scss */
.blog-main__wrapper-left > div {
  width: 100%;
}

/* line 167, src/scss/_components/blog/_main.scss */
.blog-main__label {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 15px;
  color: #f3a616;
}

@media screen and (max-width: 1023px) {
  /* line 167, src/scss/_components/blog/_main.scss */
  .blog-main__label {
    color: #ffffff;
    font-size: 11px;
  }
}

/* line 179, src/scss/_components/blog/_main.scss */
.blog-main__title {
  width: 1080px;
  font-size: 34px;
  line-height: 34px;
  padding-top: 8px;
  color: #ffffff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}

@media screen and (max-width: 1919px) {
  /* line 179, src/scss/_components/blog/_main.scss */
  .blog-main__title {
    width: auto;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 179, src/scss/_components/blog/_main.scss */
  .blog-main__title {
    padding-top: 0;
    line-height: 1.5;
    font-size: 16px;
  }
}

/* line 199, src/scss/_components/blog/_main.scss */
.blog-main__data {
  padding-top: 20px;
  font: normal 14px Lato,'sans-serif','Zawgyi-One';
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  /* line 199, src/scss/_components/blog/_main.scss */
  .blog-main__data {
    padding-top: 0;
    font-size: 10px;
  }
}

/* line 3, src/scss/_components/blog/_navigation.scss */
.navigation {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -2px 8px #000;
          box-shadow: 0 -2px 8px #000;
}

/* line 7, src/scss/_components/blog/_navigation.scss */
.navigation__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  /* line 7, src/scss/_components/blog/_navigation.scss */
  .navigation__wrapper {
    display: none;
  }
}

/* line 16, src/scss/_components/blog/_navigation.scss */
.navigation__link {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 15px;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 1365px) {
  /* line 16, src/scss/_components/blog/_navigation.scss */
  .navigation__link {
    font-size: 12px;
  }
}

/* line 32, src/scss/_components/blog/_navigation.scss */
.navigation__link:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #663399;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 45, src/scss/_components/blog/_navigation.scss */
.navigation__link:hover {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 50, src/scss/_components/blog/_navigation.scss */
.navigation__link.is-active {
  color: #663399;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 54, src/scss/_components/blog/_navigation.scss */
.navigation__link.is-active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 62, src/scss/_components/blog/_navigation.scss */
.navigation .dropdown {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 62, src/scss/_components/blog/_navigation.scss */
  .navigation .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 68, src/scss/_components/blog/_navigation.scss */
.navigation .dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 15px;
  border-bottom: 1px solid #663399;
  color: #663399;
  font-size: 13px;
}

/* line 81, src/scss/_components/blog/_navigation.scss */
.navigation .dropdown-menu {
  -webkit-transform: translate3d(0, 50px, 0px) !important;
          transform: translate3d(0, 50px, 0px) !important;
  float: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* line 3, src/scss/_components/blog/_blog.scss */
.blog {
  padding-top: 20px;
  padding-bottom: 30px;
}

/* line 7, src/scss/_components/blog/_blog.scss */
.blog__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: -webkit-calc(100% - 280px);
  max-width: calc(100% - 280px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1439px) {
  /* line 7, src/scss/_components/blog/_blog.scss */
  .blog__wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 7, src/scss/_components/blog/_blog.scss */
  .blog__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 22, src/scss/_components/blog/_blog.scss */
.blog__wrapper-left {
  width: 75%;
  padding-right: 40px;
}

@media screen and (max-width: 1023px) {
  /* line 22, src/scss/_components/blog/_blog.scss */
  .blog__wrapper-left {
    padding-right: 0;
    width: 100%;
  }
}

/* line 31, src/scss/_components/blog/_blog.scss */
.blog__wrapper-right {
  width: 25%;
}

@media screen and (max-width: 1023px) {
  /* line 31, src/scss/_components/blog/_blog.scss */
  .blog__wrapper-right {
    width: 100%;
  }
}

/* line 39, src/scss/_components/blog/_blog.scss */
.blog__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}

/* line 46, src/scss/_components/blog/_blog.scss */
.blog__box > div {
  width: 100%;
  max-width: -webkit-calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 46, src/scss/_components/blog/_blog.scss */
  .blog__box > div {
    max-width: 100%;
  }
}

/* line 55, src/scss/_components/blog/_blog.scss */
.blog__box .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* line 61, src/scss/_components/blog/_blog.scss */
.blog__box .card-head {
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
}

@media screen and (max-width: 1535px) {
  /* line 61, src/scss/_components/blog/_blog.scss */
  .blog__box .card-head {
    height: 200px;
  }
}

/* line 70, src/scss/_components/blog/_blog.scss */
.blog__box .card-head img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 82, src/scss/_components/blog/_blog.scss */
.blog__box .card-body {
  padding: 15px 0;
  min-height: 180px;
  border-bottom: 1px solid #cdcdcd;
}

/* line 88, src/scss/_components/blog/_blog.scss */
.blog__box .card-title {
  color: purple;
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  /* line 88, src/scss/_components/blog/_blog.scss */
  .blog__box .card-title {
    font-size: 14px;
  }
}

/* line 98, src/scss/_components/blog/_blog.scss */
.blog__box .card-data {
  padding-bottom: 11px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  /* line 98, src/scss/_components/blog/_blog.scss */
  .blog__box .card-data {
    padding-bottom: 10px;
  }
}

/* line 106, src/scss/_components/blog/_blog.scss */
.blog__box .card-text {
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  /* line 106, src/scss/_components/blog/_blog.scss */
  .blog__box .card-text {
    font-size: 13px;
    padding-bottom: 5px;
  }
}

/* line 116, src/scss/_components/blog/_blog.scss */
.blog__box .card-link {
  color: #1155cc;
  font-size: 15px;
  text-decoration: none;
}

/* line 124, src/scss/_components/blog/_blog.scss */
.blog__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 131, src/scss/_components/blog/_blog.scss */
.blog__description.blog__description--content p {
  padding-bottom: 10px;
  line-height: 28px;
  color: #000000;
}

/* line 136, src/scss/_components/blog/_blog.scss */
.blog__description.blog__description--content p strong {
  font-weight: 600;
}

/* line 140, src/scss/_components/blog/_blog.scss */
.blog__description.blog__description--content p a {
  color: #0563c1;
  text-decoration: underline;
}

/* line 148, src/scss/_components/blog/_blog.scss */
.blog__description > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 75px;
}

@media screen and (max-width: 767px) {
  /* line 148, src/scss/_components/blog/_blog.scss */
  .blog__description > div:nth-of-type(1) {
    display: none;
  }
}

/* line 156, src/scss/_components/blog/_blog.scss */
.blog__description > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 163, src/scss/_components/blog/_blog.scss */
.blog__description-title {
  padding-top: 0.67em;
  padding-bottom: 0.67em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: purple;
}

/* line 172, src/scss/_components/blog/_blog.scss */
.blog__description-data {
  padding-bottom: 10px;
  font-size: 13px;
  text-align: center;
}

/* line 178, src/scss/_components/blog/_blog.scss */
.blog__description-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* line 187, src/scss/_components/blog/_blog.scss */
.blog__description .blog__topics {
  border: none;
}

/* line 192, src/scss/_components/blog/_blog.scss */
.blog__share {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  /* line 192, src/scss/_components/blog/_blog.scss */
  .blog__share {
    display: none;
  }
}

/* line 202, src/scss/_components/blog/_blog.scss */
.blog__share-title {
  cursor: default;
  margin-bottom: 15px;
  text-decoration: underline;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
}

/* line 211, src/scss/_components/blog/_blog.scss */
.blog__share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
}

/* line 217, src/scss/_components/blog/_blog.scss */
.blog__share a:not(:last-of-type) {
  margin-bottom: 15px;
}

/* line 221, src/scss/_components/blog/_blog.scss */
.blog__share a .icon-font {
  color: #999999;
  font-size: 20px;
}

/* line 228, src/scss/_components/blog/_blog.scss */
.blog__comment {
  width: 100%;
  margin: 15px 0 40px;
  padding: 26px 18px;
  -webkit-box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.59);
          box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 767px) {
  /* line 228, src/scss/_components/blog/_blog.scss */
  .blog__comment {
    display: none;
  }
}

/* line 238, src/scss/_components/blog/_blog.scss */
.blog__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.59);
          box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 1023px) {
  /* line 238, src/scss/_components/blog/_blog.scss */
  .blog__social {
    display: none;
  }
}

/* line 247, src/scss/_components/blog/_blog.scss */
.blog__social-title {
  position: relative;
  top: 2px;
  padding-right: 30px;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  line-height: 1;
}

/* line 257, src/scss/_components/blog/_blog.scss */
.blog__social > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 262, src/scss/_components/blog/_blog.scss */
.blog__social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 269, src/scss/_components/blog/_blog.scss */
.blog__social-link:hover {
  -webkit-box-shadow: 0px 2px 14px -3px #000;
          box-shadow: 0px 2px 14px -3px #000;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 275, src/scss/_components/blog/_blog.scss */
.blog__social-link--facebook .icon-font {
  color: #3b5998;
}

/* line 280, src/scss/_components/blog/_blog.scss */
.blog__social-link--linkedin .icon-font {
  color: #0077b5;
}

/* line 285, src/scss/_components/blog/_blog.scss */
.blog__social-link--twitter .icon-font {
  color: #1da1f2;
}

/* line 290, src/scss/_components/blog/_blog.scss */
.blog__social-link--google-plus .icon-font {
  color: #dd4b39;
}

/* line 295, src/scss/_components/blog/_blog.scss */
.blog__social-link:not(:last-of-type) {
  margin-right: 20px;
}

/* line 299, src/scss/_components/blog/_blog.scss */
.blog__social-link .icon-font {
  font-size: 26px;
}

/* line 305, src/scss/_components/blog/_blog.scss */
.blog__recent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  border-bottom: 1px solid #616161;
}

/* line 311, src/scss/_components/blog/_blog.scss */
.blog__recent-head, .blog__recent-body {
  width: 100%;
}

/* line 316, src/scss/_components/blog/_blog.scss */
.blog__recent-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #616161;
}

/* line 325, src/scss/_components/blog/_blog.scss */
.blog__recent-head p {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 330, src/scss/_components/blog/_blog.scss */
.blog__recent-head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: purple;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 338, src/scss/_components/blog/_blog.scss */
.blog__recent-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}

/* line 344, src/scss/_components/blog/_blog.scss */
.blog__recent-link > div:nth-of-type(1) {
  width: 90px;
  padding-right: 10px;
}

/* line 348, src/scss/_components/blog/_blog.scss */
.blog__recent-link > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 355, src/scss/_components/blog/_blog.scss */
.blog__recent-link img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 361, src/scss/_components/blog/_blog.scss */
.blog__recent-link p {
  font-size: 12px;
  color: #000;
}

@media screen and (max-width: 767px) {
  /* line 361, src/scss/_components/blog/_blog.scss */
  .blog__recent-link p {
    color: purple;
  }
}

/* line 369, src/scss/_components/blog/_blog.scss */
.blog__recent-link span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #999999;
}

/* line 378, src/scss/_components/blog/_blog.scss */
.blog__topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  border-bottom: 1px solid #616161;
}

/* line 384, src/scss/_components/blog/_blog.scss */
.blog__topics-head, .blog__topics-body {
  width: 100%;
}

/* line 389, src/scss/_components/blog/_blog.scss */
.blog__topics-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #616161;
}

/* line 397, src/scss/_components/blog/_blog.scss */
.blog__topics-head p {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 403, src/scss/_components/blog/_blog.scss */
.blog__topics-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 407, src/scss/_components/blog/_blog.scss */
.blog__topics-body a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #A385C2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 6px 15px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 407, src/scss/_components/blog/_blog.scss */
  .blog__topics-body a {
    padding: 5px 10px;
    font-size: 9px;
  }
}

/* line 426, src/scss/_components/blog/_blog.scss */
.blog__topics-body a:hover {
  -webkit-box-shadow: 0px 2px 14px -3px #000;
          box-shadow: 0px 2px 14px -3px #000;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 434, src/scss/_components/blog/_blog.scss */
.blog__employers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}

/* line 439, src/scss/_components/blog/_blog.scss */
.blog__employers-head, .blog__employers-body {
  width: 100%;
}

/* line 444, src/scss/_components/blog/_blog.scss */
.blog__employers-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #616161;
}

/* line 452, src/scss/_components/blog/_blog.scss */
.blog__employers-head p {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 458, src/scss/_components/blog/_blog.scss */
.blog__employers-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 462, src/scss/_components/blog/_blog.scss */
.blog__employers-body a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
  height: 95px;
  padding: 5px;
}

@media screen and (max-width: 1023px) {
  /* line 462, src/scss/_components/blog/_blog.scss */
  .blog__employers-body a {
    max-width: -webkit-calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media screen and (max-width: 767px) {
  /* line 462, src/scss/_components/blog/_blog.scss */
  .blog__employers-body a {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

/* line 477, src/scss/_components/blog/_blog.scss */
.blog__employers-body a img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 489, src/scss/_components/blog/_blog.scss */
.blog__paginational {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

/* line 494, src/scss/_components/blog/_blog.scss */
.blog__paginational-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 22px;
  margin-left: 2px;
  margin-right: 2px;
  color: #616161;
  font-size: 12px;
}

/* line 506, src/scss/_components/blog/_blog.scss */
.blog__paginational-link--prev .icon-font {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 511, src/scss/_components/blog/_blog.scss */
.blog__paginational-link--next .icon-font {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 516, src/scss/_components/blog/_blog.scss */
.blog__paginational-link--last .icon-font {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 521, src/scss/_components/blog/_blog.scss */
.blog__paginational-link.is-active {
  color: #000000;
}

/* line 525, src/scss/_components/blog/_blog.scss */
.blog__paginational-link .icon-font {
  color: #616161;
  font-size: 12px;
}

/* line 529, src/scss/_components/blog/_blog.scss */
.blog__paginational-link .icon-font.icon-keyboard-arrow-down {
  font-size: 8px;
}

/* line 3, src/scss/_components/career/_main.scss */
.career-main {
  position: relative;
  padding-bottom: 30px;
}

/* line 7, src/scss/_components/career/_main.scss */
.career-main__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - (148px / 2) - 30px);
  height: calc(100% - (148px / 2) - 30px);
  background-image: url("../img/img-career-main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 1023px) {
  /* line 7, src/scss/_components/career/_main.scss */
  .career-main__bg {
    height: 300px;
  }
}

/* line 22, src/scss/_components/career/_main.scss */
.career-main__bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 33, src/scss/_components/career/_main.scss */
.career-main__wrapper {
  position: relative;
}

/* line 37, src/scss/_components/career/_main.scss */
.career-main__wrapper-1 > div {
  position: relative;
  width: 100%;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
}

/* line 45, src/scss/_components/career/_main.scss */
.career-main__wrapper-1 a {
  position: absolute;
  top: -5px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 52, src/scss/_components/career/_main.scss */
.career-main__wrapper-1 img {
  display: block;
  max-width: 140px;
  height: auto;
  max-height: 100%;
}

/* line 60, src/scss/_components/career/_main.scss */
.career-main__wrapper-2 {
  padding-top: -webkit-calc(300px - (148px / 2));
  padding-top: calc(300px - (148px / 2));
}

/* line 65, src/scss/_components/career/_main.scss */
.career-main__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1074px;
  min-height: 148px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 1px 3px 0px rgba(234, 234, 234, 0.6);
          box-shadow: 0 1px 3px 0px rgba(234, 234, 234, 0.6);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  /* line 65, src/scss/_components/career/_main.scss */
  .career-main__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 79, src/scss/_components/career/_main.scss */
.career-main__box-left, .career-main__box-right {
  min-height: 100%;
}

/* line 84, src/scss/_components/career/_main.scss */
.career-main__box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 200px;
  border-right: 1px solid #aeaeae;
}

@media screen and (max-width: 1023px) {
  /* line 84, src/scss/_components/career/_main.scss */
  .career-main__box-left {
    max-width: 148px;
    height: 148px;
  }
}

/* line 96, src/scss/_components/career/_main.scss */
.career-main__box-left img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 104, src/scss/_components/career/_main.scss */
.career-main__box-middle {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: -webkit-calc(100% - 148px);
  max-width: calc(100% - 148px);
  height: 148px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 104, src/scss/_components/career/_main.scss */
  .career-main__box-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 117, src/scss/_components/career/_main.scss */
.career-main__box-middle .career-main__box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: none;
}

/* line 125, src/scss/_components/career/_main.scss */
.career-main__box-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 1px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 125, src/scss/_components/career/_main.scss */
  .career-main__box-right {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #aeaeae;
  }
}

/* line 144, src/scss/_components/career/_main.scss */
.career-main__box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #aeaeae;
}

@media screen and (max-width: 1023px) {
  /* line 144, src/scss/_components/career/_main.scss */
  .career-main__box-head {
    display: none;
  }
}

/* line 156, src/scss/_components/career/_main.scss */
.career-main__box-head .c-btn {
  height: auto;
  padding: 3px 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 161, src/scss/_components/career/_main.scss */
.career-main__box-head .c-btn span {
  font-size: 13px;
}

/* line 167, src/scss/_components/career/_main.scss */
.career-main__box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: -webkit-calc(100% - 38px);
  min-height: calc(100% - 38px);
  padding: 15px;
}

@media screen and (max-width: 767px) {
  /* line 167, src/scss/_components/career/_main.scss */
  .career-main__box-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 178, src/scss/_components/career/_main.scss */
.career-main__box-body > div {
  width: 100%;
  max-width: 50%;
}

@media screen and (max-width: 1023px) {
  /* line 178, src/scss/_components/career/_main.scss */
  .career-main__box-body > div {
    max-width: 100%;
  }
  /* line 184, src/scss/_components/career/_main.scss */
  .career-main__box-body > div:nth-of-type(1) {
    padding-bottom: 10px;
  }
}

/* line 191, src/scss/_components/career/_main.scss */
.career-main__box-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

/* line 197, src/scss/_components/career/_main.scss */
.career-main__box-qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 27px;
  margin-left: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 208, src/scss/_components/career/_main.scss */
.career-main__box-qr img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 216, src/scss/_components/career/_main.scss */
.career-main__box-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

/* line 222, src/scss/_components/career/_main.scss */
.career-main__box-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 424px) {
  /* line 222, src/scss/_components/career/_main.scss */
  .career-main__box-info li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 229, src/scss/_components/career/_main.scss */
.career-main__box-info li > div:nth-of-type(1) {
  width: 45px;
  padding-top: 2px;
}

@media screen and (max-width: 1023px) {
  /* line 229, src/scss/_components/career/_main.scss */
  .career-main__box-info li > div:nth-of-type(1) {
    width: 25px;
  }
}

/* line 236, src/scss/_components/career/_main.scss */
.career-main__box-info li > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 236, src/scss/_components/career/_main.scss */
  .career-main__box-info li > div:nth-of-type(2) {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

/* line 244, src/scss/_components/career/_main.scss */
.career-main__box-info li > div:nth-of-type(3) {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 244, src/scss/_components/career/_main.scss */
  .career-main__box-info li > div:nth-of-type(3) {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding-left: 25px;
  }
  /* line 254, src/scss/_components/career/_main.scss */
  .career-main__box-info li > div:nth-of-type(3) p span {
    padding-left: 0;
  }
}

/* line 263, src/scss/_components/career/_main.scss */
.career-main__box-info .icon-font {
  color: #9458d1;
  font-size: 16px;
}

/* line 268, src/scss/_components/career/_main.scss */
.career-main__box-info u {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #9458d1;
}

/* line 278, src/scss/_components/career/_main.scss */
.career-main__box-info p {
  line-height: 24px;
}

/* line 281, src/scss/_components/career/_main.scss */
.career-main__box-info p strong {
  font-size: 16px;
  font-weight: 600;
}

/* line 286, src/scss/_components/career/_main.scss */
.career-main__box-info p span {
  padding-left: 4px;
  font-size: 14px;
}

/* line 3, src/scss/_components/career/_table.scss */
.career-table {
  padding-top: 15px;
  padding-bottom: 30px;
}

/* line 7, src/scss/_components/career/_table.scss */
.career-table__title {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #3b3b3b;
}

/* line 15, src/scss/_components/career/_table.scss */
.career-table__wrapper-2 {
  padding-top: 20px;
}

/* line 18, src/scss/_components/career/_table.scss */
.career-table__wrapper-2 .c-btn {
  width: 100%;
  max-width: 240px;
}

/* line 25, src/scss/_components/career/_table.scss */
.career-table__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 29, src/scss/_components/career/_table.scss */
.career-table__box-head, .career-table__box-body {
  width: 100%;
}

/* line 34, src/scss/_components/career/_table.scss */
.career-table__box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid #9458d1;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1023px) {
  /* line 34, src/scss/_components/career/_table.scss */
  .career-table__box-head {
    display: none;
  }
}

/* line 48, src/scss/_components/career/_table.scss */
.career-table__box-head p {
  font-weight: 500;
  font-size: 14px;
  color: #3b3b3b;
}

/* line 54, src/scss/_components/career/_table.scss */
.career-table__box-head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #9458d1;
  font-weight: 500;
}

/* line 64, src/scss/_components/career/_table.scss */
.career-table__box-body {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 1023px) {
  /* line 64, src/scss/_components/career/_table.scss */
  .career-table__box-body {
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none;
  }
}

/* line 72, src/scss/_components/career/_table.scss */
.career-table__box-body p {
  display: none;
  font-weight: 500;
  font-size: 14px;
  color: #3b3b3b;
}

@media screen and (max-width: 1023px) {
  /* line 72, src/scss/_components/career/_table.scss */
  .career-table__box-body p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 84, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-row:hover {
  background-color: #f3f4f5;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 90, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 1023px) {
  /* line 90, src/scss/_components/career/_table.scss */
  .career-table__box-body .career-table__box-col {
    display: block;
    padding: 10px 13px;
  }
  /* line 103, src/scss/_components/career/_table.scss */
  .career-table__box-body .career-table__box-col-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 109, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col:not(:first-of-type) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 109, src/scss/_components/career/_table.scss */
  .career-table__box-body .career-table__box-col:not(:first-of-type) {
    text-align: left;
  }
}

/* line 117, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col > span,
.career-table__box-body .career-table__box-col > a {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}

/* line 125, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col > span {
  font-size: 14px;
  color: #3b3b3b;
}

/* line 130, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col > a {
  font-size: 14px;
  color: #9458d1;
}

/* line 135, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col .c-btn {
  width: 100%;
  max-width: 130px;
  min-width: unset;
  height: 33px;
}

@media screen and (max-width: 1023px) {
  /* line 135, src/scss/_components/career/_table.scss */
  .career-table__box-body .career-table__box-col .c-btn {
    max-width: 100%;
  }
}

/* line 144, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col .c-btn span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

/* line 150, src/scss/_components/career/_table.scss */
.career-table__box-body .career-table__box-col .c-btn__wrapper {
  width: 100%;
}

/* line 158, src/scss/_components/career/_table.scss */
.career-table__box-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 158, src/scss/_components/career/_table.scss */
  .career-table__box-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    padding: 0;
    border: 1px solid #dfdfdf;
  }
  /* line 172, src/scss/_components/career/_table.scss */
  .career-table__box-row:not(:last-of-type) {
    margin-bottom: 20px;
  }
  /* line 175, src/scss/_components/career/_table.scss */
  .career-table__box-row:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #9458d1;
  }
}

/* line 188, src/scss/_components/career/_table.scss */
.career-table__box-col {
  -webkit-flex-basis: 50px;
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
}

@media screen and (max-width: 1023px) {
  /* line 188, src/scss/_components/career/_table.scss */
  .career-table__box-col {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 60px;
  }
}

/* line 195, src/scss/_components/career/_table.scss */
.career-table__box-col:not(:last-of-type) {
  border-right: 1px solid #dfdfdf;
}

@media screen and (max-width: 1023px) {
  /* line 195, src/scss/_components/career/_table.scss */
  .career-table__box-col:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
}

/* line 203, src/scss/_components/career/_table.scss */
.career-table__box-col-1 {
  padding: 0 5px 0 10px;
}

/* line 207, src/scss/_components/career/_table.scss */
.career-table__box-col-2, .career-table__box-col-3, .career-table__box-col-4, .career-table__box-col-5, .career-table__box-col-6 {
  padding-left: 20px;
}

/* line 215, src/scss/_components/career/_table.scss */
.career-table__box-col-1 {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}

@media screen and (max-width: 1023px) {
  /* line 215, src/scss/_components/career/_table.scss */
  .career-table__box-col-1 {
    width: 100%;
  }
}

/* line 221, src/scss/_components/career/_table.scss */
.career-table__box-col-2 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

@media screen and (max-width: 1023px) {
  /* line 221, src/scss/_components/career/_table.scss */
  .career-table__box-col-2 {
    width: 100%;
  }
}

/* line 227, src/scss/_components/career/_table.scss */
.career-table__box-col-3 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1023px) {
  /* line 227, src/scss/_components/career/_table.scss */
  .career-table__box-col-3 {
    width: 50%;
  }
}

/* line 233, src/scss/_components/career/_table.scss */
.career-table__box-col-4 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

@media screen and (max-width: 1023px) {
  /* line 233, src/scss/_components/career/_table.scss */
  .career-table__box-col-4 {
    width: 50%;
  }
}

/* line 239, src/scss/_components/career/_table.scss */
.career-table__box-col-5 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

@media screen and (max-width: 1023px) {
  /* line 239, src/scss/_components/career/_table.scss */
  .career-table__box-col-5 {
    width: 50%;
  }
}

/* line 245, src/scss/_components/career/_table.scss */
.career-table__box-col-6 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 1023px) {
  /* line 245, src/scss/_components/career/_table.scss */
  .career-table__box-col-6 {
    width: 50%;
  }
}

/* line 251, src/scss/_components/career/_table.scss */
.career-table__box-col-7 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

/* line 3, src/scss/_components/career/_media.scss */
.media {
  padding-bottom: 15px;
}

/* line 7, src/scss/_components/career/_media.scss */
.media__wrapper-1 {
  padding-bottom: 30px;
}

/* line 11, src/scss/_components/career/_media.scss */
.media__wrapper-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}

/* line 19, src/scss/_components/career/_media.scss */
.media__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #639;
}

/* line 30, src/scss/_components/career/_media.scss */
.media__heading p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  /* line 30, src/scss/_components/career/_media.scss */
  .media__heading p {
    font-size: 19px;
    line-height: 22px;
  }
}

/* line 43, src/scss/_components/career/_media.scss */
.media__img {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 128px;
}

/* line 52, src/scss/_components/career/_media.scss */
.media__img:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 59, src/scss/_components/career/_media.scss */
.media__img:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 72, src/scss/_components/career/_media.scss */
.media__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  /* line 72, src/scss/_components/career/_media.scss */
  .media__img-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 83, src/scss/_components/career/_media.scss */
.media__img-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 15px 5px;
}

@media screen and (max-width: 767px) {
  /* line 83, src/scss/_components/career/_media.scss */
  .media__img-wrapper > div {
    max-width: 320px;
    padding: 0;
  }
  /* line 90, src/scss/_components/career/_media.scss */
  .media__img-wrapper > div:not(:first-of-type) {
    display: none;
  }
}

/* line 3, src/scss/_components/career/_jobs.scss */
.jobs {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  background-color: #f3f3f3;
}

/* line 11, src/scss/_components/career/_jobs.scss */
.jobs__wrapper-1 {
  padding-bottom: 20px;
}

/* line 15, src/scss/_components/career/_jobs.scss */
.jobs__wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 23, src/scss/_components/career/_jobs.scss */
.jobs__wrapper-2 .jobs__wrapper-left, .jobs__wrapper-2 .jobs__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
}

@media screen and (max-width: 767px) {
  /* line 23, src/scss/_components/career/_jobs.scss */
  .jobs__wrapper-2 .jobs__wrapper-left, .jobs__wrapper-2 .jobs__wrapper-right {
    width: 30px;
  }
}

/* line 34, src/scss/_components/career/_jobs.scss */
.jobs__wrapper-2 .jobs__wrapper-middle {
  width: 100%;
  max-width: 962px;
}

@media screen and (max-width: 1279px) {
  /* line 34, src/scss/_components/career/_jobs.scss */
  .jobs__wrapper-2 .jobs__wrapper-middle {
    max-width: -webkit-calc(100% - (47px * 2));
    max-width: calc(100% - (47px * 2));
  }
}

@media screen and (max-width: 767px) {
  /* line 34, src/scss/_components/career/_jobs.scss */
  .jobs__wrapper-2 .jobs__wrapper-middle {
    max-width: -webkit-calc(100% - (20px * 2));
    max-width: calc(100% - (20px * 2));
  }
}

/* line 49, src/scss/_components/career/_jobs.scss */
.jobs__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Gotham Pro', sans-serif;
}

@media screen and (max-width: 767px) {
  /* line 49, src/scss/_components/career/_jobs.scss */
  .jobs__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

/* line 59, src/scss/_components/career/_jobs.scss */
.jobs__title .icon-font {
  color: #f69322;
  font-size: 40px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  /* line 59, src/scss/_components/career/_jobs.scss */
  .jobs__title .icon-font {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* line 69, src/scss/_components/career/_jobs.scss */
.jobs__title span {
  font-size: 24px;
  color: #3b3b3b;
  line-height: 36px;
  font-weight: 500;
}

/* line 77, src/scss/_components/career/_jobs.scss */
.jobs__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 80, src/scss/_components/career/_jobs.scss */
.jobs__btn .icon-font {
  font-size: 40px;
  color: #e0e0e0;
}

@media screen and (max-width: 767px) {
  /* line 80, src/scss/_components/career/_jobs.scss */
  .jobs__btn .icon-font {
    font-size: 30px;
  }
}

/* line 89, src/scss/_components/career/_jobs.scss */
.jobs__btn--prev .icon-font {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 96, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 130px;
  padding: 8px 14px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  font-size: 16px;
  color: #9458d1;
}

/* line 107, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide-head {
  padding: 10px 10px 12px 10px;
  border-bottom: 1px solid #dfdfdf;
}

/* line 111, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide-head p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.2;
}

/* line 119, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide-head span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: 'Quicksand', sans-serif;
}

/* line 130, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide ul {
  font-family: 'Quicksand', sans-serif;
}

/* line 133, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

/* line 139, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide ul li > div:nth-of-type(1) {
  padding-right: 10px;
}

/* line 142, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide ul li > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 149, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide ul li .icon-font {
  font-size: 14px;
  color: #9b63d4;
}

/* line 153, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide ul li .icon-font.icon-pin {
  color: #f69322;
}

/* line 158, src/scss/_components/career/_jobs.scss */
.jobs .swiper-slide ul li p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
}

/* line 3, src/scss/_components/career/_details.scss */
.career-details {
  padding-top: 40px;
  padding-bottom: 30px;
}

/* line 7, src/scss/_components/career/_details.scss */
.career-details__wrapper {
  width: 100%;
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
}

/* line 14, src/scss/_components/career/_details.scss */
.career-details__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Gotham Pro', sans-serif;
}

/* line 19, src/scss/_components/career/_details.scss */
.career-details__block > div:nth-of-type(1) {
  position: relative;
  width: 56px;
}

@media screen and (max-width: 767px) {
  /* line 19, src/scss/_components/career/_details.scss */
  .career-details__block > div:nth-of-type(1) {
    display: none;
  }
}

/* line 26, src/scss/_components/career/_details.scss */
.career-details__block > div:nth-of-type(1) u {
  position: absolute;
  top: 0;
  left: 18px;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #9458d1;
}

/* line 36, src/scss/_components/career/_details.scss */
.career-details__block > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-bottom: 10px;
}

/* line 44, src/scss/_components/career/_details.scss */
.career-details__block-icon {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #9458d1;
}

/* line 55, src/scss/_components/career/_details.scss */
.career-details__block-icon .icon-font {
  font-size: 16px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 61, src/scss/_components/career/_details.scss */
  .career-details__block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  /* line 70, src/scss/_components/career/_details.scss */
  .career-details__block-title > div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-left: 10px;
  }
}

/* line 79, src/scss/_components/career/_details.scss */
.career-details__block-title .career-details__block-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 79, src/scss/_components/career/_details.scss */
  .career-details__block-title .career-details__block-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 86, src/scss/_components/career/_details.scss */
.career-details__block-title p {
  font-weight: 500;
  line-height: 36px;
  font-size: 24px;
  color: #9458d1;
}

/* line 94, src/scss/_components/career/_details.scss */
.career-details__block-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  line-height: 1.2;
  font-size: 16px;
  color: #777777;
}

/* line 3, src/scss/_components/career/_reviews.scss */
.reviews {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  background-color: #f3f3f3;
}

/* line 10, src/scss/_components/career/_reviews.scss */
.reviews .c-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 15, src/scss/_components/career/_reviews.scss */
.reviews__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 21, src/scss/_components/career/_reviews.scss */
.reviews__wrapper-left, .reviews__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  /* line 21, src/scss/_components/career/_reviews.scss */
  .reviews__wrapper-left, .reviews__wrapper-right {
    width: 30px;
  }
}

/* line 33, src/scss/_components/career/_reviews.scss */
.reviews__wrapper-middle {
  width: 100%;
  max-width: 962px;
}

@media screen and (max-width: 1279px) {
  /* line 33, src/scss/_components/career/_reviews.scss */
  .reviews__wrapper-middle {
    max-width: -webkit-calc(100% - (47px * 2));
    max-width: calc(100% - (47px * 2));
  }
}

@media screen and (max-width: 767px) {
  /* line 33, src/scss/_components/career/_reviews.scss */
  .reviews__wrapper-middle {
    max-width: -webkit-calc(100% - (20px * 2));
    max-width: calc(100% - (20px * 2));
  }
}

/* line 45, src/scss/_components/career/_reviews.scss */
.reviews__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 48, src/scss/_components/career/_reviews.scss */
.reviews__btn .icon-font {
  font-size: 40px;
  color: #e0e0e0;
}

@media screen and (max-width: 767px) {
  /* line 48, src/scss/_components/career/_reviews.scss */
  .reviews__btn .icon-font {
    font-size: 30px;
  }
}

/* line 57, src/scss/_components/career/_reviews.scss */
.reviews__btn--prev .icon-font {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 64, src/scss/_components/career/_reviews.scss */
.reviews .swiper-container {
  padding-top: 50px;
}

/* line 68, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 155px;
  padding-bottom: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #aeaeae;
  background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
  /* line 68, src/scss/_components/career/_reviews.scss */
  .reviews .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 80, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-left {
  position: absolute;
  top: 0;
  left: 70px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
  /* line 80, src/scss/_components/career/_reviews.scss */
  .reviews .swiper-slide-left {
    left: 10px;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    background-color: transparent;
  }
}

/* line 100, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-left > div:nth-of-type(1) {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  /* line 100, src/scss/_components/career/_reviews.scss */
  .reviews .swiper-slide-left > div:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

/* line 108, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-left > div:nth-of-type(2) {
  font-family: 'Gotham Pro', sans-serif;
}

@media screen and (max-width: 767px) {
  /* line 108, src/scss/_components/career/_reviews.scss */
  .reviews .swiper-slide-left > div:nth-of-type(2) {
    padding-bottom: 40px;
  }
}

/* line 114, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-left > div:nth-of-type(2) p {
  font-weight: 500;
  color: #3b3b3b;
  font-size: 18px;
}

/* line 120, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-left > div:nth-of-type(2) span {
  color: #3b3b3b;
  font-size: 16px;
}

/* line 128, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-right {
  padding-top: 50px;
  padding-left: 215px;
}

@media screen and (max-width: 767px) {
  /* line 128, src/scss/_components/career/_reviews.scss */
  .reviews .swiper-slide-right {
    width: 100%;
    padding-top: 157px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 138, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-right p {
  position: relative;
  width: 100%;
  max-width: 660px;
  color: #666666;
  line-height: 1.5;
  font-size: 14px;
}

/* line 148, src/scss/_components/career/_reviews.scss */
.reviews .swiper-slide-ava {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #aeaeae;
}

/* line 4, src/scss/_components/career/_video.scss */
.career-video .c-grid {
  max-width: 1084px;
}

@media screen and (max-width: 767px) {
  /* line 12, src/scss/_components/career/_video.scss */
  .career-video__wrapper-1 .description__more {
    max-width: 100%;
  }
  /* line 15, src/scss/_components/career/_video.scss */
  .career-video__wrapper-1 .description__more a {
    width: 105px;
    margin-left: 0;
  }
}

/* line 23, src/scss/_components/career/_video.scss */
.career-video__wrapper-2 {
  border-bottom: 1px solid #aeaeae;
}

@media screen and (max-width: 767px) {
  /* line 23, src/scss/_components/career/_video.scss */
  .career-video__wrapper-2 {
    border-bottom: 0;
  }
}

/* line 31, src/scss/_components/career/_video.scss */
.career-video__box {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  /* line 31, src/scss/_components/career/_video.scss */
  .career-video__box {
    margin-bottom: 20px;
  }
}

/* line 48, src/scss/_components/career/_video.scss */
.career-video__box:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 55, src/scss/_components/career/_video.scss */
.career-video__box:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 5, src/scss/_components/career/_search.scss */
.career-search .search__form {
  z-index: 0;
  position: relative;
  background-image: url("../img/img-career-search-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

/* line 13, src/scss/_components/career/_search.scss */
.career-search .search__form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* line 23, src/scss/_components/career/_search.scss */
.career-search .search__form-wrapper {
  z-index: 2;
  position: relative;
  max-width: 1350px;
}

/* line 3, src/scss/_components/career/_floater.scss */
.career-floater {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  padding: 8px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px -4px #bbbaba;
          box-shadow: 0px 0px 13px -4px #bbbaba;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/career/_floater.scss */
  .career-floater {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 20, src/scss/_components/career/_floater.scss */
.career-floater > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 25, src/scss/_components/career/_floater.scss */
.career-floater > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 65px;
}

@media screen and (max-width: 767px) {
  /* line 25, src/scss/_components/career/_floater.scss */
  .career-floater > div:nth-of-type(2) {
    width: 30px;
  }
}

/* line 36, src/scss/_components/career/_floater.scss */
.career-floater .c-btn {
  width: 100%;
}

/* line 39, src/scss/_components/career/_floater.scss */
.career-floater .c-btn .icon-font {
  color: #B8292D;
  font-size: 20px;
}

/* line 44, src/scss/_components/career/_floater.scss */
.career-floater .c-btn__wrapper {
  width: 100%;
}

/* line 49, src/scss/_components/career/_floater.scss */
.career-floater__info {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  min-height: 100%;
  -webkit-transform: translateY(-webkit-calc(-100% - 8px));
      -ms-transform: translateY(calc(-100% - 8px));
          transform: translateY(calc(-100% - 8px));
  padding: 5px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0 #bbbaba;
          box-shadow: 0px 0px 13px 0 #bbbaba;
  border: solid 1px black;
}

/* line 63, src/scss/_components/career/_floater.scss */
.career-floater__info p {
  font-size: 14px;
  line-height: 18px;
}

/* line 3, src/scss/_components/profile/_profile.scss */
.profile {
  padding-top: 7px;
}

@media screen and (max-width: 1279px) {
  /* line 3, src/scss/_components/profile/_profile.scss */
  .profile {
    padding-top: 15px;
  }
}

/* line 9, src/scss/_components/profile/_profile.scss */
.profile .c-grid {
  max-width: 1370px;
}

/* line 13, src/scss/_components/profile/_profile.scss */
.profile__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  /* line 13, src/scss/_components/profile/_profile.scss */
  .profile__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 19, src/scss/_components/profile/_profile.scss */
.profile__wrapper-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 1279px) {
  /* line 19, src/scss/_components/profile/_profile.scss */
  .profile__wrapper-left {
    padding-right: 0;
  }
}

/* line 29, src/scss/_components/profile/_profile.scss */
.profile__wrapper-right {
  width: 100%;
  max-width: 365px;
}

@media screen and (max-width: 1279px) {
  /* line 29, src/scss/_components/profile/_profile.scss */
  .profile__wrapper-right {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 38, src/scss/_components/profile/_profile.scss */
.profile__wrapper-right .profile__section {
  padding-bottom: 30px;
}

/* line 44, src/scss/_components/profile/_profile.scss */
.profile__section {
  overflow: hidden;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 1, src/scss/_components/profile/_profile--main.scss */
.profile__main {
  position: relative;
  padding: 30px 30px 20px;
}

@media screen and (max-width: 1023px) {
  /* line 1, src/scss/_components/profile/_profile--main.scss */
  .profile__main {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--main.scss */
  .profile__main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 12, src/scss/_components/profile/_profile--main.scss */
.profile__main-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 20, src/scss/_components/profile/_profile--main.scss */
.profile__main-bg > div {
  width: 100%;
  height: 140px;
  background-image: url("../img/img-profile-main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 1023px) {
  /* line 20, src/scss/_components/profile/_profile--main.scss */
  .profile__main-bg > div {
    height: 85px;
  }
}

/* line 33, src/scss/_components/profile/_profile--main.scss */
.profile__main-box {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 39, src/scss/_components/profile/_profile--main.scss */
.profile__main-box > div {
  width: 100%;
}

/* line 44, src/scss/_components/profile/_profile--main.scss */
.profile__main-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 44, src/scss/_components/profile/_profile--main.scss */
  .profile__main-head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 54, src/scss/_components/profile/_profile--main.scss */
.profile__main-head > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 60, src/scss/_components/profile/_profile--main.scss */
.profile__main-body {
  padding-bottom: 20px;
}

/* line 63, src/scss/_components/profile/_profile--main.scss */
.profile__main-body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  /* line 63, src/scss/_components/profile/_profile--main.scss */
  .profile__main-body-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 69, src/scss/_components/profile/_profile--main.scss */
.profile__main-body-wrapper-1 {
  padding-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  /* line 69, src/scss/_components/profile/_profile--main.scss */
  .profile__main-body-wrapper-1 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 69, src/scss/_components/profile/_profile--main.scss */
  .profile__main-body-wrapper-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 79, src/scss/_components/profile/_profile--main.scss */
.profile__main-body-wrapper-1 .profile__main-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 79, src/scss/_components/profile/_profile--main.scss */
  .profile__main-body-wrapper-1 .profile__main-toggle {
    white-space: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}

/* line 91, src/scss/_components/profile/_profile--main.scss */
.profile__main-body-wrapper-2 > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  /* line 91, src/scss/_components/profile/_profile--main.scss */
  .profile__main-body-wrapper-2 > div:nth-of-type(2) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 101, src/scss/_components/profile/_profile--main.scss */
.profile__main-body-wrapper > div {
  width: 100%;
  max-width: 50%;
}

@media screen and (max-width: 1023px) {
  /* line 101, src/scss/_components/profile/_profile--main.scss */
  .profile__main-body-wrapper > div {
    max-width: 100%;
  }
  /* line 107, src/scss/_components/profile/_profile--main.scss */
  .profile__main-body-wrapper > div:nth-of-type(1) {
    padding-bottom: 20px;
  }
}

/* line 115, src/scss/_components/profile/_profile--main.scss */
.profile__main-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 1023px) {
  /* line 115, src/scss/_components/profile/_profile--main.scss */
  .profile__main-footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  /* line 115, src/scss/_components/profile/_profile--main.scss */
  .profile__main-footer {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 128, src/scss/_components/profile/_profile--main.scss */
.profile__main-footer > div {
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
}

@media screen and (max-width: 1023px) {
  /* line 128, src/scss/_components/profile/_profile--main.scss */
  .profile__main-footer > div {
    width: 50%;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 128, src/scss/_components/profile/_profile--main.scss */
  .profile__main-footer > div {
    width: 100%;
  }
}

/* line 139, src/scss/_components/profile/_profile--main.scss */
.profile__main-footer p {
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  color: #757575;
}

@media screen and (max-width: 767px) {
  /* line 139, src/scss/_components/profile/_profile--main.scss */
  .profile__main-footer p {
    font-weight: 700;
  }
}

/* line 150, src/scss/_components/profile/_profile--main.scss */
.profile__main-footer span {
  font-size: 14px;
  line-height: 29px;
}

/* line 156, src/scss/_components/profile/_profile--main.scss */
.profile__main-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 156, src/scss/_components/profile/_profile--main.scss */
  .profile__main-edit {
    display: none;
  }
}

/* line 163, src/scss/_components/profile/_profile--main.scss */
.profile__main-edit .icon-font {
  margin-right: 3px;
  color: #639;
  font-size: 16px;
}

/* line 169, src/scss/_components/profile/_profile--main.scss */
.profile__main-edit span {
  color: #000000;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 178, src/scss/_components/profile/_profile--main.scss */
.profile__main-user {
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 178, src/scss/_components/profile/_profile--main.scss */
  .profile__main-user {
    width: 105px;
    height: 105px;
  }
}

/* line 197, src/scss/_components/profile/_profile--main.scss */
.profile__main-qr {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 206, src/scss/_components/profile/_profile--main.scss */
.profile__main-qr img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 214, src/scss/_components/profile/_profile--main.scss */
.profile__main-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

/* line 220, src/scss/_components/profile/_profile--main.scss */
.profile__main-position {
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
}

/* line 226, src/scss/_components/profile/_profile--main.scss */
.profile__main-country {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #757575;
}

@media screen and (max-width: 767px) {
  /* line 226, src/scss/_components/profile/_profile--main.scss */
  .profile__main-country {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 237, src/scss/_components/profile/_profile--main.scss */
.profile__main-country .profile__main-edit {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 237, src/scss/_components/profile/_profile--main.scss */
  .profile__main-country .profile__main-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 245, src/scss/_components/profile/_profile--main.scss */
.profile__main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 249, src/scss/_components/profile/_profile--main.scss */
.profile__main-info > div {
  width: 100%;
  max-width: 50%;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* line 249, src/scss/_components/profile/_profile--main.scss */
  .profile__main-info > div {
    max-width: 100%;
  }
}

/* line 257, src/scss/_components/profile/_profile--main.scss */
.profile__main-info > div:nth-of-type(1), .profile__main-info > div:nth-of-type(3) {
  max-width: 40%;
}

@media screen and (max-width: 1023px) {
  /* line 257, src/scss/_components/profile/_profile--main.scss */
  .profile__main-info > div:nth-of-type(1), .profile__main-info > div:nth-of-type(3) {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  /* line 257, src/scss/_components/profile/_profile--main.scss */
  .profile__main-info > div:nth-of-type(1), .profile__main-info > div:nth-of-type(3) {
    max-width: 100%;
  }
}

/* line 269, src/scss/_components/profile/_profile--main.scss */
.profile__main-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 274, src/scss/_components/profile/_profile--main.scss */
.profile__main-info-box > div:nth-of-type(1) {
  width: 30px;
}

/* line 277, src/scss/_components/profile/_profile--main.scss */
.profile__main-info-box > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 284, src/scss/_components/profile/_profile--main.scss */
.profile__main-info-box .icon-font {
  font-size: 14px;
  color: gray;
}

/* line 289, src/scss/_components/profile/_profile--main.scss */
.profile__main-info-box span {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  /* line 296, src/scss/_components/profile/_profile--main.scss */
  .profile__main-action {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  /* line 296, src/scss/_components/profile/_profile--main.scss */
  .profile__main-action {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 304, src/scss/_components/profile/_profile--main.scss */
.profile__main-action .c-btn {
  min-width: 195px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  /* line 304, src/scss/_components/profile/_profile--main.scss */
  .profile__main-action .c-btn {
    width: 100%;
    max-width: -webkit-calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 767px) {
  /* line 304, src/scss/_components/profile/_profile--main.scss */
  .profile__main-action .c-btn {
    max-width: 100%;
  }
}

/* line 315, src/scss/_components/profile/_profile--main.scss */
.profile__main-action .c-btn:not(:last-of-type) {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  /* line 315, src/scss/_components/profile/_profile--main.scss */
  .profile__main-action .c-btn:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 323, src/scss/_components/profile/_profile--main.scss */
.profile__main-action .c-btn span {
  font-size: 14px;
}

/* line 328, src/scss/_components/profile/_profile--main.scss */
.profile__main-action .dropdown-menu {
  -webkit-transform: translate3d(0px, 306px, 0px) !important;
          transform: translate3d(0px, 306px, 0px) !important;
}

/* line 333, src/scss/_components/profile/_profile--main.scss */
.profile__main-update, .profile__main-uploadMobile {
  position: relative;
}

/* line 337, src/scss/_components/profile/_profile--main.scss */
.profile__main-update .icon-font, .profile__main-uploadMobile .icon-font {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 8px;
  color: #ffffff;
}

/* line 347, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu, .profile__main-uploadMobile + .dropdown-menu {
  overflow-y: auto;
  position: absolute;
  width: 300px;
  min-height: 200px;
  max-height: -webkit-calc(100vh - 156px);
  max-height: calc(100vh - 156px);
  padding: 5px 0 10px;
  border: 1px solid #cdcfd2;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 6px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 6px 9px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #fff;
}

/* line 359, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item, .profile__main-uploadMobile + .dropdown-menu .dropdown-item {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 8px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 367, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item:hover, .profile__main-uploadMobile + .dropdown-menu .dropdown-item:hover {
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 370, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item:hover .icon-font,
.profile__main-update + .dropdown-menu .dropdown-item:hover p,
.profile__main-update + .dropdown-menu .dropdown-item:hover span, .profile__main-uploadMobile + .dropdown-menu .dropdown-item:hover .icon-font,
.profile__main-uploadMobile + .dropdown-menu .dropdown-item:hover p,
.profile__main-uploadMobile + .dropdown-menu .dropdown-item:hover span {
  color: #000000;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 379, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item > div:nth-of-type(1), .profile__main-uploadMobile + .dropdown-menu .dropdown-item > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  padding-right: 8px;
}

/* line 385, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item > div:nth-of-type(1) .icon-font, .profile__main-uploadMobile + .dropdown-menu .dropdown-item > div:nth-of-type(1) .icon-font {
  font-size: 20px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 391, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item > div:nth-of-type(2), .profile__main-uploadMobile + .dropdown-menu .dropdown-item > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 397, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item > div:nth-of-type(3), .profile__main-uploadMobile + .dropdown-menu .dropdown-item > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  padding-left: 8px;
}

/* line 403, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item > div:nth-of-type(3) .icon-font, .profile__main-uploadMobile + .dropdown-menu .dropdown-item > div:nth-of-type(3) .icon-font {
  font-size: 14px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 410, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item .icon-font,
.profile__main-update + .dropdown-menu .dropdown-item p,
.profile__main-update + .dropdown-menu .dropdown-item span, .profile__main-uploadMobile + .dropdown-menu .dropdown-item .icon-font,
.profile__main-uploadMobile + .dropdown-menu .dropdown-item p,
.profile__main-uploadMobile + .dropdown-menu .dropdown-item span {
  line-height: 1.2;
  color: #777a7d;
}

/* line 417, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item p,
.profile__main-update + .dropdown-menu .dropdown-item span, .profile__main-uploadMobile + .dropdown-menu .dropdown-item p,
.profile__main-uploadMobile + .dropdown-menu .dropdown-item span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

/* line 425, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item p, .profile__main-uploadMobile + .dropdown-menu .dropdown-item p {
  font-size: 15px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 430, src/scss/_components/profile/_profile--main.scss */
.profile__main-update + .dropdown-menu .dropdown-item span, .profile__main-uploadMobile + .dropdown-menu .dropdown-item span {
  font-size: 12px;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 438, src/scss/_components/profile/_profile--main.scss */
  .profile__main-update {
    display: none;
  }
}

/* line 444, src/scss/_components/profile/_profile--main.scss */
.profile__main-uploadMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 444, src/scss/_components/profile/_profile--main.scss */
  .profile__main-uploadMobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 451, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 370px;
  min-height: 90px;
  border: 1px dashed #06aa86;
  padding: 7px 15px 11px;
}

@media screen and (max-width: 1023px) {
  /* line 451, src/scss/_components/profile/_profile--main.scss */
  .profile__main-toggle {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 451, src/scss/_components/profile/_profile--main.scss */
  .profile__main-toggle {
    display: none;
    min-height: unset;
  }
}

/* line 470, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-title {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #757575;
}

@media screen and (max-width: 767px) {
  /* line 470, src/scss/_components/profile/_profile--main.scss */
  .profile__main-toggle-title {
    padding-bottom: 5px;
    font-size: 12px;
  }
}

/* line 481, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 487, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 491, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-box > div {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 26px;
  background-color: #dcdcdc;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 491, src/scss/_components/profile/_profile--main.scss */
  .profile__main-toggle-box > div {
    width: 46px;
    height: 21px;
  }
}

/* line 505, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-box > div.is-active {
  background-color: #06aa86;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 509, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-box > div.is-active i {
  color: #ffffff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 515, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-box > div:nth-of-type(1) {
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

/* line 518, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-box > div:nth-of-type(2) {
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

/* line 523, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle-box i {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #757575;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 532, src/scss/_components/profile/_profile--main.scss */
.profile__main-toggle span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  /* line 532, src/scss/_components/profile/_profile--main.scss */
  .profile__main-toggle span {
    font-size: 11px;
  }
}

/* line 1, src/scss/_components/profile/_profile--strength.scss */
.profile__strength {
  position: relative;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--strength.scss */
  .profile__strength {
    padding: 20px 15px;
  }
}

/* line 8, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-title {
  padding-bottom: 40px;
  font-size: 16px;
  color: #655e5e;
  font-weight: 500;
  letter-spacing: 0.11px;
}

@media screen and (max-width: 767px) {
  /* line 8, src/scss/_components/profile/_profile--strength.scss */
  .profile__strength-title {
    padding-bottom: 20px;
  }
}

/* line 19, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12px;
  margin-bottom: 25px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #757575;
  background-image: -webkit-gradient(linear, left top, right top, from(#06aa86), color-stop(50%, #15c), to(#639));
  background-image: -webkit-linear-gradient(left, #06aa86 0%, #15c 50%, #639 100%);
  background-image: -o-linear-gradient(left, #06aa86 0%, #15c 50%, #639 100%);
  background-image: linear-gradient(to right, #06aa86 0%, #15c 50%, #639 100%);
}

/* line 29, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
  height: 100%;
  background-color: #dcdcdc;
}

/* line 35, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress > p:first-of-type {
  -webkit-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
}

/* line 38, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress > p:last-of-type {
  -webkit-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
}

/* line 41, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress > p:not(:last-of-type) {
  border-right: 1px solid #fff;
}

/* line 45, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress > p.is-active {
  background-color: transparent;
}

/* line 50, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress-ind {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #5e359d;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 64, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress-ind .icon-font {
  color: #5e359d;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  /* line 64, src/scss/_components/profile/_profile--strength.scss */
  .profile__strength-progress-ind .icon-font {
    display: none;
  }
}

/* line 72, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-progress-ind > div {
  position: absolute;
  left: 50%;
  bottom: -webkit-calc(100% + 4px);
  bottom: calc(100% + 4px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 27px;
  padding: 2px 14px;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  background-color: #eee;
  color: #0f58ca;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  /* line 72, src/scss/_components/profile/_profile--strength.scss */
  .profile__strength-progress-ind > div {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
  }
}

/* line 102, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  /* line 102, src/scss/_components/profile/_profile--strength.scss */
  .profile__strength-box {
    padding-right: 10px;
  }
}

/* line 113, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-box > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  padding-right: 20px;
}

/* line 120, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-box > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 127, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-box img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 134, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-box p {
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #9801ad;
}

/* line 142, src/scss/_components/profile/_profile--strength.scss */
.profile__strength-box span {
  font-size: 15px;
  line-height: 20px;
  color: #616161;
}

/* line 1, src/scss/_components/profile/_profile--about.scss */
.profile__about {
  position: relative;
  padding: 20px 30px;
  background-color: #639;
  background-image: -webkit-linear-gradient(295deg, #9801ad 0%, #639 100%);
  background-image: -o-linear-gradient(295deg, #9801ad 0%, #639 100%);
  background-image: linear-gradient(-205deg, #9801ad 0%, #639 100%);
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--about.scss */
  .profile__about {
    padding: 20px 15px;
  }
}

/* line 10, src/scss/_components/profile/_profile--about.scss */
.profile__about-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

/* line 16, src/scss/_components/profile/_profile--about.scss */
.profile__about-title p {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

/* line 22, src/scss/_components/profile/_profile--about.scss */
.profile__about-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 25, src/scss/_components/profile/_profile--about.scss */
.profile__about-title a .icon-font {
  color: #ffffff;
  font-size: 16px;
}

/* line 32, src/scss/_components/profile/_profile--about.scss */
.profile__about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 32, src/scss/_components/profile/_profile--about.scss */
  .profile__about-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 39, src/scss/_components/profile/_profile--about.scss */
.profile__about-box > div {
  width: 100%;
  max-width: -webkit-calc((100% - 30px) / 2);
  max-width: calc((100% - 30px) / 2);
  height: 150px;
  padding: 15px 15px 15px 20px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 39, src/scss/_components/profile/_profile--about.scss */
  .profile__about-box > div {
    max-width: 100%;
    height: 100px;
  }
  /* line 51, src/scss/_components/profile/_profile--about.scss */
  .profile__about-box > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* line 56, src/scss/_components/profile/_profile--about.scss */
.profile__about-box > div p {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  line-height: 1.6em;
  font-size: 13px;
  color: #616161;
}

/* line 1, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences {
  position: relative;
  padding: 20px 30px 20px;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--experience.scss */
  .profile__experiences {
    padding: 20px 15px;
  }
}

/* line 9, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-wrapper-1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

/* line 16, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 34px;
}

/* line 23, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #655e5e;
  font-weight: 500;
  letter-spacing: 0.11px;
}

/* line 31, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f58ca;
}

/* line 36, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-edit .icon-font {
  margin-right: 3px;
  color: #0f58ca;
  font-size: 11px;
}

/* line 42, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-edit span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 50, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 53, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box:not(:last-of-type) {
  padding-bottom: 18px;
}

/* line 58, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box > div:nth-of-type(1) {
  width: 85px;
}

/* line 61, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 66, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box > div:nth-of-type(2) h2 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #626262;
  font-weight: 500;
  line-height: 22px;
  font-size: 15px;
}

/* line 76, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box > div:nth-of-type(2) h3 {
  line-height: 20px;
  color: #4b4848;
}

/* line 81, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box > div:nth-of-type(2) p {
  font-size: 14px;
  line-height: 22px;
  color: #4b4848;
}

/* line 87, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box > div:nth-of-type(2) span {
  display: block;
  color: #797777;
  font-size: 14px;
  line-height: 1.2;
}

/* line 94, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50px;
}

/* line 102, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box-icon {
  position: relative;
  width: 65px;
  height: 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #eee;
}

/* line 112, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box-icon .icon-font {
  color: #663399;
  font-size: 28px;
}

/* line 118, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f58ca;
}

/* line 123, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box a .icon-font {
  margin-right: 3px;
  color: #0f58ca;
  font-size: 13px;
}

/* line 129, src/scss/_components/profile/_profile--experience.scss */
.profile__experiences-box a span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 1, src/scss/_components/profile/_profile--skills.scss */
.profile__skills {
  position: relative;
  padding: 20px 30px 20px;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--skills.scss */
  .profile__skills {
    padding: 20px 15px;
  }
}

/* line 8, src/scss/_components/profile/_profile--skills.scss */
.profile__skills-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 34px;
}

/* line 15, src/scss/_components/profile/_profile--skills.scss */
.profile__skills-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #655e5e;
  font-weight: 500;
  letter-spacing: 0.11px;
}

/* line 23, src/scss/_components/profile/_profile--skills.scss */
.profile__skills-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f58ca;
}

/* line 28, src/scss/_components/profile/_profile--skills.scss */
.profile__skills-edit .icon-font {
  margin-right: 3px;
  color: #0f58ca;
  font-size: 11px;
}

/* line 34, src/scss/_components/profile/_profile--skills.scss */
.profile__skills-edit span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 43, src/scss/_components/profile/_profile--skills.scss */
.profile__skills-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 47, src/scss/_components/profile/_profile--skills.scss */
.profile__skills-list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 15px;
  padding: 2px 17px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #a385c2;
  color: #fff;
}

/* line 1, src/scss/_components/profile/_profile--languages.scss */
.profile__languages {
  position: relative;
  padding: 20px 30px 20px;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--languages.scss */
  .profile__languages {
    padding: 20px 15px;
  }
}

/* line 8, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 34px;
}

/* line 15, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #655e5e;
  font-weight: 500;
  letter-spacing: 0.11px;
}

/* line 23, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f58ca;
}

/* line 28, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-edit .icon-font {
  margin-right: 3px;
  color: #0f58ca;
  font-size: 11px;
}

/* line 34, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-edit span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 43, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 47, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 51, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
  padding-bottom: 15px;
}

/* line 58, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-box p {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #626262;
}

/* line 65, src/scss/_components/profile/_profile--languages.scss */
.profile__languages-box span {
  font-size: 15px;
  display: block;
  color: #4b4848;
}

/* line 1, src/scss/_components/profile/_profile--references.scss */
.profile__references {
  position: relative;
  padding: 20px 30px 20px;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--references.scss */
  .profile__references {
    padding: 20px 15px;
  }
}

/* line 8, src/scss/_components/profile/_profile--references.scss */
.profile__references-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 34px;
}

/* line 15, src/scss/_components/profile/_profile--references.scss */
.profile__references-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #655e5e;
  font-weight: 500;
  letter-spacing: 0.11px;
}

/* line 23, src/scss/_components/profile/_profile--references.scss */
.profile__references-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f58ca;
}

/* line 28, src/scss/_components/profile/_profile--references.scss */
.profile__references-edit .icon-font {
  margin-right: 3px;
  color: #0f58ca;
  font-size: 11px;
}

/* line 34, src/scss/_components/profile/_profile--references.scss */
.profile__references-edit span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 43, src/scss/_components/profile/_profile--references.scss */
.profile__references-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 48, src/scss/_components/profile/_profile--references.scss */
.profile__references-box > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 53, src/scss/_components/profile/_profile--references.scss */
.profile__references-box > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50px;
}

/* line 60, src/scss/_components/profile/_profile--references.scss */
.profile__references-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 64, src/scss/_components/profile/_profile--references.scss */
.profile__references-box-wrapper > div {
  width: 100%;
  padding-bottom: 15px;
}

/* line 70, src/scss/_components/profile/_profile--references.scss */
.profile__references-box h5 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 22px;
  color: #626262;
  font-size: 15px;
  font-weight: bold;
}

/* line 80, src/scss/_components/profile/_profile--references.scss */
.profile__references-box p {
  line-height: 20px;
  color: #4b4848;
  font-size: 15px;
}

/* line 86, src/scss/_components/profile/_profile--references.scss */
.profile__references-box span {
  font-size: 15px;
  line-height: 22px;
  color: #4b4848;
}

/* line 92, src/scss/_components/profile/_profile--references.scss */
.profile__references-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f58ca;
}

/* line 97, src/scss/_components/profile/_profile--references.scss */
.profile__references-box a .icon-font {
  margin-right: 3px;
  color: #0f58ca;
  font-size: 11px;
}

/* line 103, src/scss/_components/profile/_profile--references.scss */
.profile__references-box a span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 1, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred {
  position: relative;
  padding: 20px 30px 20px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/profile/_profile--preferred.scss */
  .profile__preferred {
    padding: 20px 15px;
  }
}

/* line 9, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 34px;
}

/* line 16, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #655e5e;
  font-weight: 500;
  letter-spacing: 0.11px;
}

/* line 24, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f58ca;
}

/* line 29, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-edit .icon-font {
  margin-right: 3px;
  color: #0f58ca;
  font-size: 11px;
}

/* line 35, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-edit span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 44, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 49, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box > div:nth-of-type(1) {
  width: 85px;
}

/* line 52, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 59, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 63, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box-wrapper > div {
  width: 100%;
  max-width: 50%;
  padding-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  /* line 63, src/scss/_components/profile/_profile--preferred.scss */
  .profile__preferred-box-wrapper > div {
    max-width: 100%;
  }
}

/* line 73, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box-icon {
  position: relative;
  width: 65px;
  height: 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #eee;
}

/* line 83, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box-icon .icon-font {
  color: #663399;
  font-size: 28px;
}

/* line 89, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  color: #15c;
  line-height: 22px;
  font-weight: bold;
  font-size: 15px;
}

/* line 100, src/scss/_components/profile/_profile--preferred.scss */
.profile__preferred-box p {
  line-height: 20px;
  color: #4b4848;
  font-size: 15px;
}

/* line 1, src/scss/_components/profile/_profile--manage.scss */
.profile__manage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  padding: 20px 30px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 12, src/scss/_components/profile/_profile--manage.scss */
.profile__manage > div:nth-of-type(1) {
  width: 19px;
  padding-top: 3px;
}

/* line 16, src/scss/_components/profile/_profile--manage.scss */
.profile__manage > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 23, src/scss/_components/profile/_profile--manage.scss */
.profile__manage .icon-font {
  color: gray;
  font-size: 15px;
}

/* line 28, src/scss/_components/profile/_profile--manage.scss */
.profile__manage p {
  color: gray;
  font-weight: 500;
  font-size: 15px;
}

/* line 34, src/scss/_components/profile/_profile--manage.scss */
.profile__manage span {
  padding-top: 5px;
  font-size: 13px;
  color: #222;
}

/* line 1, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-head {
  padding: 18px 30px;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  background-color: #639;
}

/* line 10, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-head p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

/* line 17, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 22, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px;
  border-bottom: 2px dotted #dfdfdf;
  background-color: white;
}

/* line 30, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job > div:nth-of-type(1) {
  width: 68px;
  padding-right: 18px;
}

/* line 34, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 41, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job-img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 40px;
}

/* line 50, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job-img img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 58, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job p,
.profile__recommended-job span {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 65, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job p {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #15c;
}

/* line 72, src/scss/_components/profile/_profile--jobs.scss */
.profile__recommended-job span {
  display: block;
  color: #757575;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}

/* line 1, src/scss/_components/profile/_profile--employers.scss */
.profile__employers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 7, src/scss/_components/profile/_profile--employers.scss */
.profile__employers-divider {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: #dcdcdc;
}

/* line 14, src/scss/_components/profile/_profile--employers.scss */
.profile__employers-title {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #655e5e;
}

/* line 22, src/scss/_components/profile/_profile--employers.scss */
.profile__employers-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 65px;
}

/* line 29, src/scss/_components/profile/_profile--employers.scss */
.profile__employers-link img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 36, src/scss/_components/profile/_profile--employers.scss */
.profile__employers-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 40, src/scss/_components/profile/_profile--employers.scss */
.profile__employers-link-wrapper > div {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding-top: 25px;
}

/* line 1, src/scss/_components/profile/_profile--news.scss */
.profile__news {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 5, src/scss/_components/profile/_profile--news.scss */
.profile__news-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #655e5e;
}

/* line 13, src/scss/_components/profile/_profile--news.scss */
.profile__news-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 18, src/scss/_components/profile/_profile--news.scss */
.profile__news-link > div:nth-of-type(1) {
  width: 132px;
  padding-right: 23px;
}

/* line 22, src/scss/_components/profile/_profile--news.scss */
.profile__news-link > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 29, src/scss/_components/profile/_profile--news.scss */
.profile__news-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 33, src/scss/_components/profile/_profile--news.scss */
.profile__news-link-wrapper > div {
  padding-bottom: 14px;
}

/* line 38, src/scss/_components/profile/_profile--news.scss */
.profile__news-link-img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 109px;
  height: 109px;
}

/* line 52, src/scss/_components/profile/_profile--news.scss */
.profile__news-link span {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #616161;
}

/* line 60, src/scss/_components/profile/_profile--news.scss */
.profile__news-link p {
  font-family: 'Lucida Grande', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #222;
}

/* line 68, src/scss/_components/profile/_profile--news.scss */
.profile__news-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  font-size: 13px;
  color: #15c;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  /* line 68, src/scss/_components/profile/_profile--news.scss */
  .profile__news-link {
    text-align: left;
  }
}

/* line 4, src/scss/_components/manage-account-setting/_manage.scss */
.manage__head {
  padding: 18px 30px;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  background-color: #639;
}

/* line 9, src/scss/_components/manage-account-setting/_manage.scss */
.manage__head p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

/* line 16, src/scss/_components/manage-account-setting/_manage.scss */
.manage__body {
  position: relative;
  padding: 30px;
}

/* line 21, src/scss/_components/manage-account-setting/_manage.scss */
.manage__title {
  padding-bottom: 10px;
  font-weight: 500;
  color: #222;
  font-size: 16px;
}

/* line 28, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 33, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 38, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block > div:nth-of-type(2) {
  width: 70px;
}

/* line 43, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 47, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block-wrapper > div {
  padding: 10px 0 13px 0;
  border-bottom: 1px solid #dfdfdf;
}

/* line 53, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  line-height: 29.01px;
  color: #757575;
}

/* line 63, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block span {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #222;
}

/* line 74, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block a {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  color: #f28902;
}

/* line 83, src/scss/_components/manage-account-setting/_manage.scss */
.manage__block u {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #616161;
  font-size: 14px;
  line-height: 22px;
}

/* line 93, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 97, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}

/* line 105, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more-toggle:hover {
  color: #000000;
  text-decoration: underline;
}

/* line 112, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more-collapse p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #222;
}

/* line 118, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more-collapse p strong {
  font-weight: 500;
}

/* line 122, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more-collapse p u {
  text-decoration: underline;
}

/* line 128, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more-collapse .c-btn span {
  font-size: 13px;
  text-transform: uppercase;
}

/* line 133, src/scss/_components/manage-account-setting/_manage.scss */
.manage__more-collapse .c-btn__wrapper {
  padding-top: 15px;
}

/* line 140, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  /* line 140, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__profile {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 140, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__profile {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
            box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  }
}

/* line 152, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main {
  width: 100%;
  padding: 10px 20px 0;
}

/* line 157, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-bg > div {
  height: 110px;
}

/* line 162, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-head {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

/* line 166, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-head .c-btn {
  min-width: 235px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  /* line 166, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__profile .profile__main-head .c-btn {
    min-width: 150px;
  }
}

/* line 173, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-head .c-btn span {
  font-weight: 500;
}

/* line 179, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-user {
  width: 90px;
  height: 90px;
}

/* line 186, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-body-wrapper-1 {
  padding: 20px 0 30px;
}

/* line 190, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-body-wrapper-1 > div:nth-of-type(1) {
  max-width: 100%;
}

/* line 193, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-body-wrapper-1 > div:nth-of-type(2) {
  display: none;
}

/* line 201, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-body-wrapper-2 > div:nth-of-type(1) {
  display: none;
}

/* line 204, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-body-wrapper-2 > div:nth-of-type(2) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
}

/* line 213, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-name, .manage__profile .profile__main-position, .manage__profile .profile__main-country {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px;
}

/* line 224, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-name span, .manage__profile .profile__main-position span, .manage__profile .profile__main-country span {
  min-width: 210px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #757575;
}

@media screen and (max-width: 767px) {
  /* line 224, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__profile .profile__main-name span, .manage__profile .profile__main-position span, .manage__profile .profile__main-country span {
    min-width: 85px;
  }
}

/* line 236, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-name {
  font-size: 15px;
  font-weight: 500;
}

/* line 241, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-position, .manage__profile .profile__main-country {
  color: #222;
  font-size: 14px;
}

/* line 247, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-country {
  text-transform: lowercase;
  font-weight: 400;
}

/* line 252, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-toggle {
  max-width: 100%;
  min-height: unset;
  padding: 3px 10px 5px;
}

/* line 257, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-toggle-title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  /* line 257, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__profile .profile__main-toggle-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  /* line 264, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__profile .profile__main-toggle span {
    font-size: 11px;
  }
}

/* line 271, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-toggle-box > div {
  width: 45px;
  height: 20px;
}

/* line 278, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-footer {
  position: relative;
  left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #dcdcdc;
}

/* line 289, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-footer > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
}

/* line 296, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-footer p {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .11px;
  text-transform: uppercase;
  color: #757575;
}

/* line 306, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-footer span {
  font-size: 14px;
  line-height: 1;
  color: #222;
}

/* line 313, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-strength {
  position: relative;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}

/* line 320, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-strength-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
}

@media screen and (max-width: 767px) {
  /* line 328, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__profile .profile__main-strength .profile__strength-progress {
    margin-bottom: 15px;
  }
}

/* line 334, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-strength .profile__strength-progress-ind span {
  position: relative;
  top: 1px;
  font-weight: 500;
  font-size: 10px;
}

/* line 344, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps {
  position: relative;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  padding: 20px 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

/* line 351, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
}

/* line 359, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul {
  position: relative;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 366, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 20px;
}

/* line 372, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}

/* line 378, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li > div:nth-of-type(1) p,
.manage__profile .profile__main-steps ul li > div:nth-of-type(1) a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
}

/* line 386, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li > div:nth-of-type(1) a {
  color: #15c;
}

/* line 390, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li > div:nth-of-type(1) p {
  color: #757575;
}

/* line 396, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li .c-btn {
  min-width: 150px;
  height: 26px;
}

/* line 400, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li .c-btn span {
  font-size: 11px;
}

/* line 405, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-steps ul li .icon-font {
  color: #1ac880;
  font-size: 20px;
}

/* line 413, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-prefooter {
  position: relative;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  padding: 20px;
  background-color: #eee;
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

/* line 421, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-prefooter-title {
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
}

/* line 429, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-prefooter-subtitle {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #616161;
}

/* line 437, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-prefooter .c-btn {
  width: 100%;
  height: 30px;
}

/* line 441, src/scss/_components/manage-account-setting/_manage.scss */
.manage__profile .profile__main-prefooter .c-btn__wrapper {
  width: 100%;
}

/* line 449, src/scss/_components/manage-account-setting/_manage.scss */
.manage__upload {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1279px) {
  /* line 449, src/scss/_components/manage-account-setting/_manage.scss */
  .manage__upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 462, src/scss/_components/manage-account-setting/_manage.scss */
.manage__upload-title {
  padding-bottom: 8px;
  color: #fb0109;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 470, src/scss/_components/manage-account-setting/_manage.scss */
.manage__upload-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}

/* line 476, src/scss/_components/manage-account-setting/_manage.scss */
.manage__upload-subtitle p {
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #616161;
}

/* line 483, src/scss/_components/manage-account-setting/_manage.scss */
.manage__upload-subtitle .icon-font {
  color: #fb0109;
}

/* line 488, src/scss/_components/manage-account-setting/_manage.scss */
.manage__upload .c-btn {
  width: 100%;
}

/* line 491, src/scss/_components/manage-account-setting/_manage.scss */
.manage__upload .c-btn__wrapper {
  width: 100%;
}

/* line 3, src/scss/_components/job-alert/_job-alert.scss */
.job-alert {
  padding-top: 5px;
}

@media screen and (max-width: 1279px) {
  /* line 3, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert {
    padding-top: 15px;
  }
}

/* line 9, src/scss/_components/job-alert/_job-alert.scss */
.job-alert .c-grid {
  max-width: 1370px;
}

/* line 14, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__wrapper-1 {
  padding-bottom: 30px;
}

/* line 19, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__title {
  padding-bottom: 20px;
  font-size: 24px;
  color: #222;
}

/* line 25, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__more {
  padding-top: 25px;
}

/* line 28, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__more .c-btn {
  width: 100%;
  max-width: -webkit-calc((100% - 54px) / 3);
  max-width: calc((100% - 54px) / 3);
  background-color: transparent;
}

@media screen and (max-width: 1023px) {
  /* line 28, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__more .c-btn {
    max-width: 100%;
    margin-bottom: 70px;
  }
}

/* line 39, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 47, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-head {
  padding: 17px 2.5%;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  background-color: #663399;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

/* line 57, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 2.5% 15px;
}

/* line 63, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-body:hover .job-alert__block-row {
  background-color: #fafafa;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 70, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

@media screen and (max-width: 1279px) {
  /* line 70, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}

/* line 83, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(1) {
  width: 100%;
  max-width: 325px;
  padding: 16px 12px;
}

@media screen and (max-width: 1279px) {
  /* line 83, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row > div:nth-of-type(1) {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  /* line 83, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row > div:nth-of-type(1) {
    max-width: 100%;
  }
}

/* line 94, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1279px) {
  /* line 94, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row > div:nth-of-type(2) {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #eee;
  }
}

/* line 107, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(2) > ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  min-height: 86px;
  padding: 16px 12px;
}

@media screen and (max-width: 1279px) {
  /* line 107, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row > div:nth-of-type(2) > ul {
    padding: 16px 12px;
    min-height: unset;
  }
}

@media screen and (max-width: 767px) {
  /* line 121, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row > div:nth-of-type(2) > ul:nth-of-type(1) {
    display: none;
  }
}

/* line 126, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(2) > ul:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 36px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dcdcdc;
}

/* line 138, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(2) > ul li {
  width: 100%;
  text-align: center;
}

/* line 143, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(2) > ul p {
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #757575;
  line-height: 1;
}

/* line 153, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(2) > ul span {
  display: block;
  font-size: 13px;
  color: #222;
}

/* line 160, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 1279px) {
  /* line 160, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row > div:nth-of-type(3) {
    max-width: 50%;
    margin-left: auto;
    padding: 16px 0 16px 12px;
  }
}

@media screen and (max-width: 767px) {
  /* line 160, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__block-row > div:nth-of-type(3) {
    max-width: 100%;
  }
}

/* line 172, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .c-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 177, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .c-btn__wrapper {
  width: 100%;
}

/* line 182, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 40px;
}

/* line 190, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown > a .icon-font {
  color: #757575;
  font-size: 19px;
}

/* line 196, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-menu {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.24);
  background-color: white;
}

/* line 206, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 180px;
  min-height: 40px;
  padding: 0 8%;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #13a790;
}

/* line 218, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item > div:nth-of-type(1) {
  width: 25px;
}

/* line 221, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 230, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item p {
  line-height: 1;
}

/* line 235, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item--filter .icon-font {
  opacity: 0;
}

/* line 239, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item--filter.is-active {
  background-color: #b4f8dc;
}

/* line 243, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item--filter.is-active .icon-font {
  opacity: 1;
}

/* line 249, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-row > div:nth-of-type(3) .dropdown-item--delete {
  color: #b4202a;
}

/* line 258, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

/* line 263, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-title .icon-font {
  margin-right: 10px;
  color: #eebd00;
  font-size: 20px;
  -webkit-animation: ring .3s infinite alternate;
          animation: ring .3s infinite alternate;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* line 282, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-title a {
  font-weight: 500;
  font-size: 16px;
  color: #2765cf;
}

/* line 289, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__block-position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #757575;
}

/* line 298, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px 27px 20px;
  border-top: 2px solid white;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 310, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box:hover {
  border-color: #702699;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

/* line 315, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box:hover .c-btn__wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 322, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box > div:nth-of-type(1) {
  width: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  /* line 322, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__box > div:nth-of-type(1) {
    width: 25%;
    padding-right: 5%;
  }
}

/* line 330, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box > div:nth-of-type(2) {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 330, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__box > div:nth-of-type(2) {
    padding-left: 0;
  }
}

/* line 341, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 346, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box-wrapper > div {
  width: 100%;
  max-width: -webkit-calc((100% - 54px) / 3);
  max-width: calc((100% - 54px) / 3);
  padding-bottom: 27px;
}

@media screen and (max-width: 1279px) {
  /* line 346, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__box-wrapper > div {
    max-width: -webkit-calc((100% - 27px) / 2);
    max-width: calc((100% - 27px) / 2);
  }
}

@media screen and (max-width: 1023px) {
  /* line 346, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__box-wrapper > div {
    max-width: 100%;
    padding-bottom: 15px;
  }
}

/* line 360, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box-logo {
  position: relative;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 1023px) {
  /* line 360, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__box-logo {
    width: 100%;
    height: 100%;
  }
}

/* line 369, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 377, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box h3 {
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #2765cf;
}

/* line 385, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 389, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

/* line 395, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box ul li > div:nth-of-type(1) {
  width: 26px;
}

/* line 398, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box ul li > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 405, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box ul li .icon-font {
  color: #222222;
  font-size: 16px;
}

/* line 409, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box ul li .icon-font.icon-calendar-1 {
  color: #663399;
}

/* line 414, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box ul li p {
  font-size: 13px;
  line-height: 18px;
  color: #222;
}

/* line 422, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box .c-btn {
  width: 100%;
}

/* line 425, src/scss/_components/job-alert/_job-alert.scss */
.job-alert__box .c-btn__wrapper {
  opacity: 0;
  padding-top: 10px;
  width: 100%;
  max-width: -webkit-calc(100% - 80px);
  max-width: calc(100% - 80px);
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 425, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__box .c-btn__wrapper {
    opacity: 1;
    max-width: -webkit-calc(100% - (30%));
    max-width: calc(100% - (30%));
  }
  /* line 435, src/scss/_components/job-alert/_job-alert.scss */
  .job-alert__box .c-btn__wrapper button {
    width: 100%;
  }
}

/* line 3, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended {
  padding-top: 5px;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended {
    overflow: hidden;
  }
}

/* line 12, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended .c-grid {
  max-width: 1370px;
}

/* line 16, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 25px;
  margin-bottom: 24px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #663399;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 767px) {
  /* line 16, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__header {
    padding: 10px 18px;
  }
}

/* line 28, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__header p {
  margin-right: 23px;
  padding-right: 23px;
  color: #ffffff;
  line-height: 49px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  /* line 28, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__header p {
    margin-right: 15px;
    padding-right: 15px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* line 41, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__header p:not(:last-of-type) {
  border-right: 1px solid #dcdcdc;
}

/* line 45, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__header p b {
  margin-right: 5px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  /* line 45, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__header p b {
    font-size: 16px;
  }
}

/* line 56, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 63, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 67, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-wrapper > div {
  width: 100%;
  margin-bottom: 20px;
}

/* line 73, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-head, .recommended__box-body {
  width: 100%;
}

/* line 78, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-head {
  background-color: #663399;
}

/* line 81, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-head p {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 48px;
  display: inline-block;
  min-width: 370px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #a328d6;
}

@media screen and (max-width: 767px) {
  /* line 81, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-head p {
    min-width: -webkit-calc(100% - 125px);
    min-width: calc(100% - 125px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 374px) {
  /* line 81, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-head p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

/* line 103, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-head p:after {
  content: '';
  position: absolute;
  top: 0;
  right: -48px;
  width: 0;
  height: 0;
  border-width: 24px;
  border-style: solid;
  border-color: transparent transparent transparent #a328d6;
}

/* line 117, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-body {
  padding: 30px 25px 48px;
}

@media screen and (max-width: 767px) {
  /* line 117, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-body {
    padding: 30px 20px;
  }
}

/* line 124, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-more {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  /* line 124, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-more {
    margin-top: 20px;
  }
}

/* line 130, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-more .c-btn {
  width: 100%;
  min-width: unset;
  max-width: 416px;
}

@media screen and (max-width: 1023px) {
  /* line 130, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-more .c-btn {
    max-width: 100%;
  }
}

/* line 140, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-profile {
  padding-bottom: 30px;
}

/* line 143, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-profile .icon-font {
  margin-right: 10px;
  color: #ffffff;
}

/* line 149, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-top: 3px solid transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

/* line 159, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block:hover {
  border-color: #663399;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

/* line 164, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block:hover .recommended__box-block-footer .c-btn__wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 171, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-wrapper {
  position: relative;
  left: -13px;
  width: -webkit-calc(100% + 13px);
  width: calc(100% + 13px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 178, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-wrapper > div {
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
  padding-left: 13px;
  padding-bottom: 13px;
}

@media screen and (max-width: 1279px) {
  /* line 178, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-block-wrapper > div {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  /* line 178, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-block-wrapper > div {
    width: 100%;
  }
}

/* line 191, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-head {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 191, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-block-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 201, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-block-head > div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-left: 20px;
  }
}

/* line 211, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-body {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 214, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-block-body .recommended__box-block-subtitle,
  .recommended__box-block-body .recommended__box-block-desc {
    display: none;
  }
}

/* line 221, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}

/* line 228, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-footer .c-btn {
  width: 100%;
  height: 36px;
}

/* line 232, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-footer .c-btn__wrapper {
  opacity: 0;
  z-index: 5;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 243, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-footer > div {
  width: 50%;
}

/* line 247, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-footer p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 252, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-footer p .icon-font {
  margin-right: 8px;
  color: #7d20a4;
}

/* line 257, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-footer p span {
  position: relative;
  top: 1px;
  color: #616161;
  font-size: 12px;
  line-height: 1;
}

/* line 267, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-logo {
  position: relative;
  width: 56px;
  height: 56px;
  text-align: center;
  border: 1px solid rgba(220, 220, 220, 0.5);
}

/* line 274, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 282, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-details {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 282, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
  .recommended__box-block-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 290, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-title {
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #15c;
}

/* line 297, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-subtitle {
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 11px;
  color: #616161;
}

/* line 304, src/scss/_components/recommended-jobs/_recommended-jobs.scss */
.recommended__box-block-desc {
  font-size: 13px;
  color: #616161;
}

/* line 3, src/scss/_components/applications/_job.scss */
.applications-job {
  padding-top: 5px;
}

@media screen and (max-width: 1279px) {
  /* line 3, src/scss/_components/applications/_job.scss */
  .applications-job {
    padding-top: 15px;
  }
}

/* line 9, src/scss/_components/applications/_job.scss */
.applications-job .c-grid {
  max-width: 1370px;
}

/* line 13, src/scss/_components/applications/_job.scss */
.applications-job__wrapper {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 18, src/scss/_components/applications/_job.scss */
.applications-job__wrapper-header {
  background-color: #663399;
}

/* line 21, src/scss/_components/applications/_job.scss */
.applications-job__wrapper-header p {
  padding: 17px 33px;
  font-size: 24px;
  color: #fff;
}

/* line 28, src/scss/_components/applications/_job.scss */
.applications-job__wrapper-footer {
  padding: 5px;
  border-top: 1px solid #cdcdcd;
}

/* line 34, src/scss/_components/applications/_job.scss */
.applications-job__table {
  display: table;
  width: 100%;
  padding-bottom: 25px;
}

@media screen and (max-width: 1279px) {
  /* line 34, src/scss/_components/applications/_job.scss */
  .applications-job__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 43, src/scss/_components/applications/_job.scss */
.applications-job__table-head {
  display: table-header-group;
}

@media screen and (max-width: 1279px) {
  /* line 43, src/scss/_components/applications/_job.scss */
  .applications-job__table-head {
    display: none;
  }
}

/* line 50, src/scss/_components/applications/_job.scss */
.applications-job__table-body {
  display: table-row-group;
}

/* line 54, src/scss/_components/applications/_job.scss */
.applications-job__table-body .applications-job__table-tr {
  height: 46px;
  background-color: #ffffff;
}

@media screen and (max-width: 1279px) {
  /* line 54, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-tr {
    height: auto;
    border-bottom: 1px solid #dcdcdc;
  }
}

/* line 62, src/scss/_components/applications/_job.scss */
.applications-job__table-body .applications-job__table-tr:nth-of-type(odd) {
  background-color: #fafafa;
}

@media screen and (max-width: 1279px) {
  /* line 62, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-tr:nth-of-type(odd) {
    background-color: transparent;
  }
}

/* line 71, src/scss/_components/applications/_job.scss */
.applications-job__table-body .applications-job__table-td:nth-of-type(1) {
  padding-right: 25px;
  padding-left: 24px;
}

@media screen and (max-width: 1279px) {
  /* line 71, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 0;
  }
  /* line 81, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(1) > div {
    width: 100%;
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
  /* line 85, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(1) > div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 90, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(1) > div:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 102, src/scss/_components/applications/_job.scss */
.applications-job__table-body .applications-job__table-td:nth-of-type(1) > div > i {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #222;
}

@media screen and (max-width: 1279px) {
  /* line 102, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(1) > div > i {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* line 102, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(1) > div > i {
    font-size: 10px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 122, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(2) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* line 129, src/scss/_components/applications/_job.scss */
.applications-job__table-body .applications-job__table-td:nth-of-type(2) > div:nth-of-type(1) {
  display: none;
}

@media screen and (max-width: 1279px) {
  /* line 129, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(2) > div:nth-of-type(1) {
    display: block;
  }
}

/* line 135, src/scss/_components/applications/_job.scss */
.applications-job__table-body .applications-job__table-td:nth-of-type(2) > div:nth-of-type(2) {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 141, src/scss/_components/applications/_job.scss */
.applications-job__table-body .applications-job__table-td:nth-of-type(2) > div > i {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #222;
}

@media screen and (max-width: 1279px) {
  /* line 141, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(2) > div > i {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* line 141, src/scss/_components/applications/_job.scss */
  .applications-job__table-body .applications-job__table-td:nth-of-type(2) > div > i {
    font-size: 10px;
  }
}

/* line 165, src/scss/_components/applications/_job.scss */
.applications-job__table-tr {
  display: table-row;
}

@media screen and (max-width: 1279px) {
  /* line 165, src/scss/_components/applications/_job.scss */
  .applications-job__table-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 175, src/scss/_components/applications/_job.scss */
.applications-job__table-th, .applications-job__table-td {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  position: relative;
  max-width: 250px;
  padding: 0 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* line 187, src/scss/_components/applications/_job.scss */
.applications-job__table-th:nth-of-type(1), .applications-job__table-th:nth-of-type(2), .applications-job__table-td:nth-of-type(1), .applications-job__table-td:nth-of-type(2) {
  text-align: left;
}

/* line 193, src/scss/_components/applications/_job.scss */
.applications-job__table-th:not(:first-of-type):after, .applications-job__table-td:not(:first-of-type):after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #dcdcdc;
}

@media screen and (max-width: 1279px) {
  /* line 193, src/scss/_components/applications/_job.scss */
  .applications-job__table-th:not(:first-of-type):after, .applications-job__table-td:not(:first-of-type):after {
    display: none;
  }
}

/* line 209, src/scss/_components/applications/_job.scss */
.applications-job__table-th {
  max-width: 250px;
  padding: 7px 10px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}

/* line 215, src/scss/_components/applications/_job.scss */
.applications-job__table-th p {
  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}

@media screen and (max-width: 1279px) {
  /* line 224, src/scss/_components/applications/_job.scss */
  .applications-job__table-td {
    width: 100%;
  }
  /* line 228, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: -webkit-calc((100% - (100% / 3)));
    max-width: calc((100% - (100% / 3)));
  }
  /* line 232, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
  }
  /* line 237, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(3), .applications-job__table-td:nth-of-type(4), .applications-job__table-td:nth-of-type(5) {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    height: 64px;
    padding-top: 5px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fafafa;
  }
  /* line 247, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    border-right: 1px solid #dcdcdc;
  }
  /* line 251, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    border-right: 1px solid #dcdcdc;
  }
  /* line 255, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(5) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 258, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(6) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 268, src/scss/_components/applications/_job.scss */
  .applications-job__table-td:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    max-width: 100%;
    padding: 10px 7px;
  }
}

/* line 275, src/scss/_components/applications/_job.scss */
.applications-job__table-td > a,
.applications-job__table-td > div a {
  line-height: 24px;
  font-size: 13px;
  color: #15c;
}

/* line 281, src/scss/_components/applications/_job.scss */
.applications-job__table-td > a:hover,
.applications-job__table-td > div a:hover {
  color: #15c;
}

/* line 286, src/scss/_components/applications/_job.scss */
.applications-job__table-td > u {
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #616161;
}

/* line 293, src/scss/_components/applications/_job.scss */
.applications-job__table-td > i {
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #222;
}

@media screen and (max-width: 1279px) {
  /* line 293, src/scss/_components/applications/_job.scss */
  .applications-job__table-td > i {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* line 293, src/scss/_components/applications/_job.scss */
  .applications-job__table-td > i {
    font-size: 10px;
  }
}

/* line 312, src/scss/_components/applications/_job.scss */
.applications-job__table-td .c-btn {
  height: 33px;
}

@media screen and (max-width: 1279px) {
  /* line 312, src/scss/_components/applications/_job.scss */
  .applications-job__table-td .c-btn {
    width: 100%;
    height: 50px;
  }
}

/* line 319, src/scss/_components/applications/_job.scss */
.applications-job__table-td .c-btn span {
  font-size: 11px;
}

/* line 325, src/scss/_components/applications/_job.scss */
.applications-job__table-logo {
  overflow: hidden;
  position: relative;
  width: 34px;
  height: 34px;
}

@media screen and (max-width: 1279px) {
  /* line 325, src/scss/_components/applications/_job.scss */
  .applications-job__table-logo {
    width: 74px;
    height: 74px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 337, src/scss/_components/applications/_job.scss */
.applications-job__table-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 341, src/scss/_components/applications/_job.scss */
.applications-job__table-logo-wrapper a {
  padding: 5px 0 5px 5px;
  line-height: 24px;
  font-size: 13px;
  color: #15c;
}

@media screen and (max-width: 1279px) {
  /* line 341, src/scss/_components/applications/_job.scss */
  .applications-job__table-logo-wrapper a {
    display: none;
  }
}

/* line 357, src/scss/_components/applications/_job.scss */
.applications-job__table-arrow {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #1ac880;
}

@media screen and (max-width: 1279px) {
  /* line 357, src/scss/_components/applications/_job.scss */
  .applications-job__table-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 367, src/scss/_components/applications/_job.scss */
.applications-job__table-arrow:before, .applications-job__table-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
}

/* line 378, src/scss/_components/applications/_job.scss */
.applications-job__table-arrow:before {
  left: -20px;
  border-color: #1ac880 #1ac880 #1ac880 transparent;
}

/* line 382, src/scss/_components/applications/_job.scss */
.applications-job__table-arrow:after {
  right: -20px;
  border-color: transparent transparent transparent #1ac880;
}

/* line 388, src/scss/_components/applications/_job.scss */
.applications-job__table-badge {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ad4a34;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 400, src/scss/_components/applications/_job.scss */
.applications-job__table-badge > div {
  width: 100%;
}

/* line 403, src/scss/_components/applications/_job.scss */
.applications-job__table-badge > div:nth-of-type(1) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 40px;
  height: 30px;
  padding-left: 10px;
  background-color: #c76c6c;
}

@media screen and (max-width: 767px) {
  /* line 403, src/scss/_components/applications/_job.scss */
  .applications-job__table-badge > div:nth-of-type(1) {
    max-width: 30px;
  }
}

/* line 416, src/scss/_components/applications/_job.scss */
.applications-job__table-badge > div:nth-of-type(1):after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #c76c6c;
}

/* line 428, src/scss/_components/applications/_job.scss */
.applications-job__table-badge > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 10px;
}

/* line 436, src/scss/_components/applications/_job.scss */
.applications-job__table-badge .icon-font {
  color: #ffffff;
  font-size: 18px;
}

/* line 441, src/scss/_components/applications/_job.scss */
.applications-job__table-badge p {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  /* line 441, src/scss/_components/applications/_job.scss */
  .applications-job__table-badge p {
    font-size: 10px;
  }
}

/* line 3, src/scss/_components/applications/_update.scss */
.applications-update {
  padding-top: 22px;
}

/* line 6, src/scss/_components/applications/_update.scss */
.applications-update .c-grid {
  max-width: 1370px;
}

/* line 10, src/scss/_components/applications/_update.scss */
.applications-update__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 24px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  background-image: url("../img/img-applications-update-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (max-width: 1279px) {
  /* line 10, src/scss/_components/applications/_update.scss */
  .applications-update__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 24px;
    background-image: url("../img/img-applications-update-bg--mobile.png");
    background-position: right bottom;
    -webkit-background-size: 45% 45%;
            background-size: 45%;
  }
}

/* line 28, src/scss/_components/applications/_update.scss */
.applications-update__wrapper-left {
  width: 45px;
}

@media screen and (max-width: 1279px) {
  /* line 28, src/scss/_components/applications/_update.scss */
  .applications-update__wrapper-left {
    display: none;
  }
}

/* line 34, src/scss/_components/applications/_update.scss */
.applications-update__wrapper-left .icon-font {
  color: #fb010a;
  font-size: 24px;
}

@media screen and (max-width: 1279px) {
  /* line 34, src/scss/_components/applications/_update.scss */
  .applications-update__wrapper-left .icon-font {
    display: none;
  }
}

/* line 43, src/scss/_components/applications/_update.scss */
.applications-update__wrapper-middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 24px;
}

@media screen and (max-width: 1279px) {
  /* line 43, src/scss/_components/applications/_update.scss */
  .applications-update__wrapper-middle {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

/* line 54, src/scss/_components/applications/_update.scss */
.applications-update__wrapper-middle span {
  display: none;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
}

@media screen and (max-width: 1279px) {
  /* line 54, src/scss/_components/applications/_update.scss */
  .applications-update__wrapper-middle span {
    display: block;
  }
}

/* line 67, src/scss/_components/applications/_update.scss */
.applications-update__wrapper-middle p {
  color: #616161;
  font-size: 18px;
  line-height: 36px;
}

@media screen and (max-width: 1279px) {
  /* line 67, src/scss/_components/applications/_update.scss */
  .applications-update__wrapper-middle p {
    font-size: 16px;
    line-height: 22px;
    color: #616161;
  }
}

/* line 79, src/scss/_components/applications/_update.scss */
.applications-update__wrapper-right {
  width: 100%;
  max-width: 338px;
}

@media screen and (max-width: 1279px) {
  /* line 79, src/scss/_components/applications/_update.scss */
  .applications-update__wrapper-right {
    max-width: 100%;
  }
}

/* line 87, src/scss/_components/applications/_update.scss */
.applications-update__wrapper .c-btn {
  width: 100%;
}

/* line 90, src/scss/_components/applications/_update.scss */
.applications-update__wrapper .c-btn span {
  font-weight: 500;
}

/* line 94, src/scss/_components/applications/_update.scss */
.applications-update__wrapper .c-btn__wrapper {
  width: 100%;
}

/* line 3, src/scss/_components/dashboard/_dashboard.scss */
.dashboard {
  padding-top: 7px;
}

@media screen and (max-width: 1279px) {
  /* line 3, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard {
    padding-top: 15px;
  }
}

/* line 9, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .c-grid {
  max-width: 1370px;
}

/* line 13, src/scss/_components/dashboard/_dashboard.scss */
.dashboard__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  /* line 13, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 20, src/scss/_components/dashboard/_dashboard.scss */
.dashboard__wrapper-left {
  width: 405px;
}

@media screen and (max-width: 1279px) {
  /* line 20, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard__wrapper-left {
    width: 100%;
    padding-top: 20px;
  }
}

/* line 28, src/scss/_components/dashboard/_dashboard.scss */
.dashboard__wrapper-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 1279px) {
  /* line 28, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard__wrapper-right {
    padding-left: 0;
  }
}

/* line 39, src/scss/_components/dashboard/_dashboard.scss */
.dashboard__line {
  height: 1px;
  margin: 22px 0;
  border: none;
  background-color: #dcdcdc;
}

/* line 1, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 14, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-heading {
  display: none;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  background-color: #663399;
}

@media screen and (max-width: 767px) {
  /* line 14, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-heading {
    display: block;
  }
}

/* line 24, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-heading p {
  padding: 17px 4.5%;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}

/* line 32, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 32, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-wrapper {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
            box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  }
}

/* line 43, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-wrapper > div {
  width: 100%;
  max-width: -webkit-calc((100% - 26px) / 3);
  max-width: calc((100% - 26px) / 3);
}

@media screen and (max-width: 767px) {
  /* line 43, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-wrapper > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
  }
  /* line 49, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-wrapper > div:not(:first-of-type) {
    position: relative;
  }
  /* line 52, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-wrapper > div:not(:first-of-type):after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 50%;
    background-color: #dfdfdf;
  }
  /* line 65, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-wrapper > div:last-of-type:after {
    display: none !important;
  }
}

/* line 73, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-head {
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.12);
  background-color: #663399;
}

@media screen and (max-width: 767px) {
  /* line 73, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-head {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 82, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-head p {
  font-weight: 500;
  font-size: 11px;
  line-height: 16.02px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 82, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-head p {
    color: #ac47bd;
    font-size: 13px;
    text-transform: capitalize;
  }
}

/* line 97, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-body {
  padding-bottom: 20px;
  text-align: center;
}

/* line 101, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-body p {
  font-size: 40px;
  padding: 25px 0 20px;
  line-height: 1;
  color: #5a5ace;
}

@media screen and (max-width: 767px) {
  /* line 101, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-body p {
    padding: 20px 0 15px;
  }
}

/* line 111, src/scss/_components/dashboard/_dashboard--stat.scss */
.dashboard__stat-body a {
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #5a5ace;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  /* line 111, src/scss/_components/dashboard/_dashboard--stat.scss */
  .dashboard__stat-body a {
    font-size: 14px;
  }
}

/* line 1, src/scss/_components/dashboard/_dashboard--employers.scss */
.dashboard__employers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 15px;
}

@media screen and (max-width: 1279px) {
  /* line 1, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  /* line 1, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

/* line 14, src/scss/_components/dashboard/_dashboard--employers.scss */
.dashboard__employers-wrapper {
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1279px) {
  /* line 14, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers-wrapper {
    margin-bottom: 0;
  }
}

/* line 24, src/scss/_components/dashboard/_dashboard--employers.scss */
.dashboard__employers-wrapper p {
  padding: 18px 18px 15px;
  font-size: 24px;
  color: #222;
  line-height: 1;
}

/* line 32, src/scss/_components/dashboard/_dashboard--employers.scss */
.dashboard__employers > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: -webkit-calc(100% / 6);
  max-width: calc(100% / 6);
  min-height: 114px;
}

@media screen and (max-width: 1279px) {
  /* line 32, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers > div {
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    margin-bottom: 20px;
  }
  /* line 43, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers > div:nth-of-type(1), .dashboard__employers > div:nth-of-type(2), .dashboard__employers > div:nth-of-type(3) {
    position: relative;
  }
  /* line 48, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers > div:nth-of-type(1):after, .dashboard__employers > div:nth-of-type(2):after, .dashboard__employers > div:nth-of-type(3):after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
  }
  /* line 59, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers > div:nth-of-type(3) {
    border: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 32, src/scss/_components/dashboard/_dashboard--employers.scss */
  .dashboard__employers > div {
    min-height: 95px;
  }
}

/* line 67, src/scss/_components/dashboard/_dashboard--employers.scss */
.dashboard__employers > div:not(:last-of-type) {
  border-right: 1px solid #dfdfdf;
}

/* line 71, src/scss/_components/dashboard/_dashboard--employers.scss */
.dashboard__employers > div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

/* line 79, src/scss/_components/dashboard/_dashboard--employers.scss */
.dashboard__employers > div a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 2, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-wrapper {
  overflow: hidden;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
}

/* line 9, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-wrapper hr {
  position: relative;
  left: 18px;
  width: -webkit-calc(100% - 36px);
  width: calc(100% - 36px);
  height: 1px;
  margin: 25px 0 30px;
  border: none;
  background-color: #dcdcdc;
}

/* line 18, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-wrapper hr.mt0 {
  margin-top: 0;
  margin-bottom: 25px;
  background-color: transparent;
}

/* line 26, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #663399;
}

/* line 31, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-head p {
  position: relative;
  padding: 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

/* line 40, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-head p:after {
  content: '';
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f89a29;
}

/* line 52, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-title {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 24px;
  line-height: 1;
  color: #222;
}

/* line 60, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  /* line 60, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-heading {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
  }
}

/* line 72, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-heading > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 72, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-heading > div {
    width: 100%;
  }
  /* line 78, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-heading > div:first-of-type {
    padding-bottom: 10px;
  }
  /* line 82, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-heading > div:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* line 90, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-heading p {
  font-size: 16px;
  color: #757575;
}

/* line 94, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-heading p a {
  font-weight: 500;
  color: #5a5ace;
}

/* line 100, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-heading span {
  padding-right: 10px;
  font-size: 14px;
  line-height: 32px;
  color: #616161;
}

@media screen and (max-width: 767px) {
  /* line 100, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-heading span {
    padding-right: 0;
    padding-left: 15px;
  }
}

/* line 112, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  /* line 112, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recommended {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 120, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(1) {
  width: 56px;
}

/* line 123, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 18px;
}

@media screen and (max-width: 1279px) {
  /* line 123, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recommended > div:nth-of-type(2) {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
  }
}

/* line 133, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(2) a,
.dashboard__jobs-recommended > div:nth-of-type(2) p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 140, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(2) a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #5a5ace;
}

/* line 148, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(2) p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  color: #616161;
}

/* line 156, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(3) {
  width: 150px;
}

@media screen and (max-width: 1279px) {
  /* line 156, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recommended > div:nth-of-type(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: 1px;
    max-width: 100%;
    padding-left: 74px;
  }
}

@media screen and (max-width: 767px) {
  /* line 156, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recommended > div:nth-of-type(3) {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 65%;
  }
}

/* line 170, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(3) > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 175, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(3) > div:nth-of-type(1) .icon-font {
  color: #f69322;
}

/* line 180, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(3) > div:nth-of-type(2) .icon-font {
  color: #25d754;
}

/* line 185, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(3) > div .icon-font {
  margin-right: 10px;
}

/* line 189, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(3) > div span {
  font-size: 14px;
  line-height: 22px;
  color: #616161;
}

/* line 196, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(4) {
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  /* line 196, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recommended > div:nth-of-type(4) {
    margin-left: auto;
    padding-left: 20px;
  }
}

/* line 203, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(4) .c-btn {
  min-width: unset;
  width: 100px;
  height: 25px;
}

/* line 208, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(4) .c-btn span {
  font-size: 11px;
}

/* line 212, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended > div:nth-of-type(4) .c-btn__wrapper {
  position: relative;
  right: -20px;
}

@media screen and (max-width: 767px) {
  /* line 212, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recommended > div:nth-of-type(4) .c-btn__wrapper {
    right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* line 224, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 18px 0;
  margin-top: 10px;
}

/* line 230, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended-wrapper > div {
  padding: 10px 20px;
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 767px) {
  /* line 230, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recommended-wrapper > div {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 240, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended-logo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
}

/* line 249, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recommended-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 259, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (max-width: 767px) {
  /* line 259, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-last-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* line 268, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 155px !important;
}

/* line 273, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide-head {
  position: relative;
  width: 100%;
  height: 155px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 283, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide-head img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 291, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide-body {
  padding-top: 13px;
}

/* line 294, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide-body p,
.dashboard__jobs-last-wrapper .swiper-slide-body span,
.dashboard__jobs-last-wrapper .swiper-slide-body i {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  line-height: 1;
}

/* line 304, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide-body p {
  padding-bottom: 5px;
  font-size: 14px;
  color: #5a5ace;
}

/* line 310, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide-body span {
  padding-bottom: 10px;
  font-size: 14px;
  color: #616161;
}

/* line 316, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-wrapper .swiper-slide-body i {
  font-size: 12px;
  font-style: normal;
  color: #757575;
}

/* line 329, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-btn--next .icon-font {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 334, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-btn-wrapper {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  /* line 334, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-last-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
  }
}

/* line 346, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-last-btn .icon-font {
  font-size: 16px;
  color: gray;
}

/* line 353, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.7% 2.5% 2.5% 7.5%;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 361, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent-wrapper {
  position: relative;
  left: -17px;
  width: -webkit-calc(100% + 17px);
  width: calc(100% + 17px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 18px 18px;
}

/* line 369, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent-wrapper > div {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  padding-left: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 1279px) {
  /* line 369, src/scss/_components/dashboard/_dashboard--jobs.scss */
  .dashboard__jobs-recent-wrapper > div {
    width: 100%;
  }
}

/* line 379, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent > a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #5a5ace;
}

/* line 391, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent > p {
  font-size: 14px;
  color: #616161;
}

/* line 396, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent .c-btn {
  width: 140px;
  min-width: unset;
  height: 25px;
}

/* line 401, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent .c-btn span {
  font-size: 11px;
}

/* line 405, src/scss/_components/dashboard/_dashboard--jobs.scss */
.dashboard__jobs-recent .c-btn__wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 1, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring {
  margin-bottom: 20px;
  padding: 18px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 8, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 14, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-head > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 20, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-head p {
  font-size: 24px;
  color: #222;
}

@media screen and (max-width: 767px) {
  /* line 20, src/scss/_components/dashboard/_dashboard--hiring.scss */
  .dashboard__hiring-head p {
    font-size: 22px;
  }
}

/* line 30, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-body hr {
  height: 1px;
  margin: 25px 0 30px;
  border: none;
  background-color: #dcdcdc;
}

/* line 38, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
}

/* line 44, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-btn .icon-font {
  color: #000000;
  font-size: 13px;
}

/* line 50, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-btn--prev .icon-font {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 55, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring-btn--next .icon-font {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 62, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1279px) {
  /* line 62, src/scss/_components/dashboard/_dashboard--hiring.scss */
  .dashboard__hiring .swiper-slide {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 69, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

@media screen and (max-width: 1279px) {
  /* line 69, src/scss/_components/dashboard/_dashboard--hiring.scss */
  .dashboard__hiring .swiper-slide-left {
    width: 100%;
    height: 140px;
  }
}

/* line 79, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-left img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 87, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-right {
  width: -webkit-calc(100% - (100% / 3));
  width: calc(100% - (100% / 3));
  padding: 20px 0 40px 3.7%;
}

@media screen and (max-width: 1279px) {
  /* line 87, src/scss/_components/dashboard/_dashboard--hiring.scss */
  .dashboard__hiring .swiper-slide-right {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 87, src/scss/_components/dashboard/_dashboard--hiring.scss */
  .dashboard__hiring .swiper-slide-right {
    padding-bottom: 0;
  }
}

/* line 98, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-right > p {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #639;
}

/* line 107, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 7px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 116, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-block > div:nth-of-type(1) {
  width: 35%;
  padding: 6px 0 3px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}

/* line 122, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-block > div:nth-of-type(1) > p {
  padding-bottom: 5px;
  font-size: 14px;
  color: #222;
  font-weight: 700;
}

/* line 129, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-block > div:nth-of-type(1) > span {
  font-size: 40px;
  color: #639;
  line-height: 1;
}

/* line 135, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide-block > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65%;
}

/* line 144, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 148, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

/* line 153, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide ul li i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ac46bd;
}

/* line 162, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide ul li span {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: 1.2;
  color: #616161;
}

/* line 173, src/scss/_components/dashboard/_dashboard--hiring.scss */
.dashboard__hiring .swiper-slide ul li a {
  font-size: 12px;
  margin-left: 5px;
  text-decoration: underline;
  color: #15c;
}

/* line 1, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news {
  padding: 18px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 7, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 12, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-head p {
  font-size: 24px;
  color: #222;
}

/* line 19, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-body hr {
  height: 1px;
  margin: 25px 0 30px;
  border: none;
  background-color: #dcdcdc;
}

/* line 28, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-body .c-btn__wrapper .icon-font {
  z-index: 2;
  position: relative;
  margin-left: 10px;
  color: #ffffff;
  font-size: 11px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 40, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 47, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 47, src/scss/_components/dashboard/_dashboard--news.scss */
  .dashboard__news-block-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 54, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-wrapper > div {
  width: 100%;
  max-width: -webkit-calc((100% - 34px) / 3);
  max-width: calc((100% - 34px) / 3);
  padding-bottom: 18px;
}

@media screen and (max-width: 767px) {
  /* line 54, src/scss/_components/dashboard/_dashboard--news.scss */
  .dashboard__news-block-wrapper > div {
    max-width: 100%;
  }
}

/* line 64, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-head {
  overflow: hidden;
  position: relative;
  height: 104px;
}

/* line 74, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-body {
  padding: 9% 4.5% 4.5%;
}

/* line 77, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-body > p {
  font-family: 'Lucida Grande', sans-serif;
  min-height: 42px;
  font-weight: 500;
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #222;
}

/* line 87, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-body > span {
  overflow: hidden;
  position: relative;
  display: block;
  max-height: 80px;
  font-size: 12px;
  line-height: 20px;
  color: #616161;
}

/* line 96, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-body > span:after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 105, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-footer {
  padding-top: 20px;
}

/* line 108, src/scss/_components/dashboard/_dashboard--news.scss */
.dashboard__news-block-footer .c-btn {
  width: 100%;
}

/* line 52, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage {
  padding: 0;
}

/* line 55, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile, .dashboard .manage__upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 60, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile {
  margin: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 60, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard .manage__profile {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
            box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
  }
}

/* line 67, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile .profile__main {
  overflow: hidden;
}

/* line 71, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile .profile__main-bg > div {
  height: 140px;
}

@media screen and (max-width: 767px) {
  /* line 71, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard .manage__profile .profile__main-bg > div {
    height: 110px;
  }
}

/* line 80, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile .profile__main-body-wrapper-1 {
  padding: 30px 10px 15px;
}

/* line 85, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile .profile__main-toggle {
  display: block;
}

/* line 89, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile .profile__main-head {
  padding: 15px 5px;
}

@media screen and (max-width: 767px) {
  /* line 89, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard .manage__profile .profile__main-head {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 100, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard .manage__profile .profile__main-body-wrapper-1 > div:nth-of-type(1) {
    padding-bottom: 0;
  }
}

/* line 109, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile .profile__main-name span,
.dashboard .manage__profile .profile__main-position span,
.dashboard .manage__profile .profile__main-country span {
  min-width: 75px;
}

/* line 115, src/scss/_components/dashboard/_dashboard.scss */
.dashboard .manage__profile .profile__main-steps-title {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 115, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard .manage__profile .profile__main-steps-title {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 122, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard .manage__profile .profile__main-strength {
    padding-bottom: 5px;
  }
  /* line 126, src/scss/_components/dashboard/_dashboard.scss */
  .dashboard .manage__profile .profile__main-strength-title {
    padding-bottom: 20px;
  }
}

/* line 3, src/scss/_components/employer-views/_employer-views.scss */
.employer-views {
  padding-top: 7px;
}

@media screen and (max-width: 1279px) {
  /* line 3, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views {
    padding-top: 15px;
  }
}

/* line 9, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .c-grid {
  max-width: 1370px;
}

/* line 13, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  /* line 13, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 19, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__wrapper-left {
  width: 405px;
}

@media screen and (max-width: 1279px) {
  /* line 19, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__wrapper-left {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

/* line 27, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__wrapper-middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1279px) {
  /* line 27, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__wrapper-middle {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

/* line 41, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__wrapper-right {
  width: 365px;
}

@media screen and (max-width: 1279px) {
  /* line 41, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__wrapper-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-bottom: 20px;
  }
}

/* line 49, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__wrapper-right .profile__employers-divider {
  margin-bottom: 0;
  background-color: transparent;
}

/* line 56, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__section {
  overflow: hidden;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 62, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__section-head {
  background-color: #663399;
}

/* line 65, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__section-head p {
  padding: 18px 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  /* line 65, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__section-head p {
    padding: 17px 4.5%;
    font-size: 24px;
    text-transform: capitalize;
  }
}

/* line 81, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 84, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
  padding: 25px 15px;
}

@media screen and (max-width: 1279px) {
  /* line 84, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-left {
    width: 263px;
    padding: 39px 15px 39px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 84, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-left {
    width: 197px;
    padding: 29px 15px 29px;
  }
}

@media screen and (max-width: 767px) {
  /* line 84, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-left {
    width: 109px;
    padding: 16px 15px 16px;
  }
}

/* line 103, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-left img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* line 111, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding: 25px 30px 25px 0;
}

@media screen and (max-width: 1279px) {
  /* line 111, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-right {
    padding: 39px 39px 39px 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 111, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-right {
    padding: 29px 29px 29px 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 111, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-right {
    padding: 16px 16px 16px 0;
  }
}

/* line 126, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-right hr {
  height: 1px;
  margin-bottom: 12px;
  border: none;
  background-color: #c8c8c8;
}

/* line 134, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 138, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-wrapper > div {
  border-bottom: 1px solid #c8c8c8;
}

/* line 143, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-title {
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: #757575;
}

/* line 150, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-subtitle {
  padding-bottom: 10px;
  font-size: 15px;
  color: #757575;
}

/* line 155, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-subtitlea {
  color: #2765cf;
}

/* line 160, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-date {
  padding-bottom: 12px;
  font-size: 13px;
  color: #757575;
  line-height: 1;
}

/* line 167, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 167, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 175, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  /* line 175, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-info > div {
    width: 100%;
  }
  /* line 182, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-info > div:nth-of-type(1) {
    padding-bottom: 20px;
  }
}

/* line 187, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-info > div p {
  padding-bottom: 7px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #757575;
}

/* line 195, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-info > div span {
  font-size: 13px;
  color: #222;
}

/* line 202, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 202, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-action {
    position: relative;
    left: -109px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-calc(100% + 109px);
    width: calc(100% + 109px);
    padding-left: 16px;
  }
}

/* line 213, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-action .c-btn {
  width: 100%;
  min-width: unset;
  max-width: -webkit-calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 38px;
}

@media screen and (max-width: 767px) {
  /* line 213, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-action .c-btn {
    max-width: 100%;
  }
  /* line 221, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views__list-action .c-btn:first-of-type {
    margin-bottom: 10px;
  }
}

/* line 226, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-action .c-btn.c-btn--borderGreen {
  border-width: 2px;
}

/* line 230, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__list-action .c-btn span {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

/* line 239, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  padding: 0 20px;
}

/* line 245, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 250, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #616161;
}

/* line 259, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination-double {
  font-size: 10px;
}

/* line 262, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination-double--next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 267, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination-arrow {
  font-size: 6px;
}

/* line 270, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination-arrow--prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 273, src/scss/_components/employer-views/_employer-views.scss */
.employer-views__pagination-arrow--next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 282, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage {
  padding: 0;
}

/* line 285, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile, .employer-views .manage__upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 290, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile {
  margin: 0;
  margin-bottom: 20px;
}

/* line 294, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile .profile__main {
  overflow: hidden;
}

/* line 298, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile .profile__main-bg > div {
  height: 140px;
}

@media screen and (max-width: 767px) {
  /* line 298, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views .manage__profile .profile__main-bg > div {
    height: 110px;
  }
}

/* line 307, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile .profile__main-body-wrapper-1 {
  padding: 30px 10px 15px;
}

@media screen and (max-width: 767px) {
  /* line 307, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views .manage__profile .profile__main-body-wrapper-1 {
    padding-bottom: 0;
  }
}

/* line 315, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile .profile__main-head {
  padding: 15px 5px;
}

@media screen and (max-width: 767px) {
  /* line 315, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views .manage__profile .profile__main-head {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 323, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile .profile__main-name span,
.employer-views .manage__profile .profile__main-position span,
.employer-views .manage__profile .profile__main-country span {
  min-width: 75px;
}

/* line 329, src/scss/_components/employer-views/_employer-views.scss */
.employer-views .manage__profile .profile__main-steps-title {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 333, src/scss/_components/employer-views/_employer-views.scss */
  .employer-views .manage__profile .profile__main-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 3, src/scss/_components/messages/_messages.scss */
.messages {
  padding-top: 5px;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/messages/_messages.scss */
  .messages {
    overflow: hidden;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/messages/_messages.scss */
  .messages {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 13, src/scss/_components/messages/_messages.scss */
  .messages .c-grid {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 20, src/scss/_components/messages/_messages.scss */
.messages__wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}

@media screen and (min-width: 1280px) {
  /* line 20, src/scss/_components/messages/_messages.scss */
  .messages__wrapper {
    height: -webkit-calc(100vh - (50px + 79px + 52px + 15px + 5px)) !important;
    height: calc(100vh - (50px + 79px + 52px + 15px + 5px)) !important;
  }
}

@media screen and (max-width: 1279px) {
  /* line 20, src/scss/_components/messages/_messages.scss */
  .messages__wrapper {
    height: -webkit-calc(100vh - (50px + 52px + 15px + 5px));
    height: calc(100vh - (50px + 52px + 15px + 5px));
  }
}

@media screen and (max-width: 767px) {
  /* line 20, src/scss/_components/messages/_messages.scss */
  .messages__wrapper {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
}

/* line 41, src/scss/_components/messages/_messages.scss */
.messages__wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 1023px) {
  /* line 41, src/scss/_components/messages/_messages.scss */
  .messages__wrapper-left {
    width: 100%;
    height: 100%;
  }
}

/* line 51, src/scss/_components/messages/_messages.scss */
.messages__wrapper-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 1023px) {
  /* line 51, src/scss/_components/messages/_messages.scss */
  .messages__wrapper-left-top {
    height: auto;
  }
}

/* line 61, src/scss/_components/messages/_messages.scss */
.messages__wrapper-left-top .form-group {
  width: 100%;
  margin-bottom: 0;
}

/* line 65, src/scss/_components/messages/_messages.scss */
.messages__wrapper-left-top .form-group select {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 36px;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  color: #757575;
}

/* line 81, src/scss/_components/messages/_messages.scss */
.messages__wrapper-left-bottom {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 1px;
  max-height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 81, src/scss/_components/messages/_messages.scss */
  .messages__wrapper-left-bottom {
    scroll-behavior: smooth;
  }
}

/* line 92, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 92, src/scss/_components/messages/_messages.scss */
  .messages__wrapper-right {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #ffffff;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  /* line 110, src/scss/_components/messages/_messages.scss */
  .messages__wrapper-right.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
}

/* line 118, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
}

/* line 126, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-middle {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 1px;
  max-height: 100%;
  padding: 15px;
}

@media screen and (max-width: 1023px) {
  /* line 126, src/scss/_components/messages/_messages.scss */
  .messages__wrapper-right-middle {
    scroll-behavior: smooth;
  }
}

/* line 137, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 10px 15px;
  background-color: #f1f1f1;
}

/* line 144, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-bottom .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

/* line 151, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-bottom .form-group textarea {
  resize: none;
  outline: none;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  color: #000;
}

/* line 171, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-bottom .c-btn {
  min-width: unset;
  width: 100px;
  height: 36px;
}

/* line 176, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-bottom .c-btn span {
  font-size: 14px;
}

/* line 180, src/scss/_components/messages/_messages.scss */
.messages__wrapper-right-bottom .c-btn__wrapper {
  padding-left: 15px;
}

/* line 188, src/scss/_components/messages/_messages.scss */
.messages__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 193, src/scss/_components/messages/_messages.scss */
.messages__form label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 198, src/scss/_components/messages/_messages.scss */
.messages__form label > .icon-font {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 100%;
}

/* line 210, src/scss/_components/messages/_messages.scss */
.messages__form input {
  outline: none;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 20px 0 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: transparent;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  color: #757575;
}

/* line 225, src/scss/_components/messages/_messages.scss */
.messages__form span {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 100%;
}

/* line 235, src/scss/_components/messages/_messages.scss */
.messages__form span .icon-font {
  font-size: 8px;
  color: #757575;
}

/* line 242, src/scss/_components/messages/_messages.scss */
.messages__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  background-color: #ECEDF1;
}

@media screen and (max-width: 1023px) {
  /* line 242, src/scss/_components/messages/_messages.scss */
  .messages__card {
    background-color: transparent;
  }
}

/* line 254, src/scss/_components/messages/_messages.scss */
.messages__card:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #663399;
}

@media screen and (max-width: 1023px) {
  /* line 254, src/scss/_components/messages/_messages.scss */
  .messages__card:after {
    opacity: 0;
  }
}

/* line 268, src/scss/_components/messages/_messages.scss */
.messages__card > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 15px;
}

/* line 276, src/scss/_components/messages/_messages.scss */
.messages__card-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
}

/* line 282, src/scss/_components/messages/_messages.scss */
.messages__card-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 292, src/scss/_components/messages/_messages.scss */
.messages__card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 2px;
}

/* line 301, src/scss/_components/messages/_messages.scss */
.messages__card-header > div:nth-of-type(1) {
  max-width: -webkit-calc(100% - 70px);
  max-width: calc(100% - 70px);
}

/* line 304, src/scss/_components/messages/_messages.scss */
.messages__card-header > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70px;
  padding-left: 15px;
}

/* line 313, src/scss/_components/messages/_messages.scss */
.messages__card-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  color: #663399;
  font-size: 13px;
  line-height: 1;
}

/* line 323, src/scss/_components/messages/_messages.scss */
.messages__card-date {
  color: #999;
  font-size: 11px;
  line-height: 1;
}

/* line 329, src/scss/_components/messages/_messages.scss */
.messages__card-subtitle {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 5px;
  color: #999;
  font-size: 11px;
  line-height: 1;
}

/* line 339, src/scss/_components/messages/_messages.scss */
.messages__card-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 345, src/scss/_components/messages/_messages.scss */
.messages__card-status > div:nth-of-type(1) {
  max-width: -webkit-calc(100% - 50px);
  max-width: calc(100% - 50px);
}

/* line 348, src/scss/_components/messages/_messages.scss */
.messages__card-status > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50px;
  padding-left: 15px;
}

/* line 356, src/scss/_components/messages/_messages.scss */
.messages__card-status .icon-font {
  font-size: 12px;
  color: #999;
}

/* line 362, src/scss/_components/messages/_messages.scss */
.messages__card-text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 5px;
  color: #999;
  font-size: 11px;
  line-height: 1;
}

/* line 373, src/scss/_components/messages/_messages.scss */
.messages__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 379, src/scss/_components/messages/_messages.scss */
.messages__header-left {
  max-width: -webkit-calc(100% - 325px);
  max-width: calc(100% - 325px);
}

@media screen and (max-width: 1023px) {
  /* line 379, src/scss/_components/messages/_messages.scss */
  .messages__header-left {
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

/* line 386, src/scss/_components/messages/_messages.scss */
.messages__header-right {
  padding-left: 15px;
}

/* line 389, src/scss/_components/messages/_messages.scss */
.messages__header-right .c-btn {
  width: 150px;
  min-width: unset;
  height: 34px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* line 396, src/scss/_components/messages/_messages.scss */
.messages__header-right .c-btn--white span {
  color: #06aa86;
}

/* line 401, src/scss/_components/messages/_messages.scss */
.messages__header-right .c-btn:not(:last-of-type) {
  margin-right: 10px;
}

/* line 405, src/scss/_components/messages/_messages.scss */
.messages__header-right .c-btn span {
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  /* line 409, src/scss/_components/messages/_messages.scss */
  .messages__header-right .c-btn__wrapper {
    display: none;
  }
}

/* line 417, src/scss/_components/messages/_messages.scss */
.messages__header-return {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 417, src/scss/_components/messages/_messages.scss */
  .messages__header-return {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 423, src/scss/_components/messages/_messages.scss */
.messages__header-return .icon-font {
  font-size: 20px;
  color: #663399;
}

/* line 429, src/scss/_components/messages/_messages.scss */
.messages__header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 434, src/scss/_components/messages/_messages.scss */
.messages__header-info > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 15px;
}

/* line 442, src/scss/_components/messages/_messages.scss */
.messages__header-info p,
.messages__header-info span {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  line-height: 1.2;
}

/* line 451, src/scss/_components/messages/_messages.scss */
.messages__header-info p {
  font-size: 13px;
  color: #000000;
}

/* line 456, src/scss/_components/messages/_messages.scss */
.messages__header-info span {
  font-size: 11px;
  color: #999;
}

/* line 462, src/scss/_components/messages/_messages.scss */
.messages__header-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
}

/* line 468, src/scss/_components/messages/_messages.scss */
.messages__header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 479, src/scss/_components/messages/_messages.scss */
.messages__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}

/* line 486, src/scss/_components/messages/_messages.scss */
.messages__info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 490, src/scss/_components/messages/_messages.scss */
.messages__info > div > div {
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #eee;
  background-color: #ffffff;
}

/* line 500, src/scss/_components/messages/_messages.scss */
.messages__info > div > div:nth-of-type(1) {
  left: 3px;
}

/* line 503, src/scss/_components/messages/_messages.scss */
.messages__info > div > div:nth-of-type(2) {
  right: 3px;
}

/* line 513, src/scss/_components/messages/_messages.scss */
.messages__info-title {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}

/* line 520, src/scss/_components/messages/_messages.scss */
.messages__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

/* line 525, src/scss/_components/messages/_messages.scss */
.messages__content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

/* line 530, src/scss/_components/messages/_messages.scss */
.messages__content-box--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 534, src/scss/_components/messages/_messages.scss */
.messages__content-box--right > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 0;
  padding-right: 10px;
}

/* line 541, src/scss/_components/messages/_messages.scss */
.messages__content-box--right > div:nth-of-type(2) p {
  background-color: #663399;
  color: #ffffff;
}

/* line 548, src/scss/_components/messages/_messages.scss */
.messages__content-box--right .messages__content-logo {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #eee;
  background-color: #ffffff;
}

/* line 556, src/scss/_components/messages/_messages.scss */
.messages__content-box > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 10px;
}

/* line 564, src/scss/_components/messages/_messages.scss */
.messages__content-box h6 {
  color: #636262;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.1;
}

/* line 571, src/scss/_components/messages/_messages.scss */
.messages__content-box h5 {
  padding-bottom: 5px;
  font-weight: normal;
  line-height: 1.1;
  color: #636262;
  font-size: 10px;
}

/* line 579, src/scss/_components/messages/_messages.scss */
.messages__content-box p {
  display: inline-block;
  max-width: 70%;
  font-size: 13px;
  padding: 6px 15px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #f5f3f3;
}

/* line 589, src/scss/_components/messages/_messages.scss */
.messages__content-logo {
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
}

/*# sourceMappingURL=maps/app.css.map */
