@charset "UTF-8";
/* ------------------------------------------- */
/* STYLE.CSS */
/* --------------------------------------------------------------------------------------- */
/* This is main CSS file that contains custom style rules used in this template */
/* --------------------------------------------------------------------------------------- */
/* Template Name: Assurance Finance */
/* Version: 1.0 Initial Release */
/* Build Date: */
/* Author: UPQODE */
/* Website: */
/* Copyright: (C) */
/* --------------------------------------------------------------------------------------- */
/* ------------------------------------------- */
/* TABLE OF CONTENTS: */
/* ------------------------------------------- */
/*
  TODO add list of style parts    
  1. TEXT SETTINGS
*/
/* ------------------------------------------- */
/* ------------------------------------------- */
/* BOOTSTRAP */
/* ------------------------------------------- */
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-tiny, .container-sm {
    max-width: 768px; } }

@media (min-width: 768px) {
  .container, .container-tiny, .container-sm, .container-md {
    max-width: 992px; } }

@media (min-width: 992px) {
  .container, .container-tiny, .container-sm, .container-md, .container-lg {
    max-width: 993px; } }

@media (min-width: 1200px) {
  .container, .container-tiny, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1500px) {
  .container, .container-tiny, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-tiny-1, .col-tiny-2, .col-tiny-3, .col-tiny-4, .col-tiny-5, .col-tiny-6, .col-tiny-7, .col-tiny-8, .col-tiny-9, .col-tiny-10, .col-tiny-11, .col-tiny-12, .col-tiny,
.col-tiny-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 460px) {
  .col-tiny {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-tiny-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-tiny-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-tiny-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-tiny-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-tiny-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-tiny-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-tiny-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-tiny-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-tiny-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-tiny-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-tiny-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-tiny-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-tiny-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-tiny-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-tiny-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-tiny-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-tiny-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-tiny-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-tiny-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-tiny-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-tiny-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-tiny-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-tiny-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-tiny-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-tiny-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-tiny-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-tiny-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-tiny-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-tiny-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-tiny-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-tiny-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-tiny-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-tiny-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-tiny-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-tiny-0 {
    margin-left: 0; }
  .offset-tiny-1 {
    margin-left: 8.33333%; }
  .offset-tiny-2 {
    margin-left: 16.66667%; }
  .offset-tiny-3 {
    margin-left: 25%; }
  .offset-tiny-4 {
    margin-left: 33.33333%; }
  .offset-tiny-5 {
    margin-left: 41.66667%; }
  .offset-tiny-6 {
    margin-left: 50%; }
  .offset-tiny-7 {
    margin-left: 58.33333%; }
  .offset-tiny-8 {
    margin-left: 66.66667%; }
  .offset-tiny-9 {
    margin-left: 75%; }
  .offset-tiny-10 {
    margin-left: 83.33333%; }
  .offset-tiny-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1500px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 460px) {
  .d-tiny-none {
    display: none !important; }
  .d-tiny-inline {
    display: inline !important; }
  .d-tiny-inline-block {
    display: inline-block !important; }
  .d-tiny-block {
    display: block !important; }
  .d-tiny-table {
    display: table !important; }
  .d-tiny-table-row {
    display: table-row !important; }
  .d-tiny-table-cell {
    display: table-cell !important; }
  .d-tiny-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-tiny-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -moz-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -moz-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 460px) {
  .flex-tiny-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-tiny-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-tiny-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-tiny-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-tiny-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-tiny-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-tiny-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-tiny-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-tiny-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-tiny-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-tiny-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-tiny-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-tiny-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-tiny-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-tiny-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-tiny-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-tiny-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-tiny-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-tiny-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-tiny-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-tiny-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-tiny-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-tiny-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-tiny-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-tiny-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-tiny-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-tiny-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-tiny-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-tiny-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-tiny-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-tiny-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-tiny-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-tiny-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-tiny-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1500px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 460px) {
  .m-tiny-0 {
    margin: 0 !important; }
  .mt-tiny-0,
  .my-tiny-0 {
    margin-top: 0 !important; }
  .mr-tiny-0,
  .mx-tiny-0 {
    margin-right: 0 !important; }
  .mb-tiny-0,
  .my-tiny-0 {
    margin-bottom: 0 !important; }
  .ml-tiny-0,
  .mx-tiny-0 {
    margin-left: 0 !important; }
  .m-tiny-1 {
    margin: 0.25rem !important; }
  .mt-tiny-1,
  .my-tiny-1 {
    margin-top: 0.25rem !important; }
  .mr-tiny-1,
  .mx-tiny-1 {
    margin-right: 0.25rem !important; }
  .mb-tiny-1,
  .my-tiny-1 {
    margin-bottom: 0.25rem !important; }
  .ml-tiny-1,
  .mx-tiny-1 {
    margin-left: 0.25rem !important; }
  .m-tiny-2 {
    margin: 0.5rem !important; }
  .mt-tiny-2,
  .my-tiny-2 {
    margin-top: 0.5rem !important; }
  .mr-tiny-2,
  .mx-tiny-2 {
    margin-right: 0.5rem !important; }
  .mb-tiny-2,
  .my-tiny-2 {
    margin-bottom: 0.5rem !important; }
  .ml-tiny-2,
  .mx-tiny-2 {
    margin-left: 0.5rem !important; }
  .m-tiny-3 {
    margin: 1rem !important; }
  .mt-tiny-3,
  .my-tiny-3 {
    margin-top: 1rem !important; }
  .mr-tiny-3,
  .mx-tiny-3 {
    margin-right: 1rem !important; }
  .mb-tiny-3,
  .my-tiny-3 {
    margin-bottom: 1rem !important; }
  .ml-tiny-3,
  .mx-tiny-3 {
    margin-left: 1rem !important; }
  .m-tiny-4 {
    margin: 1.5rem !important; }
  .mt-tiny-4,
  .my-tiny-4 {
    margin-top: 1.5rem !important; }
  .mr-tiny-4,
  .mx-tiny-4 {
    margin-right: 1.5rem !important; }
  .mb-tiny-4,
  .my-tiny-4 {
    margin-bottom: 1.5rem !important; }
  .ml-tiny-4,
  .mx-tiny-4 {
    margin-left: 1.5rem !important; }
  .m-tiny-5 {
    margin: 3rem !important; }
  .mt-tiny-5,
  .my-tiny-5 {
    margin-top: 3rem !important; }
  .mr-tiny-5,
  .mx-tiny-5 {
    margin-right: 3rem !important; }
  .mb-tiny-5,
  .my-tiny-5 {
    margin-bottom: 3rem !important; }
  .ml-tiny-5,
  .mx-tiny-5 {
    margin-left: 3rem !important; }
  .p-tiny-0 {
    padding: 0 !important; }
  .pt-tiny-0,
  .py-tiny-0 {
    padding-top: 0 !important; }
  .pr-tiny-0,
  .px-tiny-0 {
    padding-right: 0 !important; }
  .pb-tiny-0,
  .py-tiny-0 {
    padding-bottom: 0 !important; }
  .pl-tiny-0,
  .px-tiny-0 {
    padding-left: 0 !important; }
  .p-tiny-1 {
    padding: 0.25rem !important; }
  .pt-tiny-1,
  .py-tiny-1 {
    padding-top: 0.25rem !important; }
  .pr-tiny-1,
  .px-tiny-1 {
    padding-right: 0.25rem !important; }
  .pb-tiny-1,
  .py-tiny-1 {
    padding-bottom: 0.25rem !important; }
  .pl-tiny-1,
  .px-tiny-1 {
    padding-left: 0.25rem !important; }
  .p-tiny-2 {
    padding: 0.5rem !important; }
  .pt-tiny-2,
  .py-tiny-2 {
    padding-top: 0.5rem !important; }
  .pr-tiny-2,
  .px-tiny-2 {
    padding-right: 0.5rem !important; }
  .pb-tiny-2,
  .py-tiny-2 {
    padding-bottom: 0.5rem !important; }
  .pl-tiny-2,
  .px-tiny-2 {
    padding-left: 0.5rem !important; }
  .p-tiny-3 {
    padding: 1rem !important; }
  .pt-tiny-3,
  .py-tiny-3 {
    padding-top: 1rem !important; }
  .pr-tiny-3,
  .px-tiny-3 {
    padding-right: 1rem !important; }
  .pb-tiny-3,
  .py-tiny-3 {
    padding-bottom: 1rem !important; }
  .pl-tiny-3,
  .px-tiny-3 {
    padding-left: 1rem !important; }
  .p-tiny-4 {
    padding: 1.5rem !important; }
  .pt-tiny-4,
  .py-tiny-4 {
    padding-top: 1.5rem !important; }
  .pr-tiny-4,
  .px-tiny-4 {
    padding-right: 1.5rem !important; }
  .pb-tiny-4,
  .py-tiny-4 {
    padding-bottom: 1.5rem !important; }
  .pl-tiny-4,
  .px-tiny-4 {
    padding-left: 1.5rem !important; }
  .p-tiny-5 {
    padding: 3rem !important; }
  .pt-tiny-5,
  .py-tiny-5 {
    padding-top: 3rem !important; }
  .pr-tiny-5,
  .px-tiny-5 {
    padding-right: 3rem !important; }
  .pb-tiny-5,
  .py-tiny-5 {
    padding-bottom: 3rem !important; }
  .pl-tiny-5,
  .px-tiny-5 {
    padding-left: 3rem !important; }
  .m-tiny-n1 {
    margin: -0.25rem !important; }
  .mt-tiny-n1,
  .my-tiny-n1 {
    margin-top: -0.25rem !important; }
  .mr-tiny-n1,
  .mx-tiny-n1 {
    margin-right: -0.25rem !important; }
  .mb-tiny-n1,
  .my-tiny-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-tiny-n1,
  .mx-tiny-n1 {
    margin-left: -0.25rem !important; }
  .m-tiny-n2 {
    margin: -0.5rem !important; }
  .mt-tiny-n2,
  .my-tiny-n2 {
    margin-top: -0.5rem !important; }
  .mr-tiny-n2,
  .mx-tiny-n2 {
    margin-right: -0.5rem !important; }
  .mb-tiny-n2,
  .my-tiny-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-tiny-n2,
  .mx-tiny-n2 {
    margin-left: -0.5rem !important; }
  .m-tiny-n3 {
    margin: -1rem !important; }
  .mt-tiny-n3,
  .my-tiny-n3 {
    margin-top: -1rem !important; }
  .mr-tiny-n3,
  .mx-tiny-n3 {
    margin-right: -1rem !important; }
  .mb-tiny-n3,
  .my-tiny-n3 {
    margin-bottom: -1rem !important; }
  .ml-tiny-n3,
  .mx-tiny-n3 {
    margin-left: -1rem !important; }
  .m-tiny-n4 {
    margin: -1.5rem !important; }
  .mt-tiny-n4,
  .my-tiny-n4 {
    margin-top: -1.5rem !important; }
  .mr-tiny-n4,
  .mx-tiny-n4 {
    margin-right: -1.5rem !important; }
  .mb-tiny-n4,
  .my-tiny-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-tiny-n4,
  .mx-tiny-n4 {
    margin-left: -1.5rem !important; }
  .m-tiny-n5 {
    margin: -3rem !important; }
  .mt-tiny-n5,
  .my-tiny-n5 {
    margin-top: -3rem !important; }
  .mr-tiny-n5,
  .mx-tiny-n5 {
    margin-right: -3rem !important; }
  .mb-tiny-n5,
  .my-tiny-n5 {
    margin-bottom: -3rem !important; }
  .ml-tiny-n5,
  .mx-tiny-n5 {
    margin-left: -3rem !important; }
  .m-tiny-auto {
    margin: auto !important; }
  .mt-tiny-auto,
  .my-tiny-auto {
    margin-top: auto !important; }
  .mr-tiny-auto,
  .mx-tiny-auto {
    margin-right: auto !important; }
  .mb-tiny-auto,
  .my-tiny-auto {
    margin-bottom: auto !important; }
  .ml-tiny-auto,
  .mx-tiny-auto {
    margin-left: auto !important; } }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 460px) {
  .m-tiny-0 {
    margin: 0 !important; }
  .mt-tiny-0,
  .my-tiny-0 {
    margin-top: 0 !important; }
  .mr-tiny-0,
  .mx-tiny-0 {
    margin-right: 0 !important; }
  .mb-tiny-0,
  .my-tiny-0 {
    margin-bottom: 0 !important; }
  .ml-tiny-0,
  .mx-tiny-0 {
    margin-left: 0 !important; }
  .m-tiny-1 {
    margin: 0.25rem !important; }
  .mt-tiny-1,
  .my-tiny-1 {
    margin-top: 0.25rem !important; }
  .mr-tiny-1,
  .mx-tiny-1 {
    margin-right: 0.25rem !important; }
  .mb-tiny-1,
  .my-tiny-1 {
    margin-bottom: 0.25rem !important; }
  .ml-tiny-1,
  .mx-tiny-1 {
    margin-left: 0.25rem !important; }
  .m-tiny-2 {
    margin: 0.5rem !important; }
  .mt-tiny-2,
  .my-tiny-2 {
    margin-top: 0.5rem !important; }
  .mr-tiny-2,
  .mx-tiny-2 {
    margin-right: 0.5rem !important; }
  .mb-tiny-2,
  .my-tiny-2 {
    margin-bottom: 0.5rem !important; }
  .ml-tiny-2,
  .mx-tiny-2 {
    margin-left: 0.5rem !important; }
  .m-tiny-3 {
    margin: 1rem !important; }
  .mt-tiny-3,
  .my-tiny-3 {
    margin-top: 1rem !important; }
  .mr-tiny-3,
  .mx-tiny-3 {
    margin-right: 1rem !important; }
  .mb-tiny-3,
  .my-tiny-3 {
    margin-bottom: 1rem !important; }
  .ml-tiny-3,
  .mx-tiny-3 {
    margin-left: 1rem !important; }
  .m-tiny-4 {
    margin: 1.5rem !important; }
  .mt-tiny-4,
  .my-tiny-4 {
    margin-top: 1.5rem !important; }
  .mr-tiny-4,
  .mx-tiny-4 {
    margin-right: 1.5rem !important; }
  .mb-tiny-4,
  .my-tiny-4 {
    margin-bottom: 1.5rem !important; }
  .ml-tiny-4,
  .mx-tiny-4 {
    margin-left: 1.5rem !important; }
  .m-tiny-5 {
    margin: 3rem !important; }
  .mt-tiny-5,
  .my-tiny-5 {
    margin-top: 3rem !important; }
  .mr-tiny-5,
  .mx-tiny-5 {
    margin-right: 3rem !important; }
  .mb-tiny-5,
  .my-tiny-5 {
    margin-bottom: 3rem !important; }
  .ml-tiny-5,
  .mx-tiny-5 {
    margin-left: 3rem !important; }
  .p-tiny-0 {
    padding: 0 !important; }
  .pt-tiny-0,
  .py-tiny-0 {
    padding-top: 0 !important; }
  .pr-tiny-0,
  .px-tiny-0 {
    padding-right: 0 !important; }
  .pb-tiny-0,
  .py-tiny-0 {
    padding-bottom: 0 !important; }
  .pl-tiny-0,
  .px-tiny-0 {
    padding-left: 0 !important; }
  .p-tiny-1 {
    padding: 0.25rem !important; }
  .pt-tiny-1,
  .py-tiny-1 {
    padding-top: 0.25rem !important; }
  .pr-tiny-1,
  .px-tiny-1 {
    padding-right: 0.25rem !important; }
  .pb-tiny-1,
  .py-tiny-1 {
    padding-bottom: 0.25rem !important; }
  .pl-tiny-1,
  .px-tiny-1 {
    padding-left: 0.25rem !important; }
  .p-tiny-2 {
    padding: 0.5rem !important; }
  .pt-tiny-2,
  .py-tiny-2 {
    padding-top: 0.5rem !important; }
  .pr-tiny-2,
  .px-tiny-2 {
    padding-right: 0.5rem !important; }
  .pb-tiny-2,
  .py-tiny-2 {
    padding-bottom: 0.5rem !important; }
  .pl-tiny-2,
  .px-tiny-2 {
    padding-left: 0.5rem !important; }
  .p-tiny-3 {
    padding: 1rem !important; }
  .pt-tiny-3,
  .py-tiny-3 {
    padding-top: 1rem !important; }
  .pr-tiny-3,
  .px-tiny-3 {
    padding-right: 1rem !important; }
  .pb-tiny-3,
  .py-tiny-3 {
    padding-bottom: 1rem !important; }
  .pl-tiny-3,
  .px-tiny-3 {
    padding-left: 1rem !important; }
  .p-tiny-4 {
    padding: 1.5rem !important; }
  .pt-tiny-4,
  .py-tiny-4 {
    padding-top: 1.5rem !important; }
  .pr-tiny-4,
  .px-tiny-4 {
    padding-right: 1.5rem !important; }
  .pb-tiny-4,
  .py-tiny-4 {
    padding-bottom: 1.5rem !important; }
  .pl-tiny-4,
  .px-tiny-4 {
    padding-left: 1.5rem !important; }
  .p-tiny-5 {
    padding: 3rem !important; }
  .pt-tiny-5,
  .py-tiny-5 {
    padding-top: 3rem !important; }
  .pr-tiny-5,
  .px-tiny-5 {
    padding-right: 3rem !important; }
  .pb-tiny-5,
  .py-tiny-5 {
    padding-bottom: 3rem !important; }
  .pl-tiny-5,
  .px-tiny-5 {
    padding-left: 3rem !important; }
  .m-tiny-n1 {
    margin: -0.25rem !important; }
  .mt-tiny-n1,
  .my-tiny-n1 {
    margin-top: -0.25rem !important; }
  .mr-tiny-n1,
  .mx-tiny-n1 {
    margin-right: -0.25rem !important; }
  .mb-tiny-n1,
  .my-tiny-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-tiny-n1,
  .mx-tiny-n1 {
    margin-left: -0.25rem !important; }
  .m-tiny-n2 {
    margin: -0.5rem !important; }
  .mt-tiny-n2,
  .my-tiny-n2 {
    margin-top: -0.5rem !important; }
  .mr-tiny-n2,
  .mx-tiny-n2 {
    margin-right: -0.5rem !important; }
  .mb-tiny-n2,
  .my-tiny-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-tiny-n2,
  .mx-tiny-n2 {
    margin-left: -0.5rem !important; }
  .m-tiny-n3 {
    margin: -1rem !important; }
  .mt-tiny-n3,
  .my-tiny-n3 {
    margin-top: -1rem !important; }
  .mr-tiny-n3,
  .mx-tiny-n3 {
    margin-right: -1rem !important; }
  .mb-tiny-n3,
  .my-tiny-n3 {
    margin-bottom: -1rem !important; }
  .ml-tiny-n3,
  .mx-tiny-n3 {
    margin-left: -1rem !important; }
  .m-tiny-n4 {
    margin: -1.5rem !important; }
  .mt-tiny-n4,
  .my-tiny-n4 {
    margin-top: -1.5rem !important; }
  .mr-tiny-n4,
  .mx-tiny-n4 {
    margin-right: -1.5rem !important; }
  .mb-tiny-n4,
  .my-tiny-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-tiny-n4,
  .mx-tiny-n4 {
    margin-left: -1.5rem !important; }
  .m-tiny-n5 {
    margin: -3rem !important; }
  .mt-tiny-n5,
  .my-tiny-n5 {
    margin-top: -3rem !important; }
  .mr-tiny-n5,
  .mx-tiny-n5 {
    margin-right: -3rem !important; }
  .mb-tiny-n5,
  .my-tiny-n5 {
    margin-bottom: -3rem !important; }
  .ml-tiny-n5,
  .mx-tiny-n5 {
    margin-left: -3rem !important; }
  .m-tiny-auto {
    margin: auto !important; }
  .mt-tiny-auto,
  .my-tiny-auto {
    margin-top: auto !important; }
  .mr-tiny-auto,
  .mx-tiny-auto {
    margin-right: auto !important; }
  .mb-tiny-auto,
  .my-tiny-auto {
    margin-bottom: auto !important; }
  .ml-tiny-auto,
  .mx-tiny-auto {
    margin-left: auto !important; } }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

/* ------------------------------------------- */
/* SWIPER */
/* ------------------------------------------- */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* ------------------------------------------- */
/* GLOBAL */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* PADDINGS AND MARGINS */
/* ------------------------------------------- */
/* SMALL DEVICES */
.margin-sm-0t {
  margin-top: 0px; }

.margin-sm-5t {
  margin-top: 5px; }

.margin-sm-10t {
  margin-top: 10px; }

.margin-sm-15t {
  margin-top: 15px; }

.margin-sm-20t {
  margin-top: 20px; }

.margin-sm-25t {
  margin-top: 25px; }

.margin-sm-30t {
  margin-top: 30px; }

.margin-sm-35t {
  margin-top: 35px; }

.margin-sm-40t {
  margin-top: 40px; }

.margin-sm-45t {
  margin-top: 45px; }

.margin-sm-50t {
  margin-top: 50px; }

.margin-sm-55t {
  margin-top: 55px; }

.margin-sm-60t {
  margin-top: 60px; }

.margin-sm-65t {
  margin-top: 65px; }

.margin-sm-70t {
  margin-top: 70px; }

.margin-sm-75t {
  margin-top: 75px; }

.margin-sm-80t {
  margin-top: 80px; }

.margin-sm-85t {
  margin-top: 85px; }

.margin-sm-90t {
  margin-top: 90px; }

.margin-sm-95t {
  margin-top: 95px; }

.margin-sm-100t {
  margin-top: 100px; }

.margin-sm-105t {
  margin-top: 105px; }

.margin-sm-110t {
  margin-top: 110px; }

.margin-sm-115t {
  margin-top: 115px; }

.margin-sm-120t {
  margin-top: 120px; }

.margin-sm-125t {
  margin-top: 125px; }

.margin-sm-130t {
  margin-top: 130px; }

.margin-sm-135t {
  margin-top: 135px; }

.margin-sm-140t {
  margin-top: 140px; }

.margin-sm-145t {
  margin-top: 145px; }

.margin-sm-150t {
  margin-top: 150px; }

.margin-sm-155t {
  margin-top: 155px; }

.margin-sm-160t {
  margin-top: 160px; }

.margin-sm-165t {
  margin-top: 165px; }

.margin-sm-170t {
  margin-top: 170px; }

.margin-sm-175t {
  margin-top: 175px; }

.margin-sm-180t {
  margin-top: 180px; }

.margin-sm-185t {
  margin-top: 185px; }

.margin-sm-190t {
  margin-top: 190px; }

.margin-sm-195t {
  margin-top: 195px; }

.margin-sm-200t {
  margin-top: 200px; }

.margin-sm-205t {
  margin-top: 205px; }

.margin-sm-210t {
  margin-top: 210px; }

.margin-sm-215t {
  margin-top: 215px; }

.margin-sm-220t {
  margin-top: 220px; }

.margin-sm-225t {
  margin-top: 225px; }

.margin-sm-230t {
  margin-top: 230px; }

.margin-sm-235t {
  margin-top: 235px; }

.margin-sm-240t {
  margin-top: 240px; }

.margin-sm-245t {
  margin-top: 245px; }

.margin-sm-250t {
  margin-top: 250px; }

.margin-sm-0b {
  margin-bottom: 0px; }

.margin-sm-5b {
  margin-bottom: 5px; }

.margin-sm-10b {
  margin-bottom: 10px; }

.margin-sm-15b {
  margin-bottom: 15px; }

.margin-sm-20b {
  margin-bottom: 20px; }

.margin-sm-25b {
  margin-bottom: 25px; }

.margin-sm-30b {
  margin-bottom: 30px; }

.margin-sm-35b {
  margin-bottom: 35px; }

.margin-sm-40b {
  margin-bottom: 40px; }

.margin-sm-45b {
  margin-bottom: 45px; }

.margin-sm-50b {
  margin-bottom: 50px; }

.margin-sm-55b {
  margin-bottom: 55px; }

.margin-sm-60b {
  margin-bottom: 60px; }

.margin-sm-65b {
  margin-bottom: 65px; }

.margin-sm-70b {
  margin-bottom: 70px; }

.margin-sm-75b {
  margin-bottom: 75px; }

.margin-sm-80b {
  margin-bottom: 80px; }

.margin-sm-85b {
  margin-bottom: 85px; }

.margin-sm-90b {
  margin-bottom: 90px; }

.margin-sm-95b {
  margin-bottom: 95px; }

.margin-sm-100b {
  margin-bottom: 100px; }

.margin-sm-105b {
  margin-bottom: 105px; }

.margin-sm-110b {
  margin-bottom: 110px; }

.margin-sm-115b {
  margin-bottom: 115px; }

.margin-sm-120b {
  margin-bottom: 120px; }

.margin-sm-125b {
  margin-bottom: 125px; }

.margin-sm-130b {
  margin-bottom: 130px; }

.margin-sm-135b {
  margin-bottom: 135px; }

.margin-sm-140b {
  margin-bottom: 140px; }

.margin-sm-145b {
  margin-bottom: 145px; }

.margin-sm-150b {
  margin-bottom: 150px; }

.margin-sm-155b {
  margin-bottom: 155px; }

.margin-sm-160b {
  margin-bottom: 160px; }

.margin-sm-165b {
  margin-bottom: 165px; }

.margin-sm-170b {
  margin-bottom: 170px; }

.margin-sm-175b {
  margin-bottom: 175px; }

.margin-sm-180b {
  margin-bottom: 180px; }

.margin-sm-185b {
  margin-bottom: 185px; }

.margin-sm-190b {
  margin-bottom: 190px; }

.margin-sm-195b {
  margin-bottom: 195px; }

.margin-sm-200b {
  margin-bottom: 200px; }

.margin-sm-205b {
  margin-bottom: 205px; }

.margin-sm-210b {
  margin-bottom: 210px; }

.margin-sm-215b {
  margin-bottom: 215px; }

.margin-sm-220b {
  margin-bottom: 220px; }

.margin-sm-225b {
  margin-bottom: 225px; }

.margin-sm-230b {
  margin-bottom: 230px; }

.margin-sm-235b {
  margin-bottom: 235px; }

.margin-sm-240b {
  margin-bottom: 240px; }

.margin-sm-245b {
  margin-bottom: 245px; }

.margin-sm-250b {
  margin-bottom: 250px; }

.padding-sm-0t {
  padding-top: 0px; }

.padding-sm-5t {
  padding-top: 5px; }

.padding-sm-10t {
  padding-top: 10px; }

.padding-sm-15t {
  padding-top: 15px; }

.padding-sm-20t {
  padding-top: 20px; }

.padding-sm-25t {
  padding-top: 25px; }

.padding-sm-30t {
  padding-top: 30px; }

.padding-sm-35t {
  padding-top: 35px; }

.padding-sm-40t {
  padding-top: 40px; }

.padding-sm-45t {
  padding-top: 45px; }

.padding-sm-50t {
  padding-top: 50px; }

.padding-sm-55t {
  padding-top: 55px; }

.padding-sm-60t {
  padding-top: 60px; }

.padding-sm-65t {
  padding-top: 65px; }

.padding-sm-70t {
  padding-top: 70px; }

.padding-sm-75t {
  padding-top: 75px; }

.padding-sm-80t {
  padding-top: 80px; }

.padding-sm-85t {
  padding-top: 85px; }

.padding-sm-90t {
  padding-top: 90px; }

.padding-sm-95t {
  padding-top: 95px; }

.padding-sm-100t {
  padding-top: 100px; }

.padding-sm-105t {
  padding-top: 105px; }

.padding-sm-110t {
  padding-top: 110px; }

.padding-sm-115t {
  padding-top: 115px; }

.padding-sm-120t {
  padding-top: 120px; }

.padding-sm-125t {
  padding-top: 125px; }

.padding-sm-130t {
  padding-top: 130px; }

.padding-sm-135t {
  padding-top: 135px; }

.padding-sm-140t {
  padding-top: 140px; }

.padding-sm-145t {
  padding-top: 145px; }

.padding-sm-150t {
  padding-top: 150px; }

.padding-sm-155t {
  padding-top: 155px; }

.padding-sm-160t {
  padding-top: 160px; }

.padding-sm-165t {
  padding-top: 165px; }

.padding-sm-170t {
  padding-top: 170px; }

.padding-sm-175t {
  padding-top: 175px; }

.padding-sm-180t {
  padding-top: 180px; }

.padding-sm-185t {
  padding-top: 185px; }

.padding-sm-190t {
  padding-top: 190px; }

.padding-sm-195t {
  padding-top: 195px; }

.padding-sm-200t {
  padding-top: 200px; }

.padding-sm-205t {
  padding-top: 205px; }

.padding-sm-210t {
  padding-top: 210px; }

.padding-sm-215t {
  padding-top: 215px; }

.padding-sm-220t {
  padding-top: 220px; }

.padding-sm-225t {
  padding-top: 225px; }

.padding-sm-230t {
  padding-top: 230px; }

.padding-sm-235t {
  padding-top: 235px; }

.padding-sm-240t {
  padding-top: 240px; }

.padding-sm-245t {
  padding-top: 245px; }

.padding-sm-250t {
  padding-top: 250px; }

.padding-sm-0b {
  padding-bottom: 0px; }

.padding-sm-5b {
  padding-bottom: 5px; }

.padding-sm-10b {
  padding-bottom: 10px; }

.padding-sm-15b {
  padding-bottom: 15px; }

.padding-sm-20b {
  padding-bottom: 20px; }

.padding-sm-25b {
  padding-bottom: 25px; }

.padding-sm-30b {
  padding-bottom: 30px; }

.padding-sm-35b {
  padding-bottom: 35px; }

.padding-sm-40b {
  padding-bottom: 40px; }

.padding-sm-45b {
  padding-bottom: 45px; }

.padding-sm-50b {
  padding-bottom: 50px; }

.padding-sm-55b {
  padding-bottom: 55px; }

.padding-sm-60b {
  padding-bottom: 60px; }

.padding-sm-65b {
  padding-bottom: 65px; }

.padding-sm-70b {
  padding-bottom: 70px; }

.padding-sm-75b {
  padding-bottom: 75px; }

.padding-sm-80b {
  padding-bottom: 80px; }

.padding-sm-85b {
  padding-bottom: 85px; }

.padding-sm-90b {
  padding-bottom: 90px; }

.padding-sm-95b {
  padding-bottom: 95px; }

.padding-sm-100b {
  padding-bottom: 100px; }

.padding-sm-105b {
  padding-bottom: 105px; }

.padding-sm-110b {
  padding-bottom: 110px; }

.padding-sm-115b {
  padding-bottom: 115px; }

.padding-sm-120b {
  padding-bottom: 120px; }

.padding-sm-125b {
  padding-bottom: 125px; }

.padding-sm-130b {
  padding-bottom: 130px; }

.padding-sm-135b {
  padding-bottom: 135px; }

.padding-sm-140b {
  padding-bottom: 140px; }

.padding-sm-145b {
  padding-bottom: 145px; }

.padding-sm-150b {
  padding-bottom: 150px; }

.padding-sm-155b {
  padding-bottom: 155px; }

.padding-sm-160b {
  padding-bottom: 160px; }

.padding-sm-165b {
  padding-bottom: 165px; }

.padding-sm-170b {
  padding-bottom: 170px; }

.padding-sm-175b {
  padding-bottom: 175px; }

.padding-sm-180b {
  padding-bottom: 180px; }

.padding-sm-185b {
  padding-bottom: 185px; }

.padding-sm-190b {
  padding-bottom: 190px; }

.padding-sm-195b {
  padding-bottom: 195px; }

.padding-sm-200b {
  padding-bottom: 200px; }

.padding-sm-205b {
  padding-bottom: 205px; }

.padding-sm-210b {
  padding-bottom: 210px; }

.padding-sm-215b {
  padding-bottom: 215px; }

.padding-sm-220b {
  padding-bottom: 220px; }

.padding-sm-225b {
  padding-bottom: 225px; }

.padding-sm-230b {
  padding-bottom: 230px; }

.padding-sm-235b {
  padding-bottom: 235px; }

.padding-sm-240b {
  padding-bottom: 240px; }

.padding-sm-245b {
  padding-bottom: 245px; }

.padding-sm-250b {
  padding-bottom: 250px; }

/* MEDIUM DEVICES */
@media screen and (min-width: 768px) {
  .margin-md-0t {
    margin-top: 0px; }
  .margin-md-5t {
    margin-top: 5px; }
  .margin-md-10t {
    margin-top: 10px; }
  .margin-md-15t {
    margin-top: 15px; }
  .margin-md-20t {
    margin-top: 20px; }
  .margin-md-25t {
    margin-top: 25px; }
  .margin-md-30t {
    margin-top: 30px; }
  .margin-md-35t {
    margin-top: 35px; }
  .margin-md-40t {
    margin-top: 40px; }
  .margin-md-45t {
    margin-top: 45px; }
  .margin-md-50t {
    margin-top: 50px; }
  .margin-md-55t {
    margin-top: 55px; }
  .margin-md-60t {
    margin-top: 60px; }
  .margin-md-65t {
    margin-top: 65px; }
  .margin-md-70t {
    margin-top: 70px; }
  .margin-md-75t {
    margin-top: 75px; }
  .margin-md-80t {
    margin-top: 80px; }
  .margin-md-85t {
    margin-top: 85px; }
  .margin-md-90t {
    margin-top: 90px; }
  .margin-md-95t {
    margin-top: 95px; }
  .margin-md-100t {
    margin-top: 100px; }
  .margin-md-105t {
    margin-top: 105px; }
  .margin-md-110t {
    margin-top: 110px; }
  .margin-md-115t {
    margin-top: 115px; }
  .margin-md-120t {
    margin-top: 120px; }
  .margin-md-125t {
    margin-top: 125px; }
  .margin-md-130t {
    margin-top: 130px; }
  .margin-md-135t {
    margin-top: 135px; }
  .margin-md-140t {
    margin-top: 140px; }
  .margin-md-145t {
    margin-top: 145px; }
  .margin-md-150t {
    margin-top: 150px; }
  .margin-md-155t {
    margin-top: 155px; }
  .margin-md-160t {
    margin-top: 160px; }
  .margin-md-165t {
    margin-top: 165px; }
  .margin-md-170t {
    margin-top: 170px; }
  .margin-md-175t {
    margin-top: 175px; }
  .margin-md-180t {
    margin-top: 180px; }
  .margin-md-185t {
    margin-top: 185px; }
  .margin-md-190t {
    margin-top: 190px; }
  .margin-md-195t {
    margin-top: 195px; }
  .margin-md-200t {
    margin-top: 200px; }
  .margin-md-205t {
    margin-top: 205px; }
  .margin-md-210t {
    margin-top: 210px; }
  .margin-md-215t {
    margin-top: 215px; }
  .margin-md-220t {
    margin-top: 220px; }
  .margin-md-225t {
    margin-top: 225px; }
  .margin-md-230t {
    margin-top: 230px; }
  .margin-md-235t {
    margin-top: 235px; }
  .margin-md-240t {
    margin-top: 240px; }
  .margin-md-245t {
    margin-top: 245px; }
  .margin-md-250t {
    margin-top: 250px; }
  .margin-md-0b {
    margin-bottom: 0px; }
  .margin-md-5b {
    margin-bottom: 5px; }
  .margin-md-10b {
    margin-bottom: 10px; }
  .margin-md-15b {
    margin-bottom: 15px; }
  .margin-md-20b {
    margin-bottom: 20px; }
  .margin-md-25b {
    margin-bottom: 25px; }
  .margin-md-30b {
    margin-bottom: 30px; }
  .margin-md-35b {
    margin-bottom: 35px; }
  .margin-md-40b {
    margin-bottom: 40px; }
  .margin-md-45b {
    margin-bottom: 45px; }
  .margin-md-50b {
    margin-bottom: 50px; }
  .margin-md-55b {
    margin-bottom: 55px; }
  .margin-md-60b {
    margin-bottom: 60px; }
  .margin-md-65b {
    margin-bottom: 65px; }
  .margin-md-70b {
    margin-bottom: 70px; }
  .margin-md-75b {
    margin-bottom: 75px; }
  .margin-md-80b {
    margin-bottom: 80px; }
  .margin-md-85b {
    margin-bottom: 85px; }
  .margin-md-90b {
    margin-bottom: 90px; }
  .margin-md-95b {
    margin-bottom: 95px; }
  .margin-md-100b {
    margin-bottom: 100px; }
  .margin-md-105b {
    margin-bottom: 105px; }
  .margin-md-110b {
    margin-bottom: 110px; }
  .margin-md-115b {
    margin-bottom: 115px; }
  .margin-md-120b {
    margin-bottom: 120px; }
  .margin-md-125b {
    margin-bottom: 125px; }
  .margin-md-130b {
    margin-bottom: 130px; }
  .margin-md-135b {
    margin-bottom: 135px; }
  .margin-md-140b {
    margin-bottom: 140px; }
  .margin-md-145b {
    margin-bottom: 145px; }
  .margin-md-150b {
    margin-bottom: 150px; }
  .margin-md-155b {
    margin-bottom: 155px; }
  .margin-md-160b {
    margin-bottom: 160px; }
  .margin-md-165b {
    margin-bottom: 165px; }
  .margin-md-170b {
    margin-bottom: 170px; }
  .margin-md-175b {
    margin-bottom: 175px; }
  .margin-md-180b {
    margin-bottom: 180px; }
  .margin-md-185b {
    margin-bottom: 185px; }
  .margin-md-190b {
    margin-bottom: 190px; }
  .margin-md-195b {
    margin-bottom: 195px; }
  .margin-md-200b {
    margin-bottom: 200px; }
  .margin-md-205b {
    margin-bottom: 205px; }
  .margin-md-210b {
    margin-bottom: 210px; }
  .margin-md-215b {
    margin-bottom: 215px; }
  .margin-md-220b {
    margin-bottom: 220px; }
  .margin-md-225b {
    margin-bottom: 225px; }
  .margin-md-230b {
    margin-bottom: 230px; }
  .margin-md-235b {
    margin-bottom: 235px; }
  .margin-md-240b {
    margin-bottom: 240px; }
  .margin-md-245b {
    margin-bottom: 245px; }
  .margin-md-250b {
    margin-bottom: 250px; }
  .padding-md-0t {
    padding-top: 0px; }
  .padding-md-5t {
    padding-top: 5px; }
  .padding-md-10t {
    padding-top: 10px; }
  .padding-md-15t {
    padding-top: 15px; }
  .padding-md-20t {
    padding-top: 20px; }
  .padding-md-25t {
    padding-top: 25px; }
  .padding-md-30t {
    padding-top: 30px; }
  .padding-md-35t {
    padding-top: 35px; }
  .padding-md-40t {
    padding-top: 40px; }
  .padding-md-45t {
    padding-top: 45px; }
  .padding-md-50t {
    padding-top: 50px; }
  .padding-md-55t {
    padding-top: 55px; }
  .padding-md-60t {
    padding-top: 60px; }
  .padding-md-65t {
    padding-top: 65px; }
  .padding-md-70t {
    padding-top: 70px; }
  .padding-md-75t {
    padding-top: 75px; }
  .padding-md-80t {
    padding-top: 80px; }
  .padding-md-85t {
    padding-top: 85px; }
  .padding-md-90t {
    padding-top: 90px; }
  .padding-md-95t {
    padding-top: 95px; }
  .padding-md-100t {
    padding-top: 100px; }
  .padding-md-105t {
    padding-top: 105px; }
  .padding-md-110t {
    padding-top: 110px; }
  .padding-md-115t {
    padding-top: 115px; }
  .padding-md-120t {
    padding-top: 120px; }
  .padding-md-125t {
    padding-top: 125px; }
  .padding-md-130t {
    padding-top: 130px; }
  .padding-md-135t {
    padding-top: 135px; }
  .padding-md-140t {
    padding-top: 140px; }
  .padding-md-145t {
    padding-top: 145px; }
  .padding-md-150t {
    padding-top: 150px; }
  .padding-md-155t {
    padding-top: 155px; }
  .padding-md-160t {
    padding-top: 160px; }
  .padding-md-165t {
    padding-top: 165px; }
  .padding-md-170t {
    padding-top: 170px; }
  .padding-md-175t {
    padding-top: 175px; }
  .padding-md-180t {
    padding-top: 180px; }
  .padding-md-185t {
    padding-top: 185px; }
  .padding-md-190t {
    padding-top: 190px; }
  .padding-md-195t {
    padding-top: 195px; }
  .padding-md-200t {
    padding-top: 200px; }
  .padding-md-205t {
    padding-top: 205px; }
  .padding-md-210t {
    padding-top: 210px; }
  .padding-md-215t {
    padding-top: 215px; }
  .padding-md-220t {
    padding-top: 220px; }
  .padding-md-225t {
    padding-top: 225px; }
  .padding-md-230t {
    padding-top: 230px; }
  .padding-md-235t {
    padding-top: 235px; }
  .padding-md-240t {
    padding-top: 240px; }
  .padding-md-245t {
    padding-top: 245px; }
  .padding-md-250t {
    padding-top: 250px; }
  .padding-md-0b {
    padding-bottom: 0px; }
  .padding-md-5b {
    padding-bottom: 5px; }
  .padding-md-10b {
    padding-bottom: 10px; }
  .padding-md-15b {
    padding-bottom: 15px; }
  .padding-md-20b {
    padding-bottom: 20px; }
  .padding-md-25b {
    padding-bottom: 25px; }
  .padding-md-30b {
    padding-bottom: 30px; }
  .padding-md-35b {
    padding-bottom: 35px; }
  .padding-md-40b {
    padding-bottom: 40px; }
  .padding-md-45b {
    padding-bottom: 45px; }
  .padding-md-50b {
    padding-bottom: 50px; }
  .padding-md-55b {
    padding-bottom: 55px; }
  .padding-md-60b {
    padding-bottom: 60px; }
  .padding-md-65b {
    padding-bottom: 65px; }
  .padding-md-70b {
    padding-bottom: 70px; }
  .padding-md-75b {
    padding-bottom: 75px; }
  .padding-md-80b {
    padding-bottom: 80px; }
  .padding-md-85b {
    padding-bottom: 85px; }
  .padding-md-90b {
    padding-bottom: 90px; }
  .padding-md-95b {
    padding-bottom: 95px; }
  .padding-md-100b {
    padding-bottom: 100px; }
  .padding-md-105b {
    padding-bottom: 105px; }
  .padding-md-110b {
    padding-bottom: 110px; }
  .padding-md-115b {
    padding-bottom: 115px; }
  .padding-md-120b {
    padding-bottom: 120px; }
  .padding-md-125b {
    padding-bottom: 125px; }
  .padding-md-130b {
    padding-bottom: 130px; }
  .padding-md-135b {
    padding-bottom: 135px; }
  .padding-md-140b {
    padding-bottom: 140px; }
  .padding-md-145b {
    padding-bottom: 145px; }
  .padding-md-150b {
    padding-bottom: 150px; }
  .padding-md-155b {
    padding-bottom: 155px; }
  .padding-md-160b {
    padding-bottom: 160px; }
  .padding-md-165b {
    padding-bottom: 165px; }
  .padding-md-170b {
    padding-bottom: 170px; }
  .padding-md-175b {
    padding-bottom: 175px; }
  .padding-md-180b {
    padding-bottom: 180px; }
  .padding-md-185b {
    padding-bottom: 185px; }
  .padding-md-190b {
    padding-bottom: 190px; }
  .padding-md-195b {
    padding-bottom: 195px; }
  .padding-md-200b {
    padding-bottom: 200px; }
  .padding-md-205b {
    padding-bottom: 205px; }
  .padding-md-210b {
    padding-bottom: 210px; }
  .padding-md-215b {
    padding-bottom: 215px; }
  .padding-md-220b {
    padding-bottom: 220px; }
  .padding-md-225b {
    padding-bottom: 225px; }
  .padding-md-230b {
    padding-bottom: 230px; }
  .padding-md-235b {
    padding-bottom: 235px; }
  .padding-md-240b {
    padding-bottom: 240px; }
  .padding-md-245b {
    padding-bottom: 245px; }
  .padding-md-250b {
    padding-bottom: 250px; } }

/* LARGE DEVICES */
@media screen and (min-width: 992px) {
  .margin-lg-0t {
    margin-top: 0px; }
  .margin-lg-5t {
    margin-top: 5px; }
  .margin-lg-10t {
    margin-top: 10px; }
  .margin-lg-15t {
    margin-top: 15px; }
  .margin-lg-20t {
    margin-top: 20px; }
  .margin-lg-25t {
    margin-top: 25px; }
  .margin-lg-30t {
    margin-top: 30px; }
  .margin-lg-35t {
    margin-top: 35px; }
  .margin-lg-40t {
    margin-top: 40px; }
  .margin-lg-45t {
    margin-top: 45px; }
  .margin-lg-50t {
    margin-top: 50px; }
  .margin-lg-55t {
    margin-top: 55px; }
  .margin-lg-60t {
    margin-top: 60px; }
  .margin-lg-65t {
    margin-top: 65px; }
  .margin-lg-70t {
    margin-top: 70px; }
  .margin-lg-75t {
    margin-top: 75px; }
  .margin-lg-80t {
    margin-top: 80px; }
  .margin-lg-85t {
    margin-top: 85px; }
  .margin-lg-90t {
    margin-top: 90px; }
  .margin-lg-95t {
    margin-top: 95px; }
  .margin-lg-100t {
    margin-top: 100px; }
  .margin-lg-105t {
    margin-top: 105px; }
  .margin-lg-110t {
    margin-top: 110px; }
  .margin-lg-115t {
    margin-top: 115px; }
  .margin-lg-120t {
    margin-top: 120px; }
  .margin-lg-125t {
    margin-top: 125px; }
  .margin-lg-130t {
    margin-top: 130px; }
  .margin-lg-135t {
    margin-top: 135px; }
  .margin-lg-140t {
    margin-top: 140px; }
  .margin-lg-145t {
    margin-top: 145px; }
  .margin-lg-150t {
    margin-top: 150px; }
  .margin-lg-155t {
    margin-top: 155px; }
  .margin-lg-160t {
    margin-top: 160px; }
  .margin-lg-165t {
    margin-top: 165px; }
  .margin-lg-170t {
    margin-top: 170px; }
  .margin-lg-175t {
    margin-top: 175px; }
  .margin-lg-180t {
    margin-top: 180px; }
  .margin-lg-185t {
    margin-top: 185px; }
  .margin-lg-190t {
    margin-top: 190px; }
  .margin-lg-195t {
    margin-top: 195px; }
  .margin-lg-200t {
    margin-top: 200px; }
  .margin-lg-205t {
    margin-top: 205px; }
  .margin-lg-210t {
    margin-top: 210px; }
  .margin-lg-215t {
    margin-top: 215px; }
  .margin-lg-220t {
    margin-top: 220px; }
  .margin-lg-225t {
    margin-top: 225px; }
  .margin-lg-230t {
    margin-top: 230px; }
  .margin-lg-235t {
    margin-top: 235px; }
  .margin-lg-240t {
    margin-top: 240px; }
  .margin-lg-245t {
    margin-top: 245px; }
  .margin-lg-250t {
    margin-top: 250px; }
  .margin-lg-0b {
    margin-bottom: 0px; }
  .margin-lg-5b {
    margin-bottom: 5px; }
  .margin-lg-10b {
    margin-bottom: 10px; }
  .margin-lg-15b {
    margin-bottom: 15px; }
  .margin-lg-20b {
    margin-bottom: 20px; }
  .margin-lg-25b {
    margin-bottom: 25px; }
  .margin-lg-30b {
    margin-bottom: 30px; }
  .margin-lg-35b {
    margin-bottom: 35px; }
  .margin-lg-40b {
    margin-bottom: 40px; }
  .margin-lg-45b {
    margin-bottom: 45px; }
  .margin-lg-50b {
    margin-bottom: 50px; }
  .margin-lg-55b {
    margin-bottom: 55px; }
  .margin-lg-60b {
    margin-bottom: 60px; }
  .margin-lg-65b {
    margin-bottom: 65px; }
  .margin-lg-70b {
    margin-bottom: 70px; }
  .margin-lg-75b {
    margin-bottom: 75px; }
  .margin-lg-80b {
    margin-bottom: 80px; }
  .margin-lg-85b {
    margin-bottom: 85px; }
  .margin-lg-90b {
    margin-bottom: 90px; }
  .margin-lg-95b {
    margin-bottom: 95px; }
  .margin-lg-100b {
    margin-bottom: 100px; }
  .margin-lg-105b {
    margin-bottom: 105px; }
  .margin-lg-110b {
    margin-bottom: 110px; }
  .margin-lg-115b {
    margin-bottom: 115px; }
  .margin-lg-120b {
    margin-bottom: 120px; }
  .margin-lg-125b {
    margin-bottom: 125px; }
  .margin-lg-130b {
    margin-bottom: 130px; }
  .margin-lg-135b {
    margin-bottom: 135px; }
  .margin-lg-140b {
    margin-bottom: 140px; }
  .margin-lg-145b {
    margin-bottom: 145px; }
  .margin-lg-150b {
    margin-bottom: 150px; }
  .margin-lg-155b {
    margin-bottom: 155px; }
  .margin-lg-160b {
    margin-bottom: 160px; }
  .margin-lg-165b {
    margin-bottom: 165px; }
  .margin-lg-170b {
    margin-bottom: 170px; }
  .margin-lg-175b {
    margin-bottom: 175px; }
  .margin-lg-180b {
    margin-bottom: 180px; }
  .margin-lg-185b {
    margin-bottom: 185px; }
  .margin-lg-190b {
    margin-bottom: 190px; }
  .margin-lg-195b {
    margin-bottom: 195px; }
  .margin-lg-200b {
    margin-bottom: 200px; }
  .margin-lg-205b {
    margin-bottom: 205px; }
  .margin-lg-210b {
    margin-bottom: 210px; }
  .margin-lg-215b {
    margin-bottom: 215px; }
  .margin-lg-220b {
    margin-bottom: 220px; }
  .margin-lg-225b {
    margin-bottom: 225px; }
  .margin-lg-230b {
    margin-bottom: 230px; }
  .margin-lg-235b {
    margin-bottom: 235px; }
  .margin-lg-240b {
    margin-bottom: 240px; }
  .margin-lg-245b {
    margin-bottom: 245px; }
  .margin-lg-250b {
    margin-bottom: 250px; }
  .padding-lg-0t {
    padding-top: 0px; }
  .padding-lg-5t {
    padding-top: 5px; }
  .padding-lg-10t {
    padding-top: 10px; }
  .padding-lg-15t {
    padding-top: 15px; }
  .padding-lg-20t {
    padding-top: 20px; }
  .padding-lg-25t {
    padding-top: 25px; }
  .padding-lg-30t {
    padding-top: 30px; }
  .padding-lg-35t {
    padding-top: 35px; }
  .padding-lg-40t {
    padding-top: 40px; }
  .padding-lg-45t {
    padding-top: 45px; }
  .padding-lg-50t {
    padding-top: 50px; }
  .padding-lg-55t {
    padding-top: 55px; }
  .padding-lg-60t {
    padding-top: 60px; }
  .padding-lg-65t {
    padding-top: 65px; }
  .padding-lg-70t {
    padding-top: 70px; }
  .padding-lg-75t {
    padding-top: 75px; }
  .padding-lg-80t {
    padding-top: 80px; }
  .padding-lg-85t {
    padding-top: 85px; }
  .padding-lg-90t {
    padding-top: 90px; }
  .padding-lg-95t {
    padding-top: 95px; }
  .padding-lg-100t {
    padding-top: 100px; }
  .padding-lg-105t {
    padding-top: 105px; }
  .padding-lg-110t {
    padding-top: 110px; }
  .padding-lg-115t {
    padding-top: 115px; }
  .padding-lg-120t {
    padding-top: 120px; }
  .padding-lg-125t {
    padding-top: 125px; }
  .padding-lg-130t {
    padding-top: 130px; }
  .padding-lg-135t {
    padding-top: 135px; }
  .padding-lg-140t {
    padding-top: 140px; }
  .padding-lg-145t {
    padding-top: 145px; }
  .padding-lg-150t {
    padding-top: 150px; }
  .padding-lg-155t {
    padding-top: 155px; }
  .padding-lg-160t {
    padding-top: 160px; }
  .padding-lg-165t {
    padding-top: 165px; }
  .padding-lg-170t {
    padding-top: 170px; }
  .padding-lg-175t {
    padding-top: 175px; }
  .padding-lg-180t {
    padding-top: 180px; }
  .padding-lg-185t {
    padding-top: 185px; }
  .padding-lg-190t {
    padding-top: 190px; }
  .padding-lg-195t {
    padding-top: 195px; }
  .padding-lg-200t {
    padding-top: 200px; }
  .padding-lg-205t {
    padding-top: 205px; }
  .padding-lg-210t {
    padding-top: 210px; }
  .padding-lg-215t {
    padding-top: 215px; }
  .padding-lg-220t {
    padding-top: 220px; }
  .padding-lg-225t {
    padding-top: 225px; }
  .padding-lg-230t {
    padding-top: 230px; }
  .padding-lg-235t {
    padding-top: 235px; }
  .padding-lg-240t {
    padding-top: 240px; }
  .padding-lg-245t {
    padding-top: 245px; }
  .padding-lg-250t {
    padding-top: 250px; }
  .padding-lg-0b {
    padding-bottom: 0px; }
  .padding-lg-5b {
    padding-bottom: 5px; }
  .padding-lg-10b {
    padding-bottom: 10px; }
  .padding-lg-15b {
    padding-bottom: 15px; }
  .padding-lg-20b {
    padding-bottom: 20px; }
  .padding-lg-25b {
    padding-bottom: 25px; }
  .padding-lg-30b {
    padding-bottom: 30px; }
  .padding-lg-35b {
    padding-bottom: 35px; }
  .padding-lg-40b {
    padding-bottom: 40px; }
  .padding-lg-45b {
    padding-bottom: 45px; }
  .padding-lg-50b {
    padding-bottom: 50px; }
  .padding-lg-55b {
    padding-bottom: 55px; }
  .padding-lg-60b {
    padding-bottom: 60px; }
  .padding-lg-65b {
    padding-bottom: 65px; }
  .padding-lg-70b {
    padding-bottom: 70px; }
  .padding-lg-75b {
    padding-bottom: 75px; }
  .padding-lg-80b {
    padding-bottom: 80px; }
  .padding-lg-85b {
    padding-bottom: 85px; }
  .padding-lg-90b {
    padding-bottom: 90px; }
  .padding-lg-95b {
    padding-bottom: 95px; }
  .padding-lg-100b {
    padding-bottom: 100px; }
  .padding-lg-105b {
    padding-bottom: 105px; }
  .padding-lg-110b {
    padding-bottom: 110px; }
  .padding-lg-115b {
    padding-bottom: 115px; }
  .padding-lg-120b {
    padding-bottom: 120px; }
  .padding-lg-125b {
    padding-bottom: 125px; }
  .padding-lg-130b {
    padding-bottom: 130px; }
  .padding-lg-135b {
    padding-bottom: 135px; }
  .padding-lg-140b {
    padding-bottom: 140px; }
  .padding-lg-145b {
    padding-bottom: 145px; }
  .padding-lg-150b {
    padding-bottom: 150px; }
  .padding-lg-155b {
    padding-bottom: 155px; }
  .padding-lg-160b {
    padding-bottom: 160px; }
  .padding-lg-165b {
    padding-bottom: 165px; }
  .padding-lg-170b {
    padding-bottom: 170px; }
  .padding-lg-175b {
    padding-bottom: 175px; }
  .padding-lg-180b {
    padding-bottom: 180px; }
  .padding-lg-185b {
    padding-bottom: 185px; }
  .padding-lg-190b {
    padding-bottom: 190px; }
  .padding-lg-195b {
    padding-bottom: 195px; }
  .padding-lg-200b {
    padding-bottom: 200px; }
  .padding-lg-205b {
    padding-bottom: 205px; }
  .padding-lg-210b {
    padding-bottom: 210px; }
  .padding-lg-215b {
    padding-bottom: 215px; }
  .padding-lg-220b {
    padding-bottom: 220px; }
  .padding-lg-225b {
    padding-bottom: 225px; }
  .padding-lg-230b {
    padding-bottom: 230px; }
  .padding-lg-235b {
    padding-bottom: 235px; }
  .padding-lg-240b {
    padding-bottom: 240px; }
  .padding-lg-245b {
    padding-bottom: 245px; }
  .padding-lg-250b {
    padding-bottom: 250px; } }

/* EXTRA LARGE DEVICES */
@media screen and (min-width: 1200px) {
  .margin-xl-0t {
    margin-top: 0px; }
  .margin-xl-5t {
    margin-top: 5px; }
  .margin-xl-10t {
    margin-top: 10px; }
  .margin-xl-15t {
    margin-top: 15px; }
  .margin-xl-20t {
    margin-top: 20px; }
  .margin-xl-25t {
    margin-top: 25px; }
  .margin-xl-30t {
    margin-top: 30px; }
  .margin-xl-35t {
    margin-top: 35px; }
  .margin-xl-40t {
    margin-top: 40px; }
  .margin-xl-45t {
    margin-top: 45px; }
  .margin-xl-50t {
    margin-top: 50px; }
  .margin-xl-55t {
    margin-top: 55px; }
  .margin-xl-60t {
    margin-top: 60px; }
  .margin-xl-65t {
    margin-top: 65px; }
  .margin-xl-70t {
    margin-top: 70px; }
  .margin-xl-75t {
    margin-top: 75px; }
  .margin-xl-80t {
    margin-top: 80px; }
  .margin-xl-85t {
    margin-top: 85px; }
  .margin-xl-90t {
    margin-top: 90px; }
  .margin-xl-95t {
    margin-top: 95px; }
  .margin-xl-100t {
    margin-top: 100px; }
  .margin-xl-105t {
    margin-top: 105px; }
  .margin-xl-110t {
    margin-top: 110px; }
  .margin-xl-115t {
    margin-top: 115px; }
  .margin-xl-120t {
    margin-top: 120px; }
  .margin-xl-125t {
    margin-top: 125px; }
  .margin-xl-130t {
    margin-top: 130px; }
  .margin-xl-135t {
    margin-top: 135px; }
  .margin-xl-140t {
    margin-top: 140px; }
  .margin-xl-145t {
    margin-top: 145px; }
  .margin-xl-150t {
    margin-top: 150px; }
  .margin-xl-155t {
    margin-top: 155px; }
  .margin-xl-160t {
    margin-top: 160px; }
  .margin-xl-165t {
    margin-top: 165px; }
  .margin-xl-170t {
    margin-top: 170px; }
  .margin-xl-175t {
    margin-top: 175px; }
  .margin-xl-180t {
    margin-top: 180px; }
  .margin-xl-185t {
    margin-top: 185px; }
  .margin-xl-190t {
    margin-top: 190px; }
  .margin-xl-195t {
    margin-top: 195px; }
  .margin-xl-200t {
    margin-top: 200px; }
  .margin-xl-205t {
    margin-top: 205px; }
  .margin-xl-210t {
    margin-top: 210px; }
  .margin-xl-215t {
    margin-top: 215px; }
  .margin-xl-220t {
    margin-top: 220px; }
  .margin-xl-225t {
    margin-top: 225px; }
  .margin-xl-230t {
    margin-top: 230px; }
  .margin-xl-235t {
    margin-top: 235px; }
  .margin-xl-240t {
    margin-top: 240px; }
  .margin-xl-245t {
    margin-top: 245px; }
  .margin-xl-250t {
    margin-top: 250px; }
  .margin-xl-0b {
    margin-bottom: 0px; }
  .margin-xl-5b {
    margin-bottom: 5px; }
  .margin-xl-10b {
    margin-bottom: 10px; }
  .margin-xl-15b {
    margin-bottom: 15px; }
  .margin-xl-20b {
    margin-bottom: 20px; }
  .margin-xl-25b {
    margin-bottom: 25px; }
  .margin-xl-30b {
    margin-bottom: 30px; }
  .margin-xl-35b {
    margin-bottom: 35px; }
  .margin-xl-40b {
    margin-bottom: 40px; }
  .margin-xl-45b {
    margin-bottom: 45px; }
  .margin-xl-50b {
    margin-bottom: 50px; }
  .margin-xl-55b {
    margin-bottom: 55px; }
  .margin-xl-60b {
    margin-bottom: 60px; }
  .margin-xl-65b {
    margin-bottom: 65px; }
  .margin-xl-70b {
    margin-bottom: 70px; }
  .margin-xl-75b {
    margin-bottom: 75px; }
  .margin-xl-80b {
    margin-bottom: 80px; }
  .margin-xl-85b {
    margin-bottom: 85px; }
  .margin-xl-90b {
    margin-bottom: 90px; }
  .margin-xl-95b {
    margin-bottom: 95px; }
  .margin-xl-100b {
    margin-bottom: 100px; }
  .margin-xl-105b {
    margin-bottom: 105px; }
  .margin-xl-110b {
    margin-bottom: 110px; }
  .margin-xl-115b {
    margin-bottom: 115px; }
  .margin-xl-120b {
    margin-bottom: 120px; }
  .margin-xl-125b {
    margin-bottom: 125px; }
  .margin-xl-130b {
    margin-bottom: 130px; }
  .margin-xl-135b {
    margin-bottom: 135px; }
  .margin-xl-140b {
    margin-bottom: 140px; }
  .margin-xl-145b {
    margin-bottom: 145px; }
  .margin-xl-150b {
    margin-bottom: 150px; }
  .margin-xl-155b {
    margin-bottom: 155px; }
  .margin-xl-160b {
    margin-bottom: 160px; }
  .margin-xl-165b {
    margin-bottom: 165px; }
  .margin-xl-170b {
    margin-bottom: 170px; }
  .margin-xl-175b {
    margin-bottom: 175px; }
  .margin-xl-180b {
    margin-bottom: 180px; }
  .margin-xl-185b {
    margin-bottom: 185px; }
  .margin-xl-190b {
    margin-bottom: 190px; }
  .margin-xl-195b {
    margin-bottom: 195px; }
  .margin-xl-200b {
    margin-bottom: 200px; }
  .margin-xl-205b {
    margin-bottom: 205px; }
  .margin-xl-210b {
    margin-bottom: 210px; }
  .margin-xl-215b {
    margin-bottom: 215px; }
  .margin-xl-220b {
    margin-bottom: 220px; }
  .margin-xl-225b {
    margin-bottom: 225px; }
  .margin-xl-230b {
    margin-bottom: 230px; }
  .margin-xl-235b {
    margin-bottom: 235px; }
  .margin-xl-240b {
    margin-bottom: 240px; }
  .margin-xl-245b {
    margin-bottom: 245px; }
  .margin-xl-250b {
    margin-bottom: 250px; }
  .padding-xl-0t {
    padding-top: 0px; }
  .padding-xl-5t {
    padding-top: 5px; }
  .padding-xl-10t {
    padding-top: 10px; }
  .padding-xl-15t {
    padding-top: 15px; }
  .padding-xl-20t {
    padding-top: 20px; }
  .padding-xl-25t {
    padding-top: 25px; }
  .padding-xl-30t {
    padding-top: 30px; }
  .padding-xl-35t {
    padding-top: 35px; }
  .padding-xl-40t {
    padding-top: 40px; }
  .padding-xl-45t {
    padding-top: 45px; }
  .padding-xl-50t {
    padding-top: 50px; }
  .padding-xl-55t {
    padding-top: 55px; }
  .padding-xl-60t {
    padding-top: 60px; }
  .padding-xl-65t {
    padding-top: 65px; }
  .padding-xl-70t {
    padding-top: 70px; }
  .padding-xl-75t {
    padding-top: 75px; }
  .padding-xl-80t {
    padding-top: 80px; }
  .padding-xl-85t {
    padding-top: 85px; }
  .padding-xl-90t {
    padding-top: 90px; }
  .padding-xl-95t {
    padding-top: 95px; }
  .padding-xl-100t {
    padding-top: 100px; }
  .padding-xl-105t {
    padding-top: 105px; }
  .padding-xl-110t {
    padding-top: 110px; }
  .padding-xl-115t {
    padding-top: 115px; }
  .padding-xl-120t {
    padding-top: 120px; }
  .padding-xl-125t {
    padding-top: 125px; }
  .padding-xl-130t {
    padding-top: 130px; }
  .padding-xl-135t {
    padding-top: 135px; }
  .padding-xl-140t {
    padding-top: 140px; }
  .padding-xl-145t {
    padding-top: 145px; }
  .padding-xl-150t {
    padding-top: 150px; }
  .padding-xl-155t {
    padding-top: 155px; }
  .padding-xl-160t {
    padding-top: 160px; }
  .padding-xl-165t {
    padding-top: 165px; }
  .padding-xl-170t {
    padding-top: 170px; }
  .padding-xl-175t {
    padding-top: 175px; }
  .padding-xl-180t {
    padding-top: 180px; }
  .padding-xl-185t {
    padding-top: 185px; }
  .padding-xl-190t {
    padding-top: 190px; }
  .padding-xl-195t {
    padding-top: 195px; }
  .padding-xl-200t {
    padding-top: 200px; }
  .padding-xl-205t {
    padding-top: 205px; }
  .padding-xl-210t {
    padding-top: 210px; }
  .padding-xl-215t {
    padding-top: 215px; }
  .padding-xl-220t {
    padding-top: 220px; }
  .padding-xl-225t {
    padding-top: 225px; }
  .padding-xl-230t {
    padding-top: 230px; }
  .padding-xl-235t {
    padding-top: 235px; }
  .padding-xl-240t {
    padding-top: 240px; }
  .padding-xl-245t {
    padding-top: 245px; }
  .padding-xl-250t {
    padding-top: 250px; }
  .padding-xl-0b {
    padding-bottom: 0px; }
  .padding-xl-5b {
    padding-bottom: 5px; }
  .padding-xl-10b {
    padding-bottom: 10px; }
  .padding-xl-15b {
    padding-bottom: 15px; }
  .padding-xl-20b {
    padding-bottom: 20px; }
  .padding-xl-25b {
    padding-bottom: 25px; }
  .padding-xl-30b {
    padding-bottom: 30px; }
  .padding-xl-35b {
    padding-bottom: 35px; }
  .padding-xl-40b {
    padding-bottom: 40px; }
  .padding-xl-45b {
    padding-bottom: 45px; }
  .padding-xl-50b {
    padding-bottom: 50px; }
  .padding-xl-55b {
    padding-bottom: 55px; }
  .padding-xl-60b {
    padding-bottom: 60px; }
  .padding-xl-65b {
    padding-bottom: 65px; }
  .padding-xl-70b {
    padding-bottom: 70px; }
  .padding-xl-75b {
    padding-bottom: 75px; }
  .padding-xl-80b {
    padding-bottom: 80px; }
  .padding-xl-85b {
    padding-bottom: 85px; }
  .padding-xl-90b {
    padding-bottom: 90px; }
  .padding-xl-95b {
    padding-bottom: 95px; }
  .padding-xl-100b {
    padding-bottom: 100px; }
  .padding-xl-105b {
    padding-bottom: 105px; }
  .padding-xl-110b {
    padding-bottom: 110px; }
  .padding-xl-115b {
    padding-bottom: 115px; }
  .padding-xl-120b {
    padding-bottom: 120px; }
  .padding-xl-125b {
    padding-bottom: 125px; }
  .padding-xl-130b {
    padding-bottom: 130px; }
  .padding-xl-135b {
    padding-bottom: 135px; }
  .padding-xl-140b {
    padding-bottom: 140px; }
  .padding-xl-145b {
    padding-bottom: 145px; }
  .padding-xl-150b {
    padding-bottom: 150px; }
  .padding-xl-155b {
    padding-bottom: 155px; }
  .padding-xl-160b {
    padding-bottom: 160px; }
  .padding-xl-165b {
    padding-bottom: 165px; }
  .padding-xl-170b {
    padding-bottom: 170px; }
  .padding-xl-175b {
    padding-bottom: 175px; }
  .padding-xl-180b {
    padding-bottom: 180px; }
  .padding-xl-185b {
    padding-bottom: 185px; }
  .padding-xl-190b {
    padding-bottom: 190px; }
  .padding-xl-195b {
    padding-bottom: 195px; }
  .padding-xl-200b {
    padding-bottom: 200px; }
  .padding-xl-205b {
    padding-bottom: 205px; }
  .padding-xl-210b {
    padding-bottom: 210px; }
  .padding-xl-215b {
    padding-bottom: 215px; }
  .padding-xl-220b {
    padding-bottom: 220px; }
  .padding-xl-225b {
    padding-bottom: 225px; }
  .padding-xl-230b {
    padding-bottom: 230px; }
  .padding-xl-235b {
    padding-bottom: 235px; }
  .padding-xl-240b {
    padding-bottom: 240px; }
  .padding-xl-245b {
    padding-bottom: 245px; }
  .padding-xl-250b {
    padding-bottom: 250px; } }

/* ------------------------------------------- */
/* GLOBAL STYLES */
/* ------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html,
body {
  overflow-x: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #42515b;
  min-width: 320px;
  font-family: "GothamPro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul, ol, blockquote, table, embed, iframe, object, video {
  margin-top: 20px;
  margin-bottom: 20px; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child, p:first-child, ul:first-child, ol:first-child, blockquote:first-child, table:first-child, embed:first-child, iframe:first-child, object:first-child, video:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child, embed:last-child, iframe:last-child, object:last-child, video:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "GothamBook", sans-serif;
  color: #021a35; }

h1, .h1 {
  font-size: 67px;
  letter-spacing: -0.6px;
  line-height: 78px;
  color: #fff;
  font-weight: 500; }
  @media screen and (max-width: 991px) {
    h1, .h1 {
      font-size: 35px;
      line-height: 1.2; } }

h2, .h2 {
  font-size: 42px;
  line-height: 1.33;
  letter-spacing: normal;
  font-weight: 500; }
  @media screen and (max-width: 991px) {
    h2, .h2 {
      font-size: 35px; } }

h3, .h3 {
  font-size: 32px;
  font-weight: 400; }

h4, .h4 {
  font-size: 23px;
  font-weight: 400; }

h6, .h6 {
  font-size: 14px; }

p {
  font-size: 20px;
  font-weight: 300; }
  @media screen and (max-width: 991px) {
    p {
      font-size: 16px; } }

p:empty {
  display: none; }
  p:empty + * {
    margin-top: 0;
    margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

/* cleanup of SEO sections */
/*
.row li {
	font-size: 20px;
	@include medium-size-max {
		font-size: 16px;
	}
}
.row li a {
	color: $c-gray;
	text-decoration: underline;
}
*/
a {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }

p a {
  text-decoration: underline;
  color: inherit; }

embed,
iframe,
object,
video {
  width: 100%;
  max-width: 100%;
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent; }

.af-hidden {
  display: none !important; }

/* ------------------------------------------- */
/* GLOBAL CLASSES */
/* ------------------------------------------- */
section {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

@media screen and (max-width: 991px) {
  .medium-allow-x-overflow {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 100%;
    overflow-y: scroll;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; } }

.p-relative {
  position: relative; }

@media screen and (max-width: 991px) {
  .mobile-hidden {
    display: none !important; } }

@media (max-width: 1024px) {
  .mobile-lg-hidden {
    display: none !important; } }

@media (min-width: 1025px) {
  .desktop-lg-hidden {
    display: none !important; } }

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

@media screen and (min-width: 768px) {
  .desktop-hidden-md {
    display: none; } }

@media screen and (min-width: 992px) {
  .desktop-hidden {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .m-h-100 {
    height: 100%; } }

.m-w-100 {
  max-width: 100%; }

.text-uppercase {
  text-transform: uppercase; }

.text-bold {
  font-weight: 700; }

.text-grey {
  color: #7491a9 !important; }

/* BACKGROUND IMAGE */
.img-bg-parent {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.img-bg-sibling {
  position: relative; }
  .img-bg-sibling__neighbor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }

/* TEXT ALIGN */
.t-center {
  text-align: center; }

@media screen and (min-width: 768px) {
  .t-md-left {
    text-align: left; } }

@media screen and (min-width: 576px) {
  .btn-center {
    margin-left: 20px;
    margin-right: 20px; } }

/* FORM TEXT */
.form-hint {
  font-size: 15px;
  padding-left: 20px;
  font-weight: bold; }

/* RESET */
.list-reset, .af-tabs__tablist {
  margin: 0;
  padding: 0;
  list-style: none; }

.reset-marg-tb {
  margin-top: 0;
  margin-bottom: 0; }

/* BACKGROUNDS */
.bg-blue-catalina-trans {
  background-color: rgba(4, 53, 110, 0.5); }

/* PADDING BLOCKS */
.af-padd-block {
  position: relative; }
  .af-padd-block--xxl {
    padding-bottom: 92.72%; }

/* RATING LIST */
.af-inline-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .af-inline-list li {
    display: inline-block; }

.af-rating {
  font-size: 0; }
  .af-rating li {
    margin: 0 5px; }
    .af-rating li .af-star {
      fill: #f2f9fd; }
  .af-rating .active .af-star {
    fill: #4ebd88; }
  .af-rating li:first-child {
    margin-left: 0; }
  .af-rating li:last-child {
    margin-right: 0; }

/* SOCIAL LIST */
.af-social li {
  margin: 0 10px 10px 0; }
  .af-social li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #4ebd88; }
  .af-social li img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* TITLES AND TEXT */
.af-white {
  color: #fff !important; }

.af-title--light {
  font-weight: 300; }

.af-title--regular {
  font-weight: 400; }

/* REVERCE EVEN BLOCK */
.af-reverse .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* 12 columns on media <= 350px */
@media (max-width: 400px) {
  .col-xxs {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

/* Additional Bootstrap class for 5 col */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.af-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* iframe */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* REMOVE <BR> */
@media screen and (max-width: 767px) {
  .af-br-remove--sm br {
    display: none; } }

@media screen and (max-width: 991px) {
  .af-br-remove--md br {
    display: none; } }

@media screen and (max-width: 1199px) {
  .af-br-remove--lg br {
    display: none; } }

@media screen and (max-width: 1499px) {
  .af-br-remove--el br {
    display: none; } }

.bg-index {
  z-index: -1; }

.margin-sm-5r {
  display: inline-block;
  margin-right: 5px; }

.margin-sm-5l {
  display: inline-block;
  margin-left: 5px; }

@media screen and (max-width: 991px) {
  .no-padd-mobile {
    padding: 0; } }

.af-popup-thankyou,
.lsu-thank-you {
  display: none; }

.safari-download {
  display: none; }

.rvform-thankyou p {
  font-size: 22px;
  font-weight: 600; }

div#ui-datepicker-div {
  z-index: 10 !important; }

.abby-pri-link {
  text-decoration: underline;
  color: #003e77;
  padding-left: 8px;
  font-weight: 500;
  line-height: 40px;
  white-space: nowrap; }
  @media screen and (max-width: 575px) {
    .abby-pri-link {
      display: block;
      text-align: center; } }

.sound-button {
  background-image: url("../img/sound.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  float: right;
  height: 30px;
  width: 30px; }
  .sound-button.mute {
    background-image: url("../img/mute.png"); }

button.ajc_recordContent__option.ajc_recordContent__chipButton {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

button.ajc_recordContent__option.ajc_recordContent__option--active {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.ajc_notification.ajc_notification__animated {
  z-index: 99999991; }

.page #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton .ajc_conciergeCallButton__logo, .page #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile .ajc_conciergeCallButton__logo, .blog #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton .ajc_conciergeCallButton__logo, .blog #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile .ajc_conciergeCallButton__logo, .single #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton .ajc_conciergeCallButton__logo, .single #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile .ajc_conciergeCallButton__logo, .error404 #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton .ajc_conciergeCallButton__logo, .error404 #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile .ajc_conciergeCallButton__logo {
  background-color: #4ebd88; }

.page #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton #char-call-button, .page #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile #char-call-button, .blog #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton #char-call-button, .blog #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile #char-call-button, .single #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton #char-call-button, .single #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile #char-call-button, .error404 #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton #char-call-button, .error404 #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton__mobile #char-call-button {
  fill: #4ebd88; }

.page #ais-concierge circle#conciege-call-button-custom, .blog #ais-concierge circle#conciege-call-button-custom, .single #ais-concierge circle#conciege-call-button-custom, .error404 #ais-concierge circle#conciege-call-button-custom {
  fill: #4ebd88 !important; }

.page #ais-concierge .ajc_conciergeTeaser__text, .blog #ais-concierge .ajc_conciergeTeaser__text, .single #ais-concierge .ajc_conciergeTeaser__text, .error404 #ais-concierge .ajc_conciergeTeaser__text {
  max-height: none; }

@media (min-width: 820px) {
  .page #ais-concierge .ajc_conciergeContainer, .blog #ais-concierge .ajc_conciergeContainer, .single #ais-concierge .ajc_conciergeContainer, .error404 #ais-concierge .ajc_conciergeContainer {
    height: 180px;
    max-width: 200px;
    -webkit-background-size: 180px 180px;
    -moz-background-size: 180px;
    background-size: 180px;
    background-image: url("../img/Capacity_Abby.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    .page #ais-concierge .ajc_conciergeContainer.ajc_chatOpen, .blog #ais-concierge .ajc_conciergeContainer.ajc_chatOpen, .single #ais-concierge .ajc_conciergeContainer.ajc_chatOpen, .error404 #ais-concierge .ajc_conciergeContainer.ajc_chatOpen {
      background-position-x: -webkit-calc(100% + 180px);
      background-position-x: -moz-calc(100% + 180px);
      background-position-x: calc(100% + 180px); }
    .page #ais-concierge .ajc_conciergeContainer.ajc_expandedContainer, .blog #ais-concierge .ajc_conciergeContainer.ajc_expandedContainer, .single #ais-concierge .ajc_conciergeContainer.ajc_expandedContainer, .error404 #ais-concierge .ajc_conciergeContainer.ajc_expandedContainer {
      max-width: none; }
  .page #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer:not(.ajc_chatOpen) .ajc_conciergeCallButton, .blog #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer:not(.ajc_chatOpen) .ajc_conciergeCallButton, .single #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer:not(.ajc_chatOpen) .ajc_conciergeCallButton, .error404 #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer:not(.ajc_chatOpen) .ajc_conciergeCallButton {
    right: 115px;
    bottom: 50px; }
  .page #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton, .blog #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton, .single #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton, .error404 #ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeContainer .ajc_conciergeCallButton {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
  .page #ais-concierge .ajc_conciergeTeaser, .blog #ais-concierge .ajc_conciergeTeaser, .single #ais-concierge .ajc_conciergeTeaser, .error404 #ais-concierge .ajc_conciergeTeaser {
    bottom: 150px; }
  .page #ais-concierge .ajc_conciergeTeaser__text, .blog #ais-concierge .ajc_conciergeTeaser__text, .single #ais-concierge .ajc_conciergeTeaser__text, .error404 #ais-concierge .ajc_conciergeTeaser__text {
    width: 253px; } }

/* ------------------------------------------- */
/* BUTTONS */
/* ------------------------------------------- */
.btn {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.af-btn {
  --width: 100%;
  --time: 0.6s;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 25px 40px;
  -webkit-border-radius: 34.5px;
  -moz-border-radius: 34.5px;
  border-radius: 34.5px;
  color: #fff;
  background-color: #4ebd88;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .af-btn {
      font-size: 12px;
      padding: 23px 30px; } }
  .af-btn__text {
    position: relative;
    margin-top: 0;
    -webkit-transition: color var(--time);
    -o-transition: color var(--time);
    -moz-transition: color var(--time);
    transition: color var(--time);
    color: inherit;
    letter-spacing: 1.1px;
    margin-bottom: 0;
    font-family: "InterMedium", sans-serif;
    font-size: 15px;
    font-weight: 500; }
  .af-btn i {
    font-style: normal; }
  .af-btn span {
    position: absolute;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 0;
    height: 0;
    background: #75cda3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width var(--time), padding-top var(--time);
    -o-transition: width var(--time), padding-top var(--time);
    -moz-transition: width var(--time), padding-top var(--time);
    transition: width var(--time), padding-top var(--time);
    z-index: 0; }
    @media (max-width: 1024px) {
      .af-btn span {
        display: none; } }
  .af-btn:hover .af-btn__text {
    color: #fff; }
  .af-btn:hover span {
    width: -webkit-calc(var(--width) * 2.25);
    width: -moz-calc(var(--width) * 2.25);
    width: calc(var(--width) * 2.25);
    padding-top: -webkit-calc(var(--width) * 2.25);
    padding-top: -moz-calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25); }
  .af-btn--dark {
    background-color: #011d3b; }
    .af-btn--dark span {
      background: #4ebd88; }
  .af-btn--light {
    background-color: transparent;
    border: 2px solid #4ebd88;
    color: #fff;
    padding: 23px 40px; }
    @media screen and (max-width: 991px) {
      .af-btn--light {
        padding: 19px 30px; } }
    .af-btn--light-blue {
      color: #021a35; }
    .af-btn--light span {
      background: #4ebd88; }
  .af-btn--nightly {
    background-color: transparent;
    border: 2px solid #4ebd88;
    color: #0c1f2d;
    padding: 23px 40px; }
    @media screen and (max-width: 991px) {
      .af-btn--nightly {
        padding: 19px 30px; } }
    .af-btn--nightly span {
      background: #4ebd88; }
  .af-btn--small {
    padding: 16px 25px;
    font-size: 12px; }
  .af-btn--length-sm {
    min-width: 255px; }
  .af-btn--length-md {
    min-width: 275px; }
  .af-btn--length-lg {
    min-width: 290px; }
  .af-btn--length-xl {
    min-width: 320px; }
  @media screen and (max-width: 575px) {
    .af-btn--fullwidth-xs {
      width: 100%;
      min-width: auto; } }
  .af-btn--fullwidth-xxl {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .af-btn--icon {
    padding-left: 60px; }
    .af-btn--icon img {
      position: absolute;
      height: 20px;
      top: 50%;
      left: 30px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .af-btn--height-sm {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .af-btn--circle-sm {
      padding: 0;
      width: 66px;
      height: 66px; }
      .af-btn--circle-sm svg, .af-btn--circle-sm img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  .af-btn.animated {
    --angle: 5deg; }

/* LINK WITS ARROW */
.af-link {
  display: inline-block;
  font-weight: 500;
  color: #06538d;
  letter-spacing: 0.93px;
  text-transform: uppercase; }
  .af-link i {
    margin-left: 10px; }
  .af-link .af-link__small_text {
    font-size: 15px; }
  .af-link__arrow {
    position: relative;
    display: inline-block;
    padding-right: 40px; }
    .af-link__arrow:after {
      content: "→";
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: right 200ms;
      -o-transition: right 200ms;
      -moz-transition: right 200ms;
      transition: right 200ms; }
    .af-link__arrow:hover:after {
      right: -10px; }

/* ------------------------------------------- */
/* COMMON PARTS */
/* ------------------------------------------- */
/* ALL PAGE WRAPPER*/
@media (-ms-high-contrast: none) {
  .af-page {
    overflow: hidden; } }

/* SUBTITLE */
.af-subtitle {
  font-family: "GothamPro", sans-serif;
  color: #7491a9;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  font-weight: 300; }

/* SKINS */
.af-skin-light {
  color: #fff; }
  .af-skin-light h1, .af-skin-light h2, .af-skin-light h3, .af-skin-light h4, .af-skin-light h5, .af-skin-light h6, .af-skin-light .h1, .af-skin-light .h2, .af-skin-light .h3, .af-skin-light .h4, .af-skin-light .h5, .af-skin-light .h6, .af-skin-light a {
    color: #fff !important; }

@media screen and (min-width: 1200px) {
  .af-side-padd {
    padding-left: 80px;
    padding-right: 80px; } }

@media screen and (min-width: 1200px) {
  .af-side-padd-right {
    padding-right: 80px; } }

@media screen and (min-width: 1200px) {
  .af-side-padd-left-xxl {
    padding-left: 80px; } }

@media screen and (min-width: 1500px) {
  .af-side-padd-left-xxl {
    padding-right: 80px; } }

/* PADDING BLOCKS */
.af-padd-block {
  position: relative; }
  .af-padd-block--md {
    padding-bottom: 68%; }
  .af-padd-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.af-absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ------------------------------------------- */
/* DOTS */
/* ------------------------------------------- */
.af-dots-wrapp {
  position: relative; }

.af-dots {
  display: block;
  position: absolute;
  z-index: 2; }
  .af-dots img {
    max-width: none; }
  .af-dots--1 {
    left: 0;
    top: 300px; }
    @media screen and (max-width: 767px) {
      .af-dots--1 {
        display: none; } }
  .af-dots--2 {
    left: 60px;
    top: 135px; }
    @media screen and (max-width: 1199px) {
      .af-dots--2 {
        top: 50px;
        left: 10%; } }
    @media screen and (max-width: 991px) {
      .af-dots--2 {
        top: 80px; } }
    @media screen and (max-width: 575px) {
      .af-dots--2 {
        top: 55px;
        left: 0; } }
  .af-dots--3 {
    bottom: 0px;
    right: 30px; }
    @media screen and (max-width: 1199px) {
      .af-dots--3 {
        right: 35%; } }
    @media screen and (max-width: 991px) {
      .af-dots--3 {
        right: 20%;
        bottom: 40px; } }
    @media (max-width: 800px) {
      .af-dots--3 {
        bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .af-dots--3 {
        right: 40%;
        bottom: -5px; } }
    @media (max-width: 475px) {
      .af-dots--3 {
        right: 0; } }
  .af-dots--person-1 {
    top: 60%;
    left: -22px; }
  .af-dots--person-2 {
    top: 20%;
    right: -32px; }
  .af-dots--loan-1 {
    right: 0;
    top: 70px; }
  .af-dots--loan-2 {
    right: 50px;
    bottom: -30px; }
    @media screen and (max-width: 991px) {
      .af-dots--loan-2 {
        display: none; } }
  .af-dots--services-1 {
    top: 17%;
    right: -3px; }
  .af-dots--services-2 {
    top: 65%;
    right: -3px; }
  .af-dots--services-3 {
    top: 30%;
    right: -3px; }
  .af-dots--testimonials-1 {
    top: 17%;
    left: 5%; }
  .af-dots--testimonials-2 {
    bottom: 10%;
    left: 7%; }
  .af-dots--location-1 {
    left: -40px;
    top: 60%; }
    @media screen and (max-width: 767px) {
      .af-dots--location-1 {
        top: 80%;
        left: -10px; } }
  .af-dots--location-2 {
    right: 10%;
    top: 27%; }
  .af-dots--blog-1 {
    top: -19px;
    left: -19px; }
  .af-dots--blog-2 {
    right: -19px;
    bottom: 3%; }
  .af-dots--callback-1 {
    top: -37px;
    left: 50px; }
  .af-dots--callout-1 {
    top: -25px;
    right: 75px; }

/* ------------------------------------------- */
/* FLOATING ELEMENTS */
/* ------------------------------------------- */
.af-floating-blob {
  -webkit-animation-name: floating-blob;
  -moz-animation-name: floating-blob;
  -o-animation-name: floating-blob;
  animation-name: floating-blob;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }
  .af-floating-blob--2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s; }
  .af-floating-blob--3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s; }
  .af-floating-blob-shadow {
    -webkit-filter: drop-shadow(2px 17px 13px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 17px 13px rgba(0, 0, 0, 0.3)); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .af-floating-blob {
      width: 100%; }
      .af-floating-blob .af-describes__img img {
        height: 100%; } }

.af-floating-dots {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }
  .af-floating-dots--1 {
    -webkit-animation-name: floating-1;
    -moz-animation-name: floating-1;
    -o-animation-name: floating-1;
    animation-name: floating-1; }
  .af-floating-dots--2 {
    -webkit-animation-name: floating-2;
    -moz-animation-name: floating-2;
    -o-animation-name: floating-2;
    animation-name: floating-2; }

@-webkit-keyframes floating-blob {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(10px, 15px);
    transform: translate(10px, 15px); }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-moz-keyframes floating-blob {
  from {
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(10px, 15px);
    transform: translate(10px, 15px); }
  to {
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-o-keyframes floating-blob {
  from {
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -o-transform: translate(10px, 15px);
    transform: translate(10px, 15px); }
  to {
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@keyframes floating-blob {
  from {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(10px, 15px);
    -moz-transform: translate(10px, 15px);
    -o-transform: translate(10px, 15px);
    transform: translate(10px, 15px); }
  to {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-webkit-keyframes floating-1 {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-moz-keyframes floating-1 {
  from {
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  to {
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-o-keyframes floating-1 {
  from {
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  to {
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@keyframes floating-1 {
  from {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-webkit-keyframes floating-2 {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-moz-keyframes floating-2 {
  from {
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  to {
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@-o-keyframes floating-2 {
  from {
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  to {
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@keyframes floating-2 {
  from {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  to {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

/* ------------------------------------------- */
/* CLIP PATH */
/* ------------------------------------------- */
.af-clip-path--person-1 {
  -webkit-clip-path: url(#clip-path-person-1);
  clip-path: url(#clip-path-person-1); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--person-1 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--person-2 {
  -webkit-clip-path: url(#clip-path-person-2);
  clip-path: url(#clip-path-person-2); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--person-2 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--services-1 {
  -webkit-clip-path: url(#clip-path-services-1);
  clip-path: url(#clip-path-services-1); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--services-1 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--services-2 {
  -webkit-clip-path: url(#clip-path-services-2);
  clip-path: url(#clip-path-services-2); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--services-2 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--services-3 {
  -webkit-clip-path: url(#clip-path-services-3);
  clip-path: url(#clip-path-services-3); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--services-3 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--testimonials-1 {
  -webkit-clip-path: url(#clip-path-testimonials-1);
  clip-path: url(#clip-path-testimonials-1); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--testimonials-1 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--map {
  -webkit-clip-path: url(#clip-path-map);
  clip-path: url(#clip-path-map); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--map {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--about-banner {
  -webkit-clip-path: url(#clip-path-banner-about);
  clip-path: url(#clip-path-banner-about); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--about-banner {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--purchase-banner {
  -webkit-clip-path: url(#clip-path-banner-purchase);
  clip-path: url(#clip-path-banner-purchase); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--purchase-banner {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--refinance-banner {
  -webkit-clip-path: url(#clip-path-banner-refinance);
  clip-path: url(#clip-path-banner-refinance); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--refinance-banner {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--purchase-describes-1 {
  -webkit-clip-path: url(#clip-path-purchase-describes-1);
  clip-path: url(#clip-path-purchase-describes-1); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--purchase-describes-1 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--purchase-describes-2 {
  -webkit-clip-path: url(#clip-path-purchase-describes-2);
  clip-path: url(#clip-path-purchase-describes-2); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--purchase-describes-2 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--leadership-1 {
  -webkit-clip-path: url(#clip-path-leadership-1);
  clip-path: url(#clip-path-leadership-1); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--leadership-1 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--leadership-2 {
  -webkit-clip-path: url(#clip-path-leadership-2);
  clip-path: url(#clip-path-leadership-2); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--leadership-2 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--leadership-3 {
  -webkit-clip-path: url(#clip-path-leadership-3);
  clip-path: url(#clip-path-leadership-3); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--leadership-3 {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--abby-big {
  -webkit-clip-path: url(#clip-path-abby-big);
  clip-path: url(#clip-path-abby-big); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--abby-big {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-clip-path--abby-video-text {
  -webkit-clip-path: url(#clip-path-abby-video-text);
  clip-path: url(#clip-path-abby-video-text); }
  @supports (-webkit-touch-callout: none) {
    .af-clip-path--abby-video-text {
      -webkit-clip-path: ellipse(50% 50% at 50% 50%);
      clip-path: ellipse(50% 50% at 50% 50%); } }

.af-edge .af-clip-path--person-1 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--person-1 img, .af-edge .af-clip-path--person-1 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--person-2 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--person-2 img, .af-edge .af-clip-path--person-2 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--services-1 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--services-1 img, .af-edge .af-clip-path--services-1 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--services-2 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--services-2 img, .af-edge .af-clip-path--services-2 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--services-3 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--services-3 img, .af-edge .af-clip-path--services-3 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--testimonials-1 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--testimonials-1 img, .af-edge .af-clip-path--testimonials-1 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--map {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.af-edge .af-clip-path--about-banner {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--about-banner img, .af-edge .af-clip-path--about-banner video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--purchase-banner {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--purchase-banner img, .af-edge .af-clip-path--purchase-banner video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--refinance-banner {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--refinance-banner img, .af-edge .af-clip-path--refinance-banner video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--purchase-describes-1 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--purchase-describes-1 img, .af-edge .af-clip-path--purchase-describes-1 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--purchase-describes-2 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--purchase-describes-2 img, .af-edge .af-clip-path--purchase-describes-2 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--leadership-1 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--leadership-1 img, .af-edge .af-clip-path--leadership-1 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--leadership-2 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--leadership-2 img, .af-edge .af-clip-path--leadership-2 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--leadership-3 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--leadership-3 img, .af-edge .af-clip-path--leadership-3 video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--abby-big {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--abby-big img, .af-edge .af-clip-path--abby-big video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

.af-edge .af-clip-path--abby-video-text {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .af-edge .af-clip-path--abby-video-text img, .af-edge .af-clip-path--abby-video-text video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-height: auto; }

/* ------------------------------------------- */
/* ELIPS */
/* ------------------------------------------- */
.af-elips {
  position: relative; }
  .af-elips__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 104%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #021a35; }

/* ------------------------------------------- */
/* BACKGROUND ROUND */
/* ------------------------------------------- */
.af-round-bg {
  position: relative; }
  .af-round-bg:before {
    position: absolute;
    top: 57.5%;
    left: 0;
    width: 2532px;
    padding-bottom: 2739px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -57.5%);
    -moz-transform: translate(-50%, -57.5%);
    -ms-transform: translate(-50%, -57.5%);
    -o-transform: translate(-50%, -57.5%);
    transform: translate(-50%, -57.5%);
    content: "";
    pointer-events: none;
    background-color: #f2f9fd;
    z-index: -3; }
    @media screen and (max-width: 991px) {
      .af-round-bg:before {
        display: none; } }
  .af-round-bg__section-1 {
    position: static;
    overflow: hidden; }
    .af-round-bg__section-1:before {
      display: none;
      position: absolute;
      top: 15%;
      left: 0;
      width: 400%;
      padding-bottom: 400%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translateX(-60%);
      -moz-transform: translateX(-60%);
      -ms-transform: translateX(-60%);
      -o-transform: translateX(-60%);
      transform: translateX(-60%);
      content: "";
      pointer-events: none;
      background-color: #f2f9fd; }
    @media screen and (max-width: 991px) {
      .af-round-bg__section-1 {
        position: relative; }
        .af-round-bg__section-1:before {
          display: block; } }
  .af-round-bg__section-2 {
    position: relative;
    z-index: 5;
    overflow: hidden; }
  .af-round-bg__overlap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: url(#clip-path-services);
    clip-path: url(#clip-path-services);
    background-color: #021a35; }
    @media screen and (max-width: 991px) {
      .af-round-bg__overlap {
        -webkit-clip-path: none;
        clip-path: none;
        background-color: transparent; } }
    .af-round-bg__overlap:after {
      position: absolute;
      top: 50%;
      left: 0;
      width: 2532px;
      padding-bottom: 2739px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      pointer-events: none;
      background-color: rgba(4, 53, 110, 0.11); }
      @media screen and (max-width: 991px) {
        .af-round-bg__overlap:after {
          display: none; } }
  .af-round-bg__bg-mobile {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #021a35; }
    @media screen and (max-width: 991px) {
      .af-round-bg__bg-mobile {
        display: block; } }

.page-LSU .af-round-bg {
  overflow-y: hidden; }
  .page-LSU .af-round-bg:before {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.page-LSU .has-background-image p.af-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 577px; }
  @media screen and (max-width: 1499px) {
    .page-LSU .has-background-image p.af-white {
      height: 371px; } }
  @media screen and (max-width: 1199px) {
    .page-LSU .has-background-image p.af-white {
      height: 294px; } }
  @media screen and (max-width: 991px) {
    .page-LSU .has-background-image p.af-white {
      height: 80vw; } }

/* ------------------------------------------- */
/* POPUPS */
/* ------------------------------------------- */
.af-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear; }
  .af-popup__inner {
    max-width: 830px;
    min-width: 40vw;
    max-height: -webkit-calc(100% - 80px);
    max-height: -moz-calc(100% - 80px);
    max-height: calc(100% - 80px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 60px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    border: solid 1px #979797; }
    .af-popup__inner button {
      cursor: pointer; }
    @media (max-height: 700px) {
      .af-popup__inner {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .af-popup__inner {
        padding: 30px 15px;
        width: 100%;
        max-width: -webkit-calc(100% - 20px);
        max-width: -moz-calc(100% - 20px);
        max-width: calc(100% - 20px);
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px; } }
    @media screen and (max-width: 575px) {
      .af-popup__inner {
        padding-top: 50px; } }
  .af-popup__btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2; }
    @media screen and (max-width: 575px) {
      .af-popup__btn {
        top: 13px;
        right: 5px; } }
  .af-popup--active {
    opacity: 1;
    z-index: 9999;
    visibility: visible; }
  .af-popup__title {
    font-family: "GothamPro", sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #021a35;
    margin-bottom: 45px; }
    @media (max-height: 700px) {
      .af-popup__title {
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .af-popup__title {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 25px; } }
  .af-popup__content {
    max-height: -webkit-calc(100vh - 60px);
    max-height: -moz-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto; }
    @media screen and (max-width: 575px) {
      .af-popup__content {
        max-height: -webkit-calc(100vh - 80px);
        max-height: -moz-calc(100vh - 80px);
        max-height: calc(100vh - 80px); } }
    .af-popup__content video {
      height: 100%; }

/* Before you leave popup */
.beforeYouGo {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center; }
  .beforeYouGo .overlay {
    width: 100%;
    background: #333;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.7; }
  .beforeYouGo .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.6; }
    .beforeYouGo .close:hover {
      opacity: 1;
      cursor: pointer; }
    .beforeYouGo .close:before, .beforeYouGo .close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #fff; }
    .beforeYouGo .close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .beforeYouGo .close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .beforeYouGo .message {
    width: 80%;
    min-width: 320px;
    max-width: 600px;
    margin: 200px auto;
    padding: 1rem;
    background: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px; }
    .beforeYouGo .message p, .beforeYouGo .message h2, .beforeYouGo .message h3 {
      color: #003E77; }
    .beforeYouGo .message h3 {
      font-weight: 900; }

.pop-up-hide {
  display: none; }

/* ------------------------------------------- */
/* FORMS */
/* ------------------------------------------- */
textarea {
  resize: none;
  max-height: 120px; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input, textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  font-family: "GothamPro", sans-serif;
  background-color: transparent;
  box-shadow: none;
  border: none; }
  input:focus, textarea:focus {
    outline: 0; }

input:not([type="submit"]):not([type='search']), textarea {
  padding: 13px 40px 13px 32px;
  min-height: 60px;
  -webkit-border-radius: 39.5px;
  -moz-border-radius: 39.5px;
  border-radius: 39.5px;
  border: solid 1px rgba(160, 180, 196, 0.8);
  color: #42515b;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.3px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  -moz-transition: 250ms ease;
  transition: 250ms ease; }
  input:not([type="submit"]):not([type='search']):focus, textarea:focus {
    border-color: #021a35; }
  input:not([type="submit"]):not([type='search'])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }
  input:not([type="submit"]):not([type='search'])::-moz-placeholder, textarea::-moz-placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }
  input:not([type="submit"]):not([type='search'])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }
  input:not([type="submit"]):not([type='search'])::placeholder, textarea::placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }

input[type="submit"] {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  -moz-transition: 250ms ease;
  transition: 250ms ease;
  height: 63px; }
  input[type="submit"]:hover {
    background-color: #75cda3; }

.af-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .af-form__row span {
    -webkit-flex-basis: -webkit-calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: -moz-calc(50% - 10px);
    flex-basis: calc(50% - 10px); }
    @media screen and (max-width: 767px) {
      .af-form__row span {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.af-cf7-captcha {
  margin-top: 30px; }
  @media screen and (max-width: 1199px) {
    .af-cf7-captcha {
      margin-top: 0; } }
  .af-cf7-captcha .wpcf7-form-control-wrap .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    padding: 0;
    max-height: none; }

.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%; }
  @media (max-height: 700px) {
    .wpcf7-form-control:not(.wpcf7-submit) {
      max-height: 63px;
      overflow: hidden;
      padding: 13px 25px; } }
  @media screen and (max-width: 767px) {
    .wpcf7-form-control:not(.wpcf7-submit) {
      max-height: 63px;
      overflow: hidden;
      padding: 13px 25px; } }

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px; }
  @media (max-height: 700px) {
    .wpcf7-form-control-wrap {
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .wpcf7-form-control-wrap {
      margin-bottom: 15px; } }

.wpcf7-form-control-wrap[data-name=text-file] {
  display: none; }

.wpcf7-form p {
  margin: 0; }

.wpcf7-form br {
  display: none; }

.wpcf7 input[type="checkbox"] {
  position: relative;
  min-height: 10px;
  height: 10px;
  padding: 15px;
  margin: 7px 10px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }
  @media (max-height: 700px) {
    .wpcf7 input[type="checkbox"] {
      padding: 15px; } }
  @media screen and (max-width: 767px) {
    .wpcf7 input[type="checkbox"] {
      padding: 15px; } }
  .wpcf7 input[type="checkbox"]:checked:after {
    opacity: 1; }
  .wpcf7 input[type="checkbox"]:after {
    content: '\2713\0020';
    position: absolute;
    top: .15em;
    left: .22em;
    opacity: 0;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: red;
  color: #021a35; }

div.wpcf7-mail-sent-ok {
  border-color: #4ebd88; }

span.wpcf7-not-valid-tip, div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  font-family: "GothamPro", sans-serif;
  font-size: 14px;
  font-weight: 500; }

/* reverse mortgage form */
.form-lg-text input:not([type="submit"]):not([type='search']), .form-lg-text textarea {
  font-weight: 500;
  color: #000000;
  font-size: 22px; }
  .form-lg-text input:not([type="submit"]):not([type='search'])::-webkit-input-placeholder, .form-lg-text textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #aaa;
    font-size: 22px; }
  .form-lg-text input:not([type="submit"]):not([type='search'])::-moz-placeholder, .form-lg-text textarea::-moz-placeholder {
    font-weight: 500;
    color: #aaa;
    font-size: 22px; }
  .form-lg-text input:not([type="submit"]):not([type='search'])::-ms-input-placeholder, .form-lg-text textarea::-ms-input-placeholder {
    font-weight: 500;
    color: #aaa;
    font-size: 22px; }
  .form-lg-text input:not([type="submit"]):not([type='search'])::placeholder, .form-lg-text textarea::placeholder {
    font-weight: 500;
    color: #aaa;
    font-size: 22px; }
  .form-lg-text input:not([type="submit"]):not([type='search']):-ms-input-placeholder, .form-lg-text textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #aaa;
    font-size: 22px; }

.form-lg-text .af-btn {
  font-size: 20px;
  line-height: 0; }
  @media screen and (max-width: 991px) {
    .form-lg-text .af-btn {
      font-size: 20px; } }

/* PAGE SEARCH */
.af-page-search {
  display: block;
  width: 100%;
  max-width: 705px;
  height: 80px;
  -webkit-border-radius: 39.5px;
  -moz-border-radius: 39.5px;
  border-radius: 39.5px;
  border: 1px solid rgba(116, 145, 169, 0.24);
  background-color: #fff;
  padding: 6px; }
  @media screen and (max-width: 991px) {
    .af-page-search {
      max-width: none; } }
  .af-page-search form {
    height: 100%; }
  .af-page-search__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .af-page-search__input {
    min-width: 60%;
    padding-left: 40px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .af-page-search__input {
        min-width: 85%; } }
    @media screen and (max-width: 575px) {
      .af-page-search__input {
        padding-left: 20px;
        min-width: auto;
        max-width: -webkit-calc(100% - 95px);
        max-width: -moz-calc(100% - 95px);
        max-width: calc(100% - 95px);
        width: 100%; } }
    .af-page-search__input::-webkit-input-placeholder {
      font-size: 20px;
      color: #021a35;
      font-family: "GothamPro", sans-serif;
      font-weight: 400;
      letter-spacing: 0.3px; }
    .af-page-search__input::-moz-placeholder {
      font-size: 20px;
      color: #021a35;
      font-family: "GothamPro", sans-serif;
      font-weight: 400;
      letter-spacing: 0.3px; }
    .af-page-search__input::-ms-input-placeholder {
      font-size: 20px;
      color: #021a35;
      font-family: "GothamPro", sans-serif;
      font-weight: 400;
      letter-spacing: 0.3px; }
    .af-page-search__input::placeholder {
      font-size: 20px;
      color: #021a35;
      font-family: "GothamPro", sans-serif;
      font-weight: 400;
      letter-spacing: 0.3px; }
      @media (max-width: 435px) {
        .af-page-search__input::-webkit-input-placeholder {
          font-size: 3.6vw;
          letter-spacing: normal; }
        .af-page-search__input::-moz-placeholder {
          font-size: 3.6vw;
          letter-spacing: normal; }
        .af-page-search__input::-ms-input-placeholder {
          font-size: 3.6vw;
          letter-spacing: normal; }
        .af-page-search__input::placeholder {
          font-size: 3.6vw;
          letter-spacing: normal; } }
  .af-page-search .af-btn__text {
    white-space: nowrap; }

select[name="state"] {
  padding: 13px 40px 13px 32px;
  min-height: 60px;
  -webkit-border-radius: 39.5px;
  -moz-border-radius: 39.5px;
  border-radius: 39.5px;
  border: solid 1px rgba(160, 180, 196, 0.8);
  color: #42515b;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.3px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  -moz-transition: 250ms ease;
  transition: 250ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  select[name="state"]:focus {
    border-color: #021a35; }
  select[name="state"]::-webkit-input-placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }
  select[name="state"]::-moz-placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }
  select[name="state"]::-ms-input-placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }
  select[name="state"]::placeholder {
    color: #0b0f13;
    font-family: "GothamPro", sans-serif;
    font-weight: 300; }

/* CUSTOM SELECT */
.select2-container {
  width: auto !important;
  height: 70px !important; }
  @media screen and (max-width: 1199px) {
    .select2-container {
      height: 63px !important; } }

.select2-container--default .select2-selection--single {
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding-right: 35px; }
  @media screen and (max-width: 1199px) {
    .select2-container--default .select2-selection--single {
      height: 63px; } }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 70px;
  padding-left: 30px;
  color: #021a35;
  font-size: 20px;
  letter-spacing: 0.33px;
  font-weight: 400;
  text-align: left; }
  @media screen and (max-width: 1199px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 63px;
      line-height: 63px; } }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  max-height: 70px;
  right: 20px; }
  @media screen and (max-width: 1199px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 63px; } }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    line-height: 1; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
      content: '\f107';
      font-family: 'FontAwesome';
      position: absolute;
      top: -6px;
      left: 0;
      font-size: 20px;
      color: #cfd3d7; }

.select2-results__option {
  font-size: 16px;
  font-weight: 400; }

/* ------------------------------------------- */
/* ACCORDEON */
/* ------------------------------------------- */
.af-accordeon__item {
  margin-bottom: 40px; }
  @media screen and (max-width: 575px) {
    .af-accordeon__item {
      margin-bottom: 20px; } }
  .af-accordeon__item--open .af-accordeon__arrow {
    background-color: #4ebd88; }
    .af-accordeon__item--open .af-accordeon__arrow:before {
      content: '\f077';
      color: #fff; }

.af-accordeon__item:last-child {
  margin-bottom: 0; }

.af-accordeon__head {
  position: relative;
  padding-left: 80px;
  cursor: pointer; }
  @media screen and (max-width: 575px) {
    .af-accordeon__head {
      padding-left: 60px; } }

.af-accordeon__body {
  margin-top: 15px;
  max-height: 0;
  padding-left: 80px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease; }
  @media screen and (max-width: 575px) {
    .af-accordeon__body {
      padding-left: 60px; } }

.af-accordeon__text {
  font-size: 20px; }
  @media screen and (max-width: 575px) {
    .af-accordeon__text {
      font-size: 16px; } }

.af-accordeon__arrow {
  position: absolute;
  left: 5px;
  top: -4px;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  transition: .2s ease-in; }
  .af-accordeon__arrow:before {
    content: '\f078';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 300;
    color: #021a35;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in; }

.af-accordeon-container video {
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .af-accordeon-container video {
      margin-top: 100px; } }

.SAM-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  margin-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .SAM-dropdown {
      margin-bottom: 15px; } }
  .SAM-dropdown__sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    list-style: none;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .SAM-dropdown__sub-menu {
        width: 100%; } }
    .SAM-dropdown__sub-menu ul {
      display: none;
      z-index: 9;
      width: 100%;
      padding: 0;
      margin: 0;
      background: #fff; }
      .SAM-dropdown__sub-menu ul li {
        display: block;
        width: 100%;
        padding: 12px 28px;
        margin: 0 0 30px;
        border: 2px solid #a8bac8;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        font-size: 20px;
        text-align: left;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        @media screen and (max-width: 1199px) {
          .SAM-dropdown__sub-menu ul li {
            margin-bottom: 15px; } }
        .SAM-dropdown__sub-menu ul li:hover {
          border-color: #4ebd88; }
        .SAM-dropdown__sub-menu ul li:first-child {
          margin-top: 30px; }
          @media screen and (max-width: 1199px) {
            .SAM-dropdown__sub-menu ul li:first-child {
              margin-top: 15px; } }
  .SAM-dropdown__title {
    display: block;
    width: auto;
    min-width: 460px;
    padding: 12px 28px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #4ebd88;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media screen and (max-width: 1199px) {
      .SAM-dropdown__title {
        width: 100%;
        min-width: 0; } }
    .SAM-dropdown__title:hover {
      background: #75cda3; }
  .SAM-dropdown__arrow {
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 300; }
    .SAM-dropdown__arrow:before {
      content: '\f078'; }
    .SAM-dropdown__arrow.active:before {
      content: '\f077'; }

/* ------------------------------------------- */
/* PARTIALS */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* TABS */
/* ------------------------------------------- */
.af-tabs {
  position: relative; }
  .af-tabs__tablist {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 115px; }
    @media screen and (max-width: 991px) {
      .af-tabs__tablist {
        margin-bottom: 70px; } }
    @media screen and (max-width: 767px) {
      .af-tabs__tablist {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .af-tabs__tablist:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #42515b;
        content: ""; } }
  .af-tabs__tablist-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .af-tabs__tablist-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: left; } }
    .af-tabs__tablist-item a {
      position: relative;
      display: block;
      padding: 45px 15px;
      color: #7491a9;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .af-tabs__tablist-item a {
          display: inline-block;
          padding: 32px 15px; } }
      .af-tabs__tablist-item a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #4ebd88;
        -webkit-transition: width 250ms ease;
        -o-transition: width 250ms ease;
        -moz-transition: width 250ms ease;
        transition: width 250ms ease;
        content: ""; }
        @media screen and (max-width: 767px) {
          .af-tabs__tablist-item a:after {
            top: 0;
            left: -20px;
            width: 5px;
            height: 0;
            bottom: auto; } }
      @media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
        .af-tabs__tablist-item a:hover {
          color: #fff; } }
  @media screen and (hover) and (min-width: 768px), screen and (min-width: 0\0) and (min-width: 768px), screen and (min--moz-device-pixel-ratio: 0) and (min-width: 768px) {
    .af-tabs__tablist-item a:hover:after {
      width: 100%; } }
  @media screen and (hover) and (max-width: 767px), screen and (min-width: 0\0) and (max-width: 767px), screen and (min--moz-device-pixel-ratio: 0) and (max-width: 767px) {
    .af-tabs__tablist-item a:hover:after {
      height: 100%; } }
    .af-tabs__tablist-item.active a {
      color: #fff; }
      @media screen and (min-width: 768px) {
        .af-tabs__tablist-item.active a:after {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .af-tabs__tablist-item.active a:after {
          height: 100%; } }
  .af-tabs__tabpanel {
    overflow: hidden; }
  .af-tabs__tabpanel-item {
    display: none; }
    .af-tabs__tabpanel-item.active {
      display: block;
      -webkit-animation: fadeEffectIn 1s;
      -moz-animation: fadeEffectIn 1s;
      -o-animation: fadeEffectIn 1s;
      animation: fadeEffectIn 1s; }

@-webkit-keyframes fadeEffectIn {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeEffectIn {
  from {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeEffectIn {
  from {
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeEffectIn {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.page-LSU .af-tabs__tablist {
  margin-bottom: 0; }
  .page-LSU .af-tabs__tablist:before {
    display: none; }

/* ------------------------------------------- */
/* SWIPER CUSTOM */
/* ------------------------------------------- */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 61px;
  height: 53px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/arrows/arrow-left.svg");
  left: 40px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/arrows/arrow-right.svg");
  left: 112px; }

.swiper-button-lock {
  display: none; }

.swiper-button-prev--green {
  background-image: url("../img/arrows/arrow-left-green.svg"); }

.swiper-button-next--green {
  background-image: url("../img/arrows/arrow-right-green.svg"); }

.js-testimonials-loan-next.swiper-button-disabled, .js-testimonials-loan-prev.swiper-button-disabled,
.js-testimonials-main--next.swiper-button-disabled, .js-testimonials-main--prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: none; }

/* ------------------------------------------- */
/* HEADING */
/* ------------------------------------------- */
.af-heading--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .af-heading--row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 575px) {
    .af-heading--row {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .af-heading--row .af-heading__btn {
      margin-top: 40px; } }

/* ------------------------------------------- */
/* BLOCKS */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* HEADER*/
/* ------------------------------------------- */
.bannerActive {
  padding-top: 60px; }
  @media screen and (max-width: 991px) {
    .bannerActive {
      padding-top: 96px; } }
  .bannerActive .af-header {
    padding-top: 92px; }
    @media screen and (max-width: 991px) {
      .bannerActive .af-header {
        padding-top: 162px; } }
    @media screen and (max-width: 767px) {
      .bannerActive .af-header {
        padding-top: 190px; } }
    @media screen and (max-width: 459px) {
      .bannerActive .af-header {
        padding-top: 170px; } }
    @media screen and (min-width: 992px) {
      .bannerActive .af-header > svg {
        height: -webkit-calc(100% + 45px);
        height: -moz-calc(100% + 45px);
        height: calc(100% + 45px); } }
    .bannerActive .af-header.sticky {
      top: 0; }
      .bannerActive .af-header.sticky .af-header__logo,
      .bannerActive .af-header.sticky .af-header__toggle,
      .bannerActive .af-header.sticky .af-header__apply-mobile {
        top: -webkit-calc(100% + -47px);
        top: -moz-calc(100% + -47px);
        top: calc(100% + -47px); }
        @media screen and (max-width: 459px) {
          .bannerActive .af-header.sticky .af-header__logo,
          .bannerActive .af-header.sticky .af-header__toggle,
          .bannerActive .af-header.sticky .af-header__apply-mobile {
            top: -webkit-calc(100% - 30px);
            top: -moz-calc(100% - 30px);
            top: calc(100% - 30px); } }
    .bannerActive .af-header.open .af-header__banner {
      display: none !important; }
    .bannerActive .af-header.open .af-header__logo,
    .bannerActive .af-header.open .af-header__toggle,
    .bannerActive .af-header.open .af-header__apply-mobile {
      top: 50%; }
    .bannerActive .af-header__banner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .bannerActive .af-header .af-header__logo,
    .bannerActive .af-header .af-header__toggle,
    .bannerActive .af-header .af-header__apply-mobile {
      top: 70%; }
      @media screen and (max-width: 459px) {
        .bannerActive .af-header .af-header__logo,
        .bannerActive .af-header .af-header__toggle,
        .bannerActive .af-header .af-header__apply-mobile {
          top: 90%; } }

.af-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 25px;
  height: 141px;
  z-index: 10;
  /*  Navbar toggle  */ }
  @media (min-width: 1025px) {
    .af-header {
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; } }
  @media screen and (max-width: 991px) {
    .af-header {
      padding-top: 0;
      height: 110px;
      -webkit-transition: height 500ms ease;
      -o-transition: height 500ms ease;
      -moz-transition: height 500ms ease;
      transition: height 500ms ease; } }
  .af-header > svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1; }
  .af-header__fill {
    fill: transparent; }
    @media screen and (min-width: 992px) {
      .af-header__fill {
        fill: transparent !important; } }
  .af-header__logo {
    margin-top: 25px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    will-change: transform; }
    @media (min-width: 1025px) {
      .af-header__logo {
        -webkit-transition: 250ms ease;
        -o-transition: 250ms ease;
        -moz-transition: 250ms ease;
        transition: 250ms ease; } }
    @media screen and (max-width: 991px) {
      .af-header__logo {
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .af-header__logo a {
      display: block;
      line-height: 1; }
    .af-header__logo img {
      width: 156px; }
      @media screen and (max-width: 991px) {
        .af-header__logo img {
          width: 95px;
          -webkit-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          transition: all 500ms ease; } }
  .af-header__box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media screen and (max-width: 991px) {
      .af-header__box {
        opacity: 0;
        border-bottom: 20px solid #021a35;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: fixed;
        left: 0;
        top: 110px;
        width: 100%;
        height: -webkit-calc(100vh - 110px);
        height: -moz-calc(100vh - 110px);
        height: calc(100vh - 110px);
        overflow: hidden;
        overflow-y: auto;
        background-color: #021a35;
        -webkit-transition: -webkit-transform 250ms ease-in;
        transition: -webkit-transform 250ms ease-in;
        -o-transition: -o-transform 250ms ease-in;
        -moz-transition: transform 250ms ease-in, -moz-transform 250ms ease-in;
        transition: transform 250ms ease-in;
        transition: transform 250ms ease-in, -webkit-transform 250ms ease-in, -moz-transform 250ms ease-in, -o-transform 250ms ease-in; } }
  .af-header__top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .af-header__top {
        display: block;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 140px; } }
  .af-header__bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .af-header__bottom {
        display: block;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0; } }
    .af-header__bottom .af-header__apply {
      margin-left: 50px;
      background-color: #FF7865; }
      @media screen and (max-width: 1499px) {
        .af-header__bottom .af-header__apply {
          margin-left: 25px; } }
      @media screen and (max-width: 1199px) {
        .af-header__bottom .af-header__apply {
          margin: 0;
          display: none; } }
      @media screen and (max-width: 991px) {
        .af-header__bottom .af-header__apply {
          display: block; } }
      .af-header__bottom .af-header__apply span {
        background: #ff8978; }
    .af-header__bottom-btn-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      @media screen and (max-width: 1199px) {
        .af-header__bottom-btn-container {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      @media screen and (max-width: 991px) {
        .af-header__bottom-btn-container {
          display: none; } }
  @media screen and (max-width: 991px) {
    .af-header__lg {
      width: 100%;
      padding-left: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 20px; } }
  .af-header__apply-mobile {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: -webkit-calc(50% - 46px);
    left: -moz-calc(50% - 46px);
    left: calc(50% - 46px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 992px) {
      .af-header__apply-mobile {
        display: none; } }
    .af-header__apply-mobile a {
      background: #FF7865; }
  .af-header__toggle {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 1002;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
    @media screen and (max-width: 991px) {
      .af-header__toggle {
        display: block; } }
    .af-header__toggle span {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      top: 50%;
      background-color: #cfd2d3;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
    .af-header__toggle span:nth-child(1) {
      -webkit-transform: translateY(-50%) translateY(-8px);
      -moz-transform: translateY(-50%) translateY(-8px);
      -ms-transform: translateY(-50%) translateY(-8px);
      -o-transform: translateY(-50%) translateY(-8px);
      transform: translateY(-50%) translateY(-8px);
      -webkit-transition: 0.15s;
      -o-transition: 0.15s;
      -moz-transition: 0.15s;
      transition: 0.15s; }
    .af-header__toggle span:nth-child(2) {
      height: 1px; }
    .af-header__toggle span:nth-child(4) {
      -webkit-transform: translateY(-50%) translateY(8px);
      -moz-transform: translateY(-50%) translateY(8px);
      -ms-transform: translateY(-50%) translateY(8px);
      -o-transform: translateY(-50%) translateY(8px);
      transform: translateY(-50%) translateY(8px);
      -webkit-transition: 0.15s;
      -o-transition: 0.15s;
      -moz-transition: 0.15s;
      transition: 0.15s; }
    .af-header__toggle.active span:nth-child(1) {
      -webkit-transform: translateY(-50%) translateY(-16px);
      -moz-transform: translateY(-50%) translateY(-16px);
      -ms-transform: translateY(-50%) translateY(-16px);
      -o-transform: translateY(-50%) translateY(-16px);
      transform: translateY(-50%) translateY(-16px);
      opacity: 0; }
    .af-header__toggle.active span:nth-child(2) {
      height: 2px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .af-header__toggle.active span:nth-child(3) {
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -moz-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      -o-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .af-header__toggle.active span:nth-child(4) {
      -webkit-transform: translateY(-50%) translateY(16px);
      -moz-transform: translateY(-50%) translateY(16px);
      -ms-transform: translateY(-50%) translateY(16px);
      -o-transform: translateY(-50%) translateY(16px);
      transform: translateY(-50%) translateY(16px);
      opacity: 0; }
  .af-header.sticky {
    position: fixed;
    z-index: 100;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .af-header.sticky {
        top: -31px; } }
    @media screen and (max-width: 991px) {
      .af-header.sticky {
        height: 70px; } }
    .af-header.sticky .af-header__fill {
      fill: #003e77; }
      @media screen and (min-width: 992px) {
        .af-header.sticky .af-header__fill {
          fill: #003e77 !important; } }
    .af-header.sticky .af-header__logo {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
      @media screen and (max-width: 991px) {
        .af-header.sticky .af-header__logo img {
          width: 82px; } }
      @media screen and (max-width: 991px) {
        .af-header.sticky .af-header__logo {
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media screen and (min-width: 992px) {
        .af-header.sticky .af-header__logo {
          margin-top: 30px; } }
    @media screen and (min-width: 992px) {
      .af-header.sticky .af-header__bottom {
        margin-top: 0; } }
    @media screen and (min-width: 992px) {
      .af-header.sticky .af-header__top {
        display: none; } }
    .af-header.sticky .af-header__box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 992px) {
        .af-header.sticky .af-header__box {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: 30px; } }
      @media screen and (max-width: 991px) {
        .af-header.sticky .af-header__box {
          margin-top: 0;
          top: 70px;
          height: -webkit-calc(100vh - 70px);
          height: -moz-calc(100vh - 70px);
          height: calc(100vh - 70px); } }
  .af-header.open {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
    @media screen and (max-width: 991px) {
      .af-header.open {
        background-color: #021a35;
        padding-top: 0 !important; } }
    .af-header.open .af-header__box {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .af-header.open .af-header__logo img {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; }
    .af-header.open .af-header__fill {
      fill: #021a35; }
  .af-header__banner {
    display: none;
    padding: 0 15px;
    background-color: #4ebd88;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    min-height: 62px;
    height: 62px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease 300ms;
    -o-transition: ease 300ms;
    -moz-transition: ease 300ms;
    transition: ease 300ms; }
    @media screen and (max-width: 1199px) {
      .af-header__banner {
        font-size: 15px;
        padding-right: 55px;
        height: 80px; } }
    @media screen and (max-width: 991px) {
      .af-header__banner {
        font-size: 14px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 45px; } }
    @media screen and (max-width: 767px) {
      .af-header__banner {
        height: 120px;
        padding-right: 15px; } }
    @media screen and (max-width: 459px) {
      .af-header__banner {
        padding: 0px 10px 0 10px;
        min-height: 100px;
        font-size: 13px; } }
    .af-header__banner img {
      width: auto;
      height: 40px; }
      @media screen and (max-width: 767px) {
        .af-header__banner img {
          height: 22px; } }
    .af-header__banner .content-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto;
      padding: 15px 0;
      font-weight: 900; }
      @media screen and (max-width: 991px) {
        .af-header__banner .content-container {
          padding: 10px 0px 10px 0px; } }
      @media screen and (max-width: 767px) {
        .af-header__banner .content-container {
          padding-right: 0px;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .af-header__banner .content-container:first-of-type {
        font-weight: 500; }
    .af-header__banner .text {
      font-weight: 400;
      font-size: 28px;
      font-size: 1.3em;
      margin: 0 40px 0 0; }
      .af-header__banner .text strong {
        font-weight: 900; }
      @media screen and (max-width: 767px) {
        .af-header__banner .text {
          font-size: 1em;
          width: -webkit-calc(100% - 55px);
          width: -moz-calc(100% - 55px);
          width: calc(100% - 55px);
          margin: 0; } }
      @media screen and (max-width: 459px) {
        .af-header__banner .text {
          font-size: 14px; } }
    .af-header__banner .image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .af-header__banner .image {
          width: 53px; } }
      .af-header__banner .image img {
        height: auto;
        max-height: 40px;
        margin: auto; }
    .af-header__banner .CTA {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #FFF;
      background-color: #003e77;
      height: 32px;
      width: 130px;
      padding: 0;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      border-radius: 14px;
      border: 1px solid transparent; }
      @media screen and (max-width: 767px) {
        .af-header__banner .CTA {
          width: 110px;
          min-width: 84px;
          height: 28px;
          margin: 10px 0 0; } }
      .af-header__banner .CTA span {
        background-color: #06538d; }
      .af-header__banner .CTA p {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 900;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .af-header__banner .CTA p {
            font-size: 10px; } }
  .af-header__close {
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: -moz-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    right: 34px;
    font-size: 18px;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .af-header__close {
        top: 5px;
        right: 10px; } }
    @media screen and (max-width: 339px) {
      .af-header__close {
        right: 6px; } }

.af__separator {
  display: inline-block;
  height: 30px;
  width: 2px;
  background-color: #d8d8d8;
  opacity: 0.2;
  margin-left: 40px;
  margin-right: 40px; }
  @media screen and (max-width: 1199px) {
    .af__separator {
      margin-left: 25px;
      margin-right: 25px; } }
  @media screen and (max-width: 991px) {
    .af__separator {
      display: none; } }
  .af__separator--hor {
    display: none;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px); }
    @media screen and (max-width: 991px) {
      .af__separator--hor {
        display: block;
        width: 100%;
        height: 2px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
        margin-top: 40px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.af__callus {
  color: #97bccd;
  font-size: 12px;
  font-family: inherit;
  font-family: "InterMedium", sans-serif;
  letter-spacing: 0.44px; }
  .af__callus a {
    display: inline-block;
    margin-left: 12px;
    color: #fff;
    font-size: inherit; }

.af-search {
  margin-left: 25px;
  display: none; }
  .af-search__form {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    -o-transition: -o-transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out, -moz-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -moz-transform 250ms ease-in-out, -o-transform 250ms ease-in-out; }
  .af-search__hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 50ms ease-in-out;
    -o-transition: 50ms ease-in-out;
    -moz-transition: 50ms ease-in-out;
    transition: 50ms ease-in-out; }
    .af-search__hide--full {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .af-search__hide.hidden {
    visibility: hidden;
    opacity: 0; }
  .af-search__form.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .af-search__submit {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin-left: 8px; }
    .af-search__submit svg path {
      fill: #a8bac8;
      -webkit-transition: 250ms ease-in-out;
      -o-transition: 250ms ease-in-out;
      -moz-transition: 250ms ease-in-out;
      transition: 250ms ease-in-out; }
    .af-search__submit:hover svg path {
      fill: #fff; }
  .af-search__submit.open svg path {
    fill: #fff; }
  .af-search input[type="search"] {
    border-bottom: 2px solid rgba(216, 216, 216, 0.2);
    color: #fff;
    font-weight: 400;
    padding: 8px;
    min-width: 380px;
    margin-right: 30px;
    letter-spacing: 1px; }
    .af-search input[type="search"]::-webkit-input-placeholder {
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.6px; }
    .af-search input[type="search"]::-moz-placeholder {
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.6px; }
    .af-search input[type="search"]::-ms-input-placeholder {
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.6px; }
    .af-search input[type="search"]::placeholder {
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.6px; }

@media screen and (min-width: 992px) {
  .single-assurance_officers .af-header__box {
    display: none !important; } }

.single-assurance_officers .af-header__apply-mobile {
  display: none !important; }

@media screen and (min-width: 992px) {
  .page-Lexington .af-header__box {
    display: none !important; } }

.page-Lexington .af-header__apply-mobile {
  display: none !important; }

/* ------------------------------------------- */
/* NAVIGATION */
/* ------------------------------------------- */
.af-nav {
  /* Top nav */
  /*  Bottom nav  */ }
  .af-nav__additional .menu-item-has-children .sub-menu, .af-nav__main .menu-item-has-children .sub-menu {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    opacity: 0;
    padding: 15px 0 0 0;
    margin: 0 !important;
    background: #021a35;
    color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    margin-top: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    -moz-transition: 250ms;
    transition: 250ms; }
    .af-nav__additional .menu-item-has-children .sub-menu li a, .af-nav__main .menu-item-has-children .sub-menu li a {
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 2px;
      padding-right: 15px; }
      @media (pointer: fine), (-ms-high-contrast: none) {
        .af-nav__additional .menu-item-has-children .sub-menu li a:hover, .af-nav__main .menu-item-has-children .sub-menu li a:hover {
          opacity: 1 !important; } }
    @media (pointer: fine), (-ms-high-contrast: none) {
      .af-nav__additional .menu-item-has-children .sub-menu:hover li a, .af-nav__main .menu-item-has-children .sub-menu:hover li a {
        opacity: 0.6; } }
  .af-nav__additional .menu-item-has-children.menu-item-selected .sub-menu, .af-nav__main .menu-item-has-children.menu-item-selected .sub-menu {
    visibility: visible;
    opacity: 1; }
  @media (pointer: fine), (-ms-high-contrast: none) {
    .af-nav__additional .menu-item-has-children.menu-item-selected li:hover a, .af-nav__main .menu-item-has-children.menu-item-selected li:hover a {
      opacity: 1; } }
  .af-nav__additional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .af-nav__additional .af-nav__list {
      color: #97bccd;
      font-family: "InterMedium", sans-serif; }
      .af-nav__additional .af-nav__list li {
        display: block; }
        @media screen and (max-width: 991px) {
          .af-nav__additional .af-nav__list li {
            margin-bottom: 15px; } }
        .af-nav__additional .af-nav__list li a {
          display: block;
          padding: 5px 18px;
          font-size: 12px;
          color: inherit;
          letter-spacing: 0.44px; }
          @media screen and (max-width: 1199px) {
            .af-nav__additional .af-nav__list li a {
              padding: 5px 9px; } }
          @media screen and (max-width: 991px) {
            .af-nav__additional .af-nav__list li a {
              padding-left: 0; } }
      .af-nav__additional .af-nav__list li:last-child {
        margin-bottom: 0; }
        .af-nav__additional .af-nav__list li:last-child a {
          padding-right: 0; }
  .af-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "InterMedium", sans-serif; }
    @media (pointer: fine), (-ms-high-contrast: none) {
      .af-nav__list:hover li a {
        -webkit-transition: 250ms;
        -o-transition: 250ms;
        -moz-transition: 250ms;
        transition: 250ms;
        opacity: 0.6; } }
    @media screen and (max-width: 991px) {
      .af-nav__list li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    @media (pointer: fine), (-ms-high-contrast: none) {
      .af-nav__list li > a:hover {
        color: #fff;
        opacity: 1; } }
  .af-nav__main .af-nav__list {
    color: #fff;
    font-family: "InterMedium", sans-serif; }
    @media screen and (max-width: 991px) {
      .af-nav__main .af-nav__list {
        padding-bottom: 60px; } }
    .af-nav__main .af-nav__list li {
      display: block; }
      @media screen and (max-width: 991px) {
        .af-nav__main .af-nav__list li {
          margin-bottom: 20px; } }
      .af-nav__main .af-nav__list li a {
        display: block;
        padding: 10px 35px;
        font-size: 14px;
        color: inherit;
        letter-spacing: 0.6px; }
        @media screen and (max-width: 1499px) {
          .af-nav__main .af-nav__list li a {
            padding: 10px; } }
        @media screen and (max-width: 991px) {
          .af-nav__main .af-nav__list li a {
            padding-left: 0; } }
    .af-nav__main .af-nav__list li:last-child {
      margin-bottom: 0; }
      .af-nav__main .af-nav__list li:last-child a {
        padding-right: 0; }
  .af-nav__footer--main .af-nav__list {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px; }
    .af-nav__footer--main .af-nav__list li, .af-nav__footer--main .af-nav__list li a {
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit; }
    .af-nav__footer--main .af-nav__list a {
      display: block;
      padding: 10px 20px;
      letter-spacing: 1.11px; }
      @media screen and (max-width: 1499px) {
        .af-nav__footer--main .af-nav__list a {
          padding: 10px 15px; } }
      @media screen and (max-width: 1199px) {
        .af-nav__footer--main .af-nav__list a {
          padding: 10px 7px; } }
      @media screen and (max-width: 991px) {
        .af-nav__footer--main .af-nav__list a {
          padding: 15px 0; } }
    .af-nav__footer--main .af-nav__list li:first-child a {
      padding-left: 0; }
    .af-nav__footer--main .af-nav__list li:last-child a {
      padding-right: 0; }
  @media screen and (max-width: 991px), (-ms-high-contrast: none) {
    .af-nav__footer--additional {
      width: 100%; } }
  .af-nav__footer--additional .af-nav__list {
    font-size: 11px;
    color: #fff; }
    .af-nav__footer--additional .af-nav__list li, .af-nav__footer--additional .af-nav__list li a {
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit; }
    .af-nav__footer--additional .af-nav__list a {
      display: block;
      padding: 10px 20px;
      letter-spacing: 0.73px; }
      @media screen and (max-width: 1199px) {
        .af-nav__footer--additional .af-nav__list a {
          padding: 10px 17px; } }
      @media screen and (max-width: 991px) {
        .af-nav__footer--additional .af-nav__list a {
          padding: 10px 0; } }
    .af-nav__footer--additional .af-nav__list li:first-child a {
      padding-left: 0; }
    .af-nav__footer--additional .af-nav__list li:last-child a {
      padding-right: 0; }

/* ------------------------------------------- */
/* HOME BANNER */
/* ------------------------------------------- */
.af-home__banner {
  padding-top: 286px;
  padding-bottom: 145px; }
  @media screen and (max-width: 991px) {
    .af-home__banner {
      padding-top: 141px;
      padding-bottom: 80px; } }
  .af-home__banner [class*="col-"] {
    position: static; }
  .af-home__banner_bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2; }
    @media screen and (max-width: 1199px) {
      .af-home__banner_bg1 {
        width: 200%;
        left: -10%; } }
    @media screen and (max-width: 991px) {
      .af-home__banner_bg1 {
        width: 400%; } }
  .af-home__banner_bg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: 95%;
    z-index: -1; }
    @media screen and (max-width: 1199px) {
      .af-home__banner_bg2 {
        width: 190%;
        left: -60%;
        height: 80%; } }

.af-home-banner {
  position: relative;
  overflow: hidden; }
  .af-home-banner__content {
    padding-left: 80px; }
    @media screen and (max-width: 1199px) {
      .af-home-banner__content {
        padding-left: 0px; } }
  .af-home-banner__title {
    margin-top: 145px; }
  .af-home-banner__columns {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .af-home-banner__columns {
        margin-top: 0; } }
  .af-home-banner__column {
    -webkit-flex-basis: -webkit-calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: -moz-calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    color: #fff;
    position: relative;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .af-home-banner__column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 50px;
        padding-bottom: 0; } }
  .af-home-banner__link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .af-home-banner__link {
        position: relative; } }
  .af-home-banner__subtitle {
    font-size: 24px;
    font-family: "GothamBook", sans-serif;
    margin-top: 0;
    margin-bottom: 15px; }
    @media screen and (max-width: 1199px) {
      .af-home-banner__subtitle br {
        display: none; } }
    @media screen and (max-width: 991px) {
      .af-home-banner__subtitle {
        font-size: 20px; } }
  .af-home-banner__info {
    margin-top: 0;
    margin-bottom: 50px; }
  .af-home-banner__video {
    position: absolute;
    right: -15px;
    top: 210px;
    overflow: hidden;
    -webkit-filter: drop-shadow(2px 17px 13px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 17px 13px rgba(0, 0, 0, 0.3)); }
    @media screen and (max-width: 1199px) {
      .af-home-banner__video {
        position: relative;
        right: -52%;
        top: 0; } }
    @media (max-width: 1100px) {
      .af-home-banner__video {
        right: -35%; } }
    @media screen and (max-width: 991px) {
      .af-home-banner__video {
        right: -20%;
        padding: 30px 0; } }
    @media screen and (max-width: 767px) {
      .af-home-banner__video {
        right: -45%; } }
    @media screen and (max-width: 575px) {
      .af-home-banner__video {
        right: -35%;
        padding: 0; } }
    @media (max-width: 475px) {
      .af-home-banner__video {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        right: auto;
        left: 0; } }
  .af-home-banner__path {
    width: 650px;
    height: 760px;
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    overflow: hidden; }
    @media screen and (max-width: 1499px) {
      .af-home-banner__path {
        width: 610px; } }
    @media (max-width: 1360px) {
      .af-home-banner__path {
        width: 585px; } }
    @media (max-width: 1300px) {
      .af-home-banner__path {
        width: 550px; } }
    @media screen and (max-width: 1199px) {
      .af-home-banner__path {
        -webkit-clip-path: url(#svgPathLg);
        clip-path: url(#svgPathLg);
        top: 0;
        position: static;
        height: 450px;
        width: 670px; } }
    @media screen and (max-width: 767px) {
      .af-home-banner__path {
        -webkit-clip-path: url(#svgPathMobile);
        clip-path: url(#svgPathMobile);
        height: 350px; } }
    @media screen and (max-width: 767px) {
      .af-home-banner__path {
        height: 300px; } }
    .af-home-banner__path video {
      position: absolute;
      left: 25%;
      top: 50%;
      -webkit-transform: translate(-25%, -50%);
      -moz-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
      -o-transform: translate(-25%, -50%);
      transform: translate(-25%, -50%);
      height: 800px;
      width: auto;
      max-width: none; }
      @media screen and (max-width: 1199px) {
        .af-home-banner__path video {
          height: 540px; } }
      @media screen and (max-width: 767px) {
        .af-home-banner__path video {
          height: 400px; } }

.af-edge .af-home-banner__video {
  overflow: visible; }

.af-edge .af-home-banner__path {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: visible; }
  .af-edge .af-home-banner__path img, .af-edge .af-home-banner__path video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .af-edge .af-home-banner__path video {
    width: 130%;
    height: auto; }
    @media screen and (max-width: 1199px) {
      .af-edge .af-home-banner__path video {
        height: 130%;
        width: auto; } }
    @media screen and (max-width: 991px) {
      .af-edge .af-home-banner__path video {
        height: 90%; } }

/* ------------------------------------------- */
/* PERSON */
/* ------------------------------------------- */
.af-person-section .js-toggle-blocks-item.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto; }

.af-person-section .af-person-btn__tel {
  font-weight: 600 !important; }

.af-person-section .af-person-btn.tel-btn {
  text-transform: none; }
  .af-person-section .af-person-btn.tel-btn p {
    margin: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400; }

.af-person__img-wrapp {
  display: inline-block;
  margin-bottom: 35px; }

.af-person__title {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0; }

.af-person__text-submit {
  display: none; }

.af-person.submit .af-person__text {
  display: none; }

.af-person.submit .af-person__text-submit {
  display: block; }

.af-person-separator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden; }
  .af-person-separator:before, .af-person-separator:after {
    position: absolute;
    left: 50%;
    width: 2px;
    height: -webkit-calc(100% / 3);
    height: -moz-calc(100% / 3);
    height: calc(100% / 3);
    background-color: rgba(12, 31, 45, 0.2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: ""; }
    @media screen and (max-width: 991px) {
      .af-person-separator:before, .af-person-separator:after {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        height: 2px;
        top: 50%;
        left: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .af-person-separator:before {
    bottom: -webkit-calc(50% + 37px + 17px);
    bottom: -moz-calc(50% + 37px + 17px);
    bottom: calc(50% + 37px + 17px); }
    @media screen and (max-width: 991px) {
      .af-person-separator:before {
        bottom: auto;
        right: -webkit-calc(50% + 37px + 17px);
        right: -moz-calc(50% + 37px + 17px);
        right: calc(50% + 37px + 17px); } }
  .af-person-separator:after {
    top: -webkit-calc(50% + 37px + 17px);
    top: -moz-calc(50% + 37px + 17px);
    top: calc(50% + 37px + 17px); }
    @media screen and (max-width: 991px) {
      .af-person-separator:after {
        top: 50%;
        left: -webkit-calc(50% + 37px + 17px);
        left: -moz-calc(50% + 37px + 17px);
        left: calc(50% + 37px + 17px); } }
  .af-person-separator__circle {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(12, 31, 45, 0.25);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 991px) {
      .af-person-separator__circle {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }

/* ------------------------------------------- */
/* BANNER LOAN OFFICER */
/* ------------------------------------------- */
.af-loan__banner {
  position: relative;
  padding-top: 125px;
  overflow: hidden;
  padding-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .af-loan__banner {
      padding-top: 120px;
      padding-bottom: 40px; } }
  .af-loan__banner > svg {
    position: absolute;
    z-index: 0;
    left: -5px;
    top: 0;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px); }
    @media screen and (max-width: 991px) {
      .af-loan__banner > svg {
        width: 10000%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%; } }

.af-loan-banner__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 80px; }
  @media screen and (max-width: 1199px) {
    .af-loan-banner__box {
      padding-left: 0px; } }

.af-loan-banner__image {
  position: relative;
  top: 20px; }
  @media screen and (max-width: 1199px) {
    .af-loan-banner__image {
      top: 55px; } }
  @media screen and (max-width: 991px) {
    .af-loan-banner__image {
      top: 20px;
      text-align: center;
      margin: 0 auto; } }
  @media (max-width: 415px) {
    .af-loan-banner__image {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .af-loan-banner__image > img {
    width: 305px;
    height: 320px; }
    @media screen and (max-width: 1199px) {
      .af-loan-banner__image > img {
        width: 270px;
        height: 290px; } }
    @media (max-width: 415px) {
      .af-loan-banner__image > img {
        max-width: none;
        width: 100%;
        height: auto;
        min-height: 320px; } }

.af-loan-banner__info {
  margin-left: 100px;
  margin-top: 50px; }
  @media screen and (max-width: 1499px) {
    .af-loan-banner__info {
      margin-left: 70px; } }
  @media screen and (max-width: 1199px) {
    .af-loan-banner__info {
      margin-left: 45px; } }
  @media screen and (max-width: 991px) {
    .af-loan-banner__info {
      margin-left: 0;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 70px;
      text-align: center; } }
  @media screen and (max-width: 575px) {
    .af-loan-banner__info {
      text-align: left; } }
  .af-loan-banner__info__upper-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .af-loan-banner__info__upper-block {
        display: block; } }
    @media screen and (max-width: 575px) {
      .af-loan-banner__info__upper-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

.af-loan-banner__city {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.93px; }

.af-loan-banner__name {
  font-size: 42px;
  line-height: 1.3; }
  @media screen and (max-width: 575px) {
    .af-loan-banner__name {
      word-break: break-word; } }

.af-loan-banner__position {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .af-loan-banner__position {
      margin-bottom: 10px; } }
  .af-loan-banner__position a {
    color: inherit; }

.af-loan-banner__link {
  margin-top: 50px;
  display: inline-block;
  position: relative;
  top: 18px; }
  @media screen and (max-width: 991px) {
    .af-loan-banner__link {
      top: 42px;
      margin-top: 0;
      width: 100%; } }

.presidents-club-logo {
  margin: 0 0 0 30px; }
  @media screen and (max-width: 991px) {
    .presidents-club-logo {
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 575px) {
    .presidents-club-logo {
      margin: 0 0 0 20px; } }
  .presidents-club-logo img {
    width: 125px;
    min-width: 80px; }

/* ------------------------------------------- */
/* SERVICES */
/* ------------------------------------------- */
.af-service-item {
  position: relative; }
  .af-service-item__backface {
    position: absolute;
    top: 15px;
    left: 10px;
    width: -webkit-calc(100% + 35px);
    width: -moz-calc(100% + 35px);
    width: calc(100% + 35px);
    height: -webkit-calc(100% + 6px);
    height: -moz-calc(100% + 6px);
    height: calc(100% + 6px); }
  .af-service-item__img-wrapp {
    position: relative;
    display: inline-block;
    margin-bottom: 70px; }
  .af-service-item__img {
    position: relative; }
  .af-service-item__text {
    max-width: 350px; }

/* ------------------------------------------- */
/* TESTIMONIALS */
/* ------------------------------------------- */
.af-testimonials {
  position: relative; }
  .af-testimonials__main {
    margin: 0 -40px; }
    .af-testimonials__main .swiper-slide {
      padding: 0 40px; }
    .af-testimonials__main--loan {
      margin-top: -45px;
      padding-bottom: 100px; }
      @media screen and (max-width: 991px) {
        .af-testimonials__main--loan {
          margin-top: 40px;
          margin-left: -20px; } }
      .af-testimonials__main--loan .swiper-slide {
        padding: 0 80px;
        padding-right: 0; }
        @media screen and (max-width: 991px) {
          .af-testimonials__main--loan .swiper-slide {
            padding-left: 20px;
            padding-right: 40px; } }
      .af-testimonials__main--loan .swiper-button-prev {
        left: 80px; }
        @media screen and (max-width: 991px) {
          .af-testimonials__main--loan .swiper-button-prev {
            left: 20px; } }
      .af-testimonials__main--loan .swiper-button-next {
        left: 160px; }
        @media screen and (max-width: 991px) {
          .af-testimonials__main--loan .swiper-button-next {
            left: 92px; } }
  .af-testimonials__nav {
    margin: 0 -40px; }
  .af-testimonials__quote {
    position: relative;
    padding-top: 20px;
    margin: 0;
    color: #011d3b;
    font-family: "GothamBook", sans-serif;
    font-size: 36px; }
    @media screen and (max-width: 991px) {
      .af-testimonials__quote {
        font-size: 28px; } }
    .af-testimonials__quote:before {
      position: absolute;
      top: -55px;
      left: -40px;
      color: rgba(168, 186, 200, 0.2);
      font-size: 220px;
      z-index: -1;
      content: "\201c"; }
      @media screen and (max-width: 991px) {
        .af-testimonials__quote:before {
          top: -65px;
          left: -30px; } }
    .af-testimonials__quote span {
      color: #003e77; }
    .af-testimonials__quote--white {
      color: #fff; }
    .af-testimonials__quote--bob {
      padding-top: 60px;
      font-size: 32px; }
      .af-testimonials__quote--bob:before {
        left: -50px;
        top: -40px; }
        @media screen and (max-width: 991px) {
          .af-testimonials__quote--bob:before {
            top: -30px;
            left: -10px;
            font-size: 190px; } }
      .af-testimonials__quote--bob:after {
        content: '';
        display: block;
        position: absolute;
        left: -78px;
        top: 0px;
        width: 160px;
        height: 160px;
        background-color: #04213b;
        -webkit-clip-path: url(#quote-path);
        clip-path: url(#quote-path);
        z-index: -2; }
        @media screen and (max-width: 991px) {
          .af-testimonials__quote--bob:after {
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
            transform: scale(0.7);
            left: -45px;
            top: -10px; } }
  .af-testimonials__name {
    max-width: 80%;
    margin-top: 40px;
    font-weight: 400;
    color: #0c1f2d; }
    .af-testimonials__name--white {
      color: #fff; }
    @media screen and (max-width: 991px) {
      .af-testimonials__name {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .af-testimonials__name {
        max-width: none; } }
  .af-testimonials__thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .af-testimonials__thumb {
        position: relative;
        width: 100%; } }
    .af-testimonials__thumb-slide {
      height: 95%; }
  .af-testimonials__img-wrapp {
    height: 92%; }

.af-edge .af-testimonials__quote:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.af-detail {
  margin-top: 40px;
  padding-bottom: 130px; }
  @media screen and (max-width: 991px) {
    .af-detail {
      margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .af-detail {
      padding: 0;
      padding-bottom: 90px; } }
  @media screen and (min-width: 1500px) {
    .af-detail__contacts {
      margin-left: 50px; } }
  @media screen and (max-width: 1199px) {
    .af-detail__contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 991px) {
    .af-detail__contacts {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .af-detail__contacts-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 991px) {
      .af-detail__contacts-inner {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 40px;
        min-width: 40%;
        width: 100%; } }
    @media screen and (max-width: 991px) {
      .af-detail__contacts-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media screen and (max-width: 767px) {
      .af-detail__contacts-inner {
        min-width: 100%; } }
  .af-detail__contacts span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #021a35;
    margin-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .af-detail__contacts span {
        margin-bottom: 0;
        min-width: 50%; } }
    .af-detail__contacts span:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #7491a9;
      width: 225px;
      max-width: 100%;
      height: 1px;
      display: block; }
      @media screen and (max-width: 991px) {
        .af-detail__contacts span:after {
          display: none; } }
    .af-detail__contacts span:last-of-type:after {
      display: none; }
    @media screen and (max-width: 1199px) {
      .af-detail__contacts span:last-of-type {
        padding-right: 0; } }
  .af-detail__contacts a {
    margin-bottom: 10px; }
  .af-detail__contacts p {
    font-size: 14px;
    color: #021a35;
    font-weight: 500;
    margin: 0; }
  @media screen and (max-width: 991px) {
    .af-detail__contacts {
      padding-right: 15px; }
      .af-detail__contacts:after {
        display: none; } }
  @media screen and (max-width: 767px) {
    .af-detail__contacts {
      padding-right: 0; } }
  .af-detail__contacts-title {
    text-transform: uppercase;
    color: #7491a9;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.79;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .af-detail__contacts-title {
        margin-bottom: 15px; } }
  .af-detail__contacts-number {
    color: #021a35; }
    .af-detail__contacts-number i {
      font-style: normal;
      color: #4ebd88; }
  .af-detail__contacts-mail a {
    color: #06538d; }
  @media screen and (max-width: 991px) {
    .af-detail__contacts-mail {
      display: none; } }
  .af-detail__contacts-mail_btn {
    font-weight: 500;
    color: #06538d;
    text-transform: uppercase;
    padding: 15px 0 20px;
    margin-top: 25px; }
    .af-detail__contacts-mail_btn i {
      margin-left: 10px; }
    @media screen and (max-width: 991px) {
      .af-detail__contacts-mail_btn {
        margin: 0;
        padding: 5px 0 20px; } }
  .af-detail__contacts-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .af-detail__contacts-state img {
      margin-right: 15px; }
  .af-detail__content {
    color: #42515b; }
    @media screen and (max-width: 991px) {
      .af-detail__content {
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      .af-detail__content {
        margin-top: 0; } }
    .af-detail__content > p {
      max-width: 740px;
      margin-left: auto;
      margin-right: auto; }
      .af-detail__content > p a {
        margin-top: 80px; }
    .af-detail__content img {
      min-width: 115%;
      margin: 50px 0 50px -7.5%; }
      @media screen and (max-width: 767px) {
        .af-detail__content img {
          min-width: 100%;
          margin: 50px 0 10px; } }

/* ------------------------------------------- */
/* RESOURCES */
/* ------------------------------------------- */
.af-resources {
  padding: 80px 0 0; }
  @media screen and (max-width: 991px) {
    .af-resources {
      padding: 50px 0 0; } }
  .af-resources__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.79;
    letter-spacing: 0.9px;
    color: #7491a9;
    text-transform: uppercase; }
  .af-resources__list {
    list-style-type: none;
    max-width: 600px;
    min-height: 347px;
    margin-left: auto;
    margin-top: 10px; }
    @media screen and (max-width: 991px) {
      .af-resources__list {
        margin: 0;
        padding: 65px 0 0; } }
  .af-resources__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px; }
    .af-resources__item-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .af-resources__item-inner span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        background-color: #003e77;
        width: 100vw;
        max-width: 50px; }
    .af-resources__item-desc {
      border-bottom: 1px solid #7491a9;
      padding-bottom: 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 30px; }
      .af-resources__item-desc h5 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        font-family: "GothamBook", sans-serif;
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: 0.4px;
        color: #0c1f2d;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .af-resources__item-desc h5 {
            font-size: 23px;
            line-height: 1.52; } }
      .af-resources__item-desc p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.79;
        letter-spacing: 0.9px;
        color: #7491a9;
        text-transform: uppercase; }
    .af-resources__item:last-of-type .af-resources__item-desc {
      border-bottom: none; }

.af-resources-dark {
  padding-top: 100px;
  padding-bottom: 40px;
  margin-bottom: 100px; }
  .af-resources-dark .af-resources__subtitle {
    color: white; }
  .af-resources-dark .af-resources__title {
    color: white;
    font-weight: 300;
    font-family: "GothamPro", sans-serif; }
  .af-resources-dark .af-resources__desc {
    color: white; }
  .af-resources-dark .af-resources__item-desc h5 {
    color: white; }
  .af-resources-dark .af-resources__item-desc p {
    color: white; }
  .af-resources-dark .af-resources__item-inner span {
    background-color: #4ebd88; }

.af-resources-reverse-padding {
  padding-top: 0;
  padding-bottom: 100px; }

.af-describes .af-resources-dark {
  margin-top: 100px; }

.af-download-section .af-resources {
  width: 100vw;
  left: -34vw; }
  .af-download-section .af-resources__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.af-download-section .af-resources-dark {
  margin-top: 40px;
  margin-bottom: 40px; }

/* ------------------------------------------- */
/* LOCATION LOAN OFFICER */
/* ------------------------------------------- */
.af-loan__location {
  background-color: transparent;
  position: relative;
  padding: 160px 0; }
  @media screen and (max-width: 991px) {
    .af-loan__location {
      padding: 90px 0; } }

.af-loan-location__map-box {
  position: relative;
  display: inline-block;
  max-width: 100%; }

.af-loan-location__bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  @media screen and (max-width: 991px) {
    .af-loan-location__bg-1 {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 150%; } }

.af-loan-location__bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 0; }
  @media screen and (max-width: 991px) {
    .af-loan-location__bg-2 {
      display: none; } }

.af-loan-location__info {
  padding-left: 80px; }
  @media screen and (max-width: 1199px) {
    .af-loan-location__info {
      padding-left: 0px; } }

.af-loan-location__name {
  font-size: 14px;
  font-weight: 300;
  color: #7491a9;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-family: "GothamPro", sans-serif; }
  @media screen and (max-width: 767px) {
    .af-loan-location__name {
      display: none; } }

.af-loan-location__address {
  color: #fff;
  font-weight: normal;
  line-height: 1.33;
  margin: 40px 0;
  font-family: "GothamPro", sans-serif; }
  @media screen and (max-width: 767px) {
    .af-loan-location__address {
      margin-top: 0; } }

.af-loan-location__map {
  width: 565px;
  height: 510px;
  margin-top: 50px;
  max-width: 100%; }
  @media screen and (max-width: 1199px) {
    .af-loan-location__map {
      height: 430px; } }
  @media screen and (max-width: 991px) {
    .af-loan-location__map {
      width: 470px; } }
  @media screen and (max-width: 767px) {
    .af-loan-location__map {
      margin-top: 35px; } }
  @media (max-width: 450px) {
    .af-loan-location__map {
      height: 360px; } }
  @media (max-width: 400px) {
    .af-loan-location__map {
      height: 320px; } }
  @media (max-width: 350px) {
    .af-loan-location__map {
      height: 280px; } }

.af-loan-location__text {
  font-size: 20px;
  letter-spacing: 0.45px;
  line-height: 1.9;
  font-weight: 300;
  color: #fff;
  font-family: "GothamPro", sans-serif; }
  @media screen and (max-width: 991px) {
    .af-loan-location__text {
      font-size: 16px; } }
  .af-loan-location__text p, .af-loan-location__text ul {
    margin: 0;
    padding: 0;
    font-family: inherit; }
  .af-loan-location__text ul {
    list-style-type: none; }

.af-loan-location__link {
  margin-top: 80px; }
  @media screen and (max-width: 991px) {
    .af-loan-location__link {
      margin-top: 60px; } }

.gmnoprint, .gm-style-cc {
  display: none !important; }

/* ------------------------------------------- */
/* FOOTER */
/* ------------------------------------------- */
.af-footer {
  position: relative;
  padding: 120px 0;
  margin-top: -45px;
  z-index: 9; }
  .af-footer > svg {
    position: absolute;
    left: -3px;
    top: 0;
    width: -webkit-calc(100% + 6px);
    width: -moz-calc(100% + 6px);
    width: calc(100% + 6px);
    height: 100%;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      .af-footer > svg {
        width: 200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media screen and (max-width: 991px) {
    .af-footer {
      padding: 90px 0; } }
  .af-footer__logo {
    margin-top: 15px; }
    @media screen and (max-width: 991px) {
      .af-footer__logo {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .af-footer__logo a {
      display: block;
      line-height: 1; }
    .af-footer__logo img {
      width: 220px;
      height: auto;
      max-width: 220px; }
      @media screen and (max-width: 1499px) {
        .af-footer__logo img {
          width: 170px; } }
      @media screen and (max-width: 1199px) {
        .af-footer__logo img {
          width: 130px; } }
      @media screen and (max-width: 991px) {
        .af-footer__logo img {
          width: 120px; } }
  .af-footer__area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .af-footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .af-footer__top {
        padding-bottom: 30px; } }
  .af-footer__bottom {
    position: relative;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .af-footer__bottom {
        margin-top: 35px; } }
  .af-footer__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .af-footer__box {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 35px; } }
  .af-footer__callus {
    margin-left: auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px; }
    @media screen and (max-width: 991px) {
      .af-footer__callus {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 35px; } }
  .af-footer__end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.7px;
    font-family: "InterMedium", sans-serif;
    margin-top: 40px; }
    .af-footer__end p {
      font-size: inherit;
      font-family: inherit; }
  .af-footer__copyright {
    font-size: 14px; }
  .af-footer__info {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .af-footer__info br {
        display: none; } }
    @media screen and (max-width: 991px) {
      .af-footer__info {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 35px; } }
    .af-footer__info img {
      width: 30px;
      height: auto;
      margin-right: 25px; }
    .af-footer__info span {
      opacity: 0.6; }

.af__separator--footer-v {
  width: 1px;
  background: #fff;
  opacity: 0.2; }

/* ------------------------------------------- */
/* FEED LOAN OFFICER */
/* ------------------------------------------- */
:root {
  --feed-padding: 140px; }

.af-loan__feed {
  position: relative;
  padding: 140px 0;
  padding-left: 10%; }
  @media (max-width: 1680px) {
    .af-loan__feed {
      padding-left: 13%; } }
  @media (max-width: 1500px) {
    .af-loan__feed {
      padding-left: 18%; } }
  @media (max-width: 1400px) {
    .af-loan__feed {
      padding-left: 14%; } }
  @media (max-width: 1366px) {
    .af-loan__feed {
      padding-left: 15%; } }
  @media (max-width: 1260px) {
    .af-loan__feed {
      padding-left: 12%; } }
  @media (max-width: 1200px) {
    .af-loan__feed {
      padding-left: 9%; } }
  @media (max-width: 1100px) {
    .af-loan__feed {
      padding-left: 6%; } }
  @media (max-width: 1025px) {
    .af-loan__feed {
      padding-left: 3%; } }
  @media (max-width: 993px) {
    .af-loan__feed {
      padding-left: 0px; } }
  @media screen and (max-width: 991px) {
    .af-loan__feed {
      padding: 90px 20px; } }
  @media (min-width: 1920px) {
    .af-loan__feed {
      padding-left: 18%; } }
  @media (min-width: 2100px) {
    .af-loan__feed {
      padding-left: 20%; } }
  @media (min-width: 2500px) {
    .af-loan__feed {
      padding-left: 26%; } }
  .af-loan__feed > svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%; }
    @media screen and (max-width: 991px) {
      .af-loan__feed > svg {
        display: none; } }

.af-loan-feed {
  position: relative; }
  .af-loan-feed__title {
    font-weight: 400;
    margin-bottom: 0; }
  .af-loan-feed__source {
    color: #7491a9;
    letter-spacing: 0.9px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px; }
  .af-loan-feed__slide {
    width: 100%;
    max-width: -webkit-calc(33% - 80px);
    max-width: -moz-calc(33% - 80px);
    max-width: calc(33% - 80px);
    padding: 15px 35px;
    border-left: 1px solid rgba(12, 31, 45, 0.14);
    height: auto; }
    @media (max-width: 1400px) {
      .af-loan-feed__slide {
        max-width: -webkit-calc(33% - 60px);
        max-width: -moz-calc(33% - 60px);
        max-width: calc(33% - 60px); } }
    @media screen and (max-width: 991px) {
      .af-loan-feed__slide {
        max-width: -webkit-calc(45% - 60px);
        max-width: -moz-calc(45% - 60px);
        max-width: calc(45% - 60px); } }
    @media screen and (max-width: 767px) {
      .af-loan-feed__slide {
        max-width: -webkit-calc(50% - 60px);
        max-width: -moz-calc(50% - 60px);
        max-width: calc(50% - 60px); } }
    @media screen and (max-width: 767px) {
      .af-loan-feed__slide {
        max-width: -webkit-calc(50% - 60px);
        max-width: -moz-calc(50% - 60px);
        max-width: calc(50% - 60px); } }
    @media screen and (max-width: 575px) {
      .af-loan-feed__slide {
        max-width: 100%; } }
  .af-loan-feed__swiper {
    margin-top: 60px; }
    .af-loan-feed__swiper:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 190px;
      height: 100%;
      background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
      background-image: -moz- oldlinear-gradient(right, #fff, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
      z-index: 2;
      opacity: 1;
      -webkit-transition: 250ms;
      -o-transition: 250ms;
      -moz-transition: 250ms;
      transition: 250ms; }
      @media screen and (max-width: 575px) {
        .af-loan-feed__swiper:after {
          display: none; } }
    .af-loan-feed__swiper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 190px;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
      background-image: -moz- oldlinear-gradient(left, #fff, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
      z-index: 2;
      opacity: 0;
      -webkit-transition: 250ms;
      -o-transition: 250ms;
      -moz-transition: 250ms;
      transition: 250ms; }
      @media screen and (max-width: 575px) {
        .af-loan-feed__swiper:before {
          display: none; } }
  .af-loan-feed__swiper.end:after {
    opacity: 0; }
  .af-loan-feed__prev, .af-loan-feed__next {
    bottom: auto;
    top: 0; }
  .af-loan-feed__prev {
    left: 0; }
  .af-loan-feed__next {
    left: 72px; }
  .af-loan-feed__link {
    margin-left: auto; }
    @media (max-width: 350px) {
      .af-loan-feed__link {
        margin-top: 75px;
        margin-left: 0; } }
  .af-loan-feed__date {
    color: #7491a9;
    font-size: 14px;
    letter-spacing: 0.93px;
    font-family: "GothamPro", sans-serif;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400; }
  .af-loan-feed__text, .af-loan-feed__text p {
    color: #0c1f2d;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.45px;
    font-weight: 400;
    padding-bottom: 15px; }
    @media screen and (max-width: 575px) {
      .af-loan-feed__text, .af-loan-feed__text p {
        color: #42515b; } }
  .af-loan-feed__img {
    margin-bottom: 20px;
    max-height: 300px; }
    .af-loan-feed__img img {
      max-height: 300px; }
  .af-loan-feed__nav {
    position: relative;
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10%; }
    @media screen and (max-width: 575px) {
      .af-loan-feed__nav {
        margin-top: 40px;
        margin-right: 0; } }

.af-loan__testimonials {
  padding: 210px 0; }
  @media screen and (max-width: 991px) {
    .af-loan__testimonials {
      padding: 90px 0; } }

.af-loan-testimonials__bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }
  @media screen and (max-width: 991px) {
    .af-loan-testimonials__bg1 {
      left: 25%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 250%; } }

.af-loan-testimonials__bg2 {
  position: absolute;
  width: 50%;
  height: -webkit-calc(100% - 6px);
  height: -moz-calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  z-index: -1;
  opacity: 0.08; }
  @media screen and (max-width: 1199px) {
    .af-loan-testimonials__bg2 {
      width: 55%; } }
  @media screen and (max-width: 991px) {
    .af-loan-testimonials__bg2 {
      display: none; } }

.af-loan-testimonials__subtitle {
  margin-bottom: 25px; }

.af-loan-testimonials__title {
  margin: 15px 0; }

.af-loan-testimonials__text {
  margin-top: 15px; }

.af-loan-testimonials__social {
  margin-top: 45px; }

.af-loan-testimonials__rating {
  margin-top: 25px; }
  .af-loan-testimonials__rating .fa {
    color: #4ebd88;
    padding-right: 5px; }

.af-loan-testimonials__quote {
  font-size: 32px; }

/* ------------------------------------------- */
/*  INNER PAGE BANNER(not loan officer) */
/* ------------------------------------------- */
.af-banner {
  padding-top: 280px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1499px) {
    .af-banner {
      padding-top: 200px; } }
  @media screen and (max-width: 991px) {
    .af-banner {
      padding-top: 145px;
      padding-bottom: 40px; } }
  .af-banner__bg {
    position: absolute;
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    left: -2px;
    top: -2px;
    z-index: -1;
    fill: #003e77; }
    @media screen and (max-width: 991px) {
      .af-banner__bg {
        width: 300%;
        height: 85%; } }
  .af-banner__subtitle {
    color: #fff; }
    .af-banner__subtitle.apply-banner {
      height: 21px; }
  .af-banner__title {
    line-height: 1.33;
    letter-spacing: normal;
    margin-top: 40px; }
    .af-banner__title .apply-loading-gif {
      width: 75px;
      margin-top: -100px; }
    .af-banner__title.apply-banner {
      height: 168px; }
      @media screen and (max-width: 700px) {
        .af-banner__title.apply-banner {
          height: 112px; } }
      @media screen and (max-width: 575px) {
        .af-banner__title.apply-banner {
          height: 139px; } }
      @media screen and (max-width: 405px) {
        .af-banner__title.apply-banner {
          height: 160px; } }
      @media screen and (max-width: 700px) {
        .af-banner__title.apply-banner__lg {
          font-size: 28px; } }
      @media screen and (max-width: 575px) {
        .af-banner__title.apply-banner__lg {
          font-size: 26px; } }
      @media screen and (max-width: 405px) {
        .af-banner__title.apply-banner__lg {
          font-size: 24px; } }
      .af-banner__title.apply-banner__md {
        padding-left: 0; }
        @media screen and (max-width: 991px) and (min-width: 768px) {
          .af-banner__title.apply-banner__md {
            max-width: 570px; } }
        @media screen and (max-width: 700px) {
          .af-banner__title.apply-banner__md {
            font-size: 32px; } }
        @media screen and (max-width: 500px) {
          .af-banner__title.apply-banner__md {
            font-size: 30px; } }
        @media screen and (max-width: 459px) {
          .af-banner__title.apply-banner__md {
            font-size: 28px; } }
      .af-banner__title.apply-banner__sm {
        max-width: 480px; }
        @media screen and (max-width: 992px) {
          .af-banner__title.apply-banner__sm {
            font-size: 42px; } }
        @media screen and (max-width: 575px) {
          .af-banner__title.apply-banner__sm {
            font-size: 35px; } }
  .af-banner__info {
    position: relative;
    padding-bottom: 106px; }
    @media screen and (max-width: 991px) {
      .af-banner__info {
        padding-bottom: 0;
        margin-bottom: 80px; } }
  .af-banner__link {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
    @media screen and (max-width: 991px) {
      .af-banner__link {
        display: none; } }
    @media screen and (max-width: 991px) {
      .af-banner__link--show-mb {
        display: block;
        left: -webkit-calc(50% - 137.5px);
        left: -moz-calc(50% - 137.5px);
        left: calc(50% - 137.5px);
        right: 0;
        bottom: -60px; } }
    @media screen and (max-width: 575px) {
      .af-banner__link--show-mb {
        left: 0; } }
  .af-banner__media {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 95%;
    max-width: 600px;
    max-height: 380px;
    -webkit-filter: drop-shadow(2px 17px 13px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 17px 13px rgba(0, 0, 0, 0.3)); }
    @media screen and (max-width: 991px) {
      .af-banner__media {
        position: relative;
        width: 100%; } }
    @media screen and (max-width: 575px) {
      .af-banner__media {
        width: -webkit-calc(100% + 80px);
        width: -moz-calc(100% + 80px);
        width: calc(100% + 80px); } }
    .af-banner__media img {
      max-height: 450px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (max-width: 1499px) {
        .af-banner__media img {
          max-height: 300px; } }
      @media screen and (max-width: 1199px) {
        .af-banner__media img {
          max-height: 330px; } }
      @media screen and (max-width: 991px) {
        .af-banner__media img {
          max-height: 430px; } }
      @media screen and (max-width: 767px) {
        .af-banner__media img {
          max-height: 330px; } }
      @media screen and (max-width: 575px) {
        .af-banner__media img {
          max-height: 300px; } }
    .af-banner__media video {
      -o-object-fit: cover;
      object-fit: cover;
      min-height: 400px; }
      @media screen and (max-width: 1199px) {
        .af-banner__media video {
          min-height: 340px; } }
      @media screen and (max-width: 575px) {
        .af-banner__media video {
          min-height: 350px; } }
      @media (max-width: 380px) {
        .af-banner__media video {
          min-height: 300px; } }
    .af-banner__media-img {
      margin-top: 50px; }
      @media screen and (max-width: 1499px) {
        .af-banner__media-img {
          margin-top: 125px; } }
      @media screen and (max-width: 991px) {
        .af-banner__media-img {
          margin-top: 0; } }

.af-describes {
  padding: 140px 0;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .af-describes {
      padding: 50px 0; } }
  @media screen and (max-width: 991px) {
    .af-describes__table {
      padding-right: 20px; } }
  .af-describes__table tbody tr:nth-child(even) {
    background-color: #d1e4de; }
  .af-describes__table tbody tr td {
    padding: 2px 8px; }
  .af-describes__bg {
    position: absolute;
    left: -2px;
    bottom: -5%;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    height: 70%;
    z-index: -1;
    fill: #f2f9fd; }
    @media screen and (max-width: 767px) {
      .af-describes__bg {
        display: none; } }
  .af-describes__img {
    max-width: 95%; }
    .af-describes__img img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 400px; }
      @media screen and (min-width: 1500px) {
        .af-describes__img img {
          height: 530px; } }
      @media screen and (max-width: 1199px) {
        .af-describes__img img {
          height: 350px; } }
      @media screen and (max-width: 991px) {
        .af-describes__img img {
          height: 270px; } }
      @media screen and (max-width: 575px) {
        .af-describes__img img {
          width: 100%;
          height: 300px; } }
      @media (max-width: 375px) {
        .af-describes__img img {
          height: auto;
          min-height: 260px; } }
  .af-describes__text {
    color: #42515b;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5; }
    @media screen and (max-width: 991px) {
      .af-describes__text {
        font-size: 16px;
        line-height: 1.69; } }
  .af-describes__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 991px) {
      .af-describes__list {
        margin-top: 35px !important; } }
    @media screen and (max-width: 575px) {
      .af-describes__list {
        margin-top: 0 !important; } }
    .af-describes__list li {
      margin: 25px 0; }
    .af-describes__list li:first-child {
      margin-top: 0; }
    .af-describes__list li:last-child {
      margin-bottom: 0; }
    .af-describes__list a {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 24px;
      color: #06538d;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      font-weight: 400; }
      @media (max-width: 370px) {
        .af-describes__list a {
          font-size: 20px; } }
      .af-describes__list a:hover {
        color: #4ebd88; }
  .af-describes__columns {
    margin-top: 130px; }
    @media screen and (max-width: 991px) {
      .af-describes__columns {
        margin-top: 50px; } }
  .af-describes__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.af-loantypes {
  margin-top: -20px;
  padding: 160px 0;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    .af-loantypes {
      padding: 100px 0 80px; } }
  .af-loantypes__title {
    color: #fff; }
  @media screen and (max-width: 991px) {
    .af-loantypes__bg {
      width: 400%; } }

/* ICON ON BG */
.af-type {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px; }
  .af-type__icon {
    max-width: 80px;
    z-index: 1; }
  .af-type__bg {
    position: absolute;
    left: 5px;
    top: 5px; }
  .af-type__title {
    color: #fff;
    margin-bottom: 40px; }
    @media (max-width: 350px) {
      .af-type__title {
        margin-bottom: 30px;
        margin-top: 10px; } }
  .af-type__link {
    color: #fff;
    letter-spacing: 0.9px; }
    @media (max-width: 375px) and (min-width: 350px) {
      .af-type__link {
        padding-right: 25px; } }
    .af-type__link:after {
      top: 45%; }
    .af-type__link:hover {
      color: #4ebd88; }

.af-two-columns {
  padding: 180px 0 150px; }
  @media screen and (max-width: 991px) {
    .af-two-columns {
      padding: 140px 0 110px; } }
  @media screen and (max-width: 767px) {
    .af-two-columns {
      padding: 90px 0; } }
  .af-two-columns__column {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .af-two-columns__column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

.af-about-us__introduction {
  padding: 100px 0 0;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .af-about-us__introduction {
      padding: 80px 0 60px; } }
  @media screen and (min-width: 768px) {
    .af-about-us__introduction .half {
      width: 50%; } }

.af-about-us__fixed-bg {
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: -1;
  height: 100%;
  min-width: 50%; }
  @media screen and (max-width: 991px) {
    .af-about-us__fixed-bg {
      display: none; } }

.page-LSU .af-about-us__introduction:nth-of-type(4) {
  padding-bottom: 0;
  margin-bottom: 0; }
  .page-LSU .af-about-us__introduction:nth-of-type(4) .af-about-us__fixed-bg {
    display: none; }

.af-counters__title {
  font-size: 14px;
  letter-spacing: 0.93px;
  color: #7491a9;
  margin-bottom: 20px; }

.af-counters__number, .af-counters__name {
  color: #fff;
  font-family: "GothamPro", sans-serif;
  font-size: 42px;
  font-weight: 400;
  display: inline-block; }

.af-counters__name {
  margin: 0; }
  @media screen and (max-width: 991px) {
    .af-counters__name {
      font-size: 35px; } }

.af-counters__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .af-counters__number {
      font-size: 35px; } }
  .af-counters__number:before {
    content: attr(data-before); }
  .af-counters__number:after {
    content: attr(data-after); }

.af-counters__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1499px) {
  .af-counters__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media screen and (max-width: 767px) {
  .af-counters__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.af-leadership__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.af-leadership__item {
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%; }
  @media screen and (max-width: 767px) {
    .af-leadership__item {
      -webkit-flex-basis: 51%;
      -ms-flex-preferred-size: 51%;
      flex-basis: 51%; } }
  @media screen and (max-width: 575px) {
    .af-leadership__item {
      -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
      flex-basis: 90%; } }

.af-leadership__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 255px;
  max-height: 255px; }

.af-leadership__name {
  margin-bottom: 5px; }

.af-leadership__position {
  font-size: 20px;
  font-weight: 300;
  color: #42515b; }

.af-team {
  position: relative;
  margin-bottom: -10px; }
  .af-team__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0; }
    @media screen and (max-width: 991px) {
      .af-team__bg {
        width: 350%; } }
  .af-team__item {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 0 20px; }
    @media screen and (max-width: 1499px) {
      .af-team__item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%; } }
    @media screen and (max-width: 991px) {
      .af-team__item {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%; } }
    @media screen and (max-width: 767px) {
      .af-team__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
  .af-team__name {
    margin-top: 10px; }

.af-send-message {
  padding-top: 50px; }
  .af-send-message .hidden {
    display: none !important; }
  .af-send-message__form-wrap {
    max-width: 680px; }
    .af-send-message__form-wrap .wpcf7-not-valid-tip,
    .af-send-message__form-wrap .wpcf7-validation-errors {
      font-family: "GothamBook", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.69;
      color: #e60000;
      border: none;
      padding: 0;
      margin: 10px 0 0; }
    @media screen and (max-width: 1199px) {
      .af-send-message__form-wrap input[type="submit"] {
        min-width: 100%; } }
  .af-send-message__heading {
    margin-bottom: 50px; }
    @media screen and (max-width: 1199px) {
      .af-send-message__heading {
        margin-bottom: 40px; } }
  .af-send-message_subtitle {
    letter-spacing: -1px; }
  .af-send-message__info {
    margin-top: 80px; }
    @media screen and (max-width: 991px) {
      .af-send-message__info {
        margin-top: 60px; } }
  .af-send-message__list {
    max-width: 245px;
    padding: 0;
    margin-left: auto; }
    .af-send-message__list li {
      list-style-type: none;
      margin-top: 50px; }
      @media screen and (max-width: 1199px) {
        .af-send-message__list li {
          margin-top: 20px; } }
    @media screen and (max-width: 1199px) {
      .af-send-message__list {
        max-width: 100%; } }
  .af-send-message__text {
    font-family: "GothamBook", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: 0.9px;
    color: #7491a9; }
    @media screen and (max-width: 767px) {
      .af-send-message__text {
        margin-bottom: 25px; } }
  .af-send-message__phone {
    font-family: "GothamBook", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    color: #021a35; }
  .af-send-message__address {
    font-family: "GothamBook", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #42515b; }
  .af-send-message .wpcf7 input[name="zipcode"] {
    padding-right: 32px; }
  .af-send-message .wpcf7 input[type="number"]::-webkit-outer-spin-button, .af-send-message .wpcf7 input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .af-send-message .wpcf7 .has-city-state {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .af-send-message .wpcf7 .has-city-state .city {
    -webkit-box-flex: -webkit-calc(50% - 10px);
    -webkit-flex: -webkit-calc(50% - 10px) 0 1;
    -moz-box-flex: -moz-calc(50% - 10px);
    -ms-flex: calc(50% - 10px) 0 1;
    flex: calc(50% - 10px) 0 1; }
  .af-send-message .wpcf7 .has-city-state .state {
    -webkit-box-flex: -webkit-calc(25% - 10px);
    -webkit-flex: -webkit-calc(25% - 10px) 0 1;
    -moz-box-flex: -moz-calc(25% - 10px);
    -ms-flex: calc(25% - 10px) 0 1;
    flex: calc(25% - 10px) 0 1; }
  .af-send-message .wpcf7 .has-city-state .zipcode {
    -webkit-box-flex: -webkit-calc(25% - 10px);
    -webkit-flex: -webkit-calc(25% - 10px) 0 1;
    -moz-box-flex: -moz-calc(25% - 10px);
    -ms-flex: calc(25% - 10px) 0 1;
    flex: calc(25% - 10px) 0 1; }
  @media screen and (max-width: 767px) {
    .af-send-message .wpcf7 .has-phone-state {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .af-send-message .wpcf7 .has-phone-state .phone {
    -webkit-box-flex: -webkit-calc(50% - 10px);
    -webkit-flex: -webkit-calc(50% - 10px) 0 1;
    -moz-box-flex: -moz-calc(50% - 10px);
    -ms-flex: calc(50% - 10px) 0 1;
    flex: calc(50% - 10px) 0 1; }
  .af-send-message .wpcf7 .has-phone-state .state {
    -webkit-box-flex: -webkit-calc(50% - 10px);
    -webkit-flex: -webkit-calc(50% - 10px) 0 1;
    -moz-box-flex: -moz-calc(50% - 10px);
    -ms-flex: calc(50% - 10px) 0 1;
    flex: calc(50% - 10px) 0 1; }
  .af-send-message .wpcf7 .dont-know-loan-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .af-send-message .wpcf7 .dont-know-loan-number .wpcf7-checkbox {
      padding: 8px 12px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
      .af-send-message .wpcf7 .dont-know-loan-number .wpcf7-checkbox > .wpcf7-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0; }
        .af-send-message .wpcf7 .dont-know-loan-number .wpcf7-checkbox > .wpcf7-list-item label {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 17px;
          font-weight: 300;
          line-height: 1.2;
          letter-spacing: 0.3px;
          cursor: pointer; }
          .af-send-message .wpcf7 .dont-know-loan-number .wpcf7-checkbox > .wpcf7-list-item label input[type="checkbox"] {
            margin: 0 10px 0 0;
            border: 3px solid #4ebd88;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%; }
            .af-send-message .wpcf7 .dont-know-loan-number .wpcf7-checkbox > .wpcf7-list-item label input[type="checkbox"]:after {
              content: '';
              top: 4px;
              left: 4px;
              width: 22px;
              height: 22px;
              color: #4ebd88;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              border-radius: 100%;
              background-color: #4ebd88; }
          .af-send-message .wpcf7 .dont-know-loan-number .wpcf7-checkbox > .wpcf7-list-item label .wpcf7-list-item-label {
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }

.page-LSU .af-send-message {
  padding-bottom: 100px; }
  .page-LSU .af-send-message input[type="submit"] {
    margin-bottom: 25px; }

.Press .af-send-message, .page-Press .af-send-message {
  padding-bottom: 100px; }

.Press .af-resources .col-12.col-lg-10.offset-lg-1 > .container, .page-Press .af-resources .col-12.col-lg-10.offset-lg-1 > .container {
  padding-left: 0;
  /* hack for aligning "Brand resources" and "Media Request" text on /press  */ }

.af-find-center {
  position: relative;
  padding: 140px 0;
  margin-top: 130px;
  color: #fff; }
  @media screen and (max-width: 1199px) {
    .af-find-center {
      padding: 110px 0;
      margin-top: 90px; } }
  .af-find-center__title {
    line-height: 1.33;
    color: #fff;
    margin-bottom: 25px; }
  .af-find-center__subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .af-find-center__subtitle {
        font-size: 16px;
        line-height: 1.7; } }
  .af-find-center__search {
    position: relative;
    margin-top: 50px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    overflow: hidden; }
    .af-find-center__search input[type="number"] {
      min-width: 100%;
      padding: 22px 33px;
      font-family: "Benton", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.75;
      letter-spacing: 0.3px;
      color: #021a35;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      @media screen and (max-width: 767px) {
        .af-find-center__search input[type="number"] {
          min-width: initial;
          width: -webkit-calc( 100% + 10px);
          width: -moz-calc( 100% + 10px);
          width: calc( 100% + 10px);
          padding: 10px 30px;
          border: none;
          height: 60px; } }
    .af-find-center__search button {
      position: absolute;
      top: 50%;
      right: 7px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: -webkit-calc(100% - 15px);
      height: -moz-calc(100% - 15px);
      height: calc(100% - 15px);
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 1.4px;
      padding: 25px 48px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .af-find-center__search button {
          height: 54px;
          right: 3px;
          line-height: initial;
          padding: 10px 37px; } }
  .af-find-center__branches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .af-find-center__branches {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px; } }
  .af-find-center__branch {
    padding-bottom: 25px;
    width: 33%; }
    @media screen and (max-width: 991px) {
      .af-find-center__branch {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .af-find-center__branch {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .af-find-center__branch:last-child {
        margin-bottom: 0; } }
  .af-find-center__branch-inner {
    max-width: 70%; }
    @media screen and (max-width: 991px) {
      .af-find-center__branch-inner {
        max-width: 90%; } }
    @media screen and (max-width: 767px) {
      .af-find-center__branch-inner {
        max-width: 100%; } }
  .af-find-center__name {
    font-family: "Benton", sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.58;
    letter-spacing: 0.3px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .af-find-center__name {
        margin-bottom: 10px; } }
  .af-find-center__address, .af-find-center__phone {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63; }
    @media screen and (max-width: 767px) {
      .af-find-center__address, .af-find-center__phone {
        margin: 10px 0; } }
  .af-find-center #showresults {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .af-find-center .order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .af-find-center .order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .af-find-center .order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .af-find-center .apply-loading-gif {
    position: relative;
    width: 75px;
    margin: 1em; }
  .af-find-center .search-additional-msg {
    z-index: 1;
    max-width: 740px;
    padding: 0 20px;
    margin-top: 30px; }
    .af-find-center .search-additional-msg p {
      color: #4ebd88;
      font-weight: 500;
      margin: 0; }
    .af-find-center .search-additional-msg a.af-btn {
      margin-top: 40px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 14px 22px;
      font-size: 14px;
      font-weight: 500;
      text-transform: none; }

#find-center-map {
  min-width: 100%;
  height: 780px;
  bottom: -30px; }
  @media screen and (max-width: 1199px) {
    #find-center-map {
      height: 720px; } }
  #find-center-map div {
    color: #fff !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
    font-family: "Benton", sans-serif !important; }

.gm-style-iw-d {
  overflow: hidden !important;
  max-width: 320px !important; }

.gm-style .gm-style-iw-t::after,
.gm-style .gm-style-iw-t::before {
  display: none; }

.gm-style-iw.gm-style-iw-c {
  padding: 0;
  max-width: 320px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 27px 17px -23px rgba(0, 0, 0, 0.06) !important;
  -moz-box-shadow: 0 27px 17px -23px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 27px 17px -23px rgba(0, 0, 0, 0.06) !important; }
  .gm-style-iw.gm-style-iw-c div {
    min-width: 100%; }
  .gm-style-iw.gm-style-iw-c button {
    position: absolute;
    right: 20px !important;
    top: 25px !important;
    margin: 0;
    opacity: 1 !important; }
    .gm-style-iw.gm-style-iw-c button img {
      margin: 0 !important;
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
      width: 30px !important;
      height: 30px !important;
      opacity: 1 !important; }

.af-infowindow {
  width: 100vw;
  max-width: 320px; }
  .af-infowindow__top {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: left center;
    background-color: #021a35; }
  .af-infowindow__bottom {
    padding: 33px; }
    .af-infowindow__bottom h6 {
      font-family: "Benton", sans-serif;
      font-size: 19px;
      line-height: 1.58;
      letter-spacing: 0.3px;
      color: #021a35;
      margin-bottom: 10px; }
    .af-infowindow__bottom p,
    .af-infowindow__bottom a {
      font-family: "GothamBook", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.63;
      color: #42515b;
      margin: 10px 0; }

.af-map__heading {
  padding: 110px 0 80px; }
  @media screen and (max-width: 1199px) {
    .af-map__heading {
      padding: 80px 0 50px; } }
  .af-map__heading h2 {
    line-height: 1.33;
    color: #021a35; }
  .af-map__heading p {
    font-size: 16px;
    font-weight: 400;
    color: #42515b; }
  .af-map__heading > p {
    font-size: 20px; }

.af-map__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .af-map__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media screen and (min-width: 992px) {
  .af-map__section {
    margin-right: 40px; } }

.af-map__state {
  margin: 14px 0; }
  @media screen and (max-width: 991px) {
    .af-map__state:first-child {
      margin-top: 0; }
    .af-map__state:last-child {
      margin-bottom: 0; } }
  .af-map__state-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .af-map__state-name h5 {
      display: inline-block;
      font-size: 30px;
      font-weight: 300;
      margin: 0; }
    .af-map__state-name:hover {
      cursor: pointer; }
  .af-map__state .af-map__marker {
    display: inline-block;
    height: 36px;
    width: 36px;
    margin-right: 20px;
    background-image: url("/wp-content/themes/assurance-financial/assets/img/find-center-marker.svg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat; }
  .af-map__state.active .af-map__marker {
    background-image: url("/wp-content/themes/assurance-financial/assets/img/find-center-marker-active.svg"); }

.af-map__branches {
  overflow: hidden;
  height: 0;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
  margin: 0 0 20px 55px; }

.af-map__branch {
  padding: 10px 0; }
  .af-map__branch-inner a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #42515b; }
    .af-map__branch-inner a:hover {
      color: #42515b; }

.af-map__name {
  font-size: 18px;
  color: #4ebd88;
  margin: 0; }

.af-map p.af-map__address {
  margin: 0; }

.af-map__phone {
  margin: 14px 0 0; }

.af-search-section {
  margin-top: -145px; }
  @media screen and (max-width: 991px) {
    .af-search-section {
      margin-top: -110px; } }
  .af-search-section__item {
    padding: 0 0 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f1f4f6; }

.af-search-item__img {
  width: 160px;
  height: 167px; }
  @media screen and (max-width: 575px) {
    .af-search-item__img {
      width: 93px;
      height: 96px; } }
  @media (max-width: 400px) {
    .af-search-item__img {
      width: 97px;
      height: 100px; } }
  .af-search-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.af-search-item__area {
  margin-left: 35px; }
  @media screen and (max-width: 575px) {
    .af-search-item__area {
      margin-left: 25px; } }
  @media (max-width: 400px) {
    .af-search-item__area {
      margin-left: 25px; } }
  @media (max-width: 350px) {
    .af-search-item__area {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-left: 0;
      margin-top: 25px; } }

.af-search-item__name {
  font-size: 28px; }
  @media screen and (max-width: 991px) {
    .af-search-item__name {
      font-size: 24px; } }
  @media screen and (max-width: 575px) {
    .af-search-item__name {
      margin-bottom: 10px; } }
  @media (max-width: 400px) {
    .af-search-item__name {
      font-size: 22px; } }

.af-search-item__city, .af-search-item__code {
  color: #7491a9;
  letter-spacing: 0.93px;
  line-height: 1; }
  @media screen and (max-width: 991px) {
    .af-search-item__city, .af-search-item__code {
      display: block; } }

.af-search-item__code {
  position: relative;
  color: #7491a9;
  letter-spacing: 0.93px;
  margin-left: 30px;
  padding-left: 15px; }
  @media screen and (max-width: 991px) {
    .af-search-item__code {
      margin-left: 0;
      margin-top: 10px;
      padding-left: 0; } }
  .af-search-item__code:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #7491a9; }
    @media screen and (max-width: 991px) {
      .af-search-item__code:before {
        display: none; } }

.af-search-item__phone {
  display: inline-block;
  color: #42515b;
  font-size: 20px;
  font-weight: 400; }
  @media screen and (max-width: 991px) {
    .af-search-item__phone {
      font-size: 16px; } }

.af-search-item__link {
  color: #06538d;
  text-transform: uppercase;
  font-weight: 400; }

.af-search-item__buttons > div {
  width: 100%; }

@media screen and (max-width: 767px) {
  .af-search-item__buttons {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 40px; } }

.af-no-lo-found-msg h3 {
  line-height: 1.2; }

.af-no-lo-found-msg .text p {
  font-size: 18px;
  color: #000000; }

.af-no-lo-found-msg .af-btn {
  padding: 20px 40px;
  text-transform: none; }

.af-no-lo-found-msg .af-side-padd-right {
  padding-right: 60px; }

.af-steps {
  margin: 140px 0 50px;
  position: relative; }
  .af-steps:before {
    position: absolute;
    content: '';
    left: 0;
    top: -40px;
    -webkit-transform: translateX(-65%);
    -moz-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    -o-transform: translateX(-65%);
    transform: translateX(-65%);
    width: 90vw;
    height: 120vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #f2f9fd; }
  .af-steps::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    -webkit-transform: translate(69%, 0%);
    -moz-transform: translate(69%, 0%);
    -ms-transform: translate(69%, 0%);
    -o-transform: translate(69%, 0%);
    transform: translate(69%, 0%);
    width: 90vw;
    height: 120vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #f2f9fd;
    z-index: -1; }
  .af-steps__list {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .af-steps__list {
        margin-top: 50px; } }
  .af-steps__heading {
    max-width: 560px; }
    .af-steps__heading--reverse {
      margin-left: auto; }
    @media screen and (max-width: 767px) {
      .af-steps__heading {
        margin-bottom: 30px; } }
  .af-steps__item {
    margin-bottom: 90px; }
    .af-steps__item .af-clip-path--purchase-describes-2 {
      min-height: 305px;
      -webkit-transform: translateX(-15%);
      -moz-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
      -o-transform: translateX(-15%);
      transform: translateX(-15%); }
      .af-steps__item .af-clip-path--purchase-describes-2 img {
        min-height: 380px;
        max-width: none; }
        @media screen and (max-width: 1499px) {
          .af-steps__item .af-clip-path--purchase-describes-2 img {
            min-height: 100%; } }
        @media screen and (max-width: 767px) {
          .af-steps__item .af-clip-path--purchase-describes-2 img {
            min-height: 100%; } }
      @media screen and (max-width: 1499px) {
        .af-steps__item .af-clip-path--purchase-describes-2 {
          min-height: 100%; } }
      @media screen and (max-width: 767px) {
        .af-steps__item .af-clip-path--purchase-describes-2 {
          min-height: initial;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); } }
    @media screen and (max-width: 767px) {
      .af-steps__item {
        margin-bottom: 60px; } }
    .af-steps__item .af-clip-path--purchase-describes-1 img {
      height: 410px;
      max-width: none; }
      @media screen and (max-width: 1499px) {
        .af-steps__item .af-clip-path--purchase-describes-1 img {
          height: initial; } }
      @media screen and (max-width: 1499px) {
        .af-steps__item .af-clip-path--purchase-describes-1 img {
          min-height: initial; } }
      @media screen and (max-width: 767px) {
        .af-steps__item .af-clip-path--purchase-describes-1 img {
          height: initial; } }
    .af-steps__item .af-accordeon__item {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .af-steps {
      margin: 50px 0 30px; } }

.af-calendar__mail {
  width: 100%;
  font-weight: 400; }
  .af-calendar__mail::-webkit-input-placeholder {
    font-weight: 400 !important; }
  .af-calendar__mail::-moz-placeholder {
    font-weight: 400 !important; }
  .af-calendar__mail::-ms-input-placeholder {
    font-weight: 400 !important; }
  .af-calendar__mail::placeholder {
    font-weight: 400 !important; }

.af-calendar__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }
  @media screen and (max-width: 1199px) {
    .af-calendar__row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.af-calendar-row__item {
  margin-right: 15px; }
  @media screen and (max-width: 1199px) {
    .af-calendar-row__item {
      margin-right: 0;
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px); }
      .af-calendar-row__item .select2-container {
        width: 100% !important; } }
  @media screen and (max-width: 575px) {
    .af-calendar-row__item {
      width: 100% !important;
      margin-bottom: 15px; } }

.af-calendar-row__btn {
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .af-calendar-row__btn {
      margin-top: 15px;
      height: 63px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 575px) {
    .af-calendar-row__btn {
      margin-top: 0; } }

.af-calendar__message {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 30px;
  -moz-text-align-last: left;
  text-align-last: left;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid transparent;
  display: none; }
  .af-calendar__message--success {
    border-color: #4ebd88; }
  .af-calendar__message--error {
    border-color: red; }

.af-abby__video video {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  max-width: 500px; }
  @media screen and (max-width: 767px) {
    .af-abby__video video {
      margin-bottom: 40px; } }

.af-abby__video .apply-loading-gif {
  width: 75px; }

@media screen and (min-width: 992px) {
  .af-abby__video--big {
    min-height: 500px; } }

@media screen and (min-width: 992px) {
  .af-abby__video--big video {
    -webkit-transform: translateY(25%) scale(1.9);
    -moz-transform: translateY(25%) scale(1.9);
    -ms-transform: translateY(25%) scale(1.9);
    -o-transform: translateY(25%) scale(1.9);
    transform: translateY(25%) scale(1.9); } }

.af-abby-help__media {
  width: 100%; }

.af-abby__media--big {
  height: 900px;
  position: absolute;
  bottom: -150px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px); }
  @media screen and (max-width: 991px) {
    .af-abby__media--big {
      height: 500px; } }
  @media screen and (max-width: 767px) {
    .af-abby__media--big {
      position: relative;
      bottom: auto;
      max-width: 400px;
      margin: 0 auto; } }
  .af-abby__media--big img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .af-abby__media--big video {
    position: absolute;
    height: 100%;
    left: 0;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.af-abby__media--normal {
  height: 470px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .af-abby__media--normal {
      height: 380px; } }
  @media screen and (max-width: 991px) {
    .af-abby__media--normal {
      height: 300px; } }
  @media screen and (max-width: 767px) {
    .af-abby__media--normal {
      max-width: 370px;
      margin: 0 auto; } }
  .af-abby__media--normal img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .af-abby__media--normal video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.af-edge .af-abby__media--big video {
  height: auto;
  width: auto;
  top: 150px; }

.af-video__thumbnail {
  display: inline-block;
  position: relative; }
  .af-video__thumbnail:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/play.svg");
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    z-index: 2;
    cursor: pointer; }

@media screen and (max-width: 991px) {
  .type-post .share-post__col {
    padding-bottom: 20px; } }

.type-post .share-post__col-share {
  font-weight: 500;
  margin-bottom: 15px; }

.type-post .share-post__col-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 992px) {
    .type-post .share-post__col-icons {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .type-post .share-post__col-icons i {
    position: relative;
    margin-top: 0;
    -webkit-transition: color var(--time);
    -o-transition: color var(--time);
    -moz-transition: color var(--time);
    transition: color var(--time);
    color: inherit;
    letter-spacing: 1.1px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500; }
    @media screen and (max-width: 1499px) {
      .type-post .share-post__col-icons i {
        font-size: 20px; } }
    @media screen and (max-width: 991px) {
      .type-post .share-post__col-icons i {
        font-size: 25px; } }
  .type-post .share-post__col-icons .af-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1499px) {
      .type-post .share-post__col-icons .af-btn {
        width: 35px;
        height: 35px; } }
    @media screen and (max-width: 991px) {
      .type-post .share-post__col-icons .af-btn {
        width: 45px;
        height: 45px;
        margin: 0 5px; }
        .type-post .share-post__col-icons .af-btn:first-of-type {
          margin-left: 0; } }

.af-qualifiers-logos .row {
  padding: 0 40px 60px;
  margin: 0;
  border-bottom: 2px solid #003e77; }
  @media screen and (max-width: 991px) {
    .af-qualifiers-logos .row {
      padding: 0 0 60px; } }

.af-qualifiers-logos .af-qualifiers-logos-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0; }
  @media screen and (max-width: 991px) {
    .af-qualifiers-logos .af-qualifiers-logos-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .af-qualifiers-logos .af-qualifiers-logos-col img {
    display: block;
    max-height: 100%;
    margin: auto; }
    @media (-ms-high-contrast: none) {
      .af-qualifiers-logos .af-qualifiers-logos-col img {
        width: 100%; } }

.af-qualifiers-logos .af-qualifiers-logos-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .af-qualifiers-logos .af-qualifiers-logos-half {
      margin: 30px 0; } }

.af-qualifiers-logos .af-qualifiers-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  width: 160px;
  padding: 0 15px; }
  @media screen and (max-width: 1199px) {
    .af-qualifiers-logos .af-qualifiers-logo {
      max-height: 92px;
      width: 150px; } }
  @media screen and (max-width: 991px) {
    .af-qualifiers-logos .af-qualifiers-logo {
      max-height: 84px;
      width: 140px; } }
  @media screen and (max-width: 767px) {
    .af-qualifiers-logos .af-qualifiers-logo {
      max-height: 76px;
      width: 130px; } }

.error__introduction {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .error__introduction .half {
      width: 50%; } }
  .error__introduction a {
    color: #06538d;
    font-size: 16px;
    font-weight: 500; }
  .error__introduction ul {
    padding-left: 15px; }
  .error__introduction .af-btn__text {
    color: #fff; }

.error__fixed-bg {
  position: absolute;
  right: -2px;
  top: 10%;
  z-index: -1;
  height: 130%;
  min-width: 50%; }
  @media screen and (max-width: 991px) {
    .error__fixed-bg {
      display: none; } }

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