/* #region Fonts */
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-medium-webfont.woff2") format("woff2"), url("../fonts/proximanova-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'newparis_skyline';
  src: url("../fonts/newparisskyline-medium-webfont.woff2") format("woff2"), url("../fonts/newparisskyline-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'newparis_skyline';
  src: url("../fonts/newparisskyline-bold-webfont.woff2") format("woff2"), url("../fonts/newparisskyline-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
/* #endregion */
/* #region Variables */
/* #endregion */
/* #region Function */
/* #endregion */
/* #region Global */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  font-family: 'proxima_nova';
  color: #5b5b5b;
  overflow-x: hidden;
  position: relative; }

* {
  outline: none !important; }

/* #endregion */
/* #region Typography */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'newparis_skyline';
  color: #553364; }

.h1, h1 {
  font-size: 4.5rem;
  line-height: 1; }

.h2, h2 {
  font-size: 3rem;
  margin-bottom: 2rem; }

.h3, h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem; }

.h4, h4 {
  font-size: 1.625rem; }

.h5, h5 {
  font-size: 1.375rem; }

.h6, h6 {
  font-size: 1.125rem; }
  .h6 small, h6 small {
    font-family: 'proxima_nova';
    font-size: 1rem;
    color: #5b5b5b;
    font-weight: 400; }

p:last-child:not(.lead) {
  margin-bottom: 0; }

a {
  color: #553364; }
  a:hover {
    color: #742955; }

hr {
  border-top-color: rgba(85, 51, 100, 0.3); }

.fz-16 {
  font-size: 1rem; }

.font-weight-medium {
  font-weight: 500; }

.mt-2rem {
  margin-top: 2rem !important; }

.mb-30 {
  margin-bottom: 30px; }

.p-20 {
  padding: 1.25rem !important; }

.text-three {
  color: #553364; }

.text-four {
  color: #742955; }

.text-five {
  color: #5b5b5b; }

.text-eight {
  color: #79cdcf; }

.text-nine {
  color: #ecb88a; }

/* #endregion */
/* #region Layout */
.container-fluid {
  padding-left: 40px;
  padding-right: 40px; }

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .gutter-10 > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px; }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    position: relative; }
    .slick-dots li + li {
      margin-left: 24px; }
    .slick-dots li button {
      display: block;
      font-size: 0;
      height: 10px;
      width: 10px;
      padding: 0;
      background-color: #553364;
      border: 0;
      outline: none !important;
      border-radius: 50%; }
      .slick-dots li button:hover {
        background-color: #742955; }
    .slick-dots li.slick-active button {
      background-color: #742955; }
.slick-arrow {
  border: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 1.25rem);
  right: -3.75rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' fill='%23553364'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 36px 36px;
  font-size: 0;
  color: transparent;
  z-index: 2; }
  .slick-arrow:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' fill='%23742955'/%3E%3C/svg%3E"); }
  .slick-arrow.slick-prev {
    right: auto;
    left: -3.75rem;
    transform: rotate(180deg); }
  .slick-arrow.slick-disabled {
    opacity: .3; }

.section {
  overflow: hidden;
  position: relative;
  padding: 6.25rem 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-top {
  padding-top: 0; }

.narrow {
  max-width: 700px;
  margin: 0 auto; }

.narrow-830 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto; }

.bg-yellow {
  background-color: #fff7f1; }

.bg-light-blue {
  background-color: #e9f1f5; }
  .bg-light-blue .form-control {
    background-color: transparent;
    border-color: #69a1bf;
    color: #69a1bf; }
    .bg-light-blue .form-control:focus, .bg-light-blue .form-control.is-valid:focus, .was-validated .bg-light-blue .form-control:valid:focus {
      color: #69a1bf;
      border-color: #69a1bf; }
    .bg-light-blue .form-control.is-valid, .was-validated .bg-light-blue .form-control:valid {
      border-color: #69a1bf; }
    .bg-light-blue .form-control::placeholder {
      color: #69a1bf; }

.card {
  border: 0;
  border-radius: 0.3125rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
  .card-img-link {
    display: block;
    overflow: hidden; }
    .card-img-link img {
      display: block;
      max-width: 100%;
      transition: transform .2s ease; }
  .card-header {
    background-color: #fff;
    border-bottom: 0; }
  .card-body {
    padding: 1.875rem; }
  .card:hover .card-img-link img {
    transform: scale(1.05); }
  .card-hover {
    transition: background-color .2s ease; }
    .card-hover:hover {
      background-color: #fee2cc; }

.modal-dialog {
  max-width: 940px;
  min-height: calc(100vh - 3.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.modal-content {
  border: 0;
  border-radius: 0.3125rem;
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.1); }
.modal .close {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  opacity: 1 !important; }

#modal-video .modal-content, #modalVideo .modal-content {
  background-color: #1f1f1f; }

#modal-team .modal-body {
  padding: 1.875rem; }

.breadcrumb {
  background-color: transparent;
  margin-top: 70px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0; }
  .breadcrumb-item + .breadcrumb-item::before {
    color: #553364; }
  .breadcrumb-item.active {
    color: #5b5b5b; }

.accordion .card {
  margin-bottom: 1.375rem;
  border-radius: 0.3125rem !important; }
  .accordion .card .card-header {
    margin-bottom: 0;
    border-radius: 0.3125rem;
    padding: 0; }
    .accordion .card .card-header h2 {
      font-size: 1.125rem; }
    .accordion .card .card-header .btn-link {
      padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
      background-color: #fee2cc;
      border-radius: 0.3125rem;
      font-size: 1.125rem;
      display: block;
      width: 100%;
      text-align: left; }
      .accordion .card .card-header .btn-link::after {
        top: 1rem; }
      .accordion .card .card-header .btn-link.collapsed {
        background-color: #fff; }

.page-item + .page-item {
  margin-left: 10px; }

.page-link {
  border-radius: 0.3125rem;
  background-color: #fee2cc;
  color: #553364;
  border: 0;
  min-width: 2.25rem;
  text-align: center; }
  .page-link:hover, .page-link:focus {
    background-color: #ecb88a;
    color: #553364;
    box-shadow: none; }

/* #endregion */
/* #region Form */
label {
  font-weight: 500;
  color: #553364; }

.form-control, .btn {
  box-shadow: none !important; }

.form-control {
  border-color: #553364;
  border-radius: 1.25rem;
  color: #553364;
  height: calc(1.5em + .875rem + 2px);
  padding: 0.4375rem 1.375rem; }
  .form-control::placeholder {
    color: rgba(85, 51, 100, 0.6); }
  .form-control::-ms-clear {
    display: none; }
  .form-control:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    color: #742955;
    border-color: #742955; }
  .form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #F44336; }
  .form-control.is-valid, .was-validated .form-control:valid {
    border-color: #553364;
    background-image: none;
    padding-right: 1.375rem; }

textarea.form-control {
  border-radius: 0.3125rem; }

.userform div.field.form-control {
  border: none;
  height: auto;
  padding: 0;
  margin-bottom: 1rem; }
.userform div.field label.left {
  font-weight: 500;
  margin-bottom: .5rem; }
.userform div.field.checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  z-index: 999;
  padding-left: 1.5rem;
  left: auto;
  width: auto;
  height: auto;
  opacity: 1 !important; }
  .userform div.field.checkbox .checkbox {
    overflow: visible;
    margin-top: 2px;
    opacity: 1;
    padding: 0;
    box-sizing: border-box; }
.userform .Actions {
  margin-top: 1.5rem !important; }
  .userform .Actions input.action {
    border-radius: 1.5625rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #742955;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: .4375rem 1.375rem;
    box-shadow: none !important; }
.userform input.form-control, .userform textarea.form-control, .userform .btn {
  box-shadow: none !important; }
.userform input.form-control, .userform textarea.form-control {
  border-color: #553364;
  border-radius: 1.25rem;
  color: #553364;
  height: calc(1.5em + .875rem + 2px);
  padding: 0.4375rem 1.375rem; }
  .userform input.form-control::placeholder, .userform textarea.form-control::placeholder {
    color: rgba(85, 51, 100, 0.6); }
  .userform input.form-control::-ms-clear, .userform textarea.form-control::-ms-clear {
    display: none; }
  .userform input.form-control:focus, .userform input.form-control.is-valid:focus, .was-validated .userform input.form-control:valid:focus, .userform textarea.form-control:focus, .userform textarea.form-control.is-valid:focus, .was-validated .userform textarea.form-control:valid:focus {
    color: #742955;
    border-color: #742955; }
  .userform input.form-control.is-invalid, .was-validated .userform input.form-control:invalid, .userform input.form-control.is-invalid:focus, .was-validated .userform input.form-control:invalid:focus, .userform textarea.form-control.is-invalid, .was-validated .userform textarea.form-control:invalid, .userform textarea.form-control.is-invalid:focus, .was-validated .userform textarea.form-control:invalid:focus {
    border-color: #F44336; }
  .userform input.form-control.is-valid, .was-validated .userform input.form-control:valid, .userform textarea.form-control.is-valid, .was-validated .userform textarea.form-control:valid {
    border-color: #553364;
    background-image: none;
    padding-right: 1.375rem; }
.userform textarea.form-control {
  border-radius: 0.3125rem;
  height: auto; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 1.375rem; }

.invalid-feedback {
  color: #F44336; }

.btn {
  border-radius: 1.25rem;
  font-weight: 500;
  padding: 0.4375rem 1.375rem; }
  .btn svg {
    vertical-align: text-top; }
    .btn svg[width="24"] {
      vertical-align: -7px; }
  .btn-secondary {
    background-color: #69a1bf;
    border-color: #69a1bf; }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
      background-color: #fff;
      border-color: #69a1bf;
      color: #69a1bf; }
  .btn-primary {
    background-color: #742955;
    border-color: #742955; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
      background-color: white;
      border-color: #742955;
      color: #742955; }
  .btn-outline-primary {
    background-color: transparent;
    border-color: #553364;
    color: #553364; }
    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
      background-color: transparent;
      border-color: #553364;
      color: #553364; }
  .btn-link {
    padding: 0;
    color: #553364; }
    .btn-link:hover, .btn-link:focus {
      color: #553364; }
  .btn-md {
    border-radius: 1.5625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .btn-icon {
    padding: 0.5rem;
    border: 0;
    border-radius: 0;
    color: #553364; }
    .btn-icon svg {
      display: block; }
    .btn-icon:hover, .btn-icon:focus, .btn-icon:not(:disabled):not(.disabled).active, .btn-icon:not(:disabled):not(.disabled):active, .show > .btn-icon.dropdown-toggle {
      color: #742955; }
  .btn-play {
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    .btn-play img {
      width: 107px;
      height: 107px; }
    .btn-play span {
      display: block;
      margin-top: -1rem; }
  .btn-w163 {
    min-width: 10.1875rem;
    text-align: left; }
    .btn-w163 .icon-arrow-right {
      float: right;
      margin-top: 2px; }

.custom-control-label {
  font-weight: 500;
  font-size: 1rem; }
  .custom-control-label::before {
    border-color: #553364; }
  .custom-control-label a {
    color: #742955;
    text-decoration: underline; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #742955;
  border-color: #742955; }

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #F44336; }
  .custom-control-input.is-invalid ~ .custom-control-label::before,
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #F44336; }

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #742955; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #742955;
  background-color: #742955; }

.input-group > .input-group-append > .btn {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem; }

.input-group-append {
  position: relative;
  margin-left: -1.25rem;
  z-index: 4; }

/* #endregion */
/* #region Navbar */
.navbar-affix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030; }
  .navbar-affix.affix {
    position: fixed;
    top: -81px; }

.topbar {
  padding-left: 40px;
  padding-right: 40px; }
  .topbar .inner {
    border-bottom: 1px solid rgba(85, 51, 100, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .topbar a {
    color: #553364; }
    .topbar a:hover {
      text-decoration: none;
      color: #742955; }
    .topbar a svg {
      vertical-align: -0.375rem; }
  .topbar-search {
    margin-left: 3.375rem; }
    .topbar-search .form-control {
      background-color: transparent;
      width: 225px; }

.navbar {
  padding: 11px 20px;
  transition: all .15s linear; }
  .navbar-brand {
    color: #69a1bf !important;
    width: 100px;
    height: 48px; }
    .navbar-brand svg {
      width: 100px;
      height: 38px; }
  .navbar-collapse {
    justify-content: flex-end; }
  .navbar-nav {
    margin-right: -1.25rem;
    position: relative; }
    .navbar-nav .nav-item .nav-link {
      font-family: 'newparis_skyline';
      color: #553364;
      font-weight: 500;
      padding-left: 0.84375rem;
      padding-right: 0.84375rem;
      position: relative; }
      .navbar-nav .nav-item .nav-link:hover {
        color: #742955; }
      .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        display: none; }
    .navbar-nav .nav-item.show .nav-link {
      color: #742955; }
  .navbar-search {
    position: relative; }
    .navbar-search .form-control {
      position: absolute;
      right: 0;
      width: 2.5rem;
      padding-left: 1.1875rem;
      padding-right: 1.1875rem;
      background-color: transparent;
      border-color: transparent;
      color: transparent;
      transition: all .3s ease; }
      .navbar-search .form-control::placeholder {
        color: transparent; }
    .navbar-search .btn {
      position: relative;
      z-index: 2; }
    .navbar-search.active .form-control {
      width: 360px;
      padding-left: 1.375rem;
      padding-right: 3.125rem;
      background-color: #fff;
      border-color: #553364;
      color: #553364; }
      .navbar-search.active .form-control::placeholder {
        color: rgba(85, 51, 100, 0.6); }
  .navbar.scrolled, .navbar.navbar-white {
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }

.hamburger {
  height: 40px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 -9px 0 10px;
  overflow: visible;
  display: none;
  padding: 10px 9px; }
  .hamburger-box {
    width: 22px;
    height: 20px;
    display: inline-block;
    position: relative; }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 22px;
      height: 2px;
      background-color: #553364;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -6px;
      transition: top 0.075s 0.12s ease,opacity 0.075s ease; }
    .hamburger-inner::after {
      bottom: -6px;
      transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger-inner {
      transition-duration: 0.075s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .hamburger.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  z-index: 1040;
  display: none;
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #fff; }
  .navigation-open .navigation {
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s; }
  .navigation-header {
    padding: 1rem 1.5rem; }
  .navigation .close {
    display: block;
    float: none;
    color: #553364;
    font-size: 2.5rem;
    line-height: 1;
    margin-left: auto;
    transition: all .1s ease; }
  .navigation-body {
    overflow: hidden;
    position: relative;
    z-index: 2; }
  .navigation-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1034;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
    .navigation-open .navigation-backdrop {
      opacity: 1;
      visibility: visible; }
  .navigation .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    font-family: 'newparis_skyline'; }
  .navigation .collapse-body {
    padding-left: 20px; }
    .navigation .collapse-body .nav-link {
      font-family: 'proxima_nova';
      font-weight: 400; }

.navigation-open {
  overflow: hidden !important;
  height: 100% !important; }

.dropdown-toggle {
  position: relative;
  padding-right: 2.5rem; }
  .dropdown-toggle::after {
    display: block;
    position: absolute;
    right: 1.125rem;
    top: calc(50% - 9px);
    border: 0;
    width: 19px;
    height: 19px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20,12l-1.41-1.41L13,16.17V4H11V16.17L5.42,10.58,4,12l8,8Z' fill='%23553364'/%3E%3C/svg%3E") no-repeat;
    background-size: 19px 19px; }
  .dropdown-toggle.btn-block {
    text-align: left; }
    .dropdown-toggle.btn-block + .dropdown-menu {
      right: 0; }
.dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  max-height: 300px;
  overflow: auto; }
  .dropdown-menu.category {
    min-width: 315px; }
.dropdown-item {
  color: #553364;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #742955;
    background-color: transparent;
    text-decoration: underline; }

[data-toggle="collapse"] {
  position: relative;
  padding-right: 50px; }
  [data-toggle="collapse"]::after {
    position: absolute;
    content: '';
    right: 16px;
    top: 8px;
    transform: rotate(-90deg);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' fill='%23553364'/%3E%3C/svg%3E") no-repeat center center;
    background-size: 24px 24px; }
  [data-toggle="collapse"].collapsed::after {
    transform: rotate(90deg); }

.nav .icon-arrow-right {
  vertical-align: -0.3125rem; }
.nav-social {
  align-items: center; }
  .nav-social .nav-item + .nav-item {
    margin-left: 20px; }
  .nav-social .nav-link {
    padding: 0; }
    .nav-social .nav-link svg {
      display: block; }
.nav-underline .nav-link:hover {
  text-decoration: underline; }

.close {
  font-weight: 400;
  text-shadow: none;
  opacity: 1 !important; }

.icon-arrow-right {
  transform: rotate(-90deg); }

/* #endregion */
/* #region Footer */
.footer {
  background-color: #69a1bf;
  padding: 5.625rem 0 1.25rem;
  color: #fff; }
  .footer a, .footer a:hover {
    color: #fff; }
  .footer-logo {
    display: inline-block; }
  .footer address {
    margin-bottom: 2.25rem; }
  .footer-nav .nav-item {
    margin-bottom: 0.75rem; }
  .footer-nav .nav-link {
    padding: 0;
    font-weight: 500; }

.copy {
  font-size: 0.875rem;
  color: #1e668e;
  margin-top: 5.625rem; }

/* #endregion */
.icon-block-img {
  max-width: 60px;
  margin-bottom: 10px; }

/* #region Chart */
.chart-filter {
  margin-bottom: 0.9375rem;
  border-bottom: solid 1px #553364; }

.legend-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem; }
  .legend-list .custom-checkbox {
    margin-right: 1.125rem;
    margin-bottom: 0.5625rem; }

.chart-dropdown {
  margin-bottom: 0.9375rem; }

/* #endregion */
/* #region Article */
.atc-wrap {
  height: 100%; }
  .atc-wrap.mb-30 {
    height: calc(100% - 30px); }
  .atc-wrap .card-body {
    flex: unset; }
    .atc-wrap .card-body.atc-equal {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .atc-wrap .card-body.atc-equal .btn {
        margin-top: auto; }
  .atc-wrap .card-img-link {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 56.25%;
    overflow: hidden; }
    .atc-wrap .card-img-link img {
      width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover; }
  .atc-wrap:hover .card-img-link img {
    transform: translate(-50%, -50%) scale(1.3); }

.article-slick .slick-track {
  display: flex !important; }
.article-slick .slick-slide {
  height: inherit !important; }

/* #endregion */
/* #region Chart */
#assetschart {
  height: 750px; }

#myChart {
  height: 100%; }

/* #endregion */
.header-home {
  position: relative;
  background: url(../img/img-01.jpg) no-repeat center center;
  background-size: cover; }
  .header-home h1 {
    margin-top: 6.25rem; }

.inline-YTPlayer {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

#bgVideo {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  padding-bottom: 0 !important; }

.map-wrap {
  margin-top: 2.375rem;
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.1); }

#map {
  height: 39.25vw; }

.gm-style {
  font-family: 'proxima_nova';
  line-height: 1.5; }
  .gm-style .gm-style-iw {
    font-size: 1rem; }
  .gm-style .gm-style-iw-c {
    padding: 1.25rem !important;
    border-radius: 0;
    background-color: #fff7f1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05); }
  .gm-style .gm-style-iw-d {
    overflow: auto !important; }
  .gm-style .gm-style-iw-t::after {
    display: none; }

.asset-desc {
  text-align: center; }
  .asset-desc h4 {
    font-weight: 700; }

.article-slick {
  margin-left: -15px;
  margin-right: -15px; }

.article-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  margin-bottom: 30px; }

.subscribe {
  overflow: hidden;
  padding: 1.75rem 0; }
  .subscribe h4 {
    color: #69a1bf; }
  .subscribe-form {
    margin-left: 2rem; }
    .subscribe-form .form-control {
      width: 250px; }

.parallax-section {
  min-height: 400px; }

.parallax {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left; }
  .parallax-right {
    left: auto;
    right: 0; }

.video-inline {
  max-width: 830px;
  margin: 0 auto;
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.1); }

.chart-inline {
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.1); }

.photo-item {
  position: relative;
  display: block;
  border-radius: 0.3125rem;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
  .photo-item img {
    display: block;
    width: 100%; }

a.photo-item {
  margin-bottom: 30px; }
  a.photo-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: opacity .2s ease;
    opacity: 0;
    visibility: hidden; }
  a.photo-item::after {
    position: absolute;
    content: '';
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    height: 48px;
    width: 48px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18,13v7H4V6H9A6.3,6.3,0,0,1,9.5,4H4A2,2,0,0,0,2,6V20a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V15Zm-1.5,5H5.5l2.75-3.53,2,2.36L13,13.29Zm2.8-9.11A4.49,4.49,0,1,0,15.49,11a4.43,4.43,0,0,0,2.39-.7L21,13.42,22.42,12ZM15.5,9A2.5,2.5,0,1,1,18,6.5,2.5,2.5,0,0,1,15.5,9Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
    background-size: 48px 48px;
    z-index: 3;
    transition: opacity .2s ease;
    opacity: 0;
    visibility: hidden; }
  a.photo-item:hover::before, a.photo-item:hover::after {
    opacity: 1;
    visibility: visible; }

.photo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 0.8125rem 1.25rem;
  color: #5b5b5b;
  border-radius: 0 0 0.3125rem 0.3125rem; }
  .photo-caption-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1.25rem;
    color: #fff; }
    .photo-caption-transparent .h1, .photo-caption-transparent .h2, .photo-caption-transparent .h3, .photo-caption-transparent .h4, .photo-caption-transparent .h5, .photo-caption-transparent .h6, .photo-caption-transparent h1, .photo-caption-transparent h2, .photo-caption-transparent h3, .photo-caption-transparent h4, .photo-caption-transparent h5, .photo-caption-transparent h6 {
      color: #fff; }

.image-slick, .text-slick {
  margin-left: -15px;
  margin-right: -15px; }

.image-item, .text-item {
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px auto 30px; }

.filter-wrap {
  background-color: #fee2cc;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .filter-wrap .form-control {
    background-color: transparent; }

.team-item {
  margin-bottom: 30px; }

.team-img {
  width: 374px; }

.hidden {
  display: none; }

.full-width {
  width: 100%; }

#SearchResults li {
  margin-bottom: 20px; }

/*Monthly Performance Section*/
.wrap-revenue {
  font-weight: 700;
  line-height: 1.9; }

/*End Monthly*/
.border-bottom {
  border-color: #c9bece; }

.calculator-wrap {
  margin-bottom: 2.1875rem; }
  .calculator-wrap .cal-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem; }
    .calculator-wrap .cal-left p, .calculator-wrap .cal-left label {
      font-size: 1.125rem;
      font-weight: 600;
      color: #553364; }
      .calculator-wrap .cal-left p .data, .calculator-wrap .cal-left label .data {
        color: #69a1bf;
        text-decoration: underline; }
        .calculator-wrap .cal-left p .data:empty, .calculator-wrap .cal-left label .data:empty {
          min-width: 7px;
          height: 100%;
          position: relative;
          display: inline-block; }
          .calculator-wrap .cal-left p .data:empty:before, .calculator-wrap .cal-left label .data:empty:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 6px;
            background: #69a1bf; }
    .calculator-wrap .cal-left p {
      margin-bottom: 2.1875rem; }
    .calculator-wrap .cal-left .ui-slider {
      margin-bottom: 1.25rem; }
    .calculator-wrap .cal-left .ui-state-default,
    .calculator-wrap .cal-left .ui-widget-content .ui-state-default {
      border-radius: 50%;
      background: #6ba1bf;
      border-color: #6ba1bf; }
    .calculator-wrap .cal-left .ui-widget.ui-widget-content {
      border: none;
      border-radius: 10em;
      background: #f7e2cc;
      height: 10px; }
    .calculator-wrap .cal-left .ui-slider-horizontal .ui-slider-range-min {
      background: #ecb88a;
      border-radius: 10em; }
  .calculator-wrap .cal-right {
    margin-bottom: 1.25rem; }
    .calculator-wrap .cal-right .list-right {
      display: flex;
      align-items: center;
      margin-bottom: 0.625rem; }
      .calculator-wrap .cal-right .list-right img {
        width: 79px; }
      .calculator-wrap .cal-right .list-right .text {
        margin-left: 0.9375rem; }
        .calculator-wrap .cal-right .list-right .text p {
          margin-bottom: 0;
          font-size: 1.125rem;
          font-weight: 600;
          color: #553364; }
        .calculator-wrap .cal-right .list-right .text small {
          font-size: 0.875rem;
          color: #553364; }
  .calculator-wrap .form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    position: relative;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8z' fill='%23553364'/%3E%3C/svg%3E") no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 19px 19px;
    padding-right: 2.5rem; }

.note {
  font-size: 0.875rem; }

.modal-sm {
  max-width: 500px; }

@media (min-width: 1200px) {
  /* #region Layout */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px; }

  /* #endregion */ }
@media (max-width: 1400px) {
  /* #region Homepage */
  .article-slick .slick-arrow {
    display: none; }

  /* #endregion */ }
@media (max-width: 1199px) {
  /* #region Layout */
  /* #endregion */
  /* #region Typography */
  /* #endregion */
  /* #region Navbar */
  .topbar, .navbar {
    padding-left: 20px;
    padding-right: 20px; }

  .topbar {
    display: none; }

  .navbar-affix {
    position: fixed; }
  .navbar.scrolled {
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 11px 20px; }
    .navbar.scrolled .navbar-brand {
      width: 100px;
      height: 48px; }
      .navbar.scrolled .navbar-brand svg {
        width: 100px;
        height: 38px; }
    .navbar.scrolled .navbar-nav {
      margin-right: 0; }
      .navbar.scrolled .navbar-nav .nav-item.show-onscroll {
        display: block; }
  .navbar-nav {
    margin-right: 0; }
    .navbar-nav .nav-item {
      display: none; }
      .navbar-nav .nav-item.show-onscroll {
        display: block; }

  .hamburger {
    display: block; }

  /* #endregion */
  /* #region Footer */
  /* #endregion */
  /* #region Homepage */
  #map {
    height: 460px; }

  .subscribe-form {
    margin-left: 0; }

  /* #endregion */ }
@media (max-width: 991px) {
  /* #region Layout */
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }

  .section {
    padding: 4.375rem 0; }

  .modal-dialog {
    max-width: 690px; }

  /* #endregion */
  /* #region Typography */
  .h1, h1 {
    font-size: 3.75rem; }

  .h2, h2 {
    font-size: 2.5rem; }

  .h3, h3 {
    font-size: 1.75rem; }

  .h4, h4 {
    font-size: 1.5rem; }

  .h5, h5 {
    font-size: 1.25rem; }

  /* #endregion */
  /* #region Navbar */
  /* #endregion */
  /* #region Footer */
  .footer {
    padding-top: 4.375rem; }

  .copy {
    margin-top: 4.375rem; }

  /* #endregion */
  /* #region Homepage */
  .subscribe {
    text-align: center; }
    .subscribe-form {
      margin-top: 10px; }

  .team-img {
    width: 300px; }

  .photo-caption-transparent {
    position: relative;
    top: auto;
    left: auto;
    background-color: #fff;
    color: #5b5b5b; }
    .photo-caption-transparent .h1, .photo-caption-transparent .h2, .photo-caption-transparent .h3, .photo-caption-transparent .h4, .photo-caption-transparent .h5, .photo-caption-transparent .h6, .photo-caption-transparent h1, .photo-caption-transparent h2, .photo-caption-transparent h3, .photo-caption-transparent h4, .photo-caption-transparent h5, .photo-caption-transparent h6 {
      color: #553364; }

  /* #endregion */
  /* #region Chart */
  #assetschart {
    height: 500px; }

  /* #endregion */ }
@media (max-width: 767px) {
  /* #region Layout */
  .section {
    padding: 3.125rem 0; }

  .modal-dialog {
    max-width: 510px;
    margin-top: 40px; }

  #modal-team .modal-body {
    padding: 1.25rem; }

  /* #endregion */
  /* #region Typography */
  .h1, h1 {
    font-size: 2.875rem; }

  .h2, h2 {
    font-size: 2.25rem; }

  .h3, h3 {
    font-size: 1.625rem; }

  /* #endregion */
  /* #region Navbar */
  /* #endregion */
  /* #region Footer */
  /* #endregion */
  /* #region Homepage */
  .parallax {
    position: relative;
    top: auto;
    bottom: auto;
    height: 56vw;
    width: 100%;
    background-position: center bottom; }
    .parallax-content {
      padding-top: 3.125rem; }
    .parallax-section {
      padding-top: 0; }

  .team-img {
    width: 100%;
    margin-bottom: 30px; }
    .team-img img {
      width: 100%; }

  /* #endregion */
  /* #region Chart */
  #assetschart {
    height: 600px; }

  /* #endregion */ }
@media (max-width: 576px) {
  /* #region Layout */
  .container {
    padding-left: 20px;
    padding-right: 20px; }

  section {
    padding: 2.5rem 0; }

  /* #endregion */
  /* #region Typography */
  body {
    font-size: 14px; }

  .h1, h1 {
    font-size: 2.75rem;
    line-height: 1.1; }

  .h2, h2 {
    font-size: 2rem; }

  .h3, h3 {
    font-size: 1.625rem; }

  /* #endregion */
  /* #region Navbar */
  .navbar {
    padding-top: 11px;
    padding-bottom: 11px; }
    .navbar-brand {
      width: 100px;
      height: 48px; }
      .navbar-brand svg {
        width: 100px;
        height: 38px; }
    .navbar-search.active .form-control {
      width: calc(100vw - 80px); }

  /* #endregion */
  /* #region Footer */
  .footer {
    padding-top: 2.5rem;
    text-align: center; }
    .footer address {
      margin-top: 1.5rem; }

  .nav-social {
    justify-content: center;
    margin-bottom: 2rem; }

  .copy {
    margin-top: 1.5rem; }

  /* #endregion */
  /* #region Homepage */
  .header-home h1 {
    margin-top: 3.125rem; }

  .article-slick {
    margin-left: -20px;
    margin-right: -20px; }

  .article-item {
    padding-left: 20px;
    padding-right: 20px; }

  /* #endregion */ }

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