@font-face {
  font-family: 'Type Round Light Demo';
  src: url('../fonts/TypoRoundLightDemo.woff2') format('woff2'),
  url('../fonts/TypoRoundLightDemo.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

html.html--with-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

html.html--with-bg body {
  background-color: transparent;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  background-color: #F5F5F5;
}

input[type=text],
input[type=password],
textarea {
  font-family: 'DM Sans', sans-serif;
}
textarea.form-field__input {
    min-height: 120px;
}
input:focus {
  outline: none;
}

/* CONTACTFORM STYLING */

.contact-form__submit {
    margin-top: 10px;
}
.login-form__field-group {
  display: block;
  position: relative;
  z-index: 3;
}
.form-field--is-active .form-field__control::after {
  color: #000;
  opacity: .8;
  -webkit-transform: scaleX(150);
  -ms-transform: scaleX(150);
  transform: scaleX(150);
}
.form-field--is-active .form-field__label {
  color: #000;
  opacity: .8;
  font-size: 0.75rem;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.form-field--is-filled .form-field__label {
  font-size: 0.75rem;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.form-field__label {
  display: block;
  font-size: 18px;
  font-weight: normal;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: -1;
  color: #000;
}
.form-field__control {
  background: #eee;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.form-field__control::after {
  border-bottom: 2px solid rgba(69, 87, 96, 0.48);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 1%;
}
.form-field__input,
.form-field__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-family: Eina03-Regular;
  border: 0;
  border-bottom: 1px solid #a8a8a8;
  color: black;
  display: block;
  font-size: 18px;
  margin-top: 24px;
  outline: 0;
  width: 100%;
  z-index: 5;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-top: 101px;
  padding-bottom: 2.5rem;
  /* Footer height */
}

#colorwheel h4{
  position: absolute;
  z-index: 4;
  width: 400px;
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  padding: 25px;
  font-family: "Type Round Light Demo";
}

@media screen and (min-width: 768px) {
  .container-wrapper {
    padding: 0 55px;
  }
}

.top-bar {
  height: 88px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
  z-index: 99;
}

.top-bar__content {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar__logo {
  width: 300px;
}

.menu-toggler__icon {
  display: block;
  width: 27px;
  height: 22px;
  position: relative;
}

.menu-toggler__icon:before, .menu-toggler__icon:after, .menu-toggler__icon span {
  height: 4px;
  background-color: #ff4459;
  display: block;
  position: absolute;
}

.menu-toggler__icon:before, .menu-toggler__icon:after {
  content: "";
  width: 100%;
}

.menu-toggler__icon:before {
  top: 0;
}

.menu-toggler__icon:after {
  bottom: 0;
}

.menu-toggler__icon span {
  width: 80%;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

.top-bar-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-bar-menu__list-item {
  color: #000000;
}

.top-bar-menu__link {
  color: inherit;
  padding: 0 15px;
  text-decoration: none;
  line-height: 42px;
  height: 42px;
}
.top-bar-menu__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .top-bar-menu {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    padding: 15px;
    display: none;
  }
  .top-bar-menu__list-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    font-size: 16px;
  }
  .top-bar-menu__link {
    display: block;
  }
  .top-bar-menu__link:hover, .top-bar-menu__link:active, .top-bar-menu__link:focus {
    text-decoration: none;
  }
  .top-bar-menu__actions {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .top-bar-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-bar-menu__list-item {
    display: inline-block;
  }
  .top-bar-menu__link {
    display: inline-block;
  }
  .top-bar-menu__actions {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 5px;
  }
}

.breadcrumbs__item {
  color: #000;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__item.hide-mobile {
    display: none;
  }
}

.breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs__item--active {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .breadcrumbs__divider {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs__divider.hide-mobile {
    display: none;
  }
}

.content-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .content-box {
    font-size: 16px;
  }
}

.content-box--home {
  margin-top: 30px;
}

.content-box--fixed-height-350 {
  height: 300px;
}

@media screen and (min-width: 768px) {
  .content-box--fixed-height-350 {
    height: 367px;
  }
}

.content-box--with-logo {
  padding: 55px;
}

.content-box__title {
  margin-top: 0;
  font-weight: 400;
  font-size: 19px;
}

@media screen and (min-width: 768px) {
  .content-box__title {
    font-size: 24px;
  }
}

.content-box__scroll-box {
  height: 100%;
  width: 100%;
  overflow: auto;
  margin-right: -20px;
  padding-right: 20px;
}
.content-box__scroll-box::-webkit-scrollbar-track {
    background-color: #dedede;
}
.content-box__scroll-box::-webkit-scrollbar {
    width: 6px;
    background-color: #dedede;
}
.content-box__scroll-box::-webkit-scrollbar-thumb {
    background-color: #B7B7B7;
}
.content-box__logo {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content-box--company-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content-box--company-description p {
    margin-top: 0;
  }
}

.content-box__company-description-footer {
  padding-top: 45px;
}

.content-box__company-description-title {
  margin-top: 0;
  font-size: 17px;
  color: #5451ed;
}

@media screen and (min-width: 768px) {
  .content-box__company-description-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .content-box--offer {
    width: calc(50% - 30px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
}

.content-box--offer-small {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  padding: 20px;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .content-box--offer-small {
    min-height: 226px;
  }
}

.content-box__offer-small-title {
  font-size: 27px;
  margin: 0;
  font-weight: 700;
  z-index: 1;
}

.contentbox-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  background-color: #33333333;
  z-index: 0;
}

.content-box__offer-small-subtitle {
  font-size: 17px;
  margin: 0;
  font-weight: 700;
  z-index: 1;
}

.content-box__offer-small-footer {
  z-index: 1;
}

.content-box__offer-extended-title {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  color: #5451ed;
}

.content-box__offer-extended-subtitle {
  font-size: 17px;
  margin: 0 0 30px;
  font-weight: 400;
}

.content-box__offer-extended-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 10px;
  height: 175px;
  width: 100%;
  margin-bottom: 30px;
}

.content-box__offer-extended-description {
  font-size: 16px;
  margin-bottom: 30px;
}

.content-box--login {
  margin-top: 30px;
}

.content-box__login-title {
  font-size: 23px;
  margin: 0;
  font-weight: 700;
  color: #5451ed;
}

@media screen and (min-width: 768px) {
  .content-box__login-title {
    font-size: 26px;
  }
}

.content-box__login-body {
  margin: 30px 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .content-box--mobile-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 23px;
  }
  .content-box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .content-box--desktop-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 23px;
  }
}

.search-form__title {
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .search-form__title {
    font-size: 20px;
  }
}

.search-form__input {
  width: 100%;
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}

.search-form__input::-webkit-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.search-form__input:-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.search-form__input::-ms-input-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.search-form__input::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.search-form__input:-ms-input-placeholder {
  color: #b7b7b7;
}

.search-form__input::-ms-input-placeholder {
  color: #b7b7b7;
}

@media screen and (min-width: 768px) {
  .search-form__input {
    height: 51px;
    line-height: 51px;
    font-size: 20px;
  }
}

.map-box {
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .map-box {
    height: 574px;
  }
}

@media screen and (max-width: 767px) {
  .map-box:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}

.map-box__marker > img {
  width: 100%;
  height: 100%;
}

.companies-list {
  margin-top: -30px;
}

.companies-list__item {
  font-size: 13px;
  padding: 30px 0;
  border-bottom: 2px solid #B7B7B7;
}
.companies-list__item.active {
    background: rgba(183, 183, 183, 0.12);
}

@media screen and (min-width: 768px) {
  .companies-list__item {
    font-size: 16px;
  }
}

.companies-list__item-title {
  font-size: 20px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .companies-list__item-title {
    font-size: 24px;
  }
}

.companies-list__item-subtitle {
  margin-bottom: 24px;
}

.button {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
  border-radius: 26px;
  padding: 0 26px;
  height: 43px;
  line-height: 43px;
  font-weight: 700;
  font-size: inherit;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
  color: white;
    opacity: 1;
  margin-right: 5px;
  margin-bottom: 8px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.button.themed--background-color:hover {
    opacity: .6;
}

@media screen and (min-width: 768px) {
  .button {
    height: 51px;
    line-height: 51px;
  }
}

.button:hover, .button:active, .button:focus {
  text-decoration: none;
  color: white;
}

.button--fullwidth {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.button--large {
  height: 51px;
  line-height: 51px;
}

.button--blue {
  color: #fff;
  background-color: #5451ed;
}
.button--blue:hover {
  background-color: rgba(84, 81, 237, .6);
}

.button--red {
  color: #fff;
  background-color: #ff4459;
}
.button--red:hover {
  background-color: rgba(255, 68, 89, .6);
}

@media screen and (min-width: 768px) {
  .login-page__content {
    margin-top: 40%;
  }
}

.login-page__title {
  color: #fff;
  text-align: right;
  font-size: 21px;
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .login-page__title {
    font-size: 26px;
  }
}

.login-page__body {
  color: #fff;
  text-align: right;
  font-size: 16px;
}

.login-form__field-group {
  position: relative;
  margin: 20px 0;
}

.login-form__label {
  display: block;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .login-form__label {
    font-size: 16px;
  }
}

.login-form__input {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .login-form__input {
    font-size: 16px;
  }
}

.login-form__actions {
  margin-top: 30px;
}

.login-form__action-link {
    color: #B7B7B7;
    text-decoration: none;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.login-form__action-link:hover {
    text-decoration: underline;
}

.ring-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.ring-bg__ring {
  border-radius: 50%;
  width: 400px;
  height: 400px;
  border: 400px solid #5451ed;
  margin-top: 139px;
  margin-left: -50%;
  box-sizing: content-box;
}

@media screen and (min-width: 768px) {
  .ring-bg__ring {
    margin-left: -2%;
    margin-top: 4%;
    height: 1110px;
    width: 1340px;
  }
}

.footer__body {
  color: #B7B7B7;
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__body {
    text-align: right;
    font-size: 16px;
  }
}

.footer__body--login-page {
  color: #fff;
}

.category-button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  text-align: left;
  background-color: #5451ED;
  height: 55px;
  line-height: 55px;
  margin-bottom: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);

  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.category-button-wrapper {
  margin-bottom: 30px;
}

.category-button:hover, .category-button:active {
  color: #fff;
  text-decoration: none;
    opacity: .6;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  /* Footer height */
}

.flex-spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/*# sourceMappingURL=style.css.map */

/*ACCORDION*/

.accordion {
  position: relative;
  background-color: white;
  border: 2px solid #5451ed;
  border-top: none;
  line-height: 100px;
  height: 100px;
  cursor: pointer;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  outline: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.accordion:first-child {
  border-top: 2px solid #5451ed;
}

.accordion:focus {
  outline: none;
}

.accordion .intro {
  line-height: normal;
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion.active, .accordion:hover {
}

.accordion:after {
  content: '\002B';
  font-size: 35px;
  color: white;
  position: absolute;
  top: 25px;
  right: 25px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #5451ed;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 2px solid #5451ed;
  border-top: none;
  border-bottom: 0;
}

.accordion.active + .panel {
  border-bottom: 2px solid #5451ed;
}

.panel .inner-panel {
  padding: 20px 0;
}

.panel .inner-panel p {
  margin-bottom: 0;
}

.modal-header,
.modal-body {
  padding: 20px;
  z-index: 90;
}
.modal-title {
  font-family: 'DM Sans', sans-serif;
  color: black;
  font-weight: 700;
}
.modal-dialog {
  margin: 0!important;
  height: 100%;
  width: 100%;
  max-width: none;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-content {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border: none;
  max-width: 500px;
}
