@charset "UTF-8";
a {
  color: #909798;
  transition: color .3s ease-in-out;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #948e94; }
.o-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .o-container:before, .o-container:after {
    content: '';
    display: table; }
  .o-container:after {
    clear: both; }
  @media (min-width: 768px) {
    .o-container {
      max-width: 768px; } }
  @media (min-width: 1024px) {
    .o-container {
      max-width: 1024px; } }
  @media (min-width: 1200px) {
    .o-container {
      max-width: 1200px; } }
  @media (min-width: 1500px) {
    .o-container {
      max-width: 1920px; } }

.o-container--full {
  width: 100%; }

.o-row {
  margin-left: -15px;
  margin-right: -15px; }
  .o-row:before, .o-row:after {
    content: '';
    display: table; }
  .o-row:after {
    clear: both; }

.o-col--xxs-1, .o-col--xxs-2, .o-col--xxs-3, .o-col--xxs-4, .o-col--xxs-5, .o-col--xxs-6, .o-col--xxs-7, .o-col--xxs-8, .o-col--xxs-9, .o-col--xxs-10, .o-col--xxs-11, .o-col--xxs-12, .o-col--xs-1, .o-col--xs-2, .o-col--xs-3, .o-col--xs-4, .o-col--xs-5, .o-col--xs-6, .o-col--xs-7, .o-col--xs-8, .o-col--xs-9, .o-col--xs-10, .o-col--xs-11, .o-col--xs-12, .o-col--sm-1, .o-col--sm-2, .o-col--sm-3, .o-col--sm-4, .o-col--sm-5, .o-col--sm-6, .o-col--sm-7, .o-col--sm-8, .o-col--sm-9, .o-col--sm-10, .o-col--sm-11, .o-col--sm-12, .o-col--md-1, .o-col--md-2, .o-col--md-3, .o-col--md-4, .o-col--md-5, .o-col--md-6, .o-col--md-7, .o-col--md-8, .o-col--md-9, .o-col--md-10, .o-col--md-11, .o-col--md-12, .o-col--lg-1, .o-col--lg-2, .o-col--lg-3, .o-col--lg-4, .o-col--lg-5, .o-col--lg-6, .o-col--lg-7, .o-col--lg-8, .o-col--lg-9, .o-col--lg-10, .o-col--lg-11, .o-col--lg-12, .o-col--xl-1, .o-col--xl-2, .o-col--xl-3, .o-col--xl-4, .o-col--xl-5, .o-col--xl-6, .o-col--xl-7, .o-col--xl-8, .o-col--xl-9, .o-col--xl-10, .o-col--xl-11, .o-col--xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.o-col--xxs-1, .o-col--xxs-2, .o-col--xxs-3, .o-col--xxs-4, .o-col--xxs-5, .o-col--xxs-6, .o-col--xxs-7, .o-col--xxs-8, .o-col--xxs-9, .o-col--xxs-10, .o-col--xxs-11, .o-col--xxs-12 {
  float: left; }

.o-col--xxs-1 {
  width: 8.33333%; }

.o-col--xxs-2 {
  width: 16.66667%; }

.o-col--xxs-3 {
  width: 25%; }

.o-col--xxs-4 {
  width: 33.33333%; }

.o-col--xxs-5 {
  width: 41.66667%; }

.o-col--xxs-6 {
  width: 50%; }

.o-col--xxs-7 {
  width: 58.33333%; }

.o-col--xxs-8 {
  width: 66.66667%; }

.o-col--xxs-9 {
  width: 75%; }

.o-col--xxs-10 {
  width: 83.33333%; }

.o-col--xxs-11 {
  width: 91.66667%; }

.o-col--xxs-12 {
  width: 100%; }

.o-col--pull-xxs-0 {
  right: auto; }

.o-col--pull-xxs-1 {
  right: 8.33333%; }

.o-col--pull-xxs-2 {
  right: 16.66667%; }

.o-col--pull-xxs-3 {
  right: 25%; }

.o-col--pull-xxs-4 {
  right: 33.33333%; }

.o-col--pull-xxs-5 {
  right: 41.66667%; }

.o-col--pull-xxs-6 {
  right: 50%; }

.o-col--pull-xxs-7 {
  right: 58.33333%; }

.o-col--pull-xxs-8 {
  right: 66.66667%; }

.o-col--pull-xxs-9 {
  right: 75%; }

.o-col--pull-xxs-10 {
  right: 83.33333%; }

.o-col--pull-xxs-11 {
  right: 91.66667%; }

.o-col--pull-xxs-12 {
  right: 100%; }

.o-col--push-xxs-0 {
  left: auto; }

.o-col--push-xxs-1 {
  left: 8.33333%; }

.o-col--push-xxs-2 {
  left: 16.66667%; }

.o-col--push-xxs-3 {
  left: 25%; }

.o-col--push-xxs-4 {
  left: 33.33333%; }

.o-col--push-xxs-5 {
  left: 41.66667%; }

.o-col--push-xxs-6 {
  left: 50%; }

.o-col--push-xxs-7 {
  left: 58.33333%; }

.o-col--push-xxs-8 {
  left: 66.66667%; }

.o-col--push-xxs-9 {
  left: 75%; }

.o-col--push-xxs-10 {
  left: 83.33333%; }

.o-col--push-xxs-11 {
  left: 91.66667%; }

.o-col--push-xxs-12 {
  left: 100%; }

.o-col--offset-xxs-0 {
  margin-left: 0%; }

.o-col--offset-xxs-1 {
  margin-left: 8.33333%; }

.o-col--offset-xxs-2 {
  margin-left: 16.66667%; }

.o-col--offset-xxs-3 {
  margin-left: 25%; }

.o-col--offset-xxs-4 {
  margin-left: 33.33333%; }

.o-col--offset-xxs-5 {
  margin-left: 41.66667%; }

.o-col--offset-xxs-6 {
  margin-left: 50%; }

.o-col--offset-xxs-7 {
  margin-left: 58.33333%; }

.o-col--offset-xxs-8 {
  margin-left: 66.66667%; }

.o-col--offset-xxs-9 {
  margin-left: 75%; }

.o-col--offset-xxs-10 {
  margin-left: 83.33333%; }

.o-col--offset-xxs-11 {
  margin-left: 91.66667%; }

.o-col--offset-xxs-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .o-col--xs-1, .o-col--xs-2, .o-col--xs-3, .o-col--xs-4, .o-col--xs-5, .o-col--xs-6, .o-col--xs-7, .o-col--xs-8, .o-col--xs-9, .o-col--xs-10, .o-col--xs-11, .o-col--xs-12 {
    float: left; }
  .o-col--xs-1 {
    width: 8.33333%; }
  .o-col--xs-2 {
    width: 16.66667%; }
  .o-col--xs-3 {
    width: 25%; }
  .o-col--xs-4 {
    width: 33.33333%; }
  .o-col--xs-5 {
    width: 41.66667%; }
  .o-col--xs-6 {
    width: 50%; }
  .o-col--xs-7 {
    width: 58.33333%; }
  .o-col--xs-8 {
    width: 66.66667%; }
  .o-col--xs-9 {
    width: 75%; }
  .o-col--xs-10 {
    width: 83.33333%; }
  .o-col--xs-11 {
    width: 91.66667%; }
  .o-col--xs-12 {
    width: 100%; }
  .o-col--pull-xs-0 {
    right: auto; }
  .o-col--pull-xs-1 {
    right: 8.33333%; }
  .o-col--pull-xs-2 {
    right: 16.66667%; }
  .o-col--pull-xs-3 {
    right: 25%; }
  .o-col--pull-xs-4 {
    right: 33.33333%; }
  .o-col--pull-xs-5 {
    right: 41.66667%; }
  .o-col--pull-xs-6 {
    right: 50%; }
  .o-col--pull-xs-7 {
    right: 58.33333%; }
  .o-col--pull-xs-8 {
    right: 66.66667%; }
  .o-col--pull-xs-9 {
    right: 75%; }
  .o-col--pull-xs-10 {
    right: 83.33333%; }
  .o-col--pull-xs-11 {
    right: 91.66667%; }
  .o-col--pull-xs-12 {
    right: 100%; }
  .o-col--push-xs-0 {
    left: auto; }
  .o-col--push-xs-1 {
    left: 8.33333%; }
  .o-col--push-xs-2 {
    left: 16.66667%; }
  .o-col--push-xs-3 {
    left: 25%; }
  .o-col--push-xs-4 {
    left: 33.33333%; }
  .o-col--push-xs-5 {
    left: 41.66667%; }
  .o-col--push-xs-6 {
    left: 50%; }
  .o-col--push-xs-7 {
    left: 58.33333%; }
  .o-col--push-xs-8 {
    left: 66.66667%; }
  .o-col--push-xs-9 {
    left: 75%; }
  .o-col--push-xs-10 {
    left: 83.33333%; }
  .o-col--push-xs-11 {
    left: 91.66667%; }
  .o-col--push-xs-12 {
    left: 100%; }
  .o-col--offset-xs-0 {
    margin-left: 0%; }
  .o-col--offset-xs-1 {
    margin-left: 8.33333%; }
  .o-col--offset-xs-2 {
    margin-left: 16.66667%; }
  .o-col--offset-xs-3 {
    margin-left: 25%; }
  .o-col--offset-xs-4 {
    margin-left: 33.33333%; }
  .o-col--offset-xs-5 {
    margin-left: 41.66667%; }
  .o-col--offset-xs-6 {
    margin-left: 50%; }
  .o-col--offset-xs-7 {
    margin-left: 58.33333%; }
  .o-col--offset-xs-8 {
    margin-left: 66.66667%; }
  .o-col--offset-xs-9 {
    margin-left: 75%; }
  .o-col--offset-xs-10 {
    margin-left: 83.33333%; }
  .o-col--offset-xs-11 {
    margin-left: 91.66667%; }
  .o-col--offset-xs-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .o-col--sm-1, .o-col--sm-2, .o-col--sm-3, .o-col--sm-4, .o-col--sm-5, .o-col--sm-6, .o-col--sm-7, .o-col--sm-8, .o-col--sm-9, .o-col--sm-10, .o-col--sm-11, .o-col--sm-12 {
    float: left; }
  .o-col--sm-1 {
    width: 8.33333%; }
  .o-col--sm-2 {
    width: 16.66667%; }
  .o-col--sm-3 {
    width: 25%; }
  .o-col--sm-4 {
    width: 33.33333%; }
  .o-col--sm-5 {
    width: 41.66667%; }
  .o-col--sm-6 {
    width: 50%; }
  .o-col--sm-7 {
    width: 58.33333%; }
  .o-col--sm-8 {
    width: 66.66667%; }
  .o-col--sm-9 {
    width: 75%; }
  .o-col--sm-10 {
    width: 83.33333%; }
  .o-col--sm-11 {
    width: 91.66667%; }
  .o-col--sm-12 {
    width: 100%; }
  .o-col--pull-sm-0 {
    right: auto; }
  .o-col--pull-sm-1 {
    right: 8.33333%; }
  .o-col--pull-sm-2 {
    right: 16.66667%; }
  .o-col--pull-sm-3 {
    right: 25%; }
  .o-col--pull-sm-4 {
    right: 33.33333%; }
  .o-col--pull-sm-5 {
    right: 41.66667%; }
  .o-col--pull-sm-6 {
    right: 50%; }
  .o-col--pull-sm-7 {
    right: 58.33333%; }
  .o-col--pull-sm-8 {
    right: 66.66667%; }
  .o-col--pull-sm-9 {
    right: 75%; }
  .o-col--pull-sm-10 {
    right: 83.33333%; }
  .o-col--pull-sm-11 {
    right: 91.66667%; }
  .o-col--pull-sm-12 {
    right: 100%; }
  .o-col--push-sm-0 {
    left: auto; }
  .o-col--push-sm-1 {
    left: 8.33333%; }
  .o-col--push-sm-2 {
    left: 16.66667%; }
  .o-col--push-sm-3 {
    left: 25%; }
  .o-col--push-sm-4 {
    left: 33.33333%; }
  .o-col--push-sm-5 {
    left: 41.66667%; }
  .o-col--push-sm-6 {
    left: 50%; }
  .o-col--push-sm-7 {
    left: 58.33333%; }
  .o-col--push-sm-8 {
    left: 66.66667%; }
  .o-col--push-sm-9 {
    left: 75%; }
  .o-col--push-sm-10 {
    left: 83.33333%; }
  .o-col--push-sm-11 {
    left: 91.66667%; }
  .o-col--push-sm-12 {
    left: 100%; }
  .o-col--offset-sm-0 {
    margin-left: 0%; }
  .o-col--offset-sm-1 {
    margin-left: 8.33333%; }
  .o-col--offset-sm-2 {
    margin-left: 16.66667%; }
  .o-col--offset-sm-3 {
    margin-left: 25%; }
  .o-col--offset-sm-4 {
    margin-left: 33.33333%; }
  .o-col--offset-sm-5 {
    margin-left: 41.66667%; }
  .o-col--offset-sm-6 {
    margin-left: 50%; }
  .o-col--offset-sm-7 {
    margin-left: 58.33333%; }
  .o-col--offset-sm-8 {
    margin-left: 66.66667%; }
  .o-col--offset-sm-9 {
    margin-left: 75%; }
  .o-col--offset-sm-10 {
    margin-left: 83.33333%; }
  .o-col--offset-sm-11 {
    margin-left: 91.66667%; }
  .o-col--offset-sm-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .o-col--md-1, .o-col--md-2, .o-col--md-3, .o-col--md-4, .o-col--md-5, .o-col--md-6, .o-col--md-7, .o-col--md-8, .o-col--md-9, .o-col--md-10, .o-col--md-11, .o-col--md-12 {
    float: left; }
  .o-col--md-1 {
    width: 8.33333%; }
  .o-col--md-2 {
    width: 16.66667%; }
  .o-col--md-3 {
    width: 25%; }
  .o-col--md-4 {
    width: 33.33333%; }
  .o-col--md-5 {
    width: 41.66667%; }
  .o-col--md-6 {
    width: 50%; }
  .o-col--md-7 {
    width: 58.33333%; }
  .o-col--md-8 {
    width: 66.66667%; }
  .o-col--md-9 {
    width: 75%; }
  .o-col--md-10 {
    width: 83.33333%; }
  .o-col--md-11 {
    width: 91.66667%; }
  .o-col--md-12 {
    width: 100%; }
  .o-col--pull-md-0 {
    right: auto; }
  .o-col--pull-md-1 {
    right: 8.33333%; }
  .o-col--pull-md-2 {
    right: 16.66667%; }
  .o-col--pull-md-3 {
    right: 25%; }
  .o-col--pull-md-4 {
    right: 33.33333%; }
  .o-col--pull-md-5 {
    right: 41.66667%; }
  .o-col--pull-md-6 {
    right: 50%; }
  .o-col--pull-md-7 {
    right: 58.33333%; }
  .o-col--pull-md-8 {
    right: 66.66667%; }
  .o-col--pull-md-9 {
    right: 75%; }
  .o-col--pull-md-10 {
    right: 83.33333%; }
  .o-col--pull-md-11 {
    right: 91.66667%; }
  .o-col--pull-md-12 {
    right: 100%; }
  .o-col--push-md-0 {
    left: auto; }
  .o-col--push-md-1 {
    left: 8.33333%; }
  .o-col--push-md-2 {
    left: 16.66667%; }
  .o-col--push-md-3 {
    left: 25%; }
  .o-col--push-md-4 {
    left: 33.33333%; }
  .o-col--push-md-5 {
    left: 41.66667%; }
  .o-col--push-md-6 {
    left: 50%; }
  .o-col--push-md-7 {
    left: 58.33333%; }
  .o-col--push-md-8 {
    left: 66.66667%; }
  .o-col--push-md-9 {
    left: 75%; }
  .o-col--push-md-10 {
    left: 83.33333%; }
  .o-col--push-md-11 {
    left: 91.66667%; }
  .o-col--push-md-12 {
    left: 100%; }
  .o-col--offset-md-0 {
    margin-left: 0%; }
  .o-col--offset-md-1 {
    margin-left: 8.33333%; }
  .o-col--offset-md-2 {
    margin-left: 16.66667%; }
  .o-col--offset-md-3 {
    margin-left: 25%; }
  .o-col--offset-md-4 {
    margin-left: 33.33333%; }
  .o-col--offset-md-5 {
    margin-left: 41.66667%; }
  .o-col--offset-md-6 {
    margin-left: 50%; }
  .o-col--offset-md-7 {
    margin-left: 58.33333%; }
  .o-col--offset-md-8 {
    margin-left: 66.66667%; }
  .o-col--offset-md-9 {
    margin-left: 75%; }
  .o-col--offset-md-10 {
    margin-left: 83.33333%; }
  .o-col--offset-md-11 {
    margin-left: 91.66667%; }
  .o-col--offset-md-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .o-col--lg-1, .o-col--lg-2, .o-col--lg-3, .o-col--lg-4, .o-col--lg-5, .o-col--lg-6, .o-col--lg-7, .o-col--lg-8, .o-col--lg-9, .o-col--lg-10, .o-col--lg-11, .o-col--lg-12 {
    float: left; }
  .o-col--lg-1 {
    width: 8.33333%; }
  .o-col--lg-2 {
    width: 16.66667%; }
  .o-col--lg-3 {
    width: 25%; }
  .o-col--lg-4 {
    width: 33.33333%; }
  .o-col--lg-5 {
    width: 41.66667%; }
  .o-col--lg-6 {
    width: 50%; }
  .o-col--lg-7 {
    width: 58.33333%; }
  .o-col--lg-8 {
    width: 66.66667%; }
  .o-col--lg-9 {
    width: 75%; }
  .o-col--lg-10 {
    width: 83.33333%; }
  .o-col--lg-11 {
    width: 91.66667%; }
  .o-col--lg-12 {
    width: 100%; }
  .o-col--pull-lg-0 {
    right: auto; }
  .o-col--pull-lg-1 {
    right: 8.33333%; }
  .o-col--pull-lg-2 {
    right: 16.66667%; }
  .o-col--pull-lg-3 {
    right: 25%; }
  .o-col--pull-lg-4 {
    right: 33.33333%; }
  .o-col--pull-lg-5 {
    right: 41.66667%; }
  .o-col--pull-lg-6 {
    right: 50%; }
  .o-col--pull-lg-7 {
    right: 58.33333%; }
  .o-col--pull-lg-8 {
    right: 66.66667%; }
  .o-col--pull-lg-9 {
    right: 75%; }
  .o-col--pull-lg-10 {
    right: 83.33333%; }
  .o-col--pull-lg-11 {
    right: 91.66667%; }
  .o-col--pull-lg-12 {
    right: 100%; }
  .o-col--push-lg-0 {
    left: auto; }
  .o-col--push-lg-1 {
    left: 8.33333%; }
  .o-col--push-lg-2 {
    left: 16.66667%; }
  .o-col--push-lg-3 {
    left: 25%; }
  .o-col--push-lg-4 {
    left: 33.33333%; }
  .o-col--push-lg-5 {
    left: 41.66667%; }
  .o-col--push-lg-6 {
    left: 50%; }
  .o-col--push-lg-7 {
    left: 58.33333%; }
  .o-col--push-lg-8 {
    left: 66.66667%; }
  .o-col--push-lg-9 {
    left: 75%; }
  .o-col--push-lg-10 {
    left: 83.33333%; }
  .o-col--push-lg-11 {
    left: 91.66667%; }
  .o-col--push-lg-12 {
    left: 100%; }
  .o-col--offset-lg-0 {
    margin-left: 0%; }
  .o-col--offset-lg-1 {
    margin-left: 8.33333%; }
  .o-col--offset-lg-2 {
    margin-left: 16.66667%; }
  .o-col--offset-lg-3 {
    margin-left: 25%; }
  .o-col--offset-lg-4 {
    margin-left: 33.33333%; }
  .o-col--offset-lg-5 {
    margin-left: 41.66667%; }
  .o-col--offset-lg-6 {
    margin-left: 50%; }
  .o-col--offset-lg-7 {
    margin-left: 58.33333%; }
  .o-col--offset-lg-8 {
    margin-left: 66.66667%; }
  .o-col--offset-lg-9 {
    margin-left: 75%; }
  .o-col--offset-lg-10 {
    margin-left: 83.33333%; }
  .o-col--offset-lg-11 {
    margin-left: 91.66667%; }
  .o-col--offset-lg-12 {
    margin-left: 100%; } }

@media (min-width: 1500px) {
  .o-col--xl-1, .o-col--xl-2, .o-col--xl-3, .o-col--xl-4, .o-col--xl-5, .o-col--xl-6, .o-col--xl-7, .o-col--xl-8, .o-col--xl-9, .o-col--xl-10, .o-col--xl-11, .o-col--xl-12 {
    float: left; }
  .o-col--xl-1 {
    width: 8.33333%; }
  .o-col--xl-2 {
    width: 16.66667%; }
  .o-col--xl-3 {
    width: 25%; }
  .o-col--xl-4 {
    width: 33.33333%; }
  .o-col--xl-5 {
    width: 41.66667%; }
  .o-col--xl-6 {
    width: 50%; }
  .o-col--xl-7 {
    width: 58.33333%; }
  .o-col--xl-8 {
    width: 66.66667%; }
  .o-col--xl-9 {
    width: 75%; }
  .o-col--xl-10 {
    width: 83.33333%; }
  .o-col--xl-11 {
    width: 91.66667%; }
  .o-col--xl-12 {
    width: 100%; }
  .o-col--pull-xl-0 {
    right: auto; }
  .o-col--pull-xl-1 {
    right: 8.33333%; }
  .o-col--pull-xl-2 {
    right: 16.66667%; }
  .o-col--pull-xl-3 {
    right: 25%; }
  .o-col--pull-xl-4 {
    right: 33.33333%; }
  .o-col--pull-xl-5 {
    right: 41.66667%; }
  .o-col--pull-xl-6 {
    right: 50%; }
  .o-col--pull-xl-7 {
    right: 58.33333%; }
  .o-col--pull-xl-8 {
    right: 66.66667%; }
  .o-col--pull-xl-9 {
    right: 75%; }
  .o-col--pull-xl-10 {
    right: 83.33333%; }
  .o-col--pull-xl-11 {
    right: 91.66667%; }
  .o-col--pull-xl-12 {
    right: 100%; }
  .o-col--push-xl-0 {
    left: auto; }
  .o-col--push-xl-1 {
    left: 8.33333%; }
  .o-col--push-xl-2 {
    left: 16.66667%; }
  .o-col--push-xl-3 {
    left: 25%; }
  .o-col--push-xl-4 {
    left: 33.33333%; }
  .o-col--push-xl-5 {
    left: 41.66667%; }
  .o-col--push-xl-6 {
    left: 50%; }
  .o-col--push-xl-7 {
    left: 58.33333%; }
  .o-col--push-xl-8 {
    left: 66.66667%; }
  .o-col--push-xl-9 {
    left: 75%; }
  .o-col--push-xl-10 {
    left: 83.33333%; }
  .o-col--push-xl-11 {
    left: 91.66667%; }
  .o-col--push-xl-12 {
    left: 100%; }
  .o-col--offset-xl-0 {
    margin-left: 0%; }
  .o-col--offset-xl-1 {
    margin-left: 8.33333%; }
  .o-col--offset-xl-2 {
    margin-left: 16.66667%; }
  .o-col--offset-xl-3 {
    margin-left: 25%; }
  .o-col--offset-xl-4 {
    margin-left: 33.33333%; }
  .o-col--offset-xl-5 {
    margin-left: 41.66667%; }
  .o-col--offset-xl-6 {
    margin-left: 50%; }
  .o-col--offset-xl-7 {
    margin-left: 58.33333%; }
  .o-col--offset-xl-8 {
    margin-left: 66.66667%; }
  .o-col--offset-xl-9 {
    margin-left: 75%; }
  .o-col--offset-xl-10 {
    margin-left: 83.33333%; }
  .o-col--offset-xl-11 {
    margin-left: 91.66667%; }
  .o-col--offset-xl-12 {
    margin-left: 100%; } }

/*------------------------------------*    #CONTENT
\*------------------------------------*/
@media (min-width: 768px) {
  .o-content {
    padding-top: 20px;
    padding-bottom: 40px; } }

/*------------------------------------*    #BUTTONS
\*------------------------------------*/
.c-btn {
  background-color: transparent;
  color: #909798;
  border: 1px solid #909798;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  line-height: inherit;
  padding: 10px 60px;
  font-size: 1.44444em;
  margin: 10px 0;
  transition: all .5s ease-in-out; }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    color: #fff;
    background-color: #909798;
    border: 1px solid #fff;
    text-decoration: none; }
  @media (max-width: 1023px) {
    .c-btn {
      font-size: 1.27778em;
      padding: 10px 40px; } }

.c-btn--sm {
  font-size: 1.11111em;
  padding: 5px 25px; }

.c-btn--xs {
  font-size: 1.11111em;
  padding: 19px 25px;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin-right: 5px; }
  .c-btn--xs:hover, .c-btn--xs:active, .c-btn--xs:focus {
    border: 0; }
  @media (max-width: 767px) {
    .c-btn--xs {
      padding: 5px 15px;
      margin-right: 3px; } }

/**
* Generate button color classes for each color in $colors
*/
.c-btn--black {
  background-color: #121112; }
  .c-btn--black:hover, .c-btn--black:active, .c-btn--black:focus {
    background-color: #464346; }

.c-btn--gray {
  background-color: #909798; }
  .c-btn--gray:hover, .c-btn--gray:active, .c-btn--gray:focus {
    background-color: #c5c9c9; }

.c-btn--light-gray {
  background-color: #eff0f2; }
  .c-btn--light-gray:hover, .c-btn--light-gray:active, .c-btn--light-gray:focus {
    background-color: white; }

.c-btn--white {
  background-color: #fff; }
  .c-btn--white:hover, .c-btn--white:active, .c-btn--white:focus {
    background-color: white; }

.c-btn--purple {
  background-color: #dddbea; }
  .c-btn--purple:hover, .c-btn--purple:active, .c-btn--purple:focus {
    background-color: white; }

.c-btn--blue {
  background-color: #edf0f3; }
  .c-btn--blue:hover, .c-btn--blue:active, .c-btn--blue:focus {
    background-color: white; }

.c-btn--light-blue {
  background-color: #eef0f1; }
  .c-btn--light-blue:hover, .c-btn--light-blue:active, .c-btn--light-blue:focus {
    background-color: white; }

.c-btn--arrow::after {
  content: ' »'; }

/**
* Generate button block class
*/
.c-btn--block {
  display: block;
  text-align: center;
  width: 100%; }

.c-btn--feature {
  font-size: 1.77778em;
  font-weight: 500;
  padding: 10px 60px;
  text-decoration: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  margin: 20px;
  transition: all ease-in-out .2s;
  display: inline-block; }
  @media (max-width: 1023px) {
    .c-btn--feature {
      font-size: 1.55556em;
      padding: 5px 20px; } }
  .c-btn--feature:hover {
    color: #909798;
    border-bottom: 4px solid #909798;
    text-decoration: none; }

.c-blog .c-widget__title {
  display: none; }

.c-blog label {
  display: none; }

.c-blog input {
  height: 47px; }

.c-blog .c-btn--sm {
  position: absolute;
  top: 10px;
  right: 35px; }
  @media (max-width: 767px) {
    .c-blog .c-btn--sm {
      right: 20px;
      top: -3px;
      padding: 7px 25px; } }

/*------------------------------------*	#NAVIGATION
\*------------------------------------*/
@media (min-width: 1024px) {
  .c-nav {
    background-color: #edf0f3; } }

.c-nav-padding--right {
  margin-right: 10%; }

.c-nav__hightlight {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%); }

.c-nav__list {
  list-style: none;
  padding: 15px 0 40px;
  margin: 0; }

.c-nav__item {
  position: relative;
  margin-bottom: 0; }
  .c-nav__item.c-nav__item--active > .c-nav__link {
    color: #909798; }

.c-nav__link {
  display: block;
  padding: 15px 20px;
  color: #121112;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0.5px solid #fff;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .c-nav__link {
      font-size: 18px; } }
  .c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
    color: #909798;
    text-decoration: none; }

.c-nav__dropdown {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  text-align: left; }
  .c-nav__dropdown .c-nav__link {
    padding: 15px 40px;
    text-transform: none; }
    .c-nav__dropdown .c-nav__link .c-nav__dropdown {
      padding-left: 50px; }

.c-nav__item--children > .c-nav__link::after {
  content: '';
  float: right;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transform: translate(3px, 5px);
          transform: translate(3px, 5px); }

.c-nav__toggle--menu {
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-right: 0;
  padding: 12px;
  margin-top: 10px;
  transition: all ease-in-out .3s; }
  .c-nav__toggle--menu:hover {
    background: #909798; }
  @media (min-width: 768px) {
    .c-nav__toggle--menu {
      padding: 25px; } }
  .c-nav__toggle--menu .line {
    display: block;
    height: 2px;
    width: 28px;
    background-color: #fff;
    margin-top: 5px;
    transition: -webkit-transform .3s, opacity 100ms;
    transition: transform .3s, opacity 100ms; }
    @media (min-width: 768px) {
      .c-nav__toggle--menu .line {
        width: 50px;
        margin-top: 8px; } }
    .c-nav__toggle--menu .line:first-child {
      margin-top: 1px; }

.c-nav__dropdown--toggle {
  position: absolute;
  right: 20px;
  top: 10px;
  line-height: 1;
  z-index: -1;
  cursor: pointer; }
  .c-nav__dropdown--toggle::before {
    content: '';
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: block;
    background-image: url("../img/angle-down.svg"); }

.c-nav__toggle-icon {
  color: #121112;
  display: inline-table;
  width: 50px;
  height: 50px;
  padding: 7px 13px; }

.c-toggle__icon-close {
  margin: 10px; }

@media (min-width: 1024px) {
  .c-nav__toggle-icon {
    display: none; } }

.c-nav__icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: ease-in-out all .2s; }
  .c-nav__icon:hover, .c-nav__icon:active, .c-nav__icon:focus {
    fill: #edf0f3; }

.c-nav__icon-lg {
  width: 35px;
  height: 35px; }

.c-nav__icon--close {
  fill: #fff; }

.c-nav__quick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .c-nav__quick-list .c-nav__link {
    display: block;
    padding: 25px 10px;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 0;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .c-nav__quick-list .c-nav__link {
        font-size: 18px; } }
    .c-nav__quick-list .c-nav__link:hover, .c-nav__quick-list .c-nav__link:active, .c-nav__quick-list .c-nav__link:focus {
      color: #edf0f3;
      text-decoration: none; }
  .c-nav__quick-list .c-nav__item {
    position: relative;
    display: inline-block; }
    .c-nav__quick-list .c-nav__item.c-nav__item--active > .c-nav__link {
      color: #909798; }

.c-nav {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #edf0f3;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  z-index: 9999;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .c-nav {
      width: 400px;
      -webkit-transform: translateX(400px);
              transform: translateX(400px); } }

.c-nav::-webkit-scrollbar {
  display: none; }

.c-nav::-webkit-scrollbar {
  width: 0; }

.is-active .c-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.c-nav__mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity .3s, width 0s .3s, height 0s .3s; }

.is-active .c-nav__mask {
  width: 100%;
  height: 100%;
  opacity: .9;
  transition: opacity .3s; }

/*------------------------------------*	#HEADER
\*------------------------------------*/
@media (min-width: 1024px) {
  .c-header {
    padding-top: 0; } }

.logged-in .c-header {
  top: 32px; }

.c-header__phone {
  font-size: 1.22222em;
  margin-bottom: 7px;
  display: inline-block; }

.c-header .c-social__list {
  margin: 0; }

.c-header__mobile {
  padding: 10px 15px; }
  @media (min-width: 1024px) {
    .c-header__mobile {
      display: none; } }
  .c-header__mobile .c-header__phone {
    position: absolute;
    right: 15px;
    top: 5px;
    margin: 0; }

/*------------------------------------*	#HERO
\*------------------------------------*/
.c-hero__scroll {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: auto;
  z-index: 1;
  margin-top: -32px;
  color: #121112; }

.c-hero__scroll:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  z-index: -1;
  height: 80px;
  width: 80px;
  border-bottom: solid 80px rgba(255, 255, 255, 0.7);
  border-left: solid 80px transparent;
  border-right: solid 80px transparent; }
  .c-hero__scroll:after:hover {
    border-bottom: solid 80px #121112;
    border-left: solid 80px transparent;
    border-right: solid 80px transparent; }

/*------------------------------------*    #SIDEBAR
\*------------------------------------*/
.c-sidebar {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .c-sidebar {
      padding-top: 20px; } }

/*------------------------------------*    #LOGOS
\*------------------------------------*/
/**
 * Logo
*/
.c-logo {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto; }

/**
	* Update [brand] to practice name
	*/
.c-logo--brand {
  display: block;
  max-width: 200px;
  height: 50px;
  background-image: url("../img/logo-4beauty.png"); }
  @media (min-width: 768px) {
    .c-logo--brand {
      max-width: 275px;
      height: 95px;
      margin: 15px 0; } }

.c-logo--nav {
  display: block;
  max-width: 200px;
  height: 50px;
  background-image: url("../img/logo-4beauty.png"); }
  @media (min-width: 768px) {
    .c-logo--nav {
      max-width: 275px;
      height: 55px;
      margin: 0 auto; } }

.c-logo--footer {
  display: block;
  max-width: 200px;
  height: 80px;
  background-image: url("../img/footer-logo.png"); }
  @media (min-width: 768px) {
    .c-logo--footer {
      max-width: 290px;
      height: 120px;
      margin: auto; } }

/*------------------------------------*    #BACKGROUNDS
\*------------------------------------*/
/**
 * Configuration for backgrounds images
 *
 * List $bgs: [name]
*/
.c-background--name {
  background-image: url("../img/img-name.jpg"); }

.c-background--slate, .is-os .c-bakground--slate {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden; }

.c-background--slate:before {
  content: '';
  background: url("../img/slate-background.jpg") top center no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 1; }

.is-os .c-bakground--slate:before {
  content: '';
  background: url("../img/slate-background.jpg") top center no-repeat scroll;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 1; }

.c-background--map {
  position: relative;
  display: block;
  z-index: 0; }

.c-background--map:before {
  content: '';
  background: url("../img/map.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 1; }

.c-background--doctor-gray {
  position: relative;
  display: block;
  z-index: 0; }

.c-background--doctor-gray:before {
  content: '';
  background: url("../img/doctor-background.jpg") bottom center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 1; }

/**
* Background Properties
*/
.c-background {
  position: relative;
  background-repeat: no-repeat; }

.c-background--relative {
  position: relative;
  z-index: 10; }

@media (min-width: 1024px) {
  .c-background--fixed {
    background-attachment: fixed; } }

  .c-background--feature {
    background-position: center top !important; }

/**
* Background Mobile Reset
*/
.is-device .c-background--fixed {
  background-attachment: initial; }

/**
* Background Position
*/
.c-background--position-top {
  background-position: top center; }

.c-background--position-bottom {
  background-position: bottom center; }

.c-background--position-center {
  background-position: center; }

.c-background--position-right {
  background-position: center right; }

.c-background--position-left {
  background-position: center left; }

/**
* Background Size
*/
.c-background--cover {
  background-size: cover; }

.c-background--contain {
  background-size: contain; }

/**
* Background Base
*/
.c-background--base {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10; }

.c-background-fade--black {
  background: rgba(0, 0, 0, 0.7); }

.c-background-gradient--black {
  background: linear-gradient(to right, #555557 0%, #313132 100%); }

html.with-featherlight {
  overflow: hidden; }

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    cursor: auto;
    white-space: normal;
    background: #f5f5f5;
    width: 600px;
    max-width: 95%; }
    @media (max-width: 1023px) {
      .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent; } }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #121112;
    color: #fff;
    font-size: 35px;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight iframe {
    border: 0; }

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight * {
  box-sizing: border-box; }

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.lightbox {
  display: none; }

.c-lead {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 300; }
  @media (min-width: 768px) {
    .c-lead {
      font-size: 1.16667em; } }

.c-list--unstyled {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }

.c-list--inline {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  .c-list--inline > li {
    display: inline; }

.c-pagination {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  .c-pagination > li {
    display: inline-block; }
    .c-pagination > li > a,
    .c-pagination > li > span {
      padding: 10px;
      color: #edf0f3;
      border: 1px solid #ddd; }
      .c-pagination > li > a:hover, .c-pagination > li > a:active, .c-pagination > li > a:focus,
      .c-pagination > li > span:hover,
      .c-pagination > li > span:active,
      .c-pagination > li > span:focus {
        text-decoration: none; }

.c-embed {
  margin-top: 10px;
  margin-bottom: 10px; }

.c-embed--respond {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.c-embed--respond iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-breadcrumb {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  .c-breadcrumb > li {
    display: inline-block; }
    .c-breadcrumb > li + li::before {
      padding: 0 10px;
      color: #ccc;
      content: '/\00a0'; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse; }

table tr > td,
table tr > th {
  padding: 10px;
  line-height: 1.8;
  vertical-align: top;
  border-top: 1px solid white;
  text-align: left; }

.c-table {
  display: table; }

.c-table--cell {
  display: table-cell;
  vertical-align: middle; }

.c-table--bottom {
  display: table-cell;
  vertical-align: bottom; }

.c-font--adjust {
  font-size: .9em; }

/*------------------------------------*    #PRE FORMATED TEXT
\*------------------------------------*/
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 0.72222em;
  line-height: 1.8;
  color: #121112;
  word-break: break-all;
  word-wrap: break-word;
  background-color: white;
  border: 1px solid white;
  border-radius: 4px; }

/*------------------------------------*    #CAROUSEL
\*------------------------------------*/
.c-carousel__item img {
  position: relative; }
  .c-carousel__item img:after {
    content: '';
    background: linear-gradient(to right, #555557 0%, #313132 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }

.c-carousel__caption {
  text-align: center;
  width: 100%;
  padding: 60px;
  line-height: 1;
  font-size: .9em; }
  @media (min-width: 1024px) {
    .c-carousel__caption {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      line-height: 1.1; } }

/* Pagination */
.owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 5px; }

.owl-dot.active {
  background-color: #121112; }

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px; }
  .owl-nav .owl-prev {
    position: absolute;
    font-size: 0;
    left: 0;
    transition: all .2s ease-in-out; }
    .owl-nav .owl-prev:hover {
      background: rgba(0, 0, 0, 0.1); }
    .owl-nav .owl-prev::after {
      content: '';
      background: url("../img/angle-right.svg");
      float: left;
      background-size: 70px 55px;
      width: 60px;
      height: 60px;
      display: inline-block;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .owl-nav .owl-next {
    position: absolute;
    font-size: 0;
    right: 0;
    background: transparent;
    transition: all .2s ease-in-out; }
    .owl-nav .owl-next:hover {
      background: rgba(0, 0, 0, 0.1); }
    .owl-nav .owl-next::after {
      content: '';
      background-image: url("../img/angle-right.svg");
      float: right;
      background-size: 65px 55px;
      width: 60px;
      height: 60px;
      display: inline-block; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out; }

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.c-widgets {
  padding-top: 0; }
  .c-widgets ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

.c-tab__nav {
  margin-bottom: 10px;
  border-bottom: 1px solid white; }

.c-tab__item {
  margin-right: 2px; }

.c-tab__link {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid transparent; }
  .c-tab__link:hover {
    background-color: white; }
  .c-tab__link.active {
    border: 1px solid white;
    border-bottom-color: transparent;
    background-color: #f1f1f1; }

.c-tab__content {
  display: none;
  padding-right: 20px;
  padding-left: 20px; }

.c-accordion__title {
  background-color: transparent;
  padding: 10px 60px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  font-size: 1.16667em; }

.active {
  color: #909798; }

.c-accordion__content {
  display: none;
  padding: 10px 60px;
  border-top-color: transparent;
  font-size: 1em;
  color: #121112; }
  @media (max-width: 767px) {
    .c-accordion__content {
      padding: 10px 0; } }

.c-accordion__title::before {
  content: ' + ';
  position: absolute;
  text-align: center;
  width: 29px;
  height: 29px;
  left: 0;
  margin-top: 4px;
  border: 0.5px solid #121112;
  background-position: center;
  line-height: 27px; }

.c-accordion__title.active::before {
  content: ' - '; }

.c-accordion--dark .c-accordion__title {
  background-color: transparent;
  padding: 10px 60px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  font-size: 1.16667em;
  color: #fff; }

.c-accordion--dark .active {
  color: #909798; }

.c-accordion--dark .c-accordion__content {
  display: none;
  padding: 10px 60px;
  border-top-color: transparent;
  font-size: 1em;
  color: #fff; }
  @media (max-width: 767px) {
    .c-accordion--dark .c-accordion__content {
      padding: 10px 0; } }

.c-accordion--dark .c-accordion__title::before {
  content: ' + ';
  position: absolute;
  text-align: center;
  width: 29px;
  height: 29px;
  left: 0;
  margin-top: 4px;
  border: 0.5px solid #fff;
  background-position: center;
  line-height: 27px; }

.c-accordion--dark .c-accordion__title.active::before {
  content: ' - '; }

.c-social__list {
  margin: 0; }

.c-social__item {
  display: inline-block; }

.c-social__link {
  display: block;
  transition: color .5s ease-in-out;
  color: #909798;
  padding: 10px;
  font-size: 1.55556em; }
  .c-social__link:hover, .c-social__link:active, .c-social__link:focus {
    color: #dddbea; }

.c-footer {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .c-footer p {
    margin: 0;
    font-size: 0.77778em; }
    @media (min-width: 768px) {
      .c-footer p {
        font-size: inherit; } }

.c-animate {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  transition: all .5s ease;
  visibility: hidden; }

.c-animate--view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.b-lazy {
  transition: opacity 500ms ease-in-out;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

.c-procedure__btn {
  position: relative; }
  .c-procedure__btn::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.c-procedure__list {
  display: none; }

.u-img--border-black {
  border: 1px solid #121112; }

.u-img--border-gray {
  border: 1px solid #909798; }

.u-img--border-light-gray {
  border: 1px solid #eff0f2; }

.u-img--border-white {
  border: 1px solid #fff; }

.u-img--border-purple {
  border: 1px solid #dddbea; }

.u-img--border-blue {
  border: 1px solid #edf0f3; }

.u-img--border-light-blue {
  border: 1px solid #eef0f1; }

.u-img--rounded {
  border-radius: 10px; }

.u-img--circle {
  border-radius: 50%; }

.u-img--shadow {
  box-shadow: 0 0 10px rgba(18, 17, 18, 0.5); }

.u-img--icon {
  content: '';
  background-size: 25px 25px;
  width: 25px;
  height: 27px;
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px); }

.u-img--caret {
  background-image: url("../img/angle-down.svg"); }

.u-block--clearfix:before, .u-block--clearfix:after {
  content: '';
  display: table; }

.u-block--clearfix:after {
  clear: both; }

.u-block--center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.u-block--fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100; }

.u-block--fixed-top {
  top: 0; }

.u-block-padding--xl {
  padding-top: 50px;
  padding-bottom: 50px; }

@media (min-width: 768px) {
  .u-block-padding--xl {
    padding-top: 150px;
    padding-bottom: 150px; } }

.u-block-padding--lg {
  padding-top: 33px;
  padding-bottom: 33px; }

@media (min-width: 768px) {
  .u-block-padding--lg {
    padding-top: 100px;
    padding-bottom: 100px; } }

.u-block-padding--md {
  padding-top: 27px;
  padding-bottom: 27px; }

@media (min-width: 768px) {
  .u-block-padding--md {
    padding-top: 80px;
    padding-bottom: 80px; } }

.u-block-padding--sm {
  padding-top: 17px;
  padding-bottom: 17px; }

@media (min-width: 768px) {
  .u-block-padding--sm {
    padding-top: 50px;
    padding-bottom: 50px; } }

.u-block-padding--xs {
  padding-top: 7px;
  padding-bottom: 7px; }

@media (min-width: 768px) {
  .u-block-padding--xs {
    padding-top: 20px;
    padding-bottom: 20px; } }

.u-block-padding--xxs {
  padding-top: 3px;
  padding-bottom: 3px; }

@media (min-width: 768px) {
  .u-block-padding--xxs {
    padding-top: 10px;
    padding-bottom: 10px; } }

.u-square-padding--xl {
  padding: 50px; }

@media (min-width: 768px) {
  .u-square-padding--xl {
    padding: 150px; } }

.u-square-padding--lg {
  padding: 33px; }

@media (min-width: 768px) {
  .u-square-padding--lg {
    padding: 100px; } }

.u-square-padding--md {
  padding: 27px; }

@media (min-width: 768px) {
  .u-square-padding--md {
    padding: 80px; } }

.u-square-padding--sm {
  padding: 17px; }

@media (min-width: 768px) {
  .u-square-padding--sm {
    padding: 50px; } }

.u-square-padding--xs {
  padding: 7px; }

@media (min-width: 768px) {
  .u-square-padding--xs {
    padding: 20px; } }

.u-square-padding--xxs {
  padding: 3px; }

@media (min-width: 768px) {
  .u-square-padding--xxs {
    padding: 10px; } }
.u-block--black {
  background-color: #121112; }

.u-block--gray {
  background-color: #909798; }

.u-block--light-gray {
  background-color: #eff0f2; }

.u-block--white {
  background-color: #fff; }

.u-block--purple {
  background-color: #dddbea; }

.u-block--blue {
  background-color: #edf0f3; }

.u-block--light-blue {
  background-color: #eef0f1; }

.u-block-hr--black {
  border-color: #121112; }

.u-block-hr--gray {
  border-color: #909798; }

.u-block-hr--light-gray {
  border-color: #eff0f2; }

.u-block-hr--white {
  border-color: #fff; }

.u-block-hr--purple {
  border-color: #dddbea; }

.u-block-hr--blue {
  border-color: #edf0f3; }

.u-block-hr--light-blue {
  border-color: #eef0f1; }

.u-block--fl-right {
  float: right; }

.u-block--fl-left {
  float: left; }

.u-block--fl-none {
  float: none; }

.u-block-xxs--fl-left {
  float: left; }

.u-block-xxs--fl-right {
  float: right; }

.u-block-xxs--fl-none {
  float: none; }

@media (min-width: 480px) {
  .u-block-xs--fl-left {
    float: left; }
  .u-block-xs--fl-right {
    float: right; }
  .u-block-xs--fl-none {
    float: none; } }

@media (min-width: 768px) {
  .u-block-sm--fl-left {
    float: left; }
  .u-block-sm--fl-right {
    float: right; }
  .u-block-sm--fl-none {
    float: none; } }

@media (min-width: 1024px) {
  .u-block-md--fl-left {
    float: left; }
  .u-block-md--fl-right {
    float: right; }
  .u-block-md--fl-none {
    float: none; } }

@media (min-width: 1200px) {
  .u-block-lg--fl-left {
    float: left; }
  .u-block-lg--fl-right {
    float: right; }
  .u-block-lg--fl-none {
    float: none; } }

@media (min-width: 1500px) {
  .u-block-xl--fl-left {
    float: left; }
  .u-block-xl--fl-right {
    float: right; }
  .u-block-xl--fl-none {
    float: none; } }

.u-block--height {
  min-height: 600px;
  height: auto; }
  @media (max-width: 1023px) {
    .u-block--height {
      min-height: 400px;
      height: auto; } }

.u-block-gallery--padding {
  padding-top: 30vh;
  padding-bottom: 30vh; }
  @media (max-width: 1023px) {
    .u-block-gallery--padding {
      padding-top: 20vh;
      padding-bottom: 20vh; } }
.u-text--lowercase {
  text-transform: lowercase; }

.u-text--uppercase {
  text-transform: uppercase; }

.u-text--capitalize {
  text-transform: capitalize; }

.u-text--normal {
  text-transform: none; }

.u-text-style--normal {
  font-style: normal; }

.u-text-style--italic {
  font-style: italic; }

.u-text--right {
  text-align: right; }

.u-text--left {
  text-align: left; }

.u-text--center {
  text-align: center; }

.u-text--justify {
  text-align: justify; }
.u-text--black {
  color: #121112; }

.u-text--gray {
  color: #909798; }

.u-text--light-gray {
  color: #eff0f2; }

.u-text--white {
  color: #fff; }

.u-text--purple {
  color: #dddbea; }

.u-text--blue {
  color: #edf0f3; }

.u-text--light-blue {
  color: #eef0f1; }
.u-text--light {
  font-weight: 300; }

.u-text--regular {
  font-weight: 400; }

.u-text--semibold {
  font-weight: 600; }

.u-text--bold {
  font-weight: 700; }

.u-text-xxs--left {
  text-align: left; }

.u-text-xxs--right {
  text-align: right; }

.u-text-xxs--center {
  text-align: center; }

@media (min-width: 480px) {
  .u-text-xs--left {
    text-align: left; }
  .u-text-xs--right {
    text-align: right; }
  .u-text-xs--center {
    text-align: center; } }

@media (min-width: 768px) {
  .u-text-sm--left {
    text-align: left; }
  .u-text-sm--right {
    text-align: right; }
  .u-text-sm--center {
    text-align: center; } }

@media (min-width: 1024px) {
  .u-text-md--left {
    text-align: left; }
  .u-text-md--right {
    text-align: right; }
  .u-text-md--center {
    text-align: center; } }

@media (min-width: 1200px) {
  .u-text-lg--left {
    text-align: left; }
  .u-text-lg--right {
    text-align: right; }
  .u-text-lg--center {
    text-align: center; } }

@media (min-width: 1500px) {
  .u-text-xl--left {
    text-align: left; }
  .u-text-xl--right {
    text-align: right; }
  .u-text-xl--center {
    text-align: center; } }

.u-visibility--sr-only {
  display: none; }

.u-visibility-hidden-xxs--up {
  display: none; }

@media (max-width: 479px) {
  .u-visibility-hidden-xxs--down {
    display: none; } }

@media (min-width: 480px) {
  .u-visibility-hidden-xs--up {
    display: none; } }

@media (max-width: 767px) {
  .u-visibility-hidden-xs--down {
    display: none; } }

@media (min-width: 768px) {
  .u-visibility-hidden-sm--up {
    display: none; } }

@media (max-width: 1023px) {
  .u-visibility-hidden-sm--down {
    display: none; } }

@media (min-width: 1024px) {
  .u-visibility-hidden-md--up {
    display: none; } }

@media (max-width: 1199px) {
  .u-visibility-hidden-md--down {
    display: none; } }

@media (min-width: 1200px) {
  .u-visibility-hidden-lg--up {
    display: none; } }

@media (max-width: 1499px) {
  .u-visibility-hidden-lg--down {
    display: none; } }

@media (min-width: 1500px) {
  .u-visibility-hidden-xl--up {
    display: none; } }

.u-visibility-hidden-xl--down {
  display: none; }

.u-reset--gutter {
  margin: 0; }

.u-reset--gutter > [class*="col-"] {
  padding: 0; }

.u-reset--margin {
  margin: 0; }

.u-reset--margin-top {
  margin-top: 0; }

.u-reset--margin-right {
  margin-right: 0; }

.u-reset--margin-bottom {
  margin-bottom: 0; }

.u-reset--margin-left {
  margin-left: 0; }

.u-reset--padding {
  padding: 0; }

.u-reset--padding-top {
  padding-top: 0; }

.u-reset--padding-right {
  padding-right: 0; }

.u-reset--padding-bottom {
  padding-bottom: 0; }

.u-reset--padding-left {
  padding-left: 0; }

.u-reset--link:hover, .u-reset--link:active, .u-reset--link:focus {
  color: #fff;
  text-decoration: none; }

.u-reset--blockquote {
  padding: 0;
  border-left: 0; }
.page-id-10028 header.c-header .o-col--sm-7 {
  display: none;
}