@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

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

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1620px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-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%; } }

.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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !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; }

.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-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: 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-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-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-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-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; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 0 47px; }
  @media only screen and (min-width: 1200px) {
    .slick-slider {
      padding: 0 120px; } }
  .slick-slider.sidebar-carousel, .slick-slider.quote-carousel {
    padding: 0; }
  .slick-slider .slick-prev, .slick-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    outline: none;
    text-indent: -9999em;
    z-index: 120; }
  .slick-slider .slick-prev {
    left: 0px;
    background-image: url(/library/v3.0/images/svg/left-arrow_knight-frank.svg); }
    @media only screen and (min-width: 1200px) {
      .slick-slider .slick-prev {
        left: 45px; } }
  .slick-slider .slick-next {
    right: 0px;
    background-image: url(/library/v3.0/images/svg/right-arrow_knight-frank.svg); }
    @media only screen and (min-width: 1200px) {
      .slick-slider .slick-next {
        right: 45px; } }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  @media only screen and (max-width: 576px) {
    .slick-slide {
      max-width: 75vw; } }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* AOS Transitions */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos] {
  pointer-events: none; }

[data-aos].aos-animate {
  pointer-events: auto; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0); }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0); }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden; }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform; }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg); }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg); }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg); }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg); }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 600; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  color: #D0103A;
  padding: 1rem 1.5rem;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  display: none;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #270E2D;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* -------- GLOBAL STYLES -------- */
html, body {
  height: 100%; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%; }

main {
  display: block; }

body {
  color: #270E2D;
  fill: currentColor;
  font-family: "Beausite Classic KFF", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  overflow-x: hidden;
  padding-top: 11.7rem; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 12.6rem; } }
  @media only screen and (min-width: 1200px) {
    body {
      padding-top: 139px; } }

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-family: "Beausite Classic KFF", sans-serif;
  font-weight: 700;
  margin-top: 1rem; }
  .h1:first-child, h1:first-child, .h2:first-child, h2:first-child, .h3:first-child, h3:first-child, .h4:first-child, h4:first-child, .h5:first-child, h5:first-child {
    margin-top: 0; }

.h1, h1 {
  font-size: 2.4rem;
  line-height: 2.7rem; }
  @media only screen and (min-width: 992px) {
    .h1, h1 {
      font-size: 3.5rem;
      line-height: 3.8rem; } }

.h2, h2 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-top: 1rem; }
  @media only screen and (min-width: 992px) {
    .h2, h2 {
      font-size: 2.4rem;
      line-height: 2.7rem; } }
  .h2:first-child, h2:first-child {
    margin-top: 0; }

.h3, h3 {
  font-size: 1.6rem;
  line-height: 1.9rem; }
  @media only screen and (min-width: 992px) {
    .h3, h3 {
      font-size: 2rem;
      line-height: 2.3rem; } }

.h4, h4, .h5, h5, .h6, h6 {
  font-size: 1.4rem;
  line-height: 1.7rem; }
  @media only screen and (min-width: 992px) {
    .h4, h4, .h5, h5, .h6, h6 {
      font-size: 1.8rem;
      line-height: 2.1rem; } }

ul li, li li {
  list-style: none; }

p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 1.6rem; }
  @media only screen and (min-width: 992px) {
    p {
      font-size: 1.6rem;
      line-height: 2.5rem; } }

a {
  color: #D0103A;
  text-decoration: none;
  transition: 0.4s ease; }

button {
  cursor: pointer;
  transition: 0.4s ease; }

button, html input[type="button"], input[type="reset"], input[type="submit"], input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

sup {
  font-size: .75rem;
  position: relative;
  top: -0.4rem;
  vertical-align: baseline; }

hr {
  border: none;
  border-bottom: 1px solid #000;
  margin: 0 auto 1rem;
  width: 100%; }

img {
  vertical-align: middle; }

.img-responsive {
  height: auto;
  max-width: 100%;
  width: auto; }

.test {
  height: 1.6rem; }

.icon {
  display: inline-block;
  fill: #000;
  height: 3.2rem;
  stroke: #000;
  width: 3.2rem; }

/*
* Borders 
*/
.border-top-grey {
  border-top: 0.1rem solid #AAADAE; }

.border-bottom-grey {
  border-bottom: 0.1rem solid #AAADAE; }

.border-top-grey {
  border-top: 0.1rem solid #AAADAE; }

.border-left-grey {
  border-left: 0.1rem solid #AAADAE; }

.border-left-right {
  border-right: 0.1rem solid #AAADAE; }

/*
* Padding
*/
.pb-none {
  padding-bottom: 0; }

.pt-none {
  padding-top: 0; }

.pl-none {
  padding-left: 0; }

.pr-none {
  padding-right: 0; }

/*
* Knight Frank Accent
*/
.kf-accent {
  background-color: #D0103A;
  display: inline-block;
  height: 3rem;
  margin-bottom: 2.5rem;
  transform: rotate(45deg);
  transform-origin: center;
  width: 3rem; }

/*
* Text Formatting
*/
.text-center {
  text-align: center; }

/* Screen Reader */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Grid */
.row.sml-gutter {
  margin-left: -1rem;
  margin-right: -1rem; }
  .row.sml-gutter > [class^="col-"], .row.sml-gutter > [class*=" col-"] {
    padding-left: 1rem;
    padding-right: 1rem; }

.row.lrg-gutter {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }
  @media only screen and (max-width: 992px) {
    .row.lrg-gutter {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  .row.lrg-gutter > [class^="col-"], .row.lrg-gutter > [class*=" col-"] {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    @media only screen and (max-width: 992px) {
      .row.lrg-gutter > [class^="col-"], .row.lrg-gutter > [class*=" col-"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }

.wysiwyg {
  /*
    * Large WYSIWYG for featured pages
    */
  /*
    * Style Guide 
    */
  /*
    * Accordion
    */ }
  .wysiwyg p {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 2rem;
    letter-spacing: -0.02em;
    line-height: 2rem; }
    .wysiwyg p:first-of-type {
      margin-top: 0; }
  .wysiwyg img {
    height: auto;
    margin-top: 1em;
    max-width: 100%;
    width: auto; }
    .wysiwyg img:first-child {
      margin-top: 0; }
  .wysiwyg ul, .wysiwyg ol {
    margin: .5em 0;
    overflow: hidden; }
    .wysiwyg ul:last-child, .wysiwyg ol:last-child {
      margin-bottom: 0; }
    .wysiwyg ul > li, .wysiwyg ol > li {
      list-style: none;
      margin-top: .5rem;
      padding-left: 1.5em;
      position: relative; }
      .wysiwyg ul > li:before, .wysiwyg ol > li:before {
        left: 0;
        position: absolute; }
  .wysiwyg ul {
    margin: 0;
    padding: .5rem 0 0 0; }
    .wysiwyg ul > li {
      font-size: 2.2rem !important;
      line-height: 2.6rem !important;
      font-weight: 500;
      margin: 0;
      padding: 2rem 0 2rem 5rem; }
      .wysiwyg ul > li:before {
        background: #D0103A;
        content: "";
        height: 1rem;
        left: 0.4rem;
        top: 1.7rem;
        transform: rotate(45deg);
        width: 1rem; }
        @media only screen and (min-width: 768px) {
          .wysiwyg ul > li:before {
            height: 2rem;
            width: 2rem; } }
  .wysiwyg ol {
    counter-reset: li-counter; }
    .wysiwyg ol > li {
      counter-increment: li-counter;
      padding-left: 2em; }
      .wysiwyg ol > li:before {
        content: counter(li-counter) "."; }
  .wysiwyg blockquote {
    border-bottom: 1px solid #7c7c7c;
    border-top: 1px solid #7c7c7c;
    margin: 2.5em auto 3em;
    padding: 3rem 0; }
    .wysiwyg blockquote:first-child {
      margin-top: 0; }
    .wysiwyg blockquote p {
      font-size: 2.2rem;
      line-height: 2.8rem;
      position: relative; }
      @media only screen and (min-width: 576px) {
        .wysiwyg blockquote p {
          font-size: 3.2rem;
          line-height: 3.8rem; } }
      .wysiwyg blockquote p:first-of-type {
        margin-top: 0; }
    .wysiwyg blockquote cite {
      display: block;
      line-height: 1.2;
      margin-left: 2rem;
      padding-top: 2rem; }
  .wysiwyg .align-left {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px; }
  .wysiwyg .align-right {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px; }
  .wysiwyg .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wysiwyg .custom-select-dropdown .js-select-dropdown {
    padding: 0; }
    .wysiwyg .custom-select-dropdown .js-select-dropdown > li {
      color: #270E2D;
      margin: 0;
      padding: 1rem 2rem; }
      .wysiwyg .custom-select-dropdown .js-select-dropdown > li:hover {
        color: #D0103A; }
      .wysiwyg .custom-select-dropdown .js-select-dropdown > li:before {
        display: none; }
  .wysiwyg.lg-wysiwyg h1, .wysiwyg.lg-wysiwyg h2, .wysiwyg.lg-wysiwyg h3, .wysiwyg.lg-wysiwyg h4, .wysiwyg.lg-wysiwyg h5, .wysiwyg.lg-wysiwyg h6 {
    margin-bottom: 2.6rem; }
  .wysiwyg.lg-wysiwyg h2, .wysiwyg.lg-wysiwyg h3, .wysiwyg.lg-wysiwyg h4, .wysiwyg.lg-wysiwyg h5, .wysiwyg.lg-wysiwyg h6 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg.lg-wysiwyg h2, .wysiwyg.lg-wysiwyg h3, .wysiwyg.lg-wysiwyg h4, .wysiwyg.lg-wysiwyg h5, .wysiwyg.lg-wysiwyg h6 {
        font-size: 4.8rem;
        letter-spacing: -0.02em;
        line-height: 5.2rem; } }
  .wysiwyg.lg-wysiwyg .intro-text {
    font-size: 1.6rem;
    font-weight: 350;
    letter-spacing: -0.02em;
    line-height: 1.9rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg.lg-wysiwyg .intro-text {
        font-size: 3rem;
        line-height: 3.8rem; } }
  .wysiwyg.lg-wysiwyg p {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 2.6rem;
    letter-spacing: -0.02em;
    line-height: 1.9rem; }
    .wysiwyg.lg-wysiwyg p:first-of-type {
      margin-top: 0; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg.lg-wysiwyg p {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
  .wysiwyg .style-guide h1, .wysiwyg .style-guide h2 {
    margin-bottom: 5rem;
    margin-top: 10rem; }
  .wysiwyg .style-guide p.code-ex {
    background: #DBD8D5;
    border-radius: 0.2rem;
    display: inline-block;
    margin: 3rem 0 0 0;
    padding: 0.5rem; }
    .wysiwyg .style-guide p.code-ex + p {
      margin: 3rem 0 5rem; }
  .wysiwyg .style-guide p a {
    margin: 0.5rem 0; }
  .wysiwyg .quote-1 {
    font-size: calc(0.01477 * 100vw + 18.46154px);
    font-style: italic;
    font-weight: 100;
    line-height: calc(0.01785 * 100vw + 22.30769px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .quote-1 {
        font-size: 48px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .quote-1 {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .quote-1 {
        line-height: 58px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .quote-1 {
        line-height: 29px; } }
  .wysiwyg .title-1 {
    font-size: calc(0.01477 * 100vw + 18.46154px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 5.2rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-1 {
        font-size: 48px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .title-1 {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-1 {
        font-weight: 400; } }
  .wysiwyg .title-2 {
    font-size: calc(0.01477 * 100vw + 18.46154px);
    font-weight: 300;
    line-height: 5.2rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-2 {
        font-size: 48px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .title-2 {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-2 {
        letter-spacing: -0.02em; } }
  .wysiwyg .title-3 {
    font-size: calc(0.00862 * 100vw + 20.76923px);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 4.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-3 {
        font-size: 38px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .title-3 {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-3 {
        font-weight: 500; } }
  .wysiwyg .api-1 {
    font-size: calc(0.00738 * 100vw + 21.23077px);
    font-weight: 350;
    line-height: calc(0.00923 * 100vw + 24.53846px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-1 {
        font-size: 36px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .api-1 {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-1 {
        line-height: 43px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .api-1 {
        line-height: 28px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-1 {
        letter-spacing: -0.02em; } }
  .wysiwyg .api-2 {
    font-size: calc(0.00738 * 100vw + 21.23077px);
    font-weight: 100;
    letter-spacing: -0.02em;
    line-height: calc(0.00985 * 100vw + 24.30769px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-2 {
        font-size: 36px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .api-2 {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-2 {
        line-height: 44px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .api-2 {
        line-height: 28px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-2 {
        font-weight: 300; } }
  .wysiwyg .opening-body-1 {
    font-size: calc(0.00862 * 100vw + 12.76923px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 3.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .opening-body-1 {
        font-size: 30px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .opening-body-1 {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .opening-body-1 {
        font-weight: 350; } }
  .wysiwyg .title-4 {
    font-size: calc(0.01108 * 100vw + 7.84615px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 3.4rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-4 {
        font-size: 30px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .title-4 {
        font-size: 12px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-4 {
        font-weight: 300;
        letter-spacing: -0.02em;
        text-transform: none; } }
  .wysiwyg .home-header-text {
    font-size: calc(0.00615 * 100vw + 15.69231px);
    font-weight: 350;
    letter-spacing: -0.02em;
    line-height: 3.4rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .home-header-text {
        font-size: 28px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .home-header-text {
        font-size: 18px; } }
  .wysiwyg .contact-1 {
    font-size: calc(0.00246 * 100vw + 23.07692px);
    font-weight: 500;
    letter-spacing: -0.02em; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .contact-1 {
        font-size: 28px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .contact-1 {
        font-size: 24px; } }
  .wysiwyg .contact-2 {
    font-size: calc(0.00246 * 100vw + 23.07692px);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: calc(0.00492 * 100vw + 26.15385px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .contact-2 {
        font-size: 28px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .contact-2 {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .contact-2 {
        line-height: 36px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .contact-2 {
        line-height: 28px; } }
  .wysiwyg .title-5 {
    font-size: calc(0.00062 * 100vw + 24.76923px);
    font-weight: 350;
    letter-spacing: -0.02em;
    line-height: 2.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-5 {
        font-size: 26px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .title-5 {
        font-size: 25px; } }
  .wysiwyg .quote-2 {
    font-size: calc(0.00246 * 100vw + 19.07692px);
    font-weight: 300;
    line-height: 2.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .quote-2 {
        font-size: 24px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .quote-2 {
        font-size: 20px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .quote-2 {
        font-weight: 350; } }
  .wysiwyg .quote-3 {
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 3.8rem; }
  .wysiwyg .title-6 {
    font-size: calc(0.00369 * 100vw + 14.61538px);
    font-weight: 700;
    line-height: calc(0.00492 * 100vw + 17.15385px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-6 {
        font-size: 22px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .title-6 {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .title-6 {
        line-height: 27px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .title-6 {
        line-height: 19px; } }
  .wysiwyg .bullet-1 {
    font-size: calc(0.00369 * 100vw + 14.61538px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 2.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .bullet-1 {
        font-size: 22px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .bullet-1 {
        font-size: 16px; } }
  .wysiwyg .title-7 {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.7rem; }
  .wysiwyg .body-1 {
    font-size: calc(0.00369 * 100vw + 14.61538px);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 2.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-1 {
        font-size: 22px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .body-1 {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-1 {
        font-weight: 350; } }
  .wysiwyg .body-2 {
    font-size: calc(0.00369 * 100vw + 14.61538px);
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: -0.01em; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-2 {
        font-size: 22px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .body-2 {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-2 {
        font-weight: 350;
        letter-spacing: -0.02em; } }
  .wysiwyg .menu-1 {
    font-size: calc(0.00123 * 100vw + 17.53846px);
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: -0.02em;
    line-height: calc(0.00123 * 100vw + 21.53846px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .menu-1 {
        font-size: 20px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .menu-1 {
        font-size: 18px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .menu-1 {
        line-height: 24px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .menu-1 {
        line-height: 22px; } }
  .wysiwyg .api-3 {
    font-size: calc(0.00246 * 100vw + 15.07692px);
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: -0.02em;
    line-height: calc(0.00308 * 100vw + 17.84615px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-3 {
        font-size: 20px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .api-3 {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .api-3 {
        line-height: 24px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .api-3 {
        line-height: 19px; } }
  .wysiwyg .body-3 {
    font-size: calc(0.00246 * 100vw + 15.07692px);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: calc(0.00308 * 100vw + 17.84615px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-3 {
        font-size: 20px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .body-3 {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-3 {
        line-height: 24px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .body-3 {
        line-height: 19px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-3 {
        font-weight: 400; } }
  .wysiwyg .search-disclaimer {
    font-size: calc(0.00369 * 100vw + 10.61538px);
    font-weight: 350;
    line-height: 1.8rem;
    letter-spacing: -0.02em; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .search-disclaimer {
        font-size: 18px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .search-disclaimer {
        font-size: 12px; } }
  .wysiwyg .body-4 {
    font-size: calc(0.00123 * 100vw + 15.53846px);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 2.2rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-4 {
        font-size: 18px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .body-4 {
        font-size: 16px; } }
  .wysiwyg .body-5 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 2.2rem; }
  .wysiwyg .body-6, .wysiwyg .tier-3-nav {
    font-size: calc(0.00123 * 100vw + 13.53846px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.8rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .body-6, .wysiwyg .tier-3-nav {
        font-size: 16px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .body-6, .wysiwyg .tier-3-nav {
        font-size: 14px; } }
  .wysiwyg .disclaimer-body {
    font-size: calc(0.00246 * 100vw + 11.07692px);
    letter-spacing: -0.01em;
    line-height: 2.2rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .disclaimer-body {
        font-size: 16px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .disclaimer-body {
        font-size: 12px; } }
  .wysiwyg .body-7 {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.02em; }
  .wysiwyg .menu-2 {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7rem;
    text-transform: uppercase; }
  .wysiwyg .footer-text {
    font-size: calc(0.00123 * 100vw + 11.53846px);
    font-weight: 500;
    line-height: calc(0.00185 * 100vw + 13.30769px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .footer-text {
        font-size: 14px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .footer-text {
        font-size: 12px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .footer-text {
        line-height: 17px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .footer-text {
        line-height: 14px; } }
  .wysiwyg .drag-cursor {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem; }
  .wysiwyg .button-2 {
    font-size: calc(0.00123 * 100vw + 11.53846px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(0.00185 * 100vw + 13.30769px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .button-2 {
        font-size: 14px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .button-2 {
        font-size: 12px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .button-2 {
        line-height: 17px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .button-2 {
        line-height: 14px; } }
  .wysiwyg .cookie-text, .wysiwyg .form-data-link {
    font-size: 1.2rem;
    font-weight: 500; }
  .wysiwyg .form-data {
    font-size: 1.2rem;
    font-weight: 350;
    line-height: 1.6rem; }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .form-data {
        font-weight: 400; } }
  .wysiwyg .cookie-link {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.6rem; }
  .wysiwyg .button-3 {
    font-size: calc(0.00123 * 100vw + 11.53846px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(0.00185 * 100vw + 13.30769px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .button-3 {
        font-size: 14px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .button-3 {
        font-size: 12px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .button-3 {
        line-height: 17px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .button-3 {
        line-height: 14px; } }
  .wysiwyg .button-4 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4rem; }
  .wysiwyg .button-5 {
    font-size: calc(0.00062 * 100vw + 10.76923px);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: calc(0.00062 * 100vw + 12.76923px); }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .button-5 {
        font-size: 12px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .button-5 {
        font-size: 11px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg .button-5 {
        line-height: 14px; } }
    @media only screen and (max-width: 375px) {
      .wysiwyg .button-5 {
        line-height: 13px; } }
  .wysiwyg .accordion .accordion-title {
    padding: 1rem 0; }
    .wysiwyg .accordion .accordion-title.is-active + .accordion-content {
      padding: 4rem 0 5rem; }
  .wysiwyg .accordion .accordion-content {
    padding: 0; }

/*
* Frank Knight Style Guide
*/
.style-guide h1, .style-guide h2 {
  margin-bottom: 5rem;
  margin-top: 10rem; }

.style-guide p.code-ex {
  background: #DBD8D5;
  border-radius: 0.2rem;
  display: inline-block;
  margin: 3rem 0 0 0;
  padding: 0.5rem; }
  .style-guide p.code-ex + p {
    margin: 3rem 0 5rem; }

.style-guide p a {
  margin: 0.5rem 0; }

.quote-1 {
  font-size: calc(0.01477 * 100vw + 18.46154px);
  font-style: italic;
  font-weight: 100;
  line-height: calc(0.01785 * 100vw + 22.30769px); }
  @media only screen and (min-width: 1200px) {
    .quote-1 {
      font-size: 48px; } }
  @media only screen and (max-width: 375px) {
    .quote-1 {
      font-size: 24px; } }
  @media only screen and (min-width: 1200px) {
    .quote-1 {
      line-height: 58px; } }
  @media only screen and (max-width: 375px) {
    .quote-1 {
      line-height: 29px; } }

.title-1 {
  font-size: calc(0.01477 * 100vw + 18.46154px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 5.2rem; }
  @media only screen and (min-width: 1200px) {
    .title-1 {
      font-size: 48px; } }
  @media only screen and (max-width: 375px) {
    .title-1 {
      font-size: 24px; } }
  @media only screen and (min-width: 1200px) {
    .title-1 {
      font-weight: 400; } }

.title-2 {
  font-size: calc(0.01477 * 100vw + 18.46154px);
  font-weight: 300;
  line-height: 5.2rem; }
  @media only screen and (min-width: 1200px) {
    .title-2 {
      font-size: 48px; } }
  @media only screen and (max-width: 375px) {
    .title-2 {
      font-size: 24px; } }
  @media only screen and (min-width: 1200px) {
    .title-2 {
      letter-spacing: -0.02em; } }

.title-3 {
  font-size: calc(0.00862 * 100vw + 20.76923px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 4.8rem; }
  @media only screen and (min-width: 1200px) {
    .title-3 {
      font-size: 38px; } }
  @media only screen and (max-width: 375px) {
    .title-3 {
      font-size: 24px; } }
  @media only screen and (min-width: 1200px) {
    .title-3 {
      font-weight: 500; } }

.api-1 {
  font-size: calc(0.00738 * 100vw + 21.23077px);
  font-weight: 350;
  line-height: calc(0.00923 * 100vw + 24.53846px); }
  @media only screen and (min-width: 1200px) {
    .api-1 {
      font-size: 36px; } }
  @media only screen and (max-width: 375px) {
    .api-1 {
      font-size: 24px; } }
  @media only screen and (min-width: 1200px) {
    .api-1 {
      line-height: 43px; } }
  @media only screen and (max-width: 375px) {
    .api-1 {
      line-height: 28px; } }
  @media only screen and (min-width: 1200px) {
    .api-1 {
      letter-spacing: -0.02em; } }

.api-2 {
  font-size: calc(0.00738 * 100vw + 21.23077px);
  font-weight: 100;
  letter-spacing: -0.02em;
  line-height: calc(0.00985 * 100vw + 24.30769px); }
  @media only screen and (min-width: 1200px) {
    .api-2 {
      font-size: 36px; } }
  @media only screen and (max-width: 375px) {
    .api-2 {
      font-size: 24px; } }
  @media only screen and (min-width: 1200px) {
    .api-2 {
      line-height: 44px; } }
  @media only screen and (max-width: 375px) {
    .api-2 {
      line-height: 28px; } }
  @media only screen and (min-width: 1200px) {
    .api-2 {
      font-weight: 300; } }

.opening-body-1 {
  font-size: calc(0.00862 * 100vw + 12.76923px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 3.8rem; }
  @media only screen and (min-width: 1200px) {
    .opening-body-1 {
      font-size: 30px; } }
  @media only screen and (max-width: 375px) {
    .opening-body-1 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .opening-body-1 {
      font-weight: 350; } }

.title-4 {
  font-size: calc(0.01108 * 100vw + 7.84615px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 1200px) {
    .title-4 {
      font-size: 30px; } }
  @media only screen and (max-width: 375px) {
    .title-4 {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .title-4 {
      font-weight: 300;
      letter-spacing: -0.02em;
      text-transform: none; } }

.home-header-text {
  font-size: calc(0.00615 * 100vw + 15.69231px);
  font-weight: 350;
  letter-spacing: -0.02em;
  line-height: 3.4rem; }
  @media only screen and (min-width: 1200px) {
    .home-header-text {
      font-size: 28px; } }
  @media only screen and (max-width: 375px) {
    .home-header-text {
      font-size: 18px; } }

.contact-1 {
  font-size: calc(0.00246 * 100vw + 23.07692px);
  font-weight: 500;
  letter-spacing: -0.02em; }
  @media only screen and (min-width: 1200px) {
    .contact-1 {
      font-size: 28px; } }
  @media only screen and (max-width: 375px) {
    .contact-1 {
      font-size: 24px; } }

.contact-2 {
  font-size: calc(0.00246 * 100vw + 23.07692px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: calc(0.00492 * 100vw + 26.15385px); }
  @media only screen and (min-width: 1200px) {
    .contact-2 {
      font-size: 28px; } }
  @media only screen and (max-width: 375px) {
    .contact-2 {
      font-size: 24px; } }
  @media only screen and (min-width: 1200px) {
    .contact-2 {
      line-height: 36px; } }
  @media only screen and (max-width: 375px) {
    .contact-2 {
      line-height: 28px; } }

.title-5 {
  font-size: calc(0.00062 * 100vw + 24.76923px);
  font-weight: 350;
  letter-spacing: -0.02em;
  line-height: 2.8rem; }
  @media only screen and (min-width: 1200px) {
    .title-5 {
      font-size: 26px; } }
  @media only screen and (max-width: 375px) {
    .title-5 {
      font-size: 25px; } }

.quote-2 {
  font-size: calc(0.00246 * 100vw + 19.07692px);
  font-weight: 300;
  line-height: 2.8rem; }
  @media only screen and (min-width: 1200px) {
    .quote-2 {
      font-size: 24px; } }
  @media only screen and (max-width: 375px) {
    .quote-2 {
      font-size: 20px; } }
  @media only screen and (min-width: 1200px) {
    .quote-2 {
      font-weight: 350; } }

.quote-3 {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 3.8rem; }

.title-6 {
  font-size: calc(0.00369 * 100vw + 14.61538px);
  font-weight: 700;
  line-height: calc(0.00492 * 100vw + 17.15385px); }
  @media only screen and (min-width: 1200px) {
    .title-6 {
      font-size: 22px; } }
  @media only screen and (max-width: 375px) {
    .title-6 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .title-6 {
      line-height: 27px; } }
  @media only screen and (max-width: 375px) {
    .title-6 {
      line-height: 19px; } }

.bullet-1 {
  font-size: calc(0.00369 * 100vw + 14.61538px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 2.8rem; }
  @media only screen and (min-width: 1200px) {
    .bullet-1 {
      font-size: 22px; } }
  @media only screen and (max-width: 375px) {
    .bullet-1 {
      font-size: 16px; } }

.title-7 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.7rem; }

.body-1 {
  font-size: calc(0.00369 * 100vw + 14.61538px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 2.8rem; }
  @media only screen and (min-width: 1200px) {
    .body-1 {
      font-size: 22px; } }
  @media only screen and (max-width: 375px) {
    .body-1 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .body-1 {
      font-weight: 350; } }

.body-2 {
  font-size: calc(0.00369 * 100vw + 14.61538px);
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: -0.01em; }
  @media only screen and (min-width: 1200px) {
    .body-2 {
      font-size: 22px; } }
  @media only screen and (max-width: 375px) {
    .body-2 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .body-2 {
      font-weight: 350;
      letter-spacing: -0.02em; } }

.menu-1 {
  font-size: calc(0.00123 * 100vw + 17.53846px);
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  line-height: calc(0.00123 * 100vw + 21.53846px); }
  @media only screen and (min-width: 1200px) {
    .menu-1 {
      font-size: 20px; } }
  @media only screen and (max-width: 375px) {
    .menu-1 {
      font-size: 18px; } }
  @media only screen and (min-width: 1200px) {
    .menu-1 {
      line-height: 24px; } }
  @media only screen and (max-width: 375px) {
    .menu-1 {
      line-height: 22px; } }

.api-3 {
  font-size: calc(0.00246 * 100vw + 15.07692px);
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  line-height: calc(0.00308 * 100vw + 17.84615px); }
  @media only screen and (min-width: 1200px) {
    .api-3 {
      font-size: 20px; } }
  @media only screen and (max-width: 375px) {
    .api-3 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .api-3 {
      line-height: 24px; } }
  @media only screen and (max-width: 375px) {
    .api-3 {
      line-height: 19px; } }

.body-3 {
  font-size: calc(0.00246 * 100vw + 15.07692px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: calc(0.00308 * 100vw + 17.84615px); }
  @media only screen and (min-width: 1200px) {
    .body-3 {
      font-size: 20px; } }
  @media only screen and (max-width: 375px) {
    .body-3 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .body-3 {
      line-height: 24px; } }
  @media only screen and (max-width: 375px) {
    .body-3 {
      line-height: 19px; } }
  @media only screen and (min-width: 1200px) {
    .body-3 {
      font-weight: 400; } }

.search-disclaimer {
  font-size: calc(0.00369 * 100vw + 10.61538px);
  font-weight: 350;
  line-height: 1.8rem;
  letter-spacing: -0.02em; }
  @media only screen and (min-width: 1200px) {
    .search-disclaimer {
      font-size: 18px; } }
  @media only screen and (max-width: 375px) {
    .search-disclaimer {
      font-size: 12px; } }

.body-4 {
  font-size: calc(0.00123 * 100vw + 15.53846px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 2.2rem; }
  @media only screen and (min-width: 1200px) {
    .body-4 {
      font-size: 18px; } }
  @media only screen and (max-width: 375px) {
    .body-4 {
      font-size: 16px; } }

.body-5 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 2.2rem; }

.body-6, .tier-3-nav {
  font-size: calc(0.00123 * 100vw + 13.53846px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.8rem; }
  @media only screen and (min-width: 1200px) {
    .body-6, .tier-3-nav {
      font-size: 16px; } }
  @media only screen and (max-width: 375px) {
    .body-6, .tier-3-nav {
      font-size: 14px; } }

.disclaimer-body {
  font-size: calc(0.00246 * 100vw + 11.07692px);
  letter-spacing: -0.01em;
  line-height: 2.2rem; }
  @media only screen and (min-width: 1200px) {
    .disclaimer-body {
      font-size: 16px; } }
  @media only screen and (max-width: 375px) {
    .disclaimer-body {
      font-size: 12px; } }

.body-7 {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: -0.02em; }

.menu-2 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  text-transform: uppercase; }

.footer-text {
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  line-height: calc(0.00185 * 100vw + 13.30769px); }
  @media only screen and (min-width: 1200px) {
    .footer-text {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .footer-text {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .footer-text {
      line-height: 17px; } }
  @media only screen and (max-width: 375px) {
    .footer-text {
      line-height: 14px; } }

.drag-cursor {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem; }

.button-2 {
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(0.00185 * 100vw + 13.30769px); }
  @media only screen and (min-width: 1200px) {
    .button-2 {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .button-2 {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .button-2 {
      line-height: 17px; } }
  @media only screen and (max-width: 375px) {
    .button-2 {
      line-height: 14px; } }

.cookie-text, .form-data-link {
  font-size: 1.2rem;
  font-weight: 500; }

.form-data {
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1.6rem; }
  @media only screen and (min-width: 1200px) {
    .form-data {
      font-weight: 400; } }

.cookie-link {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.6rem; }

.button-3 {
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(0.00185 * 100vw + 13.30769px); }
  @media only screen and (min-width: 1200px) {
    .button-3 {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .button-3 {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .button-3 {
      line-height: 17px; } }
  @media only screen and (max-width: 375px) {
    .button-3 {
      line-height: 14px; } }

.button-4 {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4rem; }

.button-5 {
  font-size: calc(0.00062 * 100vw + 10.76923px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: calc(0.00062 * 100vw + 12.76923px); }
  @media only screen and (min-width: 1200px) {
    .button-5 {
      font-size: 12px; } }
  @media only screen and (max-width: 375px) {
    .button-5 {
      font-size: 11px; } }
  @media only screen and (min-width: 1200px) {
    .button-5 {
      line-height: 14px; } }
  @media only screen and (max-width: 375px) {
    .button-5 {
      line-height: 13px; } }

/*
* Container Override
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media only screen and (min-width: 768px) {
    .container {
      padding-left: 3.2rem;
      padding-right: 3.2rem; } }
  @media only screen and (min-width: 1200px) {
    .container {
      padding-left: 5rem;
      padding-right: 5rem; } }

.form-group {
  margin-bottom: 15px;
  position: relative; }
  .form-group.hide {
    display: none;
    margin: 0 !important; }
  .form-group.error .form-messages-error {
    color: #D0103A;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px; }
  .form-group.error .form-control {
    border-color: red; }
  .form-group.error input {
    border: 1px solid red; }
    .form-group.error input + label:before {
      border-color: red; }
  .form-group.error .input-group-btn:first-child > .btn {
    border-color: red #000 red red; }
  .form-group.error .input-group-btn:last-child > .btn {
    border-color: red red red #000; }

.kf-form-control .accordion .accordion-content {
  overflow: visible; }

.kf-form-control .contact-subtext {
  padding: 0 10px; }

.kf-form-control .contact-submit {
  margin-top: 10px; }

label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem; }
  label span {
    color: red; }

.form-control {
  background: #fff;
  border: 1px solid #270E2D;
  border-radius: 0;
  box-shadow: none;
  color: #270E2D;
  display: block;
  font-family: "Beausite Classic KFF", sans-serif;
  font-size: 1.4rem;
  height: 4rem;
  margin: 0;
  padding: 1rem 2rem;
  transition: 0.4s ease;
  width: 100%; }
  .form-control:focus {
    border-color: #499649; }
  .form-control.form-control-select {
    padding: 0;
    position: relative; }
    .form-control.form-control-select:before {
      background-size: cover;
      background-position: center center;
      background-image: url("../icons/svg/angle-down-red.svg");
      bottom: 1.3rem;
      content: '';
      display: block;
      height: 1.1rem;
      pointer-events: none;
      position: absolute;
      right: 1.2rem;
      width: 2rem;
      z-index: 1; }
    .form-control.form-control-select .select2 {
      background: #fff;
      color: #D0103A;
      padding: 0.5rem 1rem;
      font-size: 1.6rem;
      letter-spacing: -0.01em; }
      .form-control.form-control-select .select2:before {
        background-size: cover;
        background-position: center center;
        background-image: url("../icons/svg/angle-down-red.svg");
        bottom: 1.3rem;
        content: '';
        display: block;
        height: 1.1rem;
        pointer-events: none;
        position: absolute;
        right: 1.2rem;
        width: 2rem;
        z-index: 1; }
    .form-control.form-control-select select {
      appearance: none;
      background: #fff;
      border: none;
      border-radius: 0;
      box-shadow: none;
      color: #D0103A;
      cursor: pointer;
      font-size: 1.4rem;
      height: 100%;
      padding: 0 1.5rem;
      text-overflow: ellipsis;
      width: 100%; }
      .form-control.form-control-select select:focus {
        outline: none; }

textarea {
  resize: none;
  overflow: auto; }
  textarea.form-control {
    height: auto;
    padding: 2rem; }

.input-group {
  border-collapse: separate;
  display: table;
  position: relative; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon, .input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%; }

.input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap; }
  .input-group-btn > .btn {
    height: 4rem;
    min-width: 9rem; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn {
    margin-right: -0.1rem; }
  .input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -0.1rem; }

input[type="checkbox"], input[type="radio"] {
  margin: 0;
  position: absolute;
  width: 2.4rem;
  left: 1.3rem;
  top: 0.7rem;
  z-index: 200;
  cursor: pointer;
  opacity: 0; }
  input[type="checkbox"] + label, input[type="radio"] + label {
    cursor: pointer;
    display: inline-block;
    line-height: 3rem;
    font-size: 1.6rem;
    font-weight: 350;
    letter-spacing: -0.01em;
    margin: 10px 0 0 0;
    padding-left: 5.5rem;
    width: 100%;
    position: relative;
    z-index: 1;
    text-transform: none; }
    input[type="checkbox"] + label.form-control-light:before, input[type="radio"] + label.form-control-light:before {
      border: 0.1rem solid #fff; }
    input[type="checkbox"] + label.form-control-light:after, input[type="radio"] + label.form-control-light:after {
      background-image: url("../images/form-cross-white@2x.png"); }
    input[type="checkbox"] + label.form-control-light .multi-line-label, input[type="radio"] + label.form-control-light .multi-line-label {
      line-height: 21px;
      color: #fff;
      display: block; }
    input[type="checkbox"] + label:before, input[type="radio"] + label:before {
      background-color: transparent;
      border: 0.1rem solid #000;
      content: "";
      height: 4rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 4rem; }
    input[type="checkbox"] + label:after, input[type="radio"] + label:after {
      background-image: url("../images/form-cross-black@2x.png");
      background-size: cover;
      content: "";
      height: 4rem;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 4rem; }
  input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
    opacity: 1; }

.file-upload {
  overflow: hidden;
  position: relative;
  transition: 0.4s ease; }
  .file-upload input[type="file"] {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.upload-file {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: none;
  color: #000;
  font-family: sans-serif;
  font-size: 1.4rem;
  height: 3.2rem;
  margin: 0;
  padding: 0 0.5rem;
  transition: 0.4s ease; }

.msg-block {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 6px; }

.form-messages {
  display: none;
  margin-bottom: 15px; }
  .form-messages .form-messages-error, .form-messages .form-messages-success {
    border: 1px solid #000;
    display: none;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 8px 8px 6px; }
  .form-messages .form-messages-error {
    border-color: #ff5757;
    color: #ff5757; }
  .form-messages .form-messages-success {
    border-color: #499649;
    color: #499649; }

.form-success {
  height: 4rem;
  margin: 0;
  padding: 1rem 2rem;
  transition: 0.4s ease; }

.required:after {
  color: #D0103A;
  content: "*";
  font-size: 2rem;
  right: 0;
  position: absolute;
  top: 15px; }

.accordion {
  margin: 2rem 0; }
  .accordion .accordion-title {
    border-bottom: 0.1rem solid #AAADAE;
    border-top: 0.1rem solid #AAADAE;
    cursor: pointer;
    display: block;
    font-size: calc(0.00615 * 100vw + 9.69231px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(0.00738 * 100vw + 11.23077px);
    padding: 1rem 0;
    position: relative;
    margin-bottom: -0.1rem;
    text-transform: uppercase;
    transition: 0.3s ease-in; }
    @media only screen and (min-width: 1200px) {
      .accordion .accordion-title {
        font-size: 22px; } }
    @media only screen and (max-width: 375px) {
      .accordion .accordion-title {
        font-size: 12px; } }
    @media only screen and (min-width: 1200px) {
      .accordion .accordion-title {
        line-height: 26px; } }
    @media only screen and (max-width: 375px) {
      .accordion .accordion-title {
        line-height: 14px; } }
    .accordion .accordion-title:hover {
      color: #D0103A; }
      .accordion .accordion-title:hover:after {
        color: #D0103A; }
    @media only screen and (min-width: 1200px) {
      .accordion .accordion-title {
        font-weight: 700;
        letter-spacing: -0.02em;
        margin-bottom: -0.1rem;
        padding: 1rem 2rem;
        text-transform: none; } }
    .accordion .accordion-title:after {
      content: '+';
      font-size: 2rem;
      position: absolute;
      right: 0;
      top: 1rem;
      transition: 0.6s ease; }
      @media only screen and (min-width: 1200px) {
        .accordion .accordion-title:after {
          right: 2rem; } }
    .accordion .accordion-title.is-active {
      border-bottom: 0.1rem solid transparent; }
      .accordion .accordion-title.is-active:after {
        content: '-'; }
      .accordion .accordion-title.is-active + .accordion-content {
        height: auto;
        opacity: 1;
        padding: 2rem; }
  .accordion .accordion-content {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0 2rem;
    transition: 0.8s ease; }
  .accordion.accordion-mobile .accordion-content {
    padding: 0; }
  .accordion.accordion-mobile .accordion-title.is-active + .accordion-content {
    padding: 2rem 0; }
  @media only screen and (min-width: 1200px) {
    .accordion.accordion-mobile .accordion-title {
      display: none; }
      .accordion.accordion-mobile .accordion-title.is-active + .accordion-content {
        padding: 0; }
    .accordion.accordion-mobile .accordion-content {
      opacity: 1;
      height: auto;
      padding: 0; } }
  .accordion.accordion-mobile-only .accordion-content {
    padding: 0; }
  .accordion.accordion-mobile-only .accordion-title.is-active + .accordion-content {
    padding: 2rem 0; }
  @media only screen and (min-width: 768px) {
    .accordion.accordion-mobile-only .accordion-title {
      display: none; }
      .accordion.accordion-mobile-only .accordion-title.is-active + .accordion-content {
        padding: 0; }
    .accordion.accordion-mobile-only .accordion-content {
      opacity: 1;
      height: auto;
      padding: 0; } }

.tabs .tabs-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap; }
  .tabs .tabs-menu .tab-heading {
    border: 1px solid #7c7c7c;
    cursor: pointer;
    margin-left: -1px;
    margin-top: 0;
    padding: 2rem;
    transition: 0.3s ease-in; }
    .tabs .tabs-menu .tab-heading:before {
      display: none; }
    .tabs .tabs-menu .tab-heading.is-active {
      background: #270E2D;
      color: #fff;
      cursor: default; }

.tabs .tabs-content {
  border: 1px solid #7c7c7c;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .tabs .tabs-content .tab-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 2rem;
    transition: 0.3s ease-in;
    visibility: hidden;
    width: 100%; }
    .tabs .tabs-content .tab-content.is-active {
      height: auto;
      opacity: 1;
      padding: 2rem;
      visibility: visible; }

table {
  width: 100%;
  border-collapse: collapse; }
  table tr td, table tr th {
    border: 0.1rem solid #D0103A;
    line-height: 1.9rem;
    padding: 3rem 2rem 2rem; }
    table tr td:first-of-type, table tr th:first-of-type {
      border-left: none;
      padding: 3rem 2rem 2rem 0; }
    table tr td:last-of-type, table tr th:last-of-type {
      border-right: none; }
  table tr th {
    border-left: none;
    border-right: none;
    text-align: left; }

.table-responsive-wrapper {
  margin-top: 2rem;
  overflow-x: auto; }

.js-notification {
  background-color: #7c7c7c;
  border-radius: 0.2em;
  color: #D0103A;
  display: none;
  margin: 2em 0;
  opacity: 0;
  padding: 20px 30px;
  position: relative;
  transition: opacity 0.2s ease-in-out; }
  .js-notification:before {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    content: "✕";
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    right: 0.5em;
    top: 0.5em;
    width: 25px; }
  .js-notification .notification-title {
    font-family: "Beausite Classic KFF", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0; }
  .js-notification .notification-content {
    font-size: 1.6rem;
    margin: 0; }
  .js-notification.is-active {
    opacity: 1;
    display: block; }
  .js-notification.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0; }
  .js-notification.is-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f; }
  .js-notification.is-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
  .js-notification.is-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }
  .js-notification.is-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
  .js-notification ul {
    margin-top: 1rem;
    padding-left: 0; }
    .js-notification ul li {
      position: relative; }

.btn-primary {
  background-color: #270E2D;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  min-width: 16.8rem;
  padding: 1.15rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-primary {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-primary {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .btn-primary {
      padding: 1rem 2rem; } }
  .btn-primary:hover {
    background-color: #fff;
    color: #270E2D; }

.btn-secondary {
  background-color: #D0103A;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  min-width: 16.8rem;
  padding: 1.15rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-secondary {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-secondary {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .btn-secondary {
      padding: 1rem 2rem; } }
  .btn-secondary:hover {
    background-color: #270E2D;
    color: #fff; }

.btn-primary-sm {
  background-color: #270E2D;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  min-width: 16.8rem;
  padding: 0.5rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-primary-sm {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-primary-sm {
      font-size: 12px; } }
  .btn-primary-sm:hover {
    background-color: #D0103A;
    color: #fff; }

.btn-secondary-sm {
  background-color: #D0103A;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  padding: 0.6rem 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-secondary-sm {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-secondary-sm {
      font-size: 12px; } }
  .btn-secondary-sm:hover {
    background-color: #270E2D;
    color: #fff; }

.btn-secondary-transparent-sm {
  background-color: none;
  border: 0.2rem solid #D0103A;
  box-shadow: none;
  border-radius: 0;
  color: #D0103A;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  padding: 0.6rem 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-secondary-transparent-sm {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-secondary-transparent-sm {
      font-size: 12px; } }
  .btn-secondary-transparent-sm:hover {
    background-color: #D0103A;
    color: #fff; }

.btn-white {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #D0103A;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  min-width: 16.8rem;
  padding: 1.15rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-white {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-white {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .btn-white {
      padding: 1rem 2rem; } }
  .btn-white:hover {
    background-color: #270E2D;
    color: #fff; }

.btn-primary-lg {
  background-color: #270E2D;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 2.1rem;
  min-width: 16.8rem;
  padding: 2.5rem 3rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in; }
  .btn-primary-lg:hover {
    background-color: #D0103A;
    color: #fff; }

.btn-secondary-lg {
  background-color: #D0103A;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 2.1rem;
  min-width: 16.8rem;
  padding: 2.5rem 3rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in; }
  .btn-secondary-lg:hover {
    background-color: #270E2D;
    color: #fff; }

.btn-secondary-transparent {
  background-color: transparent;
  border: 0.2rem solid #D0103A;
  box-shadow: none;
  border-radius: 0;
  color: #D0103A;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  min-width: 16.8rem;
  padding: 1.15rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-secondary-transparent {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-secondary-transparent {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .btn-secondary-transparent {
      padding: 1rem 2rem; } }
  .btn-secondary-transparent:hover {
    background-color: #D0103A;
    color: #fff; }

.btn-primary-transparent {
  background-color: transparent;
  border: 0.2rem solid #270E2D;
  box-shadow: none;
  border-radius: 0;
  color: #270E2D;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  min-width: 16.8rem;
  padding: 1.15rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-primary-transparent {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-primary-transparent {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .btn-primary-transparent {
      padding: 1rem 2rem; } }
  .btn-primary-transparent:hover {
    background-color: #270E2D;
    border: 0.2rem solid #fff;
    color: #fff; }

.btn-white-transparent {
  background-color: transparent;
  border: 0.2rem solid #fff;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: calc(0.00123 * 100vw + 11.53846px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  min-width: 16.8rem;
  padding: 1.15rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in; }
  @media only screen and (min-width: 1200px) {
    .btn-white-transparent {
      font-size: 14px; } }
  @media only screen and (max-width: 375px) {
    .btn-white-transparent {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .btn-white-transparent {
      padding: 1rem 2rem; } }
  .btn-white-transparent:hover {
    background-color: #fff;
    color: #270E2D; }

.pagination {
  display: inline-block;
  font-size: 1.4rem;
  margin: 2rem -0.5rem; }
  .pagination li {
    float: left;
    padding: 0 5px; }
    .pagination li.prev .icon, .pagination li.next .icon {
      display: inline-block;
      line-height: 1;
      vertical-align: middle; }
    .pagination li.is-active {
      color: #8e8efc; }

.service-card {
  color: #fff;
  display: inline-block;
  height: 100%;
  max-width: 100%;
  min-height: 34.2rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 34.2rem; }
  .service-card:hover {
    color: #fff; }
    .service-card:hover .service-card-title {
      color: #fff; }
    .service-card:hover .service-card-thumbnail .service-card-img {
      opacity: 0.8; }
    .service-card:hover img {
      opacity: 0.8; }
  .service-card .service-card-thumbnail {
    background: #000; }
    .service-card .service-card-thumbnail .service-card-img {
      display: block;
      height: auto;
      transition: 0.3s ease-in;
      width: 100%; }
  .service-card .service-card-title {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 2.9rem;
    min-height: 24.5rem;
    padding: 2rem 1.5rem;
    position: absolute;
    z-index: 50; }
    @media only screen and (min-width: 992px) {
      .service-card .service-card-title {
        font-size: 3rem;
        line-height: 3.9rem; } }
  .service-card .service-card-text {
    min-height: 11.5rem;
    padding: 1.5rem;
    width: 100%;
    height: 100%; }
    .service-card .service-card-text p {
      margin: 0;
      letter-spacing: -0.05rem;
      line-height: 1.8rem; }
      @media only screen and (min-width: 992px) {
        .service-card .service-card-text p {
          font-size: 1.6rem;
          line-height: 2.1rem; } }
    .service-card .service-card-text .service-card-link {
      color: #fff;
      display: block;
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin: 1.5rem 0 0 0;
      text-decoration: none;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) {
        .service-card .service-card-text .service-card-link {
          font-size: 1.6rem;
          line-height: 2.1rem; } }

.specialist-lending .service-card-text {
  background-color: #270E2D; }

.service-page-po .service-card-text {
  background-color: #b29070; }

.fw-form-popup {
  background: #D0103A;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: 0.4s ease-in;
  visibility: hidden; }
  .fw-form-popup.is-active {
    opacity: 1;
    height: auto;
    padding: 7rem 0 5rem;
    visibility: visible; }
    @media only screen and (min-width: 768px) {
      .fw-form-popup.is-active {
        padding: 6.8rem 0; } }
  .fw-form-popup .contact-close {
    background: none;
    border: none;
    bottom: calc(100% + 3rem);
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 19px;
    height: 1.8rem;
    width: 1.8rem;
    top: 20px; }
    @media only screen and (min-width: 768px) {
      .fw-form-popup .contact-close {
        bottom: 100%;
        top: 1rem; } }
    .fw-form-popup .contact-close:hover svg {
      fill: #270E2D; }
    .fw-form-popup .contact-close svg {
      fill: #fff;
      stroke: transparent;
      transition: 0.3s ease-in;
      height: 1.8rem;
      width: 1.8rem; }
      .fw-form-popup .contact-close svg:hover {
        color: #270E2D; }
  .fw-form-popup .contact-text {
    position: relative;
    color: #fff;
    font-size: calc(0.00492 * 100vw + 20.15385px);
    font-weight: 300;
    letter-spacing: -0.02rem;
    line-height: calc(0.00246 * 100vw + 29.07692px);
    max-width: 55rem; }
    @media only screen and (min-width: 768px) {
      .fw-form-popup .contact-text {
        padding-right: 2rem; } }
    @media only screen and (min-width: 1200px) {
      .fw-form-popup .contact-text {
        font-size: 30px; } }
    @media only screen and (max-width: 375px) {
      .fw-form-popup .contact-text {
        font-size: 22px; } }
    @media only screen and (min-width: 1200px) {
      .fw-form-popup .contact-text {
        line-height: 34px; } }
    @media only screen and (max-width: 375px) {
      .fw-form-popup .contact-text {
        line-height: 30px; } }
    @media only screen and (min-width: 1200px) {
      .fw-form-popup .contact-text {
        max-width: 100%; } }
  .fw-form-popup .contact-subtext {
    color: #270E2D;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 0;
    padding: 3.2rem 0; }
    @media only screen and (min-width: 768px) {
      .fw-form-popup .contact-subtext {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-top: 1rem;
        padding: 0; } }
    .fw-form-popup .contact-subtext a {
      color: #270E2D;
      font-weight: 700; }
      .fw-form-popup .contact-subtext a:hover {
        color: #fff; }
  .fw-form-popup .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    @media only screen and (min-width: 768px) {
      .fw-form-popup .contact-form {
        margin-top: 2rem; } }
    @media only screen and (min-width: 1200px) {
      .fw-form-popup .contact-form {
        margin-top: 1rem;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px; } }
    .fw-form-popup .contact-form .form-group {
      padding-right: 10px;
      padding-left: 10px;
      width: 100%;
      /*@include min-screen($lg) {
                padding-right: 25px;
                padding-left: 25px;
            }*/ }
      @media only screen and (min-width: 768px) {
        .fw-form-popup .contact-form .form-group {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media only screen and (min-width: 1200px) {
        .fw-form-popup .contact-form .form-group {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          padding-left: 10px;
          padding-right: 10px; } }
    .fw-form-popup .contact-form .form-control {
      background: transparent;
      border: 0.1rem solid #270E2D;
      color: #fff; }
      .fw-form-popup .contact-form .form-control::placeholder {
        color: #270E2D;
        opacity: 1; }
      .fw-form-popup .contact-form .form-control:focus {
        border: 0.1rem solid #fff; }
    .fw-form-popup .contact-form .form-button {
      padding-right: 10px;
      padding-left: 10px;
      width: 100%;
      /*@include min-screen($lg) {
                padding-right: 25px;
                padding-left: 25px;
            }*/ }
      @media only screen and (min-width: 768px) {
        .fw-form-popup .contact-form .form-button {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media only screen and (min-width: 1200px) {
        .fw-form-popup .contact-form .form-button {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          padding-left: 10px;
          padding-right: 10px;
          text-align: right; } }
      .fw-form-popup .contact-form .form-button .contact-submit {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        color: #d0103a;
        background-color: #ffffff;
        display: inline-block;
        font-size: calc(.00123 * 100vw + 11.53846px);
        font-weight: 500;
        letter-spacing: .1em;
        line-height: 1.7rem;
        min-width: 16.8rem;
        padding: 1.15rem 2rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in; }
        .fw-form-popup .contact-form .form-button .contact-submit:hover {
          background-color: #270e2d;
          color: #fff; }
        @media only screen and (min-width: 768px) {
          .fw-form-popup .contact-form .form-button .contact-submit {
            width: auto; } }
    .fw-form-popup .contact-form label {
      display: none; }

.js-api-fw-form-popup.fw-form-popup .container, .js-desktop-form.fw-form-popup .container {
  position: relative; }
  .js-api-fw-form-popup.fw-form-popup .container .contact-title, .js-desktop-form.fw-form-popup .container .contact-title {
    color: #fff;
    font-size: calc(.00492 * 100vw + 20.15385px);
    font-weight: 300;
    letter-spacing: -.02rem;
    line-height: calc(.00246 * 100vw + 29.07692px);
    max-width: 55rem; }
    @media only screen and (min-width: 1200px) {
      .js-api-fw-form-popup.fw-form-popup .container .contact-title, .js-desktop-form.fw-form-popup .container .contact-title {
        max-width: 100%;
        line-height: 34px;
        font-size: 30px; } }
    .js-api-fw-form-popup.fw-form-popup .container .contact-title a, .js-desktop-form.fw-form-popup .container .contact-title a {
      color: #fff; }
  .js-api-fw-form-popup.fw-form-popup .container .contact-close, .js-desktop-form.fw-form-popup .container .contact-close {
    top: -45px;
    right: 20px; }
    @media only screen and (min-width: 1200px) {
      .js-api-fw-form-popup.fw-form-popup .container .contact-close, .js-desktop-form.fw-form-popup .container .contact-close {
        top: -30px;
        right: 50px; } }

.content-section {
  padding-bottom: calc(0.03077 * 100vw + 38.46154px); }
  @media only screen and (min-width: 1200px) {
    .content-section {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 375px) {
    .content-section {
      padding-bottom: 50px; } }
  .content-section .content-list .content-list-title {
    font-size: 1.6rem;
    font-weight: 350;
    letter-spacing: -0.02em;
    margin-top: 2rem;
    line-height: 1.9rem; }
    @media only screen and (min-width: 1200px) {
      .content-section .content-list .content-list-title {
        font-size: 3rem;
        line-height: 3.8rem; } }
  .content-section .content-list p {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: -0.02em;
    line-height: 1.9rem; }
    .content-section .content-list p:first-of-type {
      margin-top: 0; }
    @media only screen and (min-width: 1200px) {
      .content-section .content-list p {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
  .content-section .content-section-img {
    margin-left: -2rem;
    width: calc(100% + 4rem);
    height: auto;
    margin-bottom: calc(0.03077 * 100vw + 38.46154px); }
    @media only screen and (min-width: 768px) {
      .content-section .content-section-img {
        margin-left: 0;
        max-width: 100%; } }
    @media only screen and (min-width: 1200px) {
      .content-section .content-section-img {
        margin-bottom: 100px; } }
    @media only screen and (max-width: 375px) {
      .content-section .content-section-img {
        margin-bottom: 50px; } }
    .content-section .content-section-img + .wysiwyg {
      margin-bottom: calc(0.03077 * 100vw + 38.46154px); }
      @media only screen and (min-width: 1200px) {
        .content-section .content-section-img + .wysiwyg {
          margin-bottom: 100px; } }
      @media only screen and (max-width: 375px) {
        .content-section .content-section-img + .wysiwyg {
          margin-bottom: 50px; } }
  .content-section.content-section-first {
    padding-top: calc(0.03077 * 100vw + 38.46154px); }
    @media only screen and (min-width: 1200px) {
      .content-section.content-section-first {
        padding-top: 100px; } }
    @media only screen and (max-width: 375px) {
      .content-section.content-section-first {
        padding-top: 50px; } }

.quote-section {
  border-bottom: 0.1rem solid #AAADAE;
  border-top: 0.1rem solid #AAADAE;
  padding: 5rem 0;
  text-align: center; }
  .quote-section blockquote {
    margin: 0 auto;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .quote-section blockquote {
        max-width: 50rem; } }
    @media only screen and (min-width: 1200px) {
      .quote-section blockquote {
        max-width: 100%; } }
    .quote-section blockquote p {
      color: #D0103A;
      font-size: 2.4rem;
      font-style: italic;
      font-weight: 300;
      letter-spacing: -0.02em;
      line-height: 3.8rem; }
      @media only screen and (max-width: 768px) {
        .quote-section blockquote p {
          font-size: 2rem;
          line-height: 3rem; } }
      .quote-section blockquote p:first-of-type {
        margin-top: 0; }
  .quote-section cite {
    color: #270E2D;
    display: block;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 3rem;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .quote-section cite {
        margin-top: 2rem; } }
    @media only screen and (max-width: 768px) {
      .quote-section cite {
        font-size: 1.6rem; } }

.author-intro .author-img {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .author-intro .author-img {
      display: block;
      height: auto;
      padding: 7.5rem 0 6.5rem;
      margin: 0 auto;
      max-width: 100%; } }

.author-intro .author-name {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 2.4rem;
  margin-top: 3rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .author-intro .author-name {
      font-size: 2rem;
      letter-spacing: -0.02em;
      line-height: 2.4rem; } }
  @media only screen and (min-width: 1200px) {
    .author-intro .author-name {
      font-size: 3rem;
      font-size: 3.4rem;
      margin-top: 0; }
      .author-intro .author-name:before {
        background: #D0103A;
        bottom: calc(100% + 1rem);
        content: '';
        height: 1.5rem;
        left: 0.5rem;
        position: absolute;
        transform: rotate(45deg);
        width: 1.5rem; } }

.author-intro .author-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 2.4rem;
  margin-bottom: 5rem;
  margin-top: 0; }
  @media only screen and (min-width: 1200px) {
    .author-intro .author-title {
      font-size: 1.6rem;
      font-weight: 350;
      line-height: 3rem; } }

@media only screen and (min-width: 1200px) {
  .tile-section {
    padding: 10rem 0; } }

.tile-section .content-tile {
  background-color: #270E2D;
  color: #fff;
  margin-left: -2rem;
  padding: 5rem 2rem;
  width: calc(100% + 4rem); }
  @media only screen and (min-width: 768px) {
    .tile-section .content-tile {
      margin-left: -3.2rem;
      padding: 5rem 3.2rem;
      width: calc(100% + 6.4rem); } }
  @media only screen and (min-width: 1200px) {
    .tile-section .content-tile {
      margin-left: 0;
      margin-top: 0;
      padding: 5rem;
      width: 100%; } }
  .tile-section .content-tile .content-tile-title {
    letter-spacing: -0.02em;
    font-size: calc(0.01477 * 100vw + 18.46154px);
    font-weight: 300;
    line-height: 5.2rem;
    line-height: calc(0.01231 * 100vw + 27.38462px);
    margin-bottom: 5rem; }
    @media only screen and (min-width: 1200px) {
      .tile-section .content-tile .content-tile-title {
        font-size: 48px; } }
    @media only screen and (max-width: 375px) {
      .tile-section .content-tile .content-tile-title {
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .tile-section .content-tile .content-tile-title {
        line-height: 52px; } }
    @media only screen and (max-width: 375px) {
      .tile-section .content-tile .content-tile-title {
        line-height: 32px; } }
  .tile-section .content-tile p {
    font-size: calc(0.00369 * 100vw + 14.61538px);
    font-weight: 300;
    margin-top: 2.6rem;
    letter-spacing: -0.02em;
    line-height: calc(0.00554 * 100vw + 16.92308px); }
    @media only screen and (min-width: 1200px) {
      .tile-section .content-tile p {
        font-size: 22px; } }
    @media only screen and (max-width: 375px) {
      .tile-section .content-tile p {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .tile-section .content-tile p {
        line-height: 28px; } }
    @media only screen and (max-width: 375px) {
      .tile-section .content-tile p {
        line-height: 19px; } }
    .tile-section .content-tile p:first-of-type {
      margin-top: 0; }
  .tile-section .content-tile ul {
    margin: 0;
    padding: 3rem 0 0 0; }
    .tile-section .content-tile ul > li {
      font-size: 1.6rem !important;
      line-height: 2rem !important;
      font-weight: 500;
      letter-spacing: -0.02em;
      margin: 0;
      padding: 2rem 0 2rem 2.5rem; }
      @media only screen and (min-width: 1200px) {
        .tile-section .content-tile ul > li {
          font-size: 2.2rem;
          padding: 2rem 0 2rem 5rem; } }
      .tile-section .content-tile ul > li:before {
        background: #D0103A;
        content: "";
        height: 1rem;
        left: 0.4rem;
        top: 2.3rem;
        transform: rotate(45deg);
        width: 1rem; }
        @media only screen and (min-width: 1200px) {
          .tile-section .content-tile ul > li:before {
            height: 1rem;
            top: 2.6rem;
            width: 1rem; } }
  .tile-section .content-tile .btn-secondary {
    margin-top: 3rem;
    width: 100%; }
    .tile-section .content-tile .btn-secondary:hover {
      background: #fff;
      color: #D0103A; }
    @media only screen and (min-width: 768px) {
      .tile-section .content-tile .btn-secondary {
        margin-top: 5rem;
        width: auto; } }

.tile-section .content-tile-blank {
  padding: 5rem 0; }
  @media only screen and (min-width: 1200px) {
    .tile-section .content-tile-blank {
      padding: 5rem 2rem; } }
  .tile-section .content-tile-blank .lg-wysiwyg .title-2 {
    margin-bottom: 5rem; }
  .tile-section .content-tile-blank .lg-wysiwyg .btn-secondary {
    margin-top: 3rem;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .tile-section .content-tile-blank .lg-wysiwyg .btn-secondary {
        margin-top: 5rem;
        width: auto; } }

.tile-section .cta-tile {
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-left: -2rem;
  padding: 6rem 2rem 4rem;
  width: calc(100% + 4rem); }
  @media only screen and (min-width: 768px) {
    .tile-section .cta-tile {
      background-position: center 20%;
      margin-left: -3.2rem;
      width: calc(100% + 6.4rem); } }
  @media only screen and (min-width: 1200px) {
    .tile-section .cta-tile {
      background-position: center;
      margin-left: 0;
      padding: 4rem;
      width: 100%; } }
  .tile-section .cta-tile .cta-tile-title {
    font-size: 2.3rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 2.5rem;
    padding-bottom: 3rem;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .tile-section .cta-tile .cta-tile-title {
        font-size: 4.8rem;
        line-height: 5.2rem;
        padding-bottom: 16rem; } }

.tile-section .quote-carousel-section {
  margin-left: -2rem;
  width: calc(100% + 4rem); }
  @media only screen and (min-width: 768px) {
    .tile-section .quote-carousel-section {
      margin-left: -3.2rem;
      width: calc(100% + 6.4rem); } }
  @media only screen and (min-width: 1200px) {
    .tile-section .quote-carousel-section {
      margin-left: 0;
      width: 100%; } }

.js-custom-select {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0; }

.custom-select-dropdown {
  position: relative; }
  .custom-select-dropdown:before {
    background-size: cover;
    background-position: center center;
    background-image: url("../icons/svg/angle-down-red.svg");
    bottom: 1.3rem;
    content: '';
    display: block;
    height: 1.1rem;
    pointer-events: none;
    position: absolute;
    right: 1.2rem;
    width: 2rem;
    z-index: 1; }
  .custom-select-dropdown .js-dropdown-selected {
    background: #fff;
    border: 1px solid #270E2D;
    border-radius: 0;
    box-shadow: none;
    color: #270E2D;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    height: 4rem;
    margin: 0;
    line-height: 2rem;
    padding: 1rem 2rem;
    transition: .4s ease;
    width: 100%; }
    .custom-select-dropdown .js-dropdown-selected.is-active + .js-select-dropdown {
      opacity: 1;
      height: auto;
      visibility: visible; }
  .custom-select-dropdown .js-select-dropdown {
    background: #fff;
    border: 0.1rem solid #270E2D;
    height: 0;
    left: 0;
    opacity: 0;
    max-height: 18.2rem;
    overflow-y: auto;
    position: absolute;
    top: calc(100% - 0.1rem);
    transition: 0.2s ease-in;
    visibility: hidden;
    width: 100%;
    z-index: 50; }
    .custom-select-dropdown .js-select-dropdown li {
      cursor: pointer;
      padding: 1rem 2rem; }
      .custom-select-dropdown .js-select-dropdown li:hover {
        color: #D0103A; }

@media only screen and (min-width: 1200px) {
  .cmsadmin #header {
    position: relative; } }

#header {
  border-bottom: 0.1rem solid #707070;
  position: fixed;
  top: 0;
  transition: 0.4s ease;
  width: 100%;
  z-index: 9000; }
  #header .header-wrap {
    background-color: #270E2D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 2rem;
    /*
        * Left Header Section
        */
    /*
        * Right Header Section
        */ }
    @media only screen and (min-width: 768px) {
      #header .header-wrap {
        padding: 2rem 3.2rem; } }
    @media only screen and (min-width: 1200px) {
      #header .header-wrap {
        padding: 0 3.2rem;
        display: block;
        flex-direction: unset;
        flex-wrap: unset; } }
    #header .header-wrap .header-left {
      align-items: center;
      align-self: flex-start;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        #header .header-wrap .header-left {
          display: block;
          margin-top: 2rem;
          width: 25rem; } }
      #header .header-wrap .header-left .logo img {
        display: block;
        height: auto;
        width: 13rem; }
        @media only screen and (min-width: 768px) {
          #header .header-wrap .header-left .logo img {
            width: 17rem; } }
        @media only screen and (min-width: 1200px) {
          #header .header-wrap .header-left .logo img {
            width: 22rem; } }
      #header .header-wrap .header-left .header-mobile-controls {
        align-items: center;
        display: flex; }
        @media only screen and (min-width: 1200px) {
          #header .header-wrap .header-left .header-mobile-controls {
            display: none; } }
        #header .header-wrap .header-left .header-mobile-controls .search-toggle {
          background: none;
          border: none;
          padding: 0;
          vertical-align: bottom;
          width: 2rem; }
          #header .header-wrap .header-left .header-mobile-controls .search-toggle .icon {
            fill: #fff;
            width: 100%; }
        #header .header-wrap .header-left .header-mobile-controls .menu-toggle {
          background-color: transparent;
          border: none;
          height: 4rem;
          outline: none;
          padding: 0;
          position: relative;
          width: 5rem;
          z-index: 1500;
          cursor: pointer; }
          #header .header-wrap .header-left .header-mobile-controls .menu-toggle .menu-bar {
            background: #fff;
            height: 2px;
            right: 0;
            max-width: 3rem;
            position: absolute;
            transition: 0.3s ease-in;
            transform-origin: top right;
            width: 100%; }
            #header .header-wrap .header-left .header-mobile-controls .menu-toggle .menu-bar:first-of-type {
              top: 10px; }
            #header .header-wrap .header-left .header-mobile-controls .menu-toggle .menu-bar:nth-of-type(2) {
              top: 20px; }
            #header .header-wrap .header-left .header-mobile-controls .menu-toggle .menu-bar:nth-of-type(3) {
              top: 30px; }
          #header .header-wrap .header-left .header-mobile-controls .menu-toggle.is-active .menu-bar {
            max-width: 2.8rem; }
            #header .header-wrap .header-left .header-mobile-controls .menu-toggle.is-active .menu-bar:first-of-type {
              transform: rotate(-45deg); }
            #header .header-wrap .header-left .header-mobile-controls .menu-toggle.is-active .menu-bar:nth-of-type(2) {
              display: none; }
            #header .header-wrap .header-left .header-mobile-controls .menu-toggle.is-active .menu-bar:nth-of-type(3) {
              transform: rotate(45deg); }
    #header .header-wrap .header-right {
      background-color: #270E2D;
      display: flex;
      flex-direction: column;
      left: 0;
      opacity: 0;
      min-height: 100vh;
      position: absolute;
      top: 11.5rem;
      transform: translateX(-100%);
      transition: 0.3s ease-in;
      visibility: hidden;
      width: 100%;
      z-index: 500; }
      @media only screen and (min-width: 768px) {
        #header .header-wrap .header-right {
          top: 13rem; } }
      @media only screen and (min-width: 1200px) {
        #header .header-wrap .header-right {
          background-color: none;
          flex-direction: column-reverse;
          height: auto;
          min-height: 0;
          opacity: 1;
          padding: 0;
          position: relative;
          top: 0;
          transform: translateX(0);
          visibility: visible; } }
      #header .header-wrap .header-right.is-active {
        opacity: 1;
        transform: translateX(0);
        visibility: visible; }
      #header .header-wrap .header-right .header-right-top {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 2rem;
        /*
                * Top Nav
                */
        /*
                * Header Utilities
                */ }
        @media only screen and (min-width: 768px) {
          #header .header-wrap .header-right .header-right-top {
            padding: 3rem 3.2rem; } }
        @media only screen and (min-width: 1200px) {
          #header .header-wrap .header-right .header-right-top {
            flex-direction: row;
            padding: 0; } }
        #header .header-wrap .header-right .header-right-top .top-nav .top-nav-list {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          @media only screen and (min-width: 1200px) {
            #header .header-wrap .header-right .header-right-top .top-nav .top-nav-list {
              flex-direction: row; } }
          #header .header-wrap .header-right .header-right-top .top-nav .top-nav-list li a {
            display: block;
            color: #7c7c7c;
            font-size: 1.4rem;
            font-weight: 500;
            letter-spacing: 0.15rem;
            margin-bottom: 1rem;
            padding: 0.2rem 0;
            text-decoration: none;
            text-transform: uppercase; }
            @media only screen and (min-width: 768px) {
              #header .header-wrap .header-right .header-right-top .top-nav .top-nav-list li a {
                font-size: 2rem;
                margin-bottom: 0;
                padding: 1rem 0; } }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-top .top-nav .top-nav-list li a {
                font-size: 1.4rem;
                padding: 1.7rem 1.2rem 1rem; } }
            #header .header-wrap .header-right .header-right-top .top-nav .top-nav-list li a:hover {
              color: #D0103A; }
        #header .header-wrap .header-right .header-right-top .top-info {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          #header .header-wrap .header-right .header-right-top .top-info > a {
            display: none; }
          @media only screen and (min-width: 1200px) {
            #header .header-wrap .header-right .header-right-top .top-info {
              margin-top: 2rem; }
              #header .header-wrap .header-right .header-right-top .top-info > a {
                display: block; } }
          @media only screen and (min-width: 1200px) {
            #header .header-wrap .header-right .header-right-top .top-info {
              flex-direction: row;
              margin-top: 0; } }
          #header .header-wrap .header-right .header-right-top .top-info a, #header .header-wrap .header-right .header-right-top .top-info button {
            color: #fff;
            font-size: 1.4rem;
            font-weight: 500;
            letter-spacing: 0.15rem;
            padding: 0.2rem 0;
            text-decoration: none;
            text-transform: uppercase; }
            #header .header-wrap .header-right .header-right-top .top-info a:hover, #header .header-wrap .header-right .header-right-top .top-info button:hover {
              background: #D0103A; }
            @media only screen and (min-width: 768px) {
              #header .header-wrap .header-right .header-right-top .top-info a, #header .header-wrap .header-right .header-right-top .top-info button {
                font-size: 2rem;
                padding: 1rem 0; } }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-top .top-info a, #header .header-wrap .header-right .header-right-top .top-info button {
                color: #fff;
                font-size: 1.4rem;
                padding: 1.7rem 1.2rem 1rem; } }
          #header .header-wrap .header-right .header-right-top .top-info .client-login {
            background: #D0103A;
            margin: 1rem -2rem;
            padding: 0.5rem 2rem; }
            #header .header-wrap .header-right .header-right-top .top-info .client-login:hover {
              background: #fff;
              color: #D0103A; }
            @media only screen and (min-width: 768px) {
              #header .header-wrap .header-right .header-right-top .top-info .client-login {
                margin: 0;
                padding: 1rem 0; } }
            @media only screen and (min-width: 768px) {
              #header .header-wrap .header-right .header-right-top .top-info .client-login {
                padding: 1.7rem 1.2rem 1rem; } }
          #header .header-wrap .header-right .header-right-top .top-info .search-btn {
            background: none;
            color: #fff;
            border: none;
            display: none; }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-top .top-info .search-btn {
                display: block; } }
            #header .header-wrap .header-right .header-right-top .top-info .search-btn .icon {
              fill: #fff;
              max-width: 1.8rem;
              max-height: 1.8rem;
              transition: 0.3s ease; }
          #header .header-wrap .header-right .header-right-top .top-info .header-social {
            margin-top: 4rem; }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-top .top-info .header-social {
                margin-top: 0; } }
            #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-title {
              color: #fff;
              display: inline-block;
              font-weight: 700;
              letter-spacing: 0.1em;
              margin-right: 0.5rem;
              margin-top: 0;
              padding-top: 0.5rem;
              text-transform: uppercase;
              vertical-align: top; }
              @media only screen and (min-width: 768px) {
                #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-title {
                  margin-right: 1rem;
                  padding-top: 1.6rem; } }
            #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-link {
              display: inline-block;
              margin-left: 1rem; }
              @media only screen and (min-width: 768px) {
                #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-link:first-of-type {
                  margin-left: 0; } }
              #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-link:hover {
                background: none; }
              #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-link svg {
                fill: #fff;
                max-height: 2.5rem;
                max-width: 2.5rem;
                transition: 0.4s ease-in;
                width: 100%; }
                @media only screen and (min-width: 768px) {
                  #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-link svg {
                    max-height: 3.9rem;
                    max-width: 3.9rem; } }
                #header .header-wrap .header-right .header-right-top .top-info .header-social .header-social-link svg:hover {
                  fill: #D0103A; }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-top .top-info .header-social {
                display: none; } }
      #header .header-wrap .header-right .header-right-bottom {
        border-top: 1px solid #7c7c7c;
        border-bottom: 1px solid #7c7c7c;
        padding: 2rem;
        /*
                * Main Navigation
                */ }
        @media only screen and (min-width: 768px) {
          #header .header-wrap .header-right .header-right-bottom {
            padding: 3rem 3.2rem; } }
        @media only screen and (min-width: 1200px) {
          #header .header-wrap .header-right .header-right-bottom {
            border: none;
            padding: 0;
            visibility: hidden; } }
        #header .header-wrap .header-right .header-right-bottom .main-nav-list {
          display: flex;
          flex-direction: column;
          /*
                    * Top level nav links
                    */
          /*
                    * All Nav Link Styles
                    */ }
          @media only screen and (min-width: 1200px) {
            #header .header-wrap .header-right .header-right-bottom .main-nav-list {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: end; } }
          @media only screen and (min-width: 1200px) {
            #header .header-wrap .header-right .header-right-bottom .main-nav-list > li:first-of-type .sub-menu {
              padding: 0; } }
          @media only screen and (min-width: 1200px) {
            #header .header-wrap .header-right .header-right-bottom .main-nav-list > li:hover > a {
              border-top: 0.2rem solid #D0103A; } }
          #header .header-wrap .header-right .header-right-bottom .main-nav-list > li a {
            color: #fff;
            display: block;
            text-decoration: none;
            transition: 0.2s ease-in-out; }
            #header .header-wrap .header-right .header-right-bottom .main-nav-list > li a:hover {
              background: #270E2D;
              color: #fff; }
          #header .header-wrap .header-right .header-right-bottom .main-nav-list > li > a {
            border-top: 0.2rem solid transparent;
            font-size: 2rem;
            font-weight: 700;
            padding: 1rem 0; }
            @media only screen and (min-width: 768px) {
              #header .header-wrap .header-right .header-right-bottom .main-nav-list > li > a {
                font-size: 2.8rem;
                padding: 2rem 0; } }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-bottom .main-nav-list > li > a {
                font-size: 2rem;
                margin: 0 1.5rem;
                padding: 1rem 0 2rem; } }
          #header .header-wrap .header-right .header-right-bottom .main-nav-list > li:first-of-type a {
            margin-left: 0; }
          #header .header-wrap .header-right .header-right-bottom .main-nav-list > li:last-of-type a {
            margin-right: 0; }
          #header .header-wrap .header-right .header-right-bottom .main-nav-list > li.has-submenu .sub-menu-btn {
            background: none;
            border: none;
            position: absolute;
            padding: 1.5rem 5rem;
            right: 0;
            transform: translateY(-3.3rem);
            width: 100%; }
            @media only screen and (min-width: 768px) {
              #header .header-wrap .header-right .header-right-bottom .main-nav-list > li.has-submenu .sub-menu-btn {
                padding: 2rem 10rem;
                transform: translateY(-4.5rem);
                cursor: pointer; } }
            #header .header-wrap .header-right .header-right-bottom .main-nav-list > li.has-submenu .sub-menu-btn:before {
              background: none;
              border-bottom: 0.6rem solid transparent;
              border-left: 0.6rem solid #7d6e81;
              border-right: none;
              border-top: 0.6rem solid transparent;
              content: '';
              height: 0;
              padding: 0;
              position: absolute;
              right: 2rem;
              top: 1rem;
              width: 1rem;
              z-index: 950; }
              @media only screen and (min-width: 768px) {
                #header .header-wrap .header-right .header-right-bottom .main-nav-list > li.has-submenu .sub-menu-btn:before {
                  right: 3.2rem;
                  top: 1.3rem; } }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-bottom .main-nav-list > li.has-submenu .sub-menu-btn {
                display: none; } }
          #header .header-wrap .header-right .header-right-bottom .main-nav-list li {
            /*
                        * Sub Menu Styles
                        */ }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-bottom .main-nav-list li {
                position: relative; } }
            @media only screen and (min-width: 1200px) {
              #header .header-wrap .header-right .header-right-bottom .main-nav-list li:first-of-type:hover .sub-menu {
                padding: 1.5rem 1.5rem 1.5rem 0; } }
            #header .header-wrap .header-right .header-right-bottom .main-nav-list li:hover .sub-menu {
              opacity: 1;
              visibility: visible; }
              @media only screen and (min-width: 1200px) {
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li:hover .sub-menu {
                  padding: 1.5rem; } }
              @media only screen and (min-width: 1200px) {
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li:hover .sub-menu {
                  transform: translateY(0); } }
            #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu {
              background: #270E2D;
              border-top: 0.1rem solid #707070;
              display: block;
              height: calc(100% + 8rem);
              left: 0;
              min-width: 27rem;
              position: fixed;
              top: -7.9rem;
              transform: translateX(-100%);
              transition: 0.3s ease-in;
              width: 100%;
              z-index: 1000; }
              #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu.sub-active {
                transform: translateX(0); }
              @media only screen and (min-width: 768px) {
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu {
                  top: -8.7rem; } }
              @media only screen and (min-width: 1200px) {
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu {
                  height: auto;
                  padding: 0 1.5rem;
                  top: 0;
                  transform: translateY(-100%); } }
              #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li.sub-menu-mobile-controls {
                align-items: center;
                border-bottom: 0.1rem solid #707070;
                margin-bottom: 3rem;
                padding: 3rem 2rem;
                position: relative;
                text-align: center; }
                @media only screen and (min-width: 768px) {
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li.sub-menu-mobile-controls {
                    padding: 3rem 3.2rem; } }
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-mobile-title {
                  color: #fff;
                  font-size: 1.8rem;
                  font-weight: 700; }
                  @media only screen and (min-width: 768px) {
                    #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-mobile-title {
                      font-size: 2.7rem; } }
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-close {
                  background: none;
                  z-index: 190;
                  border: none;
                  color: #fff;
                  left: 1.5rem;
                  padding: 0;
                  position: absolute;
                  top: calc(50% + .2rem);
                  transform: translateY(-50%);
                  cursor: pointer; }
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-close .icon {
                    fill: #fff;
                    width: 2.5rem; }
                @media only screen and (min-width: 1200px) {
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li.sub-menu-mobile-controls {
                    display: none; } }
              #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li a {
                font-size: 1.8rem;
                font-weight: 500;
                line-height: 2.4rem;
                padding: 0.5rem 2rem;
                position: relative; }
                @media only screen and (min-width: 768px) {
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li a {
                    font-size: 2.8rem;
                    padding: 2rem 3.2rem; } }
                @media only screen and (min-width: 1200px) {
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li a {
                    font-size: 1.6rem;
                    padding: 0; }
                    #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li a:before {
                      content: '';
                      border-bottom: 0.6rem solid transparent;
                      border-left: none;
                      border-right: 0.6rem solid #D0103A;
                      border-top: 0.6rem solid transparent;
                      font-size: 1.6rem;
                      opacity: 0;
                      padding: 0 2rem;
                      position: absolute;
                      right: 0;
                      top: 0.7rem;
                      transition: 0.2s ease-in; } }
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li a:hover {
                  color: #D0103A;
                  position: relative; }
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li a:hover:before {
                    opacity: 1; }
              @media only screen and (min-width: 1200px) {
                #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu {
                  position: absolute;
                  transform: translateX(0);
                  background: #270E2D;
                  left: 0;
                  min-width: 27rem;
                  opacity: 0;
                  position: absolute;
                  top: 100%;
                  transition: 0.4s ease-in;
                  visibility: hidden; }
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu:before, #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu:after {
                    content: '';
                    background: #270E2D;
                    border-top: 0.1rem solid #7c7c7c;
                    height: calc(100% + 0.1rem);
                    position: absolute;
                    top: -1px;
                    width: 100vw; }
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu:before {
                    left: 100%; }
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu:after {
                    right: 100%; }
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu.sub-menu-left {
                    left: auto;
                    right: 0; }
                  #header .header-wrap .header-right .header-right-bottom .main-nav-list li .sub-menu li a {
                    border-left: none; } }
  #header .header-info {
    align-items: center;
    background: #270E2D;
    border-bottom: 0.1rem solid #707070;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    transition: 0.3s ease-in;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #header .header-info {
        flex-direction: row; } }
    @media only screen and (min-width: 1200px) {
      #header .header-info {
        display: none; } }
    #header .header-info a, #header .header-info div {
      color: #fff;
      padding: 1.2rem 0;
      text-decoration: none;
      transition: 0.3s ease-in; }
      #header .header-info a.header-info-tel, #header .header-info div.header-info-tel {
        background: #D0103A;
        border-bottom: 1px solid #D0103A;
        border-left: 1px solid #D0103A;
        border-top: 1px solid #D0103A;
        border-right: 1px solid #D0103A;
        font-size: 1.2rem;
        font-weight: 700;
        min-height: 3.5rem;
        text-align: right;
        letter-spacing: -0.02em;
        padding: 0.9rem 2rem 0.9rem 0.9rem;
        width: 50%; }
        @media only screen and (min-width: 768px) {
          #header .header-info a.header-info-tel, #header .header-info div.header-info-tel {
            background: transparent;
            border-top: none;
            border-bottom: none;
            border-left: none;
            border-right: none;
            display: block;
            font-size: 1.4rem;
            letter-spacing: 0.1em;
            padding: 1.2rem 3rem;
            text-align: left;
            width: auto; } }
      #header .header-info a.header-info-contact, #header .header-info div.header-info-contact {
        background: #D0103A;
        border-bottom: 1px solid #D0103A;
        border-left: 1px solid #D0103A;
        border-top: 1px solid #D0103A;
        border-right: 1px solid #270E2D;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        min-height: 3.6rem;
        padding: 0.9rem 0.9rem 0.9rem 2rem;
        text-align: left;
        text-transform: none;
        width: 50%;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          #header .header-info a.header-info-contact, #header .header-info div.header-info-contact {
            border-right: 1px solid #D0103A;
            font-size: 1.4rem;
            font-weight: 500;
            letter-spacing: 0.1em;
            padding: 1.2rem 3rem;
            text-align: center;
            text-transform: uppercase;
            width: 17rem; } }

.header-wrap-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%; }

.header-desktop {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .header-desktop {
      display: none; } }
  .header-desktop .main-nav-list {
    display: block;
    width: 100%;
    text-align: right;
    /*
                    * Top level nav links
                    */
    /*
                    * All Nav Link Styles
                    */ }
    .header-desktop .main-nav-list > li {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (min-width: 1200px) {
        .header-desktop .main-nav-list > li:first-of-type .sub-menu {
          padding: 0; } }
      @media only screen and (min-width: 1200px) {
        .header-desktop .main-nav-list > li:hover > a {
          border-top: 0.2rem solid #D0103A; } }
      .header-desktop .main-nav-list > li a {
        color: #fff;
        display: block;
        text-decoration: none;
        transition: 0.2s ease-in-out; }
        .header-desktop .main-nav-list > li a:hover {
          background: #270E2D;
          color: #fff; }
      .header-desktop .main-nav-list > li > a {
        border-top: 0.2rem solid transparent;
        font-size: 2rem;
        font-weight: 700;
        padding: 1rem 0; }
        @media only screen and (min-width: 768px) {
          .header-desktop .main-nav-list > li > a {
            font-size: 2.8rem;
            padding: 2rem 0; } }
        @media only screen and (min-width: 1200px) {
          .header-desktop .main-nav-list > li > a {
            font-size: 2rem;
            margin: 0 1.5rem;
            padding: 1rem 0 2rem; } }
      .header-desktop .main-nav-list > li:first-of-type a {
        margin-left: 0; }
      .header-desktop .main-nav-list > li:last-of-type a {
        margin-right: 0; }
      .header-desktop .main-nav-list > li.has-submenu .sub-menu-btn {
        background: none;
        border: none;
        position: absolute;
        padding: 1.5rem 5rem;
        right: 0;
        transform: translateY(-3.3rem);
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .header-desktop .main-nav-list > li.has-submenu .sub-menu-btn {
            padding: 2rem 10rem;
            transform: translateY(-4.5rem);
            cursor: pointer; } }
        .header-desktop .main-nav-list > li.has-submenu .sub-menu-btn:before {
          background: none;
          border-bottom: 0.6rem solid transparent;
          border-left: 0.6rem solid #7d6e81;
          border-right: none;
          border-top: 0.6rem solid transparent;
          content: '';
          height: 0;
          padding: 0;
          position: absolute;
          right: 2rem;
          top: 1rem;
          width: 1rem;
          z-index: 950; }
          @media only screen and (min-width: 768px) {
            .header-desktop .main-nav-list > li.has-submenu .sub-menu-btn:before {
              right: 3.2rem;
              top: 1.3rem; } }
        @media only screen and (min-width: 1200px) {
          .header-desktop .main-nav-list > li.has-submenu .sub-menu-btn {
            display: none; } }
    .header-desktop .main-nav-list li {
      /*
                        * Sub Menu Styles
                        */ }
      @media only screen and (min-width: 1200px) {
        .header-desktop .main-nav-list li {
          position: relative; } }
      @media only screen and (min-width: 1200px) {
        .header-desktop .main-nav-list li:first-of-type:hover .sub-menu {
          padding: 1.5rem 1.5rem 1.5rem 0; } }
      .header-desktop .main-nav-list li:hover .sub-menu {
        opacity: 1;
        visibility: visible; }
        @media only screen and (min-width: 1200px) {
          .header-desktop .main-nav-list li:hover .sub-menu {
            padding: 1.5rem; } }
        @media only screen and (min-width: 1200px) {
          .header-desktop .main-nav-list li:hover .sub-menu {
            transform: translateY(0); } }
      .header-desktop .main-nav-list li .sub-menu {
        background: #270E2D;
        border-top: 0.1rem solid #707070;
        display: block;
        height: calc(100% + 8rem);
        left: 0;
        min-width: 27rem;
        position: fixed;
        text-align: left;
        top: -7.9rem;
        transform: translateX(-100%);
        transition: 0.3s ease-in;
        width: 100%;
        z-index: 1000; }
        .header-desktop .main-nav-list li .sub-menu.sub-active {
          transform: translateX(0); }
        @media only screen and (min-width: 768px) {
          .header-desktop .main-nav-list li .sub-menu {
            top: -8.7rem; } }
        @media only screen and (min-width: 1200px) {
          .header-desktop .main-nav-list li .sub-menu {
            height: auto;
            padding: 0 1.5rem;
            top: 0;
            transform: translateY(-100%); } }
        .header-desktop .main-nav-list li .sub-menu li.sub-menu-mobile-controls {
          align-items: center;
          border-bottom: 0.1rem solid #707070;
          margin-bottom: 3rem;
          padding: 3rem 2rem;
          position: relative;
          text-align: center; }
          @media only screen and (min-width: 768px) {
            .header-desktop .main-nav-list li .sub-menu li.sub-menu-mobile-controls {
              padding: 3rem 3.2rem; } }
          .header-desktop .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-mobile-title {
            color: #fff;
            font-size: 1.8rem;
            font-weight: 700; }
            @media only screen and (min-width: 768px) {
              .header-desktop .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-mobile-title {
                font-size: 2.7rem; } }
          .header-desktop .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-close {
            background: none;
            z-index: 190;
            border: none;
            color: #fff;
            left: 1.5rem;
            padding: 0;
            position: absolute;
            top: calc(50% + .2rem);
            transform: translateY(-50%);
            cursor: pointer; }
            .header-desktop .main-nav-list li .sub-menu li.sub-menu-mobile-controls .sub-menu-close .icon {
              fill: #fff;
              width: 2.5rem; }
          @media only screen and (min-width: 1200px) {
            .header-desktop .main-nav-list li .sub-menu li.sub-menu-mobile-controls {
              display: none; } }
        .header-desktop .main-nav-list li .sub-menu li a {
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 2.4rem;
          padding: 0.5rem 2rem;
          position: relative; }
          @media only screen and (min-width: 768px) {
            .header-desktop .main-nav-list li .sub-menu li a {
              font-size: 2.8rem;
              padding: 2rem 3.2rem; } }
          @media only screen and (min-width: 1200px) {
            .header-desktop .main-nav-list li .sub-menu li a {
              font-size: 1.6rem;
              padding: 0; }
              .header-desktop .main-nav-list li .sub-menu li a:before {
                content: '';
                border-bottom: 0.6rem solid transparent;
                border-left: none;
                border-right: 0.6rem solid #D0103A;
                border-top: 0.6rem solid transparent;
                font-size: 1.6rem;
                opacity: 0;
                padding: 0 2rem;
                position: absolute;
                right: 0;
                top: 0.7rem;
                transition: 0.2s ease-in; } }
          .header-desktop .main-nav-list li .sub-menu li a:hover {
            color: #D0103A;
            position: relative; }
            .header-desktop .main-nav-list li .sub-menu li a:hover:before {
              opacity: 1; }
        @media only screen and (min-width: 1200px) {
          .header-desktop .main-nav-list li .sub-menu {
            position: absolute;
            transform: translateX(0);
            background: #270E2D;
            left: 0;
            min-width: 27rem;
            opacity: 0;
            position: absolute;
            top: 100%;
            transition: 0.4s ease-in;
            visibility: hidden; }
            .header-desktop .main-nav-list li .sub-menu:before, .header-desktop .main-nav-list li .sub-menu:after {
              content: '';
              background: #270E2D;
              border-top: 0.1rem solid #7c7c7c;
              height: calc(100% + 0.1rem);
              position: absolute;
              top: -1px;
              width: 100vw; }
            .header-desktop .main-nav-list li .sub-menu:before {
              left: 100%; }
            .header-desktop .main-nav-list li .sub-menu:after {
              right: 100%; }
            .header-desktop .main-nav-list li .sub-menu.sub-menu-left {
              left: auto;
              right: 0; }
            .header-desktop .main-nav-list li .sub-menu li a {
              border-left: none; } }

/*
* Menu Active Class (Body)
*/
body.menu-active {
  overflow: hidden; }
  body.menu-active #header {
    height: 100%;
    overflow: scroll; }

#footer {
  background: #270E2D;
  padding: 2rem 0; }
  @media only screen and (min-width: 1200px) {
    #footer {
      padding: 6rem 0; } }
  #footer .footer-content {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto; }
    @media only screen and (min-width: 1200px) {
      #footer .footer-content {
        padding: 0 14rem; } }
    #footer .footer-content .footer-privacy-policy {
      color: #fff;
      font-size: 1.2rem;
      margin-left: 2rem;
      text-decoration: none; }
      @media only screen and (min-width: 1200px) {
        #footer .footer-content .footer-privacy-policy {
          font-size: 1.4rem;
          margin-left: 0;
          order: 1; } }
      #footer .footer-content .footer-privacy-policy:hover {
        color: #D0103A; }
    #footer .footer-content .footer-copyright {
      border-top: 1px solid #707070;
      color: #707070;
      font-size: 1.2rem;
      order: 3;
      margin-top: 1.5rem;
      padding-top: 1.5rem;
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        #footer .footer-content .footer-copyright {
          border-top: none;
          font-size: 1.4rem;
          order: 2;
          width: auto; } }
    #footer .footer-content .footer-logo {
      height: auto;
      margin-right: 2rem;
      max-width: 10.6rem; }
      @media only screen and (min-width: 1200px) {
        #footer .footer-content .footer-logo {
          margin-right: 0;
          max-width: 16rem;
          order: 3; } }

.sidebar-main {
  padding: 0 0 5rem 0; }
  @media only screen and (min-width: 1200px) {
    .sidebar-main {
      padding: 10rem 0;
      position: relative;
      height: 100%; }
      .sidebar-main:before {
        background: #DBD8D5;
        content: '';
        position: absolute;
        height: calc(100% - 20rem);
        right: calc(100% + 2.5rem);
        top: 10rem;
        width: .1rem; } }
  .sidebar-main .sidebar-form-section {
    max-width: none;
    margin-left: -2rem;
    padding: 6rem 2rem 5rem;
    width: calc(100% + 4rem); }
    @media only screen and (min-width: 768px) {
      .sidebar-main .sidebar-form-section {
        margin-left: -3.2rem;
        padding: 5rem 3rem;
        width: calc(100% + 6.4rem); } }
    @media only screen and (min-width: 1200px) {
      .sidebar-main .sidebar-form-section {
        margin-left: 0;
        max-width: 35rem;
        padding: 2rem;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .sidebar-main .sidebar-form-section .contact-title {
        font-size: 2.2rem;
        line-height: 2.4rem; } }
    .sidebar-main .sidebar-form-section .accordion-mobile-only {
      margin-bottom: 0;
      padding-bottom: 0; }
    .sidebar-main .sidebar-form-section .required:after {
      color: #D0103A;
      content: "*";
      font-size: 2rem;
      right: -10px;
      position: absolute;
      top: 15px; }
  .sidebar-main .sidebar-carousel-section {
    margin-top: 5rem; }
    .sidebar-main .sidebar-carousel-section .sidebar-carousel-title {
      margin-top: 0; }

.sidebar-form-section {
  background: #270E2D;
  color: #fff;
  max-width: 35rem;
  padding: 5rem 2rem;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .sidebar-form-section {
      padding: 2rem; } }
  .sidebar-form-section .required:after {
    right: -15px !important; }
  .sidebar-form-section .contact-title {
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 2.4rem;
    margin: 0 0 4rem 0; }
  .sidebar-form-section .contact-subtext {
    color: #D0103A;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    padding: 0 !important; }
    .sidebar-form-section .contact-subtext a {
      color: #D0103A;
      font-weight: 700; }
      .sidebar-form-section .contact-subtext a:hover {
        color: #fff; }
  @media only screen and (min-width: 768px) {
    .sidebar-form-section .accordion {
      margin: 0; } }
  .sidebar-form-section .contact-close {
    display: none; }
  .sidebar-form-section .contact-form {
    margin-top: 2rem; }
    .sidebar-form-section .contact-form custom-select-dropdown > div {
      background: transparent;
      border: 0.1rem solid #fff;
      color: #fff; }
    .sidebar-form-section .contact-form .form-control {
      background: transparent;
      border: 0.1rem solid #fff;
      color: #fff;
      padding: 1rem; }
      @media only screen and (min-width: 768px) {
        .sidebar-form-section .contact-form .form-control {
          font-size: 1.6rem; } }
      .sidebar-form-section .contact-form .form-control::placeholder {
        color: #A4C8E1;
        opacity: 1; }
      .sidebar-form-section .contact-form .form-control:focus {
        border: 0.1rem solid #D0103A; }
      .sidebar-form-section .contact-form .form-control > select {
        background: transparent;
        color: #A4C8E1; }
        @media only screen and (min-width: 768px) {
          .sidebar-form-section .contact-form .form-control > select {
            color: #270E2D; } }
    .sidebar-form-section .contact-form label {
      display: none; }
    .sidebar-form-section .contact-form .btn-secondary:hover {
      background-color: #fff;
      color: #D0103A; }
    .sidebar-form-section .contact-form .btn-secondary-sm:hover {
      background-color: #fff;
      color: #D0103A; }

.sidebar-carousel-section .sidebar-carousel-text {
  padding-bottom: 2rem;
  text-align: center;
  width: 100%; }
  .sidebar-carousel-section .sidebar-carousel-text .sidebar-carousel-title {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 5.2rem; }
  .sidebar-carousel-section .sidebar-carousel-text .sidebar-carousel-link {
    color: #D0103A;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.7rem;
    text-transform: uppercase; }
    .sidebar-carousel-section .sidebar-carousel-text .sidebar-carousel-link:hover {
      color: #270E2D; }

.sidebar-carousel-section .sidebar-carousel-wrap {
  padding: 0 2rem;
  position: relative; }
  .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-carousel {
    position: relative; }
    .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-carousel .sidebar-carousel-slide {
      margin-bottom: 2rem;
      text-align: center;
      width: 100%; }
      .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-carousel .sidebar-carousel-slide .sidebar-carousel-slide-img {
        display: inline-block;
        max-width: 100%; }
    .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-carousel .slick-dots {
      text-align: center;
      width: 100%; }
      .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-carousel .slick-dots li {
        display: inline-block;
        margin: 0 0.25rem; }
        .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-carousel .slick-dots li button {
          background: #DBD8D5;
          border: none;
          border-radius: 50%;
          color: transparent;
          height: 1rem;
          overflow: hidden;
          outline: none;
          padding: 0;
          width: 1rem; }
        .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-carousel .slick-dots li.slick-active button {
          background: #270E2D; }
  .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-tablet, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-tablet {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60; }
    .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-prev-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-next-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-desktop svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-desktop svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-tablet svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-tablet svg {
      fill: #D0103A;
      stroke: transparent;
      transition: 0.3s ease-in; }
      .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow svg:hover, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-prev-arrow svg:hover, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-next-arrow svg:hover, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow svg:hover, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-desktop svg:hover, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-desktop svg:hover, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-tablet svg:hover, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-tablet svg:hover {
        fill: #270E2D; }
  .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-tablet {
    left: -15px; }
    @media only screen and (min-width: 768px) {
      .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-tablet {
        left: -20%; } }
    @media only screen and (min-width: 992px) {
      .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-prev-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-tablet {
        left: -15px; } }
    .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-prev-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-desktop svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-prev-arrow-tablet svg {
      width: 2rem; }
  .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-tablet {
    right: -15px; }
    @media only screen and (min-width: 768px) {
      .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-tablet {
        right: -20%; } }
    @media only screen and (min-width: 992px) {
      .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-next-arrow, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-desktop, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-tablet {
        right: -15px; } }
    .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .po-sidebar-next-arrow svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-desktop svg, .sidebar-carousel-section .sidebar-carousel-wrap .sidebar-next-arrow-tablet svg {
      width: 1.1rem; }

.sidebar-carousel-section.po-sidebar-carousel-section .sidebar-carousel-text .sidebar-carousel-title {
  color: #fff; }

.sidebar-carousel-section.po-sidebar-carousel-section .sidebar-carousel-text .sidebar-carousel-link:hover {
  color: #fff; }

.sidebar-carousel-section.po-sidebar-carousel-section .po-sidebar-prev-arrow svg:hover, .sidebar-carousel-section.po-sidebar-carousel-section .po-sidebar-next-arrow svg:hover {
  fill: #fff; }

.sidebar-carousel-section.po-sidebar-carousel-section .sidebar-carousel .slick-dots li.slick-active button {
  background: #B29070; }

.service-page-po .sidebar-po {
  background: #270E2D;
  color: #B29070; }

.service-page-po .sidebar-main {
  background: #270E2D;
  color: #B29070; }
  .service-page-po .sidebar-main .sidebar-form-section {
    border: 0.1rem solid #B29070;
    padding: 2rem; }
    .service-page-po .sidebar-main .sidebar-form-section .sidebar-form .form-control {
      border: 0.1rem solid #B29070; }
      .service-page-po .sidebar-main .sidebar-form-section .sidebar-form .form-control::placeholder {
        color: #B29070;
        opacity: 1; }
      .service-page-po .sidebar-main .sidebar-form-section .sidebar-form .form-control:focus {
        border: 0.1rem solid #fff; }
    .service-page-po .sidebar-main .sidebar-form-section .sidebar-form-subtext {
      color: #B29070; }
      .service-page-po .sidebar-main .sidebar-form-section .sidebar-form-subtext a {
        color: #B29070; }
        .service-page-po .sidebar-main .sidebar-form-section .sidebar-form-subtext a:hover {
          color: #fff; }
    .service-page-po .sidebar-main .sidebar-form-section .btn-secondary:hover {
      background-color: #fff;
      color: #D0103A; }
    .service-page-po .sidebar-main .sidebar-form-section .required:after {
      color: #D0103A;
      content: "*";
      font-size: 2rem;
      right: -10px;
      position: absolute;
      top: 15px; }

.sub-service-page-po .sidebar-form-section,
.service-page-po-content .sidebar-form-section {
  padding: 20px;
  border: 1px solid #b29070; }
  .sub-service-page-po .sidebar-form-section .sidebar-form-text,
  .service-page-po-content .sidebar-form-section .sidebar-form-text {
    font-size: 2rem;
    letter-spacing: -.02em;
    line-height: 2.4rem;
    margin: 0 0 4rem;
    color: #b29070; }
    .sub-service-page-po .sidebar-form-section .sidebar-form-text a,
    .service-page-po-content .sidebar-form-section .sidebar-form-text a {
      color: #b29070; }
  .sub-service-page-po .sidebar-form-section .form-control,
  .service-page-po-content .sidebar-form-section .form-control {
    border: .1rem solid #b29070;
    color: #b29070; }
    .sub-service-page-po .sidebar-form-section .form-control::placeholder,
    .service-page-po-content .sidebar-form-section .form-control::placeholder {
      color: #B29070;
      opacity: 1; }
    .sub-service-page-po .sidebar-form-section .form-control:focus,
    .service-page-po-content .sidebar-form-section .form-control:focus {
      border: 0.1rem solid #fff; }

.sub-service-page-po .contact-subtext,
.service-page-po-content .contact-subtext {
  color: #B29070; }
  .sub-service-page-po .contact-subtext a,
  .service-page-po-content .contact-subtext a {
    color: #B29070; }
    .sub-service-page-po .contact-subtext a:hover,
    .service-page-po-content .contact-subtext a:hover {
      color: #fff; }

@media only screen and (max-width: 1200px) {
  .service-page-po-content .sidebar-form-section {
    background: white;
    border: none !important; } }

@media only screen and (max-width: 1200px) {
  .service-page-po-content .sidebar-form-section .contact-title,
  .service-page-po-content .sidebar-form-section .contact-text {
    color: #270e2d; } }

.service-page-po-content .sidebar-form-section .accordion-title {
  color: #B29070; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .service-page-po-content .sidebar-form-section .contact-form .form-group:nth-child(1) {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .service-page-po-content .sidebar-form-section .contact-form .form-group:nth-child(2) {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    right: -1.5%; } }

.cta-section {
  background: #DBD8D5;
  padding: 5.5rem 0 7rem; }
  @media only screen and (min-width: 1200px) {
    .cta-section {
      padding: 10rem 0; } }
  .cta-section .cta-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) {
      .cta-section .cta-wrap {
        flex-wrap: nowrap; } }
    .cta-section .cta-wrap .contact-title,
    .cta-section .cta-wrap .cta-title {
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: -0.02em;
      line-height: 2.8rem;
      margin-bottom: 2.5rem; }
      @media only screen and (min-width: 1200px) {
        .cta-section .cta-wrap .contact-title,
        .cta-section .cta-wrap .cta-title {
          font-size: 3rem;
          line-height: 4rem;
          margin-bottom: 5rem; } }
    .cta-section .cta-wrap .cta-contact {
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        .cta-section .cta-wrap .cta-contact {
          max-width: 39.1rem; } }
      .cta-section .cta-wrap .cta-contact .contact-close {
        display: none; }
      .cta-section .cta-wrap .cta-contact .contact-text {
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.8rem;
        margin-top: 0; }
        @media only screen and (min-width: 1200px) {
          .cta-section .cta-wrap .cta-contact .contact-text {
            font-size: 3rem;
            line-height: 4rem; } }
      .cta-section .cta-wrap .cta-contact .contact-subtext {
        display: block;
        font-size: 1.2rem;
        font-weight: 500;
        width: 100%; }
        @media only screen and (min-width: 1200px) {
          .cta-section .cta-wrap .cta-contact .contact-subtext {
            width: auto; } }
        .cta-section .cta-wrap .cta-contact .contact-subtext a {
          font-weight: 700;
          text-decoration: none; }
          .cta-section .cta-wrap .cta-contact .contact-subtext a:hover {
            color: #270E2D; }
      .cta-section .cta-wrap .cta-contact .contact-form {
        border-bottom: 0.1rem solid #AAADAE;
        margin-bottom: 5rem;
        margin-top: 2rem;
        padding-bottom: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px; }
        @media only screen and (min-width: 768px) {
          .cta-section .cta-wrap .cta-contact .contact-form {
            border-bottom: none;
            margin-bottom: 10rem;
            padding-bottom: 0; } }
        @media only screen and (min-width: 1200px) {
          .cta-section .cta-wrap .cta-contact .contact-form {
            margin-bottom: 0; } }
        .cta-section .cta-wrap .cta-contact .contact-form label {
          display: none; }
        .cta-section .cta-wrap .cta-contact .contact-form .form-control {
          background: transparent;
          color: #D0103A;
          font-size: 1.6rem;
          letter-spacing: -0.001em;
          /*margin-bottom: 2rem;*/ }
          @media only screen and (min-width: 1200px) {
            .cta-section .cta-wrap .cta-contact .contact-form .form-control {
              width: 100%; } }
          .cta-section .cta-wrap .cta-contact .contact-form .form-control:focus {
            border: 0.1rem solid #D0103A; }
          .cta-section .cta-wrap .cta-contact .contact-form .form-control::placeholder {
            color: #270E2D;
            opacity: 1; }
        .cta-section .cta-wrap .cta-contact .contact-form .form-group, .cta-section .cta-wrap .cta-contact .contact-form .form-button {
          padding-right: 10px;
          padding-left: 10px;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .cta-section .cta-wrap .cta-contact .contact-form .form-group, .cta-section .cta-wrap .cta-contact .contact-form .form-button {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              max-width: 50%; } }
          @media only screen and (min-width: 1200px) {
            .cta-section .cta-wrap .cta-contact .contact-form .form-group, .cta-section .cta-wrap .cta-contact .contact-form .form-button {
              width: 100%;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%; } }
    .cta-section .cta-wrap .cta-social .cta-social-link {
      color: #270E2D;
      display: block;
      font-size: 2.4rem;
      font-weight: 300;
      line-height: 2.8rem;
      text-decoration: none; }
      .cta-section .cta-wrap .cta-social .cta-social-link:hover {
        color: #D0103A; }
      @media only screen and (min-width: 1200px) {
        .cta-section .cta-wrap .cta-social .cta-social-link {
          font-size: 3rem;
          line-height: 4rem; } }
    .cta-section .cta-wrap .custom-select-dropdown .js-dropdown-selected {
      background: none !important; }
    .cta-section .cta-wrap .cta-disclaimer {
      margin-top: 4.5rem; }
      @media only screen and (min-width: 768px) {
        .cta-section .cta-wrap .cta-disclaimer {
          margin-top: 0;
          padding-left: 1rem;
          width: 50%; } }
      @media only screen and (min-width: 1200px) {
        .cta-section .cta-wrap .cta-disclaimer {
          max-width: 44rem;
          padding-left: 0; } }
      .cta-section .cta-wrap .cta-disclaimer p {
        line-height: 2.2rem;
        padding-top: 2rem; }
        .cta-section .cta-wrap .cta-disclaimer p:first-of-type {
          margin-top: 0;
          padding-top: 0; }

.quote-carousel-section {
  background-color: #D0103A;
  color: #fff;
  padding: 4rem 0 4rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .quote-carousel-section {
      padding: 7.5rem 0 4rem; } }
  .quote-carousel-section .quote-carousel-title {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8rem; }
    @media only screen and (min-width: 768px) {
      .quote-carousel-section .quote-carousel-title {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1200px) {
      .quote-carousel-section .quote-carousel-title {
        font-size: 3rem;
        font-weight: 300;
        line-height: 3.4rem; } }
  .quote-carousel-section .quote-carousel .quote-name {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 25px;
    display: block; }
    @media only screen and (min-width: 768px) {
      .quote-carousel-section .quote-carousel .quote-name {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1200px) {
      .quote-carousel-section .quote-carousel .quote-name {
        font-size: 2.8rem;
        line-height: 3.4rem;
        font-weight: 300; } }
  .quote-carousel-section .quote-carousel .quote-carousel-slide {
    margin: 10.6rem 0 15rem;
    padding: 0 2.5rem; }
    @media only screen and (min-width: 1200px) {
      .quote-carousel-section .quote-carousel .quote-carousel-slide {
        margin: 7rem 0 15rem; } }
    .quote-carousel-section .quote-carousel .quote-carousel-slide p {
      font-size: 2.4rem;
      font-weight: 100;
      font-style: italic;
      line-height: 2.8rem;
      margin: 0 auto;
      max-width: 100rem; }
      @media only screen and (min-width: 768px) {
        .quote-carousel-section .quote-carousel .quote-carousel-slide p {
          font-size: 3.8rem;
          line-height: 4.2rem; } }
      @media only screen and (min-width: 1200px) {
        .quote-carousel-section .quote-carousel .quote-carousel-slide p {
          font-size: 4.8rem;
          font-weight: 300;
          line-height: 5.8rem; } }
  .quote-carousel-section .quote-carousel .slick-slide {
    max-width: none; }
  .quote-carousel-section .quote-carousel .slick-dots li {
    display: inline-block;
    margin: 0 0.25rem; }
    .quote-carousel-section .quote-carousel .slick-dots li button {
      background: #270E2D;
      border: none;
      border-radius: 50%;
      color: transparent;
      height: 1rem;
      overflow: hidden;
      outline: none;
      padding: 0;
      width: 1rem; }
    .quote-carousel-section .quote-carousel .slick-dots li.slick-active button {
      background: #fff; }

.featured-content {
  border-bottom: 0.1rem solid #AAADAE;
  border-top: 0.1rem solid #AAADAE;
  padding: 5rem 2rem 5rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 768px) {
    .featured-content {
      padding: 6rem 2rem 6rem; } }
  @media only screen and (min-width: 1200px) {
    .featured-content {
      padding: 9rem 0 9rem; } }
  .featured-content .featured-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 113rem; }
    @media only screen and (min-width: 768px) {
      .featured-content .featured-content-wrap {
        flex-direction: row;
        padding-right: 0; } }
    @media only screen and (max-width: 768px) {
      .featured-content .featured-content-wrap {
        align-items: center; } }
    @media only screen and (min-width: 992px) {
      .featured-content .featured-content-wrap {
        margin: 0; } }
    .featured-content .featured-content-wrap .featured-content-copy {
      order: 2;
      max-width: 35rem;
      color: #ffffff; }
      @media only screen and (min-width: 768px) {
        .featured-content .featured-content-wrap .featured-content-copy {
          order: 1;
          padding-right: 2rem; } }
      @media only screen and (min-width: 1200px) {
        .featured-content .featured-content-wrap .featured-content-copy {
          padding-right: 0; } }
      .featured-content .featured-content-wrap .featured-content-copy .featured-content-subtitle {
        font-size: 1.6rem;
        letter-spacing: -0.1rem;
        line-height: 1.8rem;
        margin-top: 3.5rem; }
        @media only screen and (min-width: 768px) {
          .featured-content .featured-content-wrap .featured-content-copy .featured-content-subtitle {
            margin-top: 0; } }
        @media only screen and (min-width: 1200px) {
          .featured-content .featured-content-wrap .featured-content-copy .featured-content-subtitle {
            font-size: 1.8rem;
            line-height: 2.2rem; } }
      .featured-content .featured-content-wrap .featured-content-copy .featured-content-title {
        font-size: 2.8rem;
        font-weight: 300;
        line-height: 3.0rem;
        margin-top: 3rem; }
        @media only screen and (min-width: 1200px) {
          .featured-content .featured-content-wrap .featured-content-copy .featured-content-title {
            font-size: 4.8rem;
            line-height: 5.2rem;
            font-weight: 400;
            margin-top: 0px; } }
      .featured-content .featured-content-wrap .featured-content-copy .featured-content-text {
        font-size: 1.6rem;
        font-weight: 300;
        letter-spacing: -0.1rem;
        line-height: 1.8rem; }
        @media only screen and (min-width: 1200px) {
          .featured-content .featured-content-wrap .featured-content-copy .featured-content-text {
            font-size: 2.8rem;
            line-height: 3.4rem; } }
      .featured-content .featured-content-wrap .featured-content-copy .btn-secondary {
        display: block;
        margin-top: 3rem; }
        @media only screen and (min-width: 768px) {
          .featured-content .featured-content-wrap .featured-content-copy .btn-secondary {
            display: inline-block; } }
        @media only screen and (min-width: 1200px) {
          .featured-content .featured-content-wrap .featured-content-copy .btn-secondary {
            margin-top: 4rem; } }
  .featured-content .featured-content-img {
    display: none; }
    .featured-content .featured-content-img img {
      display: inline-block;
      height: auto;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .featured-content .featured-content-img img {
          max-width: 100%; } }

.research-side {
  background-image: url("/resources/2018/kff-side-image-297x520.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  min-height: 520px;
  margin-top: 40px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .research-side {
      min-height: 220px; } }
  .research-side .text-wrap {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0; }
    @media only screen and (max-width: 1199px) {
      .research-side .text-wrap {
        position: relative; } }
  .research-side h2 {
    font-size: 28px;
    line-height: 30px;
    font-family: "Beausite Classic KFF", sans-serif;
    font-weight: normal; }
  .research-side p {
    font-size: 16px;
    line-height: 18px;
    font-family: "Beausite Classic KFF", sans-serif;
    font-weight: 100; }
  .research-side a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px; }

.services-carousel {
  padding: 5rem 0; }
  @media only screen and (min-width: 1200px) {
    .services-carousel {
      padding: 7rem 0 10rem; } }
  .services-carousel .services-mobile-content {
    margin-bottom: 5rem; }
    @media only screen and (min-width: 768px) {
      .services-carousel .services-mobile-content {
        display: none; } }
    .services-carousel .services-mobile-content p {
      color: #270E2D;
      font-size: 1.8rem;
      font-weight: 350;
      letter-spacing: -0.05rem;
      line-height: 2.1rem; }
  .services-carousel .services-carousel-element {
    text-align: center; }
    .services-carousel .services-carousel-element .slick-list {
      cursor: pointer; }
      .services-carousel .services-carousel-element .slick-list .service-slide {
        cursor: pointer;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          .services-carousel .services-carousel-element .slick-list .service-slide {
            margin-bottom: 0; } }
        .services-carousel .services-carousel-element .slick-list .service-slide .service-card {
          cursor: pointer; }
    .services-carousel .services-carousel-element .slick-list {
      padding: 0 !important; }
      .services-carousel .services-carousel-element .slick-list .slick-slide {
        outline: none;
        width: 32rem; }
        @media only screen and (min-width: 768px) {
          .services-carousel .services-carousel-element .slick-list .slick-slide {
            width: 36.4rem; } }
        @media only screen and (min-width: 992px) {
          .services-carousel .services-carousel-element .slick-list .slick-slide {
            width: 39.2rem; } }
    .services-carousel .services-carousel-element .service-slide {
      padding-right: 1rem;
      padding-left: 1rem; }
      @media only screen and (min-width: 768px) {
        .services-carousel .services-carousel-element .service-slide {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      @media only screen and (min-width: 992px) {
        .services-carousel .services-carousel-element .service-slide {
          padding-right: 2.5rem;
          padding-left: 2.5rem; } }
      .services-carousel .services-carousel-element .service-slide .service-card {
        min-height: 30rem;
        width: 30rem;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .services-carousel .services-carousel-element .service-slide .service-card {
            min-height: 33.9rem;
            width: 33.9rem; } }
        @media only screen and (min-width: 1200px) {
          .services-carousel .services-carousel-element .service-slide .service-card {
            width: 34.2rem; } }

.default-page .calculator {
  max-width: none !important; }

.default-page .borrowAmount {
  background: #270e2d; }

.default-page .calculator-title {
  margin-top: 0 !important; }

.default-page .col-xs-12 {
  width: 100%; }

.form-messages-error {
  display: none; }

.form-group.error .form-messages-error {
  display: block !important; }

.applicant-two {
  display: none; }

.calculators {
  background: #270E2D;
  color: #fff;
  padding: 5rem 0; }
  @media only screen and (min-width: 1200px) {
    .calculators {
      padding: 5rem 0 10rem; } }
  .calculators .calculators-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (min-width: 1200px) {
      .calculators .calculators-intro {
        flex-direction: row; } }
    .calculators .calculators-intro .calculators-title {
      font-size: 2.4rem;
      font-weight: 400;
      margin-bottom: 3rem; }
      @media only screen and (min-width: 768px) {
        .calculators .calculators-intro .calculators-title {
          font-size: 3.2rem;
          margin-bottom: 5.5rem; } }
      @media only screen and (min-width: 1200px) {
        .calculators .calculators-intro .calculators-title {
          font-size: 3.8rem;
          margin-bottom: 0; } }
    .calculators .calculators-intro .calculators-content {
      width: 100%; }
      .calculators .calculators-intro .calculators-content .calculators-content-upper p {
        font-size: 1.6rem;
        font-weight: 350;
        letter-spacing: -0.02em;
        line-height: 1.9rem; }
        @media only screen and (min-width: 768px) {
          .calculators .calculators-intro .calculators-content .calculators-content-upper p {
            font-size: 1.8rem;
            line-height: 2.4rem; } }
        @media only screen and (min-width: 1200px) {
          .calculators .calculators-intro .calculators-content .calculators-content-upper p {
            font-size: 2.8rem;
            line-height: 3.4rem;
            font-weight: 300; } }
        .calculators .calculators-intro .calculators-content .calculators-content-upper p:first-of-type {
          margin-top: 0; }
      .calculators .calculators-intro .calculators-content .calculators-content-lower {
        margin-top: 2rem;
        max-width: 65rem; }
        @media only screen and (min-width: 768px) {
          .calculators .calculators-intro .calculators-content .calculators-content-lower {
            margin-top: 5rem; } }
        .calculators .calculators-intro .calculators-content .calculators-content-lower p {
          font-size: 1.6rem;
          font-weight: 350;
          letter-spacing: -0.02em;
          line-height: 1.9rem; }
          .calculators .calculators-intro .calculators-content .calculators-content-lower p:first-of-type {
            margin-top: 0; }
          @media only screen and (min-width: 768px) {
            .calculators .calculators-intro .calculators-content .calculators-content-lower p {
              font-size: 1.6rem;
              line-height: 2rem; } }
          @media only screen and (min-width: 1200px) {
            .calculators .calculators-intro .calculators-content .calculators-content-lower p {
              font-size: 2.8rem;
              line-height: 3.4rem;
              font-weight: 300; } }
  .calculators .calculators-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5rem;
    /*.calculator {
            width: 100%;

            @include min-screen($xl) {
                max-width: 34.5rem;
                padding-bottom: 0;
            }

            .calculator-title {
                display: none;

                @include min-screen($xl) {
                    display: block;
                    font-size: 3rem;
                    font-weight: 300;
                    line-height: 3.4rem;
                }
            }

            .calculator-form-wrap {
                max-width: 43rem;
            }

            .calculator-form {
                margin-top: 0;

                @include min-screen($xl) {
                    margin-top: 5rem;
                }

                .calculator-form-label {
                    font-size: 1.6rem;
                    line-height: 1.9rem;

                    span {
                        font-weight: 300;
                    }

                    @include min-screen($md) {
                        font-size: 2.2rem;
                        line-height: 2.7rem;
                    }
                }

                .form-control {
                    background: transparent;
                    border: 0.1rem solid $white;
                    color: $quaternary;
                    letter-spacing: -0.02em;

                    &::placeholder {
                        color: $quaternary;
                        opacity: 1;
                    }
                }

                .custom-select-dropdown {
                    .js-select-dropdown {
                        li {
                            color: $primary;

                            &:hover {
                                color: $secondary;
                            }
                        }
                    }
                }

                .error {
                    .form-control {
                        border-color: $secondary;
                    }
                }

                .btn-secondary {
                    margin: 3rem 0;

                    &:hover {
                        background-color: $white;
                        color: $secondary;
                    }
                }

                .calculator-results {
                    height: 0;
                    opacity: 0;
                    overflow: hidden;
                    transition: 0.6s ease-in;
                    visibility: hidden;

                    hr {
                        border-bottom: 0.1rem solid $secondary;
                    }

                    .fw-form-popup {
                        opacity: 0;
                        height: 0;
                        visibility: hidden;

                        .fw-form-popup-text {
                            @include min-screen($md) {
                                margin-bottom: 2rem;
                            }

                            @include min-screen($xl) {
                                margin-bottom: 0;
                            }
                        }

                        .form-control {
                            border: 0.1rem solid $primary;
                            color: $white;

                            &::placeholder {
                                color: $primary;
                                opacity: 1;
                            }

                            &:focus {
                                border: 0.1rem solid $white;
                            }
                        }
                    }

                    @include min-screen($xl) {
                        .fw-form-popup {
                            display: none;
                        }
                    }

                    .calculator-result {
                        font-size: 3.6rem;
                        font-weight: 100;
                        line-height: 4.3rem;
                        margin-top: 0;
                    }
                }

                &.is-active {
                    //active state for form / results
                    .calculator-results {
                        height: auto;
                        opacity: 1;
                        padding-bottom: 5rem;

                        @include min-screen($md) {
                            padding-bottom: 8.5rem;
                        }

                        visibility: visible;
                    }
                }

                &.form-active {
                    .calculator-results {
                        .fw-form-popup {
                            opacity: 1;
                            height: auto;
                            margin-top: 5rem;
                            padding: 5rem 0;
                            visibility: visible;

                            @include min-screen($md) {
                                margin-top: 10rem;
                            }
                        }
                    }
                }
            }

            .calculator-info-link {
                border-top: 0.1rem solid $secondary;
                color: $white;
                display: block;
                margin-bottom: 5rem;
                padding-top: 1rem;

                @include min-screen($xl) {
                    margin-bottom: 0;
                }
            }
        }*/ }
    @media only screen and (min-width: 768px) {
      .calculators .calculators-wrap {
        margin-top: 5rem; } }
    @media only screen and (min-width: 1200px) {
      .calculators .calculators-wrap {
        flex-direction: row;
        margin-top: 10rem; } }
  .calculators .calculator {
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .calculators .calculator {
        max-width: 34.5rem;
        padding-bottom: 0; } }
    .calculators .calculator .calculator-title {
      display: none; }
      @media only screen and (min-width: 1200px) {
        .calculators .calculator .calculator-title {
          display: block;
          font-size: 3rem;
          font-weight: 300;
          line-height: 3.4rem; } }
    .calculators .calculator .calculator-form-wrap {
      max-width: 43rem; }
      .calculators .calculator .calculator-form-wrap .calculator-disclaimer {
        font-size: 13px; }
    .calculators .calculator .calculator-form {
      margin-top: 0; }
      @media only screen and (min-width: 1200px) {
        .calculators .calculator .calculator-form {
          margin-top: 5rem; } }
      .calculators .calculator .calculator-form option {
        color: #000000; }
      .calculators .calculator .calculator-form .calculator-form-label {
        font-size: 1.6rem;
        line-height: 1.9rem; }
        .calculators .calculator .calculator-form .calculator-form-label span {
          font-weight: 300; }
        @media only screen and (min-width: 768px) {
          .calculators .calculator .calculator-form .calculator-form-label {
            font-size: 2.2rem;
            line-height: 2.7rem; } }
        @media only screen and (min-width: 992px) {
          .calculators .calculator .calculator-form .calculator-form-label {
            font-size: 2.8rem;
            line-height: 3rem;
            font-weight: 300; } }
      .calculators .calculator .calculator-form .form-control {
        background: transparent;
        border: 0.1rem solid #fff;
        color: #A4C8E1;
        letter-spacing: -0.02em; }
        .calculators .calculator .calculator-form .form-control::placeholder {
          color: #A4C8E1;
          opacity: 1; }
      .calculators .calculator .calculator-form .custom-select-dropdown .js-select-dropdown li {
        color: #270E2D; }
        .calculators .calculator .calculator-form .custom-select-dropdown .js-select-dropdown li:hover {
          color: #D0103A; }
      .calculators .calculator .calculator-form .error .form-control {
        border-color: #D0103A; }
      .calculators .calculator .calculator-form .btn-secondary {
        margin: 3rem 0; }
        .calculators .calculator .calculator-form .btn-secondary:hover {
          background-color: #fff;
          color: #D0103A; }
      .calculators .calculator .calculator-form .calculator-results {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: 0.6s ease-in;
        visibility: hidden; }
        .calculators .calculator .calculator-form .calculator-results hr {
          border-bottom: 0.1rem solid #D0103A; }
        .calculators .calculator .calculator-form .calculator-results .fw-form-popup {
          opacity: 0;
          height: 0;
          visibility: hidden; }
          @media only screen and (min-width: 768px) {
            .calculators .calculator .calculator-form .calculator-results .fw-form-popup .fw-form-popup-text {
              margin-bottom: 2rem; } }
          @media only screen and (min-width: 1200px) {
            .calculators .calculator .calculator-form .calculator-results .fw-form-popup .fw-form-popup-text {
              margin-bottom: 0; } }
          .calculators .calculator .calculator-form .calculator-results .fw-form-popup .form-control {
            border: 0.1rem solid #270E2D;
            color: #fff; }
            .calculators .calculator .calculator-form .calculator-results .fw-form-popup .form-control::placeholder {
              color: #270E2D;
              opacity: 1; }
            .calculators .calculator .calculator-form .calculator-results .fw-form-popup .form-control:focus {
              border: 0.1rem solid #fff; }
        @media only screen and (min-width: 1200px) {
          .calculators .calculator .calculator-form .calculator-results .fw-form-popup {
            display: none; } }
        .calculators .calculator .calculator-form .calculator-results .calculator-result {
          font-size: 3.6rem;
          font-weight: 100;
          line-height: 4.3rem;
          margin-top: 0; }
      .calculators .calculator .calculator-form.is-active .calculator-results {
        height: auto;
        opacity: 1;
        padding-bottom: 5rem !important;
        visibility: visible; }
        @media only screen and (min-width: 768px) {
          .calculators .calculator .calculator-form.is-active .calculator-results {
            padding-bottom: 8.5rem; } }
      .calculators .calculator .calculator-form.form-active .calculator-results .fw-form-popup {
        opacity: 1;
        height: auto;
        margin-top: 5rem;
        padding: 5rem 0;
        visibility: visible; }
        @media only screen and (min-width: 768px) {
          .calculators .calculator .calculator-form.form-active .calculator-results .fw-form-popup {
            margin-top: 10rem; } }
    .calculators .calculator .calculator-info-link {
      border-top: 0.1rem solid #D0103A;
      color: #fff !important;
      display: block;
      margin-bottom: 5rem;
      padding-top: 1rem;
      font-size: 13px; }
      @media only screen and (min-width: 1200px) {
        .calculators .calculator .calculator-info-link {
          margin-bottom: 0; } }

/*.js-desktop-form {
    display: none;

    @include min-screen($xl) {
        display: block;
    }
}*/
span[id^=cpMain] {
  display: block;
  width: 100%; }

.equity-release-calculator .calculator-results p {
  font-size: 2.8rem;
  line-height: 3rem !important; }
  .equity-release-calculator .calculator-results p .resultAmount {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-top: 10px;
    display: block; }
  .equity-release-calculator .calculator-results p .disclaimer {
    font-size: 1.6rem;
    line-height: 2rem;
    display: block;
    margin-top: 40px; }

.multi-calculators-container {
  margin-bottom: 60px; }
  .multi-calculators-container .forms-container, .multi-calculators-container .tabs-container {
    display: block;
    width: 100%; }
    .multi-calculators-container .forms-container:before, .multi-calculators-container .forms-container:after, .multi-calculators-container .tabs-container:before, .multi-calculators-container .tabs-container:after {
      display: table;
      content: ''; }
  .multi-calculators-container .tabs-container {
    display: block;
    width: 100%; }
  .multi-calculators-container ul {
    border-bottom: 1px solid #D0103A;
    display: flex;
    flex-wrap: wrap; }
  .multi-calculators-container .calculators {
    margin: 0 !important; }
    .multi-calculators-container .calculators .calculator-title {
      font-family: 'Beausite Classic KFF';
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: 39px;
      letter-spacing: -0.3199999928474426px;
      text-align: left;
      margin: 0 0 50px 0; }
    .multi-calculators-container .calculators .calculator-form-label {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 28px;
      font-style: normal;
      font-weight: 300;
      line-height: 28px;
      letter-spacing: -0.1599999964237213px;
      text-align: left;
      margin: 0 0 20px 0; }
  .multi-calculators-container .calc-tab {
    width: 100%;
    background: #270E2D;
    color: #fff;
    padding: 19px 18px;
    font-family: 'Beausite Classic KFF';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.5px;
    text-align: left;
    cursor: pointer;
    display: block; }
    @media (min-width: 1200px) {
      .multi-calculators-container .calc-tab {
        width: 25%;
        margin: 0; } }
    .multi-calculators-container .calc-tab.active {
      background: #d0103a; }
  .multi-calculators-container .calc-form {
    display: none; }
    .multi-calculators-container .calc-form.active {
      display: block;
      width: 100%; }
      @media (min-width: 1200px) {
        .multi-calculators-container .calc-form.active {
          padding: 40px 0 0 0; } }
    .multi-calculators-container .calc-form .calculator-form {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      @media (min-width: 992px) {
        .multi-calculators-container .calc-form .calculator-form {
          margin: 0 -15px; } }
      .multi-calculators-container .calc-form .calculator-form.is-active .calculator-results {
        display: block; }
      .multi-calculators-container .calc-form .calculator-form .form-control {
        background: transparent;
        border: 0.1rem solid #fff;
        color: #A4C8E1;
        letter-spacing: -0.02em; }
        .multi-calculators-container .calc-form .calculator-form .form-control::placeholder {
          color: #A4C8E1;
          opacity: 1; }
        .multi-calculators-container .calc-form .calculator-form .form-control > option {
          color: #000000; }
      @media (max-width: 768px) {
        .multi-calculators-container .calc-form .calculator-form .btn-secondary {
          width: 100%; } }
      .multi-calculators-container .calc-form .calculator-form .btn-secondary:hover {
        background-color: #ffffff;
        color: #D0103A; }
      .multi-calculators-container .calc-form .calculator-form .form-group.error:after {
        top: 55px !important; }
      .multi-calculators-container .calc-form .calculator-form .under-70000 {
        padding: 15px; }
        @media (min-width: 992px) {
          .multi-calculators-container .calc-form .calculator-form .under-70000 {
            width: calc(50% - 30px);
            margin-left: 30px; } }
    .multi-calculators-container .calc-form .calculator-form-wrap {
      width: 100%; }
      @media (min-width: 992px) {
        .multi-calculators-container .calc-form .calculator-form-wrap {
          width: 50%;
          padding: 0 15px; } }
    .multi-calculators-container .calc-form .calculator-results {
      text-align: center;
      padding: 50px 15px;
      width: 100%;
      display: none;
      margin-top: 15px;
      border-top: 1px solid #D0103A; }
      @media (min-width: 992px) {
        .multi-calculators-container .calc-form .calculator-results {
          width: calc(50% - 30px);
          margin-left: 30px;
          margin-top: 0;
          border: 1px solid #D0103A; } }
      .multi-calculators-container .calc-form .calculator-results .multiple-calc-container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .multi-calculators-container .calc-form .calculator-results .calculator-result {
        font-family: 'Beausite Classic KFF';
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: 52px;
        letter-spacing: -0.3199999928474426px;
        text-align: center;
        margin-bottom: 42px; }
      .multi-calculators-container .calc-form .calculator-results .calculator-form-label {
        text-align: center; }
    .multi-calculators-container .calc-form hr {
      display: none; }
    .multi-calculators-container .calc-form .calculator-info-link {
      border-top: 0.1rem solid #D0103A;
      color: #fff !important;
      display: block;
      margin-bottom: 5rem;
      padding-top: 1rem;
      font-size: 13px;
      margin-top: 15px; }
      @media (min-width: 992px) {
        .multi-calculators-container .calc-form .calculator-info-link {
          position: relative;
          left: -15px; } }
    .multi-calculators-container .calc-form .stamp-duty .btn-secondary {
      margin-top: 30px; }

.contact-overlay-tab {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .contact-overlay-tab {
      background-color: #D0103A;
      box-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.16);
      border: none;
      color: #fff;
      display: block;
      font-size: 2rem;
      font-weight: 700;
      left: 0;
      padding: 1rem 2rem;
      position: fixed;
      top: calc(50% + 7.3rem);
      transform: rotate(-90deg);
      transform-origin: 0 0;
      z-index: 300; }
      .contact-overlay-tab:hover {
        background-color: #fff;
        color: #270E2D; } }

.contact-overlay {
  background: #270E2D;
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.2);
  color: #fff;
  left: 0;
  height: 100vh;
  opacity: 0;
  overflow: scroll;
  padding: 3rem;
  position: fixed;
  top: 0;
  transform: translate(0, -150%);
  transition: 0.3s ease-in;
  visibility: hidden;
  width: 100%;
  z-index: 9700; }
  @media only screen and (min-width: 768px) {
    .contact-overlay {
      background: #fff;
      color: #270E2D;
      height: auto;
      left: 0;
      margin: 200px auto;
      max-width: 40rem;
      overflow: auto;
      right: 0;
      top: 28%;
      transform: translate(0, -150%);
      z-index: 10000; } }
  @media only screen and (min-width: 1200px) {
    .contact-overlay {
      margin: 0;
      right: auto;
      transform: translate(-100%, -50%);
      top: 50%; }
      .contact-overlay:before {
        display: none; } }
  .contact-overlay.is-active {
    opacity: 1;
    transform: translate(0);
    visibility: visible; }
    @media only screen and (min-width: 768px) {
      .contact-overlay.is-active {
        transform: translate(0, -50%); } }
  .contact-overlay label {
    display: none; }
  .contact-overlay .contact-close {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 3rem;
    right: 3rem; }
    .contact-overlay .contact-close svg {
      fill: #fff;
      height: 1.8rem;
      width: 1.8rem; }
      @media only screen and (min-width: 768px) {
        .contact-overlay .contact-close svg {
          fill: #270E2D; } }
  .contact-overlay .contact-title {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 5.2rem;
    margin-top: 1rem; }
  .contact-overlay .contact-text {
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 2.4rem;
    margin: 3rem 0; }
  .contact-overlay .contact-subtext {
    font-size: 1.2rem;
    letter-spacing: -0.02em; }
    .contact-overlay .contact-subtext a {
      color: #fff;
      font-weight: 700; }
      @media only screen and (min-width: 768px) {
        .contact-overlay .contact-subtext a {
          color: #270E2D; } }
      .contact-overlay .contact-subtext a:hover {
        color: #D0103A; }
  .contact-overlay .contact-form {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .contact-overlay .contact-form .form-group, .contact-overlay .contact-form .form-button {
      margin-bottom: 15px;
      position: relative;
      width: 100%;
      padding: 0 10px; }
    .contact-overlay .contact-form .form-control {
      background: transparent;
      border: 0.1rem solid #fff;
      color: #fff; }
      @media only screen and (min-width: 768px) {
        .contact-overlay .contact-form .form-control {
          color: #270E2D;
          border: 0.1rem solid #270E2D; } }
      .contact-overlay .contact-form .form-control::placeholder {
        color: #ffffff;
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          .contact-overlay .contact-form .form-control::placeholder {
            color: #D0103A; } }
      .contact-overlay .contact-form .form-control:focus {
        border: 0.1rem solid #D0103A; }
    .contact-overlay .contact-form .custom-select-dropdown .js-dropdown-selected {
      background-color: #ffffff;
      color: #A4C8E1; }
      @media only screen and (min-width: 768px) {
        .contact-overlay .contact-form .custom-select-dropdown .js-dropdown-selected {
          color: #270E2D; } }
      @media only screen and (max-width: 768px) {
        .contact-overlay .contact-form .custom-select-dropdown .js-dropdown-selected {
          background: #270E2D;
          border: 1px solid #ffffff;
          color: #ffffff; } }
    .contact-overlay .contact-form .custom-select-dropdown .js-select-dropdown li {
      color: #270E2D; }
    .contact-overlay .contact-form .btn-secondary {
      margin-bottom: 3rem;
      width: 100%; }
      .contact-overlay .contact-form .btn-secondary:hover {
        background: #fff;
        color: #D0103A; }
      @media only screen and (min-width: 768px) {
        .contact-overlay .contact-form .btn-secondary {
          margin-top: 5rem;
          margin-bottom: 0;
          width: auto; }
          .contact-overlay .contact-form .btn-secondary:hover {
            background: #270E2D;
            color: #fff; } }

body:before {
  transition: 0.3s ease;
  opacity: 0; }

body.contact-overlay-active {
  overflow-x: hidden;
  overflow-y: hidden; }
  @media only screen and (min-width: 768px) {
    body.contact-overlay-active:before {
      background: rgba(39, 14, 45, 0.7);
      content: '';
      display: block;
      height: 100vh;
      opacity: 1;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 299; } }
  @media only screen and (min-width: 1200px) {
    body.contact-overlay-active {
      overflow-x: hidden;
      overflow-y: auto; }
      body.contact-overlay-active:before {
        display: none; } }

.fw-form-popup .invalid-label {
  top: 7px;
  position: relative;
  display: block;
  color: #270e2d;
  font-size: 13px;
  font-weight: normal; }
  .fw-form-popup .invalid-label:after {
    background: white;
    border-radius: 50%;
    color: #d0103a;
    content: "!";
    font-weight: 700;
    line-height: 2.6rem;
    position: absolute;
    height: 2.6rem;
    right: 1rem;
    text-align: center;
    top: -40px;
    width: 2.6rem; }

.fw-form-popup .required:after {
  color: white;
  content: "*";
  font-size: 2rem;
  right: 0;
  position: absolute;
  top: 15px; }

.fw-form-popup .form-group.required:after {
  color: white;
  content: "*";
  font-size: 2rem;
  right: 0;
  position: absolute;
  top: 15px; }

.fw-form-popup .contact-text a,
.fw-form-popup .contact-title a {
  color: #ffffff !important; }

.invalid-label {
  top: 7px;
  position: relative;
  display: block;
  color: #d0103a;
  font-size: 13px;
  font-weight: 500; }
  .invalid-label:after {
    background: #d0103a;
    border-radius: 50%;
    color: #fff;
    content: "!";
    font-weight: 700;
    line-height: 2.6rem;
    position: absolute;
    height: 2.6rem;
    right: 1rem;
    text-align: center;
    top: -40px;
    width: 2.6rem; }

.form-group.error:after {
  background: #d0103a;
  border-radius: 50%;
  color: #fff;
  content: "!";
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  height: 25px;
  right: 1rem;
  text-align: center;
  top: 44px;
  width: 25px; }

.header-search-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  opacity: 0;
  position: fixed;
  transition: 0.2s ease-out;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: 2500; }
  .header-search-overlay.is-active {
    opacity: 1;
    visibility: visible; }
    .header-search-overlay.is-active .header-search-form {
      transform: translateX(0); }
  .header-search-overlay .header-search-form {
    display: block;
    max-height: 12rem;
    position: relative;
    transform: translateX(-100%);
    transition: 0.3s ease-in;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .header-search-overlay .header-search-form {
        max-height: 13rem; } }
    @media only screen and (min-width: 1200px) {
      .header-search-overlay .header-search-form {
        max-height: 14.4rem; } }
    .header-search-overlay .header-search-form .header-search {
      background: #D0103A;
      border: none;
      color: #fff;
      display: block;
      font-size: 4rem;
      font-weight: 200;
      height: 100%;
      padding: 3.5rem 2rem;
      top: 0;
      width: 100%;
      z-index: 500; }
      @media only screen and (min-width: 768px) {
        .header-search-overlay .header-search-form .header-search {
          font-size: 6rem;
          padding: 3rem 7rem; } }
      @media only screen and (min-width: 1200px) {
        .header-search-overlay .header-search-form .header-search {
          padding: 4rem 14rem; } }
      .header-search-overlay .header-search-form .header-search::placeholder {
        color: #270E2D; }
    .header-search-overlay .header-search-form .header-search-auto {
      background-color: #D0103A;
      border-top: 0.1rem solid #270E2D;
      color: #fff;
      display: none;
      padding: 3.5rem 2rem; }
      @media only screen and (min-width: 768px) {
        .header-search-overlay .header-search-form .header-search-auto {
          padding: 3rem 7rem; } }
      @media only screen and (min-width: 1200px) {
        .header-search-overlay .header-search-form .header-search-auto {
          padding: 5rem 14rem; } }
      .header-search-overlay .header-search-form .header-search-auto p {
        cursor: pointer;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: -0.03rem;
        transition: 0.2s ease-in; }
        .header-search-overlay .header-search-form .header-search-auto p:hover {
          color: #270E2D; }
        @media only screen and (min-width: 768px) {
          .header-search-overlay .header-search-form .header-search-auto p {
            font-size: 2rem; } }
        .header-search-overlay .header-search-form .header-search-auto p:first-of-type {
          margin-top: 0; }
  .header-search-overlay .header-search-close {
    background: none;
    border: none;
    position: absolute;
    right: 2rem;
    top: 4.9rem;
    z-index: 550; }
    @media only screen and (min-width: 768px) {
      .header-search-overlay .header-search-close {
        right: 7rem;
        top: 5.5rem; } }
    @media only screen and (min-width: 1200px) {
      .header-search-overlay .header-search-close {
        right: 14rem;
        top: 6.2rem; } }
    .header-search-overlay .header-search-close svg {
      fill: #fff;
      height: 1.4rem;
      stroke: transparent;
      width: 1.4rem; }

.internal-banner {
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 17rem;
  padding: 3rem 0rem 3rem; }
  @media only screen and (min-width: 768px) {
    .internal-banner {
      min-height: 25rem;
      padding: 3rem 0; } }
  @media only screen and (min-width: 1200px) {
    .internal-banner {
      min-height: 50rem;
      padding: 0; } }
  .internal-banner .internal-banner-title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 2.8rem;
    max-width: 65rem; }
    @media only screen and (min-width: 768px) {
      .internal-banner .internal-banner-title {
        font-size: 3.6rem;
        line-height: 4rem; } }
    @media only screen and (min-width: 1200px) {
      .internal-banner .internal-banner-title {
        font-size: 4.8rem;
        line-height: 5.2rem; } }
  .internal-banner .internal-banner-text {
    display: none;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 2.2rem;
    margin-top: 2rem;
    max-width: 60rem; }
    @media only screen and (min-width: 768px) {
      .internal-banner .internal-banner-text {
        display: block;
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-top: 5rem; } }
    @media only screen and (min-width: 1200px) {
      .internal-banner .internal-banner-text {
        display: block;
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-top: 19rem; } }

.internal-banner-w-intro {
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 10rem;
  justify-content: center;
  min-height: 17rem;
  padding: 3rem 0 3rem; }
  @media only screen and (min-width: 768px) {
    .internal-banner-w-intro {
      min-height: 25rem;
      padding: 3rem 0; } }
  @media only screen and (min-width: 1200px) {
    .internal-banner-w-intro {
      justify-content: flex-end;
      min-height: 50rem;
      padding: 0; } }
  .internal-banner-w-intro .internal-banner-title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 2.8rem;
    max-width: 60rem; }
    @media only screen and (min-width: 768px) {
      .internal-banner-w-intro .internal-banner-title {
        font-size: 3.6rem;
        line-height: 4rem; } }
    @media only screen and (min-width: 1200px) {
      .internal-banner-w-intro .internal-banner-title {
        font-size: 4.8rem;
        line-height: 5.2rem; } }
  .internal-banner-w-intro .internal-banner-text {
    display: none;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 2.2rem;
    max-width: 68rem; }
    @media only screen and (min-width: 768px) {
      .internal-banner-w-intro .internal-banner-text {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
    @media only screen and (min-width: 1200px) {
      .internal-banner-w-intro .internal-banner-text {
        display: block;
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-top: 3.6rem;
        padding-bottom: 5rem; } }

.sub-internal-banner {
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 17rem;
  padding: 3rem 0; }
  @media only screen and (min-width: 768px) {
    .sub-internal-banner {
      min-height: 25rem; } }
  @media only screen and (min-width: 1200px) {
    .sub-internal-banner {
      align-items: flex-end;
      min-height: 35rem; } }
  .sub-internal-banner .internal-banner-title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 2.8rem;
    max-width: 60rem; }
    @media only screen and (min-width: 768px) {
      .sub-internal-banner .internal-banner-title {
        font-size: 2.8rem;
        line-height: 3.4rem; } }
    @media only screen and (min-width: 1200px) {
      .sub-internal-banner .internal-banner-title {
        font-size: 3.8rem;
        line-height: 4.8rem;
        padding-bottom: 5rem; } }
  .sub-internal-banner .internal-banner-text {
    display: none;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 2.2rem;
    margin-top: 2rem;
    max-width: 60rem; }
    @media only screen and (min-width: 768px) {
      .sub-internal-banner .internal-banner-text {
        display: block;
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-top: 5rem; } }
    @media only screen and (min-width: 1200px) {
      .sub-internal-banner .internal-banner-text {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-top: 19rem; } }

.internal-banner-small {
  background-position: 50%;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 10rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 17rem; }
  @media only screen and (min-width: 768px) {
    .internal-banner-small {
      min-height: 25rem;
      padding: 3rem 0; } }
  @media only screen and (min-width: 1200px) {
    .internal-banner-small {
      min-height: 50rem;
      padding: 8.5rem 0 5rem; } }
  .internal-banner-small .internal-banner-title {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    max-width: 53rem;
    text-transform: uppercase; }
  .internal-banner-small .internal-banner-text {
    display: none;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 2.2rem;
    margin-top: 2rem;
    max-width: 52.6rem; }
    @media only screen and (min-width: 768px) {
      .internal-banner-small .internal-banner-text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-top: 5rem; } }
    @media only screen and (min-width: 1200px) {
      .internal-banner-small .internal-banner-text {
        display: block;
        font-size: 2.2rem;
        line-height: 2.8rem; } }
  .internal-banner-small .container {
    height: 100%; }
    .internal-banner-small .container .internal-banner-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      padding-top: 3rem; }
      @media only screen and (min-width: 1200px) {
        .internal-banner-small .container .internal-banner-content {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-top: 0; } }

.mortgage-headline-rates-section {
  background-color: #270E2D;
  color: #fff;
  padding: 5rem 0;
  /*
    * Desktop Section
    */
  /*
    * Mobile Section
    */ }
  @media only screen and (min-width: 768px) {
    .mortgage-headline-rates-section {
      padding: 5rem 0 10rem; } }
  @media only screen and (min-width: 768px) {
    .mortgage-headline-rates-section .mhr-menu-title {
      display: block;
      font-weight: 300;
      font-size: 3rem;
      letter-spacing: -0.02rem;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .mortgage-headline-rates-section .mhr-wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  @media only screen and (min-width: 1200px) {
    .mortgage-headline-rates-section .mhr-wrap {
      flex-direction: row;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .mortgage-headline-rates-section .mhr-wrap .mhr-controls {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 1200px) {
    .mortgage-headline-rates-section .mhr-wrap .mhr-controls {
      flex-direction: column;
      justify-content: flex-start;
      max-width: 43rem; } }
  @media only screen and (min-width: 768px) {
    .mortgage-headline-rates-section .mhr-wrap .mhr-controls .mhr-copy {
      padding-left: 1.25rem;
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    .mortgage-headline-rates-section .mhr-wrap .mhr-controls .mhr-copy {
      padding-left: 0;
      margin-top: 5rem;
      width: 100%; } }
  .mortgage-headline-rates-section .mhr-wrap .mhr-controls .mhr-copy p {
    font-size: 1.6rem;
    font-weight: 350;
    line-height: 1.9rem; }
    @media only screen and (min-width: 1200px) {
      .mortgage-headline-rates-section .mhr-wrap .mhr-controls .mhr-copy p {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
  .mortgage-headline-rates-section .mhr-wrap .mhr-controls .tabs-menu {
    margin-top: 1rem; }
    .mortgage-headline-rates-section .mhr-wrap .mhr-controls .tabs-menu li {
      cursor: pointer;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 2.4rem;
      transition: 0.3s ease; }
      @media only screen and (min-width: 1200px) {
        .mortgage-headline-rates-section .mhr-wrap .mhr-controls .tabs-menu li {
          font-size: 2rem;
          line-height: 2.8rem; } }
      .mortgage-headline-rates-section .mhr-wrap .mhr-controls .tabs-menu li.is-active {
        color: #D0103A; }
  .mortgage-headline-rates-section .mhr-wrap .tabs-content {
    position: relative;
    width: 100%;
    margin-top: 2rem; }
    .mortgage-headline-rates-section .mhr-wrap .tabs-content .accordion .accordion-title {
      border-top: 0;
      padding: 1rem 0;
      margin: 0 0 0 2.5rem;
      border-bottom: 0.1rem solid #D0103A; }
    .mortgage-headline-rates-section .mhr-wrap .tabs-content .accordion .accordion-content {
      padding: 2rem 0; }
    @media only screen and (min-width: 768px) {
      .mortgage-headline-rates-section .mhr-wrap .tabs-content {
        margin-top: 10rem; } }
    @media only screen and (min-width: 1200px) {
      .mortgage-headline-rates-section .mhr-wrap .tabs-content {
        margin-top: 0;
        max-width: 93rem; } }
    .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list {
      left: 0;
      top: 0;
      transition: 0.3s ease-in;
      width: 100%;
      opacity: 0;
      position: absolute;
      visibility: hidden; }
      .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list.is-active {
        opacity: 1;
        visibility: visible; }
      .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item {
        align-items: flex-end;
        display: flex;
        font-size: 2.2rem; }
        .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item:first-of-type .mhr-list-item-left, .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item:first-of-type .mhr-list-item-right {
          min-height: 0; }
        .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-left, .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-right {
          align-items: flex-end;
          border-bottom: 0.1rem solid #D0103A;
          display: flex;
          min-height: 6.5rem;
          padding: 1rem 0;
          width: 50%; }
          .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-left p, .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-right p {
            font-weight: 300;
            margin-top: 0;
            letter-spacing: -0.02em;
            line-height: 2.2rem; }
            @media only screen and (min-width: 768px) {
              .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-left p, .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-right p {
                font-size: 1.8rem;
                line-height: 2.2rem; } }
            @media only screen and (min-width: 1200px) {
              .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-left p, .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-right p {
                font-size: 2.2rem;
                line-height: 2.2rem; } }
        .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-left {
          margin-right: 1.25rem; }
          @media only screen and (min-width: 1200px) {
            .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-left {
              margin-left: 2.5rem; } }
        .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-right {
          margin-left: 1.25rem; }
          @media only screen and (min-width: 1200px) {
            .mortgage-headline-rates-section .mhr-wrap .tabs-content .mhr-info-list .mhr-list-item .mhr-list-item-right {
              margin-left: 2.5rem; } }
  @media only screen and (min-width: 768px) {
    .mortgage-headline-rates-section .mhr-mobile {
      display: none; } }
  .mortgage-headline-rates-section .mhr-mobile .mhr-mobile-content p {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.9rem; }
    .mortgage-headline-rates-section .mhr-mobile .mhr-mobile-content p:first-of-type {
      margin-top: 0; }
  .mortgage-headline-rates-section .mhr-mobile .accordion {
    margin: 5rem 0 0 0; }
    .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-title {
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none; }
      .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-title.is-active + .accordion-content {
        padding: 5rem 0; }
    .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content {
      padding: 0; }
      .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list {
        left: 0;
        top: 0;
        transition: 0.3s ease-in;
        width: 100%; }
        .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item {
          align-items: flex-end;
          display: flex;
          font-size: 2.2rem; }
          .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item:first-of-type .mhr-list-item-left, .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item:first-of-type .mhr-list-item-right {
            min-height: 0; }
          .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-left, .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-right {
            align-items: flex-end;
            border-bottom: 0.1rem solid #D0103A;
            display: flex;
            min-height: 6.5rem;
            padding: 1rem 0;
            width: 50%; }
            .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-left p, .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-right p {
              font-size: 1.6rem;
              font-weight: 300;
              margin-top: 0;
              letter-spacing: -0.02em;
              line-height: 1.9rem; }
              @media only screen and (min-width: 768px) {
                .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-left p, .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-right p {
                  font-size: 1.8rem;
                  line-height: 2.2rem; } }
          .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-left {
            margin-right: 1.25rem; }
            @media only screen and (min-width: 1200px) {
              .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-left {
                margin-left: 2.5rem; } }
          .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-right {
            margin-left: 1.25rem; }
            @media only screen and (min-width: 1200px) {
              .mortgage-headline-rates-section .mhr-mobile .accordion .accordion-content .mhr-info-list .mhr-list-item .mhr-list-item-right {
                margin-left: 2.5rem; } }

.fw-content-banner {
  padding-bottom: calc(0.03077 * 100vw + 38.46154px); }
  @media only screen and (min-width: 1200px) {
    .fw-content-banner {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 375px) {
    .fw-content-banner {
      padding-bottom: 50px; } }
  .fw-content-banner .fw-content-banner-img {
    height: auto;
    margin-left: -2rem;
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem); }
    @media only screen and (min-width: 768px) {
      .fw-content-banner .fw-content-banner-img {
        height: auto;
        margin-left: 0;
        max-width: 100%;
        width: 100%; } }

.request-guide-overlay {
  align-items: center;
  background: #D0103A;
  display: flex;
  height: 100vh;
  justify-content: flex-start;
  left: 0;
  opacity: 0;
  padding: 0 2rem;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: 0.4s ease-in;
  visibility: hidden;
  width: 100%;
  z-index: 9200; }
  .request-guide-overlay .full-width {
    max-width: 100% !important;
    flex: 0 0 50% !important; }
  .request-guide-overlay .contact-subtext {
    max-width: 100%;
    flex: 0 0 50%;
    padding: 0 25px; }
  @media only screen and (min-width: 768px) {
    .request-guide-overlay {
      padding: 0 3.2rem; } }
  @media only screen and (min-width: 1200px) {
    .request-guide-overlay {
      padding: 0 14rem; } }
  .request-guide-overlay.is-active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible; }
  .request-guide-overlay .contact-close {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000; }
    .request-guide-overlay .contact-close svg {
      fill: #fff;
      height: 1.8rem;
      stroke: transparent;
      width: 1.8rem; }
  .request-guide-overlay .request-guide-container {
    color: #fff;
    max-width: 112rem;
    width: 100%; }
    .request-guide-overlay .request-guide-container .form-group label {
      display: none; }
    .request-guide-overlay .request-guide-container .form-group .form-control {
      background: transparent;
      color: #fff;
      padding: 1rem 1.5rem; }
      .request-guide-overlay .request-guide-container .form-group .form-control.form-control-select {
        border: none;
        background: none;
        padding: 0; }
        .request-guide-overlay .request-guide-container .form-group .form-control.form-control-select select {
          background: #fff;
          border: 0.1rem solid #fff;
          color: #270E2D;
          padding: 0.5rem 1.5rem; }
      .request-guide-overlay .request-guide-container .form-group .form-control:focus {
        border: 0.1rem solid #fff; }
      .request-guide-overlay .request-guide-container .form-group .form-control::placeholder {
        color: #270E2D;
        opacity: 1; }
    .request-guide-overlay .request-guide-container .form-group .custom-select-dropdown .js-dropdown-selected {
      border: 0.1rem solid #D0103A;
      color: #D0103A;
      font-size: 1.6rem; }
    .request-guide-overlay .request-guide-container .form-group .custom-select-dropdown .js-select-dropdown {
      border: 0.1rem solid #D0103A; }
      .request-guide-overlay .request-guide-container .form-group .custom-select-dropdown .js-select-dropdown li {
        font-size: 1.6rem;
        color: #D0103A; }
        .request-guide-overlay .request-guide-container .form-group .custom-select-dropdown .js-select-dropdown li:hover {
          color: #270E2D; }
    .request-guide-overlay .request-guide-container .btn-white {
      margin-top: 3rem;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .request-guide-overlay .request-guide-container .btn-white {
          margin-top: 0;
          width: auto; } }
      @media only screen and (min-width: 1200px) {
        .request-guide-overlay .request-guide-container .btn-white {
          margin-top: 3rem; } }
    .request-guide-overlay .request-guide-container .guide-select label {
      display: block;
      font-size: 2.2rem;
      font-weight: 300;
      letter-spacing: -0.02em;
      line-height: 2.6rem;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 768px) {
        .request-guide-overlay .request-guide-container .guide-select label {
          font-size: 2.4rem;
          line-height: 2.8rem; } }
      @media only screen and (min-width: 1200px) {
        .request-guide-overlay .request-guide-container .guide-select label {
          font-size: 3rem;
          line-height: 3.4rem; } }
    .request-guide-overlay .request-guide-container .contact-title {
      font-size: 2.1rem;
      font-weight: 300;
      letter-spacing: -0.02em;
      line-height: 2.8rem;
      margin-top: 3rem; }
      @media only screen and (min-width: 768px) {
        .request-guide-overlay .request-guide-container .contact-title {
          font-size: 2.2rem; } }
      @media only screen and (min-width: 1200px) {
        .request-guide-overlay .request-guide-container .contact-title {
          font-size: 3rem;
          line-height: 3.4rem;
          margin-top: 4rem; } }
    .request-guide-overlay .request-guide-container .contact-text {
      font-size: 1.2rem;
      font-weight: 350;
      letter-spacing: -0.02em;
      line-height: 1.6rem;
      margin: 2rem 0; }
      @media only screen and (min-width: 768px) {
        .request-guide-overlay .request-guide-container .contact-text {
          font-size: 1.8rem;
          line-height: 1.8rem; } }
    .request-guide-overlay .request-guide-container .contact-subtext {
      color: #270E2D;
      font-size: 1.2rem;
      letter-spacing: -0.02em;
      margin-bottom: 2rem; }
      .request-guide-overlay .request-guide-container .contact-subtext a {
        color: #270E2D;
        font-weight: 350; }
        @media only screen and (min-width: 768px) {
          .request-guide-overlay .request-guide-container .contact-subtext a {
            font-weight: 700; } }
        .request-guide-overlay .request-guide-container .contact-subtext a:hover {
          color: #fff; }
    .request-guide-overlay .request-guide-container .contact-form {
      margin-right: -10px;
      margin-left: -10px; }
      @media only screen and (min-width: 768px) {
        .request-guide-overlay .request-guide-container .contact-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px; } }
      @media only screen and (min-width: 992px) {
        .request-guide-overlay .request-guide-container .contact-form {
          margin-right: -25px;
          margin-left: -25px; } }
      .request-guide-overlay .request-guide-container .contact-form .form-group, .request-guide-overlay .request-guide-container .contact-form .form-button {
        padding-right: 10px;
        padding-left: 10px; }
        @media only screen and (min-width: 768px) {
          .request-guide-overlay .request-guide-container .contact-form .form-group, .request-guide-overlay .request-guide-container .contact-form .form-button {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 15px;
            padding-left: 15px; } }
        @media only screen and (min-width: 992px) {
          .request-guide-overlay .request-guide-container .contact-form .form-group, .request-guide-overlay .request-guide-container .contact-form .form-button {
            padding-right: 25px;
            padding-left: 25px; } }
        @media only screen and (min-width: 1200px) {
          .request-guide-overlay .request-guide-container .contact-form .form-group, .request-guide-overlay .request-guide-container .contact-form .form-button {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            /*padding-left: 10px;
                    padding-right: 10px;*/ } }
      .request-guide-overlay .request-guide-container .contact-form .contact-submit {
        background: #fff;
        color: #D0103A;
        float: left; }
        .request-guide-overlay .request-guide-container .contact-form .contact-submit:hover {
          background-color: #270e2d;
          color: #fff; }
    .request-guide-overlay .request-guide-container .invalid-label {
      top: 7px;
      position: relative;
      display: block;
      color: #270e2d;
      font-size: 13px;
      font-weight: normal; }
      .request-guide-overlay .request-guide-container .invalid-label:after {
        background: white;
        border-radius: 50%;
        color: #d0103a;
        content: "!";
        font-weight: 700;
        line-height: 2.6rem;
        position: absolute;
        height: 2.6rem;
        right: 1rem;
        text-align: center;
        top: -40px;
        width: 2.6rem; }
    .request-guide-overlay .request-guide-container .required:after {
      color: white;
      content: "*";
      font-size: 2rem;
      right: 0;
      position: absolute;
      top: 15px; }
      @media only screen and (min-width: 992px) {
        .request-guide-overlay .request-guide-container .required:after {
          right: 10px; } }
    .request-guide-overlay .request-guide-container .custom-select-dropdown.required:after {
      right: -10px; }
      @media only screen and (min-width: 768px) {
        .request-guide-overlay .request-guide-container .custom-select-dropdown.required:after {
          right: -15px; } }
    .request-guide-overlay .request-guide-container .form-button {
      margin-top: 30px; }
      @media only screen and (min-width: 768px) {
        .request-guide-overlay .request-guide-container .form-button {
          margin-top: 0; } }
      @media only screen and (min-width: 1200px) {
        .request-guide-overlay .request-guide-container .form-button {
          margin-top: 0;
          text-align: right; } }
      @media only screen and (max-width: 768px) {
        .request-guide-overlay .request-guide-container .form-button button {
          width: 100%; } }

body.cookie-banner-active {
  padding-top: 22.5rem; }
  @media only screen and (min-width: 768px) {
    body.cookie-banner-active {
      padding-top: 25.6rem; } }
  @media only screen and (min-width: 1200px) {
    body.cookie-banner-active {
      padding-top: 10.9rem; } }
  body.cookie-banner-active .cookie-banner {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  body.cookie-banner-active #header {
    top: 10.7rem; }
    @media only screen and (min-width: 768px) {
      body.cookie-banner-active #header {
        top: 12.6rem; } }
    @media only screen and (min-width: 1200px) {
      body.cookie-banner-active #header {
        top: 0; } }

.cookie-banner {
  background: #D0103A;
  color: #fff;
  display: none;
  left: 0;
  min-height: 10.7rem;
  padding: 1rem 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9500; }
  @media only screen and (min-width: 768px) {
    .cookie-banner {
      min-height: 12.6rem;
      padding: 3rem; } }
  @media only screen and (min-width: 1200px) {
    .cookie-banner {
      min-height: 0; } }
  .cookie-banner .cookie-banner-wrap {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cookie-banner .cookie-banner-wrap {
        align-items: center;
        flex-direction: row; } }
    .cookie-banner .cookie-banner-wrap .cookie-banner-content {
      max-width: 64.5rem; }
      .cookie-banner .cookie-banner-wrap .cookie-banner-content p {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.2rem;
        margin-top: 0; }
        @media only screen and (min-width: 768px) {
          .cookie-banner .cookie-banner-wrap .cookie-banner-content p {
            font-size: 1.2rem;
            line-height: 1.6rem; } }
        .cookie-banner .cookie-banner-wrap .cookie-banner-content p a {
          color: #fff;
          font-weight: 700; }
    .cookie-banner .cookie-banner-wrap .btn-white-transparent {
      border: none;
      padding: 1rem 0 0 0;
      text-align: left; }
      .cookie-banner .cookie-banner-wrap .btn-white-transparent:hover {
        background-color: #D0103A;
        color: #270E2D; }
      @media only screen and (min-width: 768px) {
        .cookie-banner .cookie-banner-wrap .btn-white-transparent {
          border: 0.1rem solid #fff;
          padding: 1.5rem 2rem;
          text-align: center; }
          .cookie-banner .cookie-banner-wrap .btn-white-transparent:hover {
            background-color: #fff;
            color: #D0103A; } }

#webinars {
  margin-bottom: 60px; }
  #webinars .webinars-title {
    font-family: 'Beausite Classic KFF';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.3199999928474426px;
    text-align: left;
    margin-bottom: 30px;
    color: #270E2D; }
    @media (min-width: 768px) {
      #webinars .webinars-title {
        line-height: 38px;
        letter-spacing: -0.6000000238418579px; } }
  @media (min-width: 768px) {
    #webinars .webinars-flex-row {
      display: flex;
      flex-wrap: wrap; } }
  #webinars .video-container, #webinars .image-container {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #webinars .video-container, #webinars .image-container {
        width: 50%; } }
    #webinars .video-container > div, #webinars .image-container > div {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0; }
    #webinars .video-container iframe, #webinars .video-container img, #webinars .image-container iframe, #webinars .image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #webinars .details-container {
    margin-bottom: 66px;
    position: relative; }
    @media (min-width: 768px) {
      #webinars .details-container {
        width: 50%;
        padding-left: 25px; } }
    @media (min-width: 768px) {
      #webinars .details-container > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    #webinars .details-container .webinar-title {
      font-family: 'Beausite Classic KFF';
      font-size: 28px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: -0.1599999964237213px;
      text-align: left;
      margin-bottom: 20px;
      color: #270E2D; }
      @media (min-width: 768px) {
        #webinars .details-container .webinar-title {
          font-size: 28px;
          line-height: 34px;
          letter-spacing: -1px; } }
    #webinars .details-container .webinars-description, #webinars .details-container .webinars-date {
      font-family: 'Beausite Classic KFF';
      font-size: 22px;
      font-style: normal;
      font-weight: 300;
      line-height: 28px;
      letter-spacing: -0.1599999964237213px;
      text-align: left;
      margin-bottom: 22px;
      color: #270E2D; }
      @media (min-width: 768px) {
        #webinars .details-container .webinars-description, #webinars .details-container .webinars-date {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0; } }
    #webinars .details-container .webinar-link {
      font-family: 'Beausite Classic KFF';
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0.8399999737739563px;
      text-align: left;
      position: relative;
      padding-right: 36px;
      text-transform: uppercase;
      color: #270E2D; }
      @media (min-width: 768px) {
        #webinars .details-container .webinar-link {
          font-weight: 500;
          line-height: 17px;
          letter-spacing: 1.4px; } }
      #webinars .details-container .webinar-link:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: url(/library/v3.0/images/svg/topics.svg) no-repeat;
        width: 26px;
        height: 9px;
        color: #fff; }

#finance-news {
  margin-bottom: 60px;
  position: relative; }
  #finance-news .js-news-carousel {
    padding: 0 0 88px; }
    #finance-news .js-news-carousel .slick-track {
      min-width: 100%; }
    #finance-news .js-news-carousel .slick-slide {
      max-width: 100%;
      padding: 0; }
      @media (min-width: 576px) {
        #finance-news .js-news-carousel .slick-slide {
          padding: 0 12px;
          max-width: calc(100% - 30px); } }
    #finance-news .js-news-carousel .next-arrow, #finance-news .js-news-carousel .prev-arrow {
      width: 56px;
      height: 56px;
      border: 1px solid #888888;
      border-radius: 100%;
      position: absolute;
      bottom: 0;
      display: none; }
      @media (min-width: 1200px) {
        #finance-news .js-news-carousel .next-arrow, #finance-news .js-news-carousel .prev-arrow {
          display: block; } }
      #finance-news .js-news-carousel .next-arrow:after, #finance-news .js-news-carousel .prev-arrow:after {
        font-family: FontAwesome;
        color: #000;
        font-size: 36px;
        line-height: 51px;
        height: 100%;
        display: block;
        cursor: pointer; }
    #finance-news .js-news-carousel .next-arrow {
      left: 70px;
      right: auto; }
      #finance-news .js-news-carousel .next-arrow:after {
        content: '\F105';
        padding: 0 24px; }
    #finance-news .js-news-carousel .prev-arrow {
      right: auto; }
      #finance-news .js-news-carousel .prev-arrow:after {
        content: '\F104';
        padding: 0 19px; }
  #finance-news .paging {
    display: none; }
    @media (min-width: 1200px) {
      #finance-news .paging {
        display: block;
        position: absolute;
        right: 11px;
        bottom: 17px;
        transform: none;
        font-family: 'Beausite Classic KFF';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: right;
        width: 200px; } }
  #finance-news .news-title {
    font-family: 'Beausite Classic KFF';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.3199999928474426px;
    text-align: left;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      #finance-news .news-title {
        line-height: 38px;
        letter-spacing: -0.6000000238418579px; } }
  #finance-news .news-item {
    background: #f4f4f4;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      #finance-news .news-item > div {
        display: flex !important;
        flex-wrap: wrap; } }
    @media (min-width: 1200px) {
      #finance-news .news-item .image-container {
        width: 33.3%; } }
    #finance-news .news-item .image-container > div {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
    #finance-news .news-item .image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #finance-news .news-item .details-container {
      padding: 0 10px 20px; }
      @media (min-width: 1200px) {
        #finance-news .news-item .details-container {
          width: 66.6%;
          padding: 0 15px; } }
      #finance-news .news-item .details-container .item-date {
        font-family: 'Beausite Classic KFF';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: left;
        margin: 20px 0 11px; }
        @media (min-width: 1200px) {
          #finance-news .news-item .details-container .item-date {
            font-weight: 700; } }
      #finance-news .news-item .details-container .item-title {
        font-family: 'Beausite Classic KFF';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.5px;
        text-align: left;
        margin-bottom: 20px; }
        @media (min-width: 1200px) {
          #finance-news .news-item .details-container .item-title {
            font-size: 20px;
            line-height: 24px; } }
      #finance-news .news-item .details-container .item-content {
        font-family: 'Beausite Classic KFF';
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 21px;
        letter-spacing: -0.5px;
        text-align: left; }
        @media (min-width: 1200px) {
          #finance-news .news-item .details-container .item-content {
            font-weight: 400;
            line-height: 22px; } }
  #finance-news .slick-dots {
    text-align: center; }
    #finance-news .slick-dots li {
      display: inline-block;
      margin: 0 0.25rem; }
      #finance-news .slick-dots li button {
        background: #ababab;
        border: none;
        border-radius: 50%;
        color: transparent;
        height: 1rem;
        overflow: hidden;
        outline: none;
        padding: 0;
        width: 1rem; }
      #finance-news .slick-dots li.slick-active button {
        background: #d0103a; }

#team-carousel {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0; }
  #team-carousel .slick-list {
    width: 100%; }
  #team-carousel .slick-slide {
    max-width: 100%; }
    @media (min-width: 576px) {
      #team-carousel .slick-slide {
        padding: 0 12px; } }
  #team-carousel .next-arrow, #team-carousel .prev-arrow {
    width: 56px;
    height: 56px;
    border: 1px solid #888888;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none; }
    @media (min-width: 1200px) {
      #team-carousel .next-arrow, #team-carousel .prev-arrow {
        display: block; } }
    #team-carousel .next-arrow:after, #team-carousel .prev-arrow:after {
      font-family: FontAwesome;
      color: #000;
      font-size: 36px;
      line-height: 51px; }
  #team-carousel .next-arrow {
    left: auto;
    right: 0; }
    #team-carousel .next-arrow:after {
      content: '\F105';
      padding: 0 24px; }
  #team-carousel .prev-arrow {
    left: 0;
    right: auto; }
    #team-carousel .prev-arrow:after {
      content: '\F104';
      padding: 0 19px; }
  #team-carousel .slick-dots {
    text-align: center;
    margin: 0 auto; }
    #team-carousel .slick-dots li {
      display: inline-block;
      margin: 0 0.25rem; }
      #team-carousel .slick-dots li button {
        background: #ababab;
        border: none;
        border-radius: 50%;
        color: transparent;
        height: 1rem;
        overflow: hidden;
        outline: none;
        padding: 0;
        width: 1rem; }
      #team-carousel .slick-dots li.slick-active button {
        background: #d0103a; }
  #team-carousel .team-title {
    font-family: 'Beausite Classic KFF';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    margin: 30px 0; }
    @media (min-width: 1200px) {
      #team-carousel .team-title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.6px;
        padding-left: 132px;
        margin: 60px 0 30px; } }
  #team-carousel .team-cards {
    margin: 30px 0; }
    @media (max-width: 1200px) {
      #team-carousel .team-cards {
        padding: 0 !important; } }
    #team-carousel .team-cards .team-card {
      min-width: 100%;
      margin: 0;
      width: 100%;
      max-width: 100%;
      display: block; }
    #team-carousel .team-cards .team-card-content p {
      font-size: 24px;
      line-height: 28px;
      text-align: left; }
      @media (min-width: 1200px) {
        #team-carousel .team-cards .team-card-content p {
          font-size: 28px;
          line-height: 34px; } }
    #team-carousel .team-cards .team-card-content .team-card-mobile-content {
      font-family: 'Beausite Classic KFF';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: -0.5px;
      text-align: left; }
      @media (max-width: 1200px) {
        #team-carousel .team-cards .team-card-content .team-card-mobile-content {
          display: block; } }
  @media (max-width: 1200px) {
    #team-carousel .team-media-overlay {
      display: none; } }
  #team-carousel .team-media {
    overflow: hidden;
    width: 100%;
    padding-bottom: 107.55%;
    min-height: 0; }
  #team-carousel .team-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#featured-research {
  background: #f2f2f2;
  margin-bottom: 60px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0; }
  @media (min-width: 1200px) {
    #featured-research {
      padding-top: 30px; } }
  #featured-research > .container {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      #featured-research > .container {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      #featured-research > .container {
        padding-left: 60px;
        padding-right: 60px; } }
  #featured-research .featured-research-title {
    font-family: Beausite Classic KFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.3199999928474426px;
    text-align: left;
    color: #270E2D;
    margin: 0 0 30px 0; }
    @media (min-width: 1200px) {
      #featured-research .featured-research-title {
        line-height: 38px;
        letter-spacing: -0.6000000238418579px; } }
  #featured-research .js-research-carousel {
    padding: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    position: relative; }
  #featured-research .slick-slide {
    margin: 0 12px; }
  #featured-research .research-item .image-container {
    position: relative;
    width: 100%;
    padding-bottom: 141.5%;
    overflow: hidden; }
  #featured-research .research-item img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  #featured-research .research-item .text-container .finance-research-title {
    font-family: Beausite Classic KFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.3199999928474426px;
    text-align: left;
    color: #270E2D;
    margin: 20px 0 21px 0; }
    @media (min-width: 1200px) {
      #featured-research .research-item .text-container .finance-research-title {
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        margin: 20px 0 38px; } }
  #featured-research .research-item .text-container .finance-research-download {
    width: 100%;
    border: 1px solid #d0301a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.8399999737739563px;
    text-align: center;
    display: block;
    padding: 11px 0;
    margin-bottom: 55px; }
  #featured-research .slick-dots {
    text-align: right;
    margin: 0 auto; }
    #featured-research .slick-dots li {
      display: inline-block;
      margin: 0 0.25rem; }
      #featured-research .slick-dots li button {
        background: #ababab;
        border: none;
        border-radius: 50%;
        color: transparent;
        height: 1rem;
        overflow: hidden;
        outline: none;
        padding: 0;
        width: 1rem; }
      #featured-research .slick-dots li.slick-active button {
        background: #d0103a; }
  #featured-research .next-arrow, #featured-research .prev-arrow {
    width: 56px;
    height: 56px;
    border: 1px solid #888888;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    display: none; }
    @media (min-width: 1200px) {
      #featured-research .next-arrow, #featured-research .prev-arrow {
        display: block; } }
    #featured-research .next-arrow:after, #featured-research .prev-arrow:after {
      font-family: FontAwesome;
      color: #000;
      font-size: 36px;
      line-height: 51px;
      height: 100%;
      display: block;
      cursor: pointer; }
  #featured-research .next-arrow {
    left: 70px;
    right: auto; }
    #featured-research .next-arrow:after {
      content: '\F105';
      padding: 0 24px; }
  #featured-research .prev-arrow {
    right: auto; }
    #featured-research .prev-arrow:after {
      content: '\F104';
      padding: 0 19px; }

@media (min-width: 1200px) {
  .research-content-area article {
    max-width: 1030px;
    margin: 0 auto;
    display: block; } }

.sub-navigation-container {
  display: none !important; }

.featured-report-download {
  background: #d0103a; }

.sub-navigation-container {
  display: none !important; }

#research-hub {
  margin-top: -51px; }
  @media (min-width: 768px) {
    #research-hub {
      margin-top: -47px; } }
  @media (min-width: 992px) {
    #research-hub {
      margin-top: -17px; } }
  @media (min-width: 1200px) {
    #research-hub {
      margin-top: -72px; } }

#business-partnership-side .image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 141.48%;
  display: none; }
  @media (min-width: 1200px) {
    #business-partnership-side .image-container {
      display: block; } }
  #business-partnership-side .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto; }

#business-partnership-side .text-container {
  background: #F4F4F4; }
  #business-partnership-side .text-container h4 {
    font-family: 'Beausite Classic KFF';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.32px;
    color: #270E2D;
    padding: 20px 20px 14px; }
    @media (min-width: 1200px) {
      #business-partnership-side .text-container h4 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px; } }
  #business-partnership-side .text-container p {
    font-family: 'Beausite Classic KFF';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #270E2D;
    padding: 0px 20px 29px; }
    @media (min-width: 1200px) {
      #business-partnership-side .text-container p {
        line-height: 22px; } }
  #business-partnership-side .text-container .business-partnership-side-button {
    background: #d0103a;
    display: block;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    font-family: 'Beausite Classic KFF';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    cursor: pointer; }

@media (min-width: 1200px) {
  .business-partnership .container {
    max-width: 1200px !important; } }

.homepage-banner {
  background-position: center center;
  background-size: cover; }
  .homepage-banner .homepage-wrap {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (min-width: 1200px) {
      .homepage-banner .homepage-wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .homepage-banner .homepage-wrap .homepage-banner-content {
      max-width: 39.5rem;
      padding-top: 29.5rem; }
      @media only screen and (min-width: 768px) {
        .homepage-banner .homepage-wrap .homepage-banner-content {
          margin-top: 5rem;
          padding-top: 0; } }
      @media only screen and (min-width: 1200px) {
        .homepage-banner .homepage-wrap .homepage-banner-content {
          margin-top: 0;
          max-width: 67rem;
          padding-bottom: 9rem; } }
      .homepage-banner .homepage-wrap .homepage-banner-content .homepage-banner-title {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.6rem; }
        @media only screen and (min-width: 768px) {
          .homepage-banner .homepage-wrap .homepage-banner-content .homepage-banner-title {
            font-size: 2.6rem;
            line-height: 2.8rem; } }
        @media only screen and (min-width: 1200px) {
          .homepage-banner .homepage-wrap .homepage-banner-content .homepage-banner-title {
            font-size: 4.8rem;
            line-height: 5.2rem; } }
      .homepage-banner .homepage-wrap .homepage-banner-content .homepage-banner-copy {
        display: none; }
        @media only screen and (min-width: 768px) {
          .homepage-banner .homepage-wrap .homepage-banner-content .homepage-banner-copy {
            display: block;
            font-weight: 500;
            letter-spacing: -0.05rem;
            line-height: 1.9rem; } }
        @media only screen and (min-width: 1200px) {
          .homepage-banner .homepage-wrap .homepage-banner-content .homepage-banner-copy {
            font-size: 2.8rem;
            font-weight: 300;
            line-height: 3.4rem; } }
    .homepage-banner .homepage-wrap .homepage-banner-tiles {
      display: flex;
      padding: 2rem 0 1rem;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (min-width: 768px) {
        .homepage-banner .homepage-wrap .homepage-banner-tiles {
          padding: 32rem 0 2.5rem; } }
      @media only screen and (min-width: 1200px) {
        .homepage-banner .homepage-wrap .homepage-banner-tiles {
          flex-direction: column;
          padding: 12.6rem 0 5rem; } }
      .homepage-banner .homepage-wrap .homepage-banner-tiles .homepage-banner-tile {
        align-items: center;
        background-color: #270E2D;
        color: #fff;
        cursor: pointer;
        border: 0.2rem solid #fff;
        display: flex;
        font-size: 1.2rem;
        font-weight: 500;
        justify-content: center;
        line-height: 1.6rem;
        padding: 2rem 2.5rem;
        margin-bottom: 1rem;
        min-height: 8rem;
        text-align: center;
        text-decoration: none;
        width: 48%; }
        @media only screen and (min-width: 768px) {
          .homepage-banner .homepage-wrap .homepage-banner-tiles .homepage-banner-tile {
            font-size: 1.6rem;
            line-height: 2.1rem;
            margin-bottom: 2rem;
            min-height: 14.6rem;
            padding: 3rem;
            width: 14.6rem; } }
        @media only screen and (min-width: 1200px) {
          .homepage-banner .homepage-wrap .homepage-banner-tiles .homepage-banner-tile {
            padding: 3rem 1.5rem; } }
        .homepage-banner .homepage-wrap .homepage-banner-tiles .homepage-banner-tile:hover {
          background-color: #D0103A; }
      .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social {
        display: none; }
        @media only screen and (min-width: 768px) {
          .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social {
            display: block;
            font-size: 1.1rem;
            letter-spacing: 0.1rem;
            text-align: center;
            text-transform: uppercase;
            vertical-align: top;
            width: 100%; } }
        @media only screen and (min-width: 1200px) {
          .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social {
            max-width: 14.6rem; } }
        .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social .banner-social-title {
          display: none;
          font-size: 2rem;
          line-height: 3.6rem; }
          @media only screen and (min-width: 1200px) {
            .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social .banner-social-title {
              display: block; } }
        .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social a {
          display: inline-block;
          height: 3rem;
          margin: 0 1rem;
          text-decoration: none;
          vertical-align: middle; }
          @media only screen and (min-width: 1200px) {
            .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social a {
              height: 2.3rem;
              margin: 1rem; } }
          .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social a:hover svg {
            fill: #D0103A; }
          .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social a svg {
            fill: #fff;
            height: 3rem;
            stroke: transparent;
            width: 3rem;
            transition: 0.3s ease-in; }
            @media only screen and (min-width: 1200px) {
              .homepage-banner .homepage-wrap .homepage-banner-tiles .banner-social a svg {
                height: 3rem;
                width: 3rem; } }
      .homepage-banner .homepage-wrap .homepage-banner-tiles span p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0; }
        @media only screen and (min-width: 1200px) {
          .homepage-banner .homepage-wrap .homepage-banner-tiles span p {
            flex-direction: column; } }

.home .calculators .js-desktop-form {
  padding: 0 4rem; }
  .home .calculators .js-desktop-form.is-active {
    margin-top: 4rem;
    padding: 6.8rem 4rem; }

.team-section {
  background: #270E2D;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5rem 0; }
  @media only screen and (min-width: 1200px) {
    .team-section {
      padding: 10rem 0; } }
  .team-section .team-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media only screen and (min-width: 1200px) {
      .team-section .team-intro {
        flex-direction: row; } }
    .team-section .team-intro .team-intro-mobile {
      font-size: calc(0.00369 * 100vw + 14.61538px);
      font-weight: 500;
      letter-spacing: -0.01em;
      line-height: 2rem;
      margin-bottom: 5rem; }
      @media only screen and (min-width: 1200px) {
        .team-section .team-intro .team-intro-mobile {
          font-size: 22px; } }
      @media only screen and (max-width: 375px) {
        .team-section .team-intro .team-intro-mobile {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) {
        .team-section .team-intro .team-intro-mobile {
          font-weight: 350;
          letter-spacing: -0.02em; } }
      @media only screen and (min-width: 1200px) {
        .team-section .team-intro .team-intro-mobile {
          display: none; } }
    .team-section .team-intro .team-title {
      font-size: calc(0.00369 * 100vw + 22.61538px);
      font-weight: 300;
      letter-spacing: -0.02em;
      line-height: 3.4rem;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 1200px) {
        .team-section .team-intro .team-title {
          font-size: 30px; } }
      @media only screen and (max-width: 375px) {
        .team-section .team-intro .team-title {
          font-size: 24px; } }
      @media only screen and (min-width: 1200px) {
        .team-section .team-intro .team-title {
          margin-bottom: 0; } }
    .team-section .team-intro .team-copy {
      max-width: 72rem; }
      @media only screen and (min-width: 1200px) {
        .team-section .team-intro .team-copy {
          margin-left: calc(0.16123 * 100vw + -10.46154px); } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .team-section .team-intro .team-copy {
      margin-left: 312px; } }
  @media only screen and (min-width: 1200px) and (max-width: 375px) {
    .team-section .team-intro .team-copy {
      margin-left: 50px; } }
      .team-section .team-intro .team-copy p {
        font-size: calc(0.00369 * 100vw + 14.61538px);
        font-weight: 500;
        letter-spacing: -0.01em;
        line-height: calc(0.00492 * 100vw + 18.15385px); }
        @media only screen and (min-width: 1200px) {
          .team-section .team-intro .team-copy p {
            font-size: 22px; } }
        @media only screen and (max-width: 375px) {
          .team-section .team-intro .team-copy p {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .team-section .team-intro .team-copy p {
            line-height: 28px; } }
        @media only screen and (max-width: 375px) {
          .team-section .team-intro .team-copy p {
            line-height: 20px; } }
        @media only screen and (min-width: 768px) {
          .team-section .team-intro .team-copy p {
            font-weight: 350;
            letter-spacing: -0.02em; } }
        @media only screen and (min-width: 1200px) {
          .team-section .team-intro .team-copy p {
            font-weight: 300; } }
        .team-section .team-intro .team-copy p:first-of-type {
          margin-top: 0; }
  .team-section .team-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12rem;
    margin-top: calc(0.04308 * 100vw + 33.84615px); }
    @media only screen and (min-width: 1200px) {
      .team-section .team-cards {
        margin-top: 120px; } }
    @media only screen and (max-width: 375px) {
      .team-section .team-cards {
        margin-top: 50px; } }
    .team-section .team-cards .team-card {
      display: block;
      margin: 0 auto;
      margin-bottom: calc(0.09231 * 100vw + 15.38462px);
      max-width: calc(0.06154 * 100vw + 216.92308px);
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        .team-section .team-cards .team-card {
          margin-bottom: 200px; } }
      @media only screen and (max-width: 375px) {
        .team-section .team-cards .team-card {
          margin-bottom: 50px; } }
      @media only screen and (min-width: 1200px) {
        .team-section .team-cards .team-card {
          max-width: 340px; } }
      @media only screen and (max-width: 375px) {
        .team-section .team-cards .team-card {
          max-width: 240px; } }
      @media only screen and (min-width: 768px) {
        .team-section .team-cards .team-card {
          cursor: pointer; } }
      @media only screen and (min-width: 1200px) {
        .team-section .team-cards .team-card {
          cursor: auto;
          margin: 0;
          margin-bottom: calc(0.09231 * 100vw + 15.38462px); } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .team-section .team-cards .team-card {
      margin-bottom: 200px; } }
  @media only screen and (min-width: 1200px) and (max-width: 375px) {
    .team-section .team-cards .team-card {
      margin-bottom: 50px; } }
      @media only screen and (min-width: 1200px) {
        .team-section .team-cards .team-card.team-card-center {
          margin: 0 5.5%; } }
      @media only screen and (min-width: 768px) {
        .team-section .team-cards .team-card.is-active .team-media .team-media-overlay {
          background-color: rgba(39, 12, 45, 0.8); }
          .team-section .team-cards .team-card.is-active .team-media .team-media-overlay .team-media-overlay-text {
            transform: translateY(0); } }
      @media only screen and (min-width: 1200px) {
        .team-section .team-cards .team-card.is-active .team-media .team-media-overlay {
          background: none; }
          .team-section .team-cards .team-card.is-active .team-media .team-media-overlay .team-media-overlay-text {
            transform: translateY(100%); } }
      .team-section .team-cards .team-card .team-media {
        overflow: hidden;
        position: relative; }
        @media only screen and (min-width: 1200px) {
          .team-section .team-cards .team-card .team-media {
            min-height: 44.3rem; } }
        .team-section .team-cards .team-card .team-media .team-img {
          height: auto;
          max-width: 100%; }
        .team-section .team-cards .team-card .team-media .team-media-overlay {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transition: 0.2s ease-in;
          width: 100%; }
          @media only screen and (min-width: 1200px) {
            .team-section .team-cards .team-card .team-media .team-media-overlay:hover {
              background-color: rgba(39, 12, 45, 0.8); }
              .team-section .team-cards .team-card .team-media .team-media-overlay:hover .team-media-overlay-text {
                transform: translateY(0); } }
          .team-section .team-cards .team-card .team-media .team-media-overlay .team-media-overlay-text {
            bottom: 0;
            left: 0;
            font-size: 1.6rem;
            font-weight: 300;
            letter-spacing: -0.02em;
            line-height: 1.9rem;
            margin-top: 0;
            padding: 1rem 1rem 2rem 1rem;
            position: absolute;
            transition: 0.3s ease-in;
            transform: translateY(100%);
            width: 100%; }
            @media only screen and (min-width: 768px) {
              .team-section .team-cards .team-card .team-media .team-media-overlay .team-media-overlay-text:before {
                background: #D0103A;
                bottom: calc(100% + 1.5rem);
                content: '';
                height: 1.5rem;
                left: 1.5rem;
                position: absolute;
                transform: rotate(45deg);
                width: 1.5rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    .team-section .team-cards .team-card .team-media .team-media-overlay .team-media-overlay-text:before {
      bottom: calc(100% + 1.7rem);
      height: 2rem;
      width: 2rem; } }
            @media only screen and (min-width: 1200px) {
              .team-section .team-cards .team-card .team-media .team-media-overlay .team-media-overlay-text {
                font-size: 2rem;
                line-height: 2.4rem; } }
      .team-section .team-cards .team-card .team-card-content {
        padding: 2rem 1rem;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .team-section .team-cards .team-card .team-card-content {
            text-align: left; } }
        .team-section .team-cards .team-card .team-card-content p {
          font-size: 2.2rem;
          font-weight: 300;
          line-height: 2.8rem;
          margin-top: 0; }
          @media only screen and (min-width: 768px) {
            .team-section .team-cards .team-card .team-card-content p {
              font-size: 2rem;
              line-height: 2.4rem; } }
          @media only screen and (min-width: 1200px) {
            .team-section .team-cards .team-card .team-card-content p {
              font-size: 3rem;
              line-height: 3.4rem; } }
        .team-section .team-cards .team-card .team-card-content .team-card-mobile-content {
          font-size: 1.6rem;
          letter-spacing: -0.02em;
          line-height: 1.9rem;
          margin-top: 2rem; }
          @media only screen and (min-width: 768px) {
            .team-section .team-cards .team-card .team-card-content .team-card-mobile-content {
              display: none; } }

.api-page .services-mobile-content {
  display: none; }

.api-page .contact-form {
  margin-right: -10px;
  margin-left: -10px; }
  @media only screen and (min-width: 768px) {
    .api-page .contact-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 992px) {
    .api-page .contact-form {
      margin-right: -25px;
      margin-left: -25px; } }
  .api-page .contact-form .form-group, .api-page .contact-form .form-button {
    padding-right: 10px;
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .api-page .contact-form .form-group, .api-page .contact-form .form-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 992px) {
      .api-page .contact-form .form-group, .api-page .contact-form .form-button {
        padding-right: 25px;
        padding-left: 25px; } }
    @media only screen and (min-width: 1200px) {
      .api-page .contact-form .form-group, .api-page .contact-form .form-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
  .api-page .contact-form .contact-submit {
    background: #fff;
    color: #D0103A; }
    .api-page .contact-form .contact-submit:hover {
      background-color: #270e2d;
      color: #fff; }

.api-page .required:after {
  color: white;
  content: "*";
  font-size: 2rem;
  right: 0;
  position: absolute;
  top: 15px; }
  @media only screen and (min-width: 992px) {
    .api-page .required:after {
      right: 10px; } }

.api-section {
  padding: 5rem 0; }
  .api-section .intro {
    margin-bottom: 10px; }
    .api-section .intro p {
      font-size: 20px;
      font-family: 'Beausite Classic KFF';
      font-weight: 500;
      line-height: 24px;
      color: #270e2d; }
      @media only screen and (max-width: 1200px) {
        .api-section .intro p {
          font-size: 16px;
          line-height: 19px; } }
  .api-section .address h2,
  .api-section .property-price h2 {
    font-size: 36px;
    font-family: 'Beausite Classic KFF';
    font-weight: 300;
    line-height: 43px;
    color: #270e2d; }
    @media only screen and (max-width: 1200px) {
      .api-section .address h2,
      .api-section .property-price h2 {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (max-width: 768px) {
      .api-section .address h2,
      .api-section .property-price h2 {
        line-height: 28px; } }
  @media only screen and (max-width: 768px) {
    .api-section .property-price {
      margin-top: 10px; } }
  @media only screen and (min-width: 768px) {
    .api-section .property-price {
      text-align: right; } }
  .api-section .property-price h2 {
    font-weight: 400; }
  .api-section .api-wrap {
    margin-top: 50px;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      .api-section .api-wrap {
        margin-top: 25px; } }
    @media only screen and (min-width: 1200px) {
      .api-section .api-wrap {
        display: flex;
        justify-content: flex-end; } }
    @media only screen and (max-width: 1200px) {
      .api-section .api-wrap .api-info {
        margin: 0 20px;
        top: -100px;
        position: relative;
        background: #ffffff;
        padding: 10px 20px; } }
    @media only screen and (max-width: 768px) {
      .api-section .api-wrap .api-info {
        margin: 10px 0 0 0;
        top: 0;
        position: relative;
        background: #ffffff;
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      .api-section .api-wrap .api-info {
        background: #fff;
        box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
        display: block;
        left: 0;
        max-width: 44.2rem;
        padding: 0 2rem 2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; } }
    .api-section .api-wrap .api-info .api-address {
      margin-top: 0; }
      @media only screen and (min-width: 1200px) {
        .api-section .api-wrap .api-info .api-address {
          font-size: 3.6rem;
          font-weight: 300;
          line-height: 4.4rem; } }
    .api-section .api-wrap .api-info .api-price {
      font-weight: 350;
      margin-top: 0; }
      @media only screen and (min-width: 1200px) {
        .api-section .api-wrap .api-info .api-price {
          font-size: 3.6rem;
          line-height: 4.3rem; } }
    .api-section .api-wrap .api-info .api-info-data {
      margin-top: 2rem;
      border-top: 0.1rem solid #270E2D;
      padding: 2.25rem 0 1rem; }
      .api-section .api-wrap .api-info .api-info-data .api-info-data-col .api-info-data-row {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0; }
        .api-section .api-wrap .api-info .api-info-data .api-info-data-col .api-info-data-row .api-info-data-l, .api-section .api-wrap .api-info .api-info-data .api-info-data-col .api-info-data-row .api-info-data-r {
          font-size: 1.6rem;
          line-height: 1.9rem;
          width: 50%; }
        .api-section .api-wrap .api-info .api-info-data .api-info-data-col .api-info-data-row .api-info-data-l {
          font-weight: 350;
          margin-right: 6rem;
          min-width: 24rem; }
        .api-section .api-wrap .api-info .api-info-data .api-info-data-col .api-info-data-row .api-info-data-r {
          font-weight: 500; }
    .api-section .api-wrap .api-info .api-lower-buttons {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-top: 2rem; }
      .api-section .api-wrap .api-info .api-lower-buttons .api-tel {
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 5.2rem; }
    @media only screen and (max-width: 1200px) {
      .api-section .api-wrap .api-media {
        overflow: hidden; } }
    @media only screen and (min-width: 1200px) {
      .api-section .api-wrap .api-media {
        display: block;
        min-height: 700px; } }
    .api-section .api-wrap .api-media img {
      height: auto;
      max-width: 100%; }
    .api-section .api-wrap .api-info-mobile {
      display: none; }
      @media only screen and (min-width: 1200px) {
        .api-section .api-wrap .api-info-mobile {
          display: none; } }
      .api-section .api-wrap .api-info-mobile .api-sub-title {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 1.9rem;
        margin-top: 0; }
      .api-section .api-wrap .api-info-mobile .api-address {
        font-size: 2.4rem;
        font-weight: 100;
        line-height: 2.8rem;
        margin-top: 1rem; }
      .api-section .api-wrap .api-info-mobile .api-price {
        font-size: 2.4rem;
        font-weight: 350;
        line-height: 2.8rem;
        margin-top: 0; }
      .api-section .api-wrap .api-info-mobile .api-img {
        height: auto;
        margin-top: 2rem;
        max-width: 100%; }
      .api-section .api-wrap .api-info-mobile .api-info-data {
        margin-top: 2rem; }
        @media only screen and (min-width: 768px) {
          .api-section .api-wrap .api-info-mobile .api-info-data {
            display: flex;
            justify-content: space-between; } }
        .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col {
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col {
              width: 50%; }
              .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col:first-of-type {
                margin-right: 1rem; }
              .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col:last-of-type {
                margin-left: 1rem; } }
          .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col .api-info-data-row {
            padding: 1rem 0; }
            .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col .api-info-data-row .api-info-data-l, .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col .api-info-data-row .api-info-data-r {
              font-size: 1.6rem;
              line-height: 1.9rem;
              width: 50%; }
            .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col .api-info-data-row .api-info-data-l {
              font-weight: 350;
              margin-right: 3rem;
              min-width: 26rem; }
            .api-section .api-wrap .api-info-mobile .api-info-data .api-info-data-col .api-info-data-row .api-info-data-r {
              font-weight: 500; }
      .api-section .api-wrap .api-info-mobile .api-contact-info {
        border-top: 0.1rem solid #270E2D;
        margin-top: 1.5rem;
        padding-top: 2rem; }
        @media only screen and (min-width: 768px) {
          .api-section .api-wrap .api-info-mobile .api-contact-info {
            align-items: center;
            display: flex;
            justify-content: space-between; } }
        .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col {
          display: flex;
          justify-content: space-between;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col:first-of-type {
              margin-right: 1rem; } }
          .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col:last-of-type {
            border-top: 0.1rem solid #270E2D;
            margin-top: 2rem;
            padding-top: 2rem; }
            @media only screen and (min-width: 768px) {
              .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col:last-of-type {
                border-top: none;
                margin-top: 0;
                margin-left: 1rem;
                padding-top: 0; } }
          @media only screen and (min-width: 768px) {
            .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col {
              width: 50%; } }
          .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col .api-contact-us {
            font-size: 1.6rem;
            letter-spacing: -0.02em;
            line-height: 1.9rem;
            margin-right: 2rem;
            margin-top: 0;
            width: 50%; }
          .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col .btn-secondary {
            min-width: 0;
            width: 50%; }
          .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col .btn-primary-lg {
            font-size: 1.2rem;
            letter-spacing: -0.02em;
            line-height: 1.6rem;
            padding: 1.2rem 1rem;
            min-width: 0;
            width: 50%; }
            .api-section .api-wrap .api-info-mobile .api-contact-info .api-contact-info-col .btn-primary-lg:first-of-type {
              margin-right: 2rem; }
  .api-section .property-content .property-mortgage-calculator p {
    font-size: 16px;
    font-family: 'Beausite Classic KFF';
    color: #270e2d;
    padding-bottom: 6px; }
  .api-section .property-content .property-mortgage-calculator input[type="text"] {
    height: 42px;
    background: #ffffff;
    border: 1px solid #270e2d;
    padding: 12px;
    width: 100%;
    font-family: 'Beausite Classic KFF';
    font-size: 14px;
    color: #333333;
    outline: none; }
  .api-section .property-content .property-mortgage-calculator select {
    background: #ffffff;
    width: 100%;
    height: 41px;
    line-height: 41px;
    border: 1px solid #270e2d;
    padding: 0 12px;
    outline: none;
    font-family: 'Beausite Classic KFF';
    font-size: 14px;
    color: #333333; }
  .api-section .property-content .property-mortgage-calculator .button-calculate {
    height: 41px;
    width: 100%;
    border: 1px solid #D0103A;
    background: #ffffff;
    color: #d0103a;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    outline: none; }
    .api-section .property-content .property-mortgage-calculator .button-calculate:hover {
      background: #D0103A;
      color: white; }
  .api-section .property-content .property-mortgage-calculator .button-reset {
    height: 41px;
    border: none;
    background: #ffffff;
    text-align: center;
    margin-top: 20px;
    outline: none;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer; }
    .api-section .property-content .property-mortgage-calculator .button-reset:before {
      content: "\f0e2";
      font-family: FontAwesome;
      display: inline-block;
      position: relative;
      top: 0px;
      left: -7px;
      -webkit-transform: rotate(-27deg);
      -moz-transform: rotate(-27deg);
      -ms-transform: rotate(-27deg);
      -o-transform: rotate(-27deg);
      transform: rotate(-27deg);
      font-size: 14px; }
    .api-section .property-content .property-mortgage-calculator .button-reset:hover {
      text-decoration: underline; }
      .api-section .property-content .property-mortgage-calculator .button-reset:hover:before {
        -webkit-animation: spin 0.5s linear;
        -moz-animation: spin 0.5s linear;
        animation: spin 0.5s linear; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
  .api-section .property-content .property-mortgage-calculator .pound-field {
    position: relative; }
    .api-section .property-content .property-mortgage-calculator .pound-field:before {
      content: '\00a3';
      position: absolute;
      top: 1px;
      left: 15px;
      font-family: 'Beausite Classic KFF';
      font-size: 14px;
      color: #333333;
      height: 41px;
      line-height: 41px; }
    .api-section .property-content .property-mortgage-calculator .pound-field input {
      padding-left: 28px; }
  .api-section .property-content .property-mortgage-calculator .percentage-field {
    position: relative; }
    .api-section .property-content .property-mortgage-calculator .percentage-field:after {
      content: '\0025';
      position: absolute;
      top: 1px;
      right: 15px;
      font-family: 'Beausite Classic KFF';
      font-size: 14px;
      color: #333333;
      height: 41px;
      line-height: 41px; }
    .api-section .property-content .property-mortgage-calculator .percentage-field input {
      padding-right: 35px; }
  .api-section .property-content .property-mortgage-calculator .error {
    border: 1px solid #D0103A !important; }
    .api-section .property-content .property-mortgage-calculator .error + .form-messages-error {
      display: block !important;
      color: #D0103A;
      font-size: 16px;
      font-weight: bold;
      margin-top: 5px; }
  .api-section .property-content .property-mortgage-results {
    margin: 30px 0 20px;
    padding: 0 0 20px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #270e2d; }
    @media only screen and (min-width: 1200px) {
      .api-section .property-content .property-mortgage-results div {
        padding: 0; } }
    @media only screen and (min-width: 992px) {
      .api-section .property-content .property-mortgage-results div:first-child {
        padding-left: 0; }
      .api-section .property-content .property-mortgage-results div:last-child {
        padding-right: 0; } }
    @media only screen and (max-width: 992px) {
      .api-section .property-content .property-mortgage-results div {
        padding: 0; } }
    .api-section .property-content .property-mortgage-results span {
      font-size: 36px;
      font-family: 'Beausite Classic KFF';
      font-weight: 200;
      color: #270e2d;
      display: block;
      margin-top: 8px;
      line-height: 36px; }
  .api-section .property-content .contact-section h3 {
    font-family: 'Beausite Classic KFF';
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #270e2d; }
  .api-section .property-content .contact-section p {
    margin-bottom: 20px; }
  .api-section .property-content .contact-section a, .api-section .property-content .contact-section button {
    display: block;
    background: #D0103A;
    border: 1px solid #D0103A;
    color: #ffffff;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-family: 'Beausite Classic KFF';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0; }
    @media only screen and (max-width: 1200px) {
      .api-section .property-content .contact-section a, .api-section .property-content .contact-section button {
        margin: 10px 0; } }
    .api-section .property-content .contact-section a:hover, .api-section .property-content .contact-section button:hover {
      border: 1px solid #D0103A;
      background: #ffffff;
      color: #D0103A; }
  .api-section .property-contact-form {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 30px;
    background: #DCD8D5;
    width: 500px;
    height: 100%;
    opacity: 0;
    transition: all 0.7s; }
    @media only screen and (max-width: 1200px) {
      .api-section .property-contact-form {
        display: none;
        position: relative;
        left: -72px;
        width: calc(100% + 145px);
        margin-top: 25px;
        padding: 30px 30px; } }
    @media only screen and (max-width: 768px) {
      .api-section .property-contact-form {
        display: none;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
        margin-top: 25px;
        padding: 30px 20px; } }
    .api-section .property-contact-form .property-contact-form-control {
      display: block !important; }
    .api-section .property-contact-form .contact-form {
      display: block; }
    .api-section .property-contact-form .form-group {
      max-width: 100%; }
    .api-section .property-contact-form.is-active {
      opacity: 1; }
      @media only screen and (max-width: 1200px) {
        .api-section .property-contact-form.is-active {
          display: block; } }
    .api-section .property-contact-form h6 {
      font-family: 'Beausite Classic KFF';
      margin: 0;
      padding: 0 0 20px;
      font-size: 30px;
      line-height: 43px;
      color: #270e2d; }
    .api-section .property-contact-form .contact-text {
      font-family: 'Beausite Classic KFF';
      margin: 0;
      padding: 0 0 40px;
      font-size: 20px;
      line-height: 24px;
      color: #270e2d; }
    .api-section .property-contact-form label {
      font-size: 16px;
      color: #270e2d;
      padding: 0;
      margin: 0 0 5px; }
      .api-section .property-contact-form label.invalid-label {
        top: 0;
        color: #270E2D;
        font-size: 16px;
        font-weight: normal; }
        .api-section .property-contact-form label.invalid-label:after {
          display: none; }
    .api-section .property-contact-form div.invalid-label {
      top: -13px; }
    .api-section .property-contact-form .invalid-input {
      border: 1px solid #D0103A !important; }
    .api-section .property-contact-form input[type="text"], .api-section .property-contact-form input[type="email"] {
      height: 40px;
      background-color: #ffffff;
      margin: 0 0 20px;
      padding: 12px;
      width: 100%;
      border: 1px solid white; }
    .api-section .property-contact-form textarea {
      border: none;
      height: 120px; }
    .api-section .property-contact-form .contact-subtext {
      font-size: 12px;
      margin: 10px 0;
      padding: 10px 10px; }
      @media only screen and (min-width: 992px) {
        .api-section .property-contact-form .contact-subtext {
          padding: 10px 25px; } }
    .api-section .property-contact-form .form-group {
      margin-bottom: 0; }
      .api-section .property-contact-form .form-group.required:after {
        color: #D0103A;
        top: 38px; }
    .api-section .property-contact-form .form-button {
      flex: 0;
      max-width: 100%;
      text-align: right; }
      .api-section .property-contact-form .form-button button {
        background: #D0103A;
        color: #ffffff; }
        @media only screen and (max-width: 768px) {
          .api-section .property-contact-form .form-button button {
            width: 100%; } }
    .api-section .property-contact-form .contact-close {
      position: absolute;
      right: 5px;
      top: 10px;
      background: none;
      border: 0;
      outline: none; }
      @media only screen and (max-width: 1200px) {
        .api-section .property-contact-form .contact-close {
          right: 34px;
          top: 30px; } }
      @media only screen and (max-width: 768px) {
        .api-section .property-contact-form .contact-close {
          right: 15px; } }
      .api-section .property-contact-form .contact-close .icon {
        width: 20px;
        height: 20px; }
  .api-section .back-to-property {
    background: #270e2d;
    border: 1px solid #270e2d;
    position: absolute;
    bottom: -77px;
    width: 100%;
    left: 0; }
    .api-section .back-to-property:hover {
      background: #ffffff; }
      .api-section .back-to-property:hover button {
        color: #270e2d; }
    .api-section .back-to-property button {
      color: #fff;
      background: none;
      border: none;
      font-size: 18px;
      line-height: 18px;
      font-family: 'Beausite Classic KFF';
      display: block;
      padding: 20px;
      width: 100%;
      text-align: left; }
      .api-section .back-to-property button:before {
        content: '\f053';
        font-family: FontAwesome;
        color: #D0103A;
        padding-right: 15px;
        position: relative;
        top: 1px; }

.property-contact-form-control {
  display: none; }

.work-with-us-page .content-section.pb-none {
  padding-bottom: 0; }

.work-with-us-page .content-section.pt-none {
  padding-top: 0; }

.news-listing-page .news-listing-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 3rem 0;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .news-listing-page .news-listing-title {
      margin: 5rem 0; } }
  @media only screen and (min-width: 1200px) {
    .news-listing-page .news-listing-title {
      margin: 8.5rem 0 7rem; } }

.news-listing-page .news-listing-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: 1200px) {
    .news-listing-page .news-listing-wrap {
      flex-direction: row; } }
  .news-listing-page .news-listing-wrap .news-listings {
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .news-listing-page .news-listing-wrap .news-listings {
        max-width: 115.2rem;
        padding-right: 2.5rem; } }
    .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (min-width: 768px) {
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap {
          flex-direction: row; } }
      @media only screen and (min-width: 992px) {
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap {
          flex-direction: row;
          justify-content: space-evenly; } }
      @media only screen and (min-width: 1200px) {
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap {
          margin-left: -2.5rem;
          justify-content: space-between; } }
      .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing {
        padding: 5rem 0 0;
        max-width: 100%;
        width: 100%; }
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing:first-of-type {
          padding-top: 0; }
        @media only screen and (min-width: 768px) {
          .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing {
            max-width: 34rem; }
            .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing:first-of-type {
              padding-top: 0; }
            .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing:nth-of-type(2) {
              padding-top: 0; } }
        @media only screen and (min-width: 992px) {
          .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing {
            max-width: 40rem; } }
        @media only screen and (min-width: 1200px) {
          .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing {
            border-right: 0.1rem solid #DDDDDD;
            max-width: 33.33%;
            padding: 10rem 2.5rem 0; }
            .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing:first-of-type {
              padding-top: 0; }
            .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing:nth-of-type(2) {
              padding-top: 0; }
            .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing:nth-of-type(3) {
              padding-top: 0; } }
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing .news-listing-date {
          font-size: 1.2rem;
          font-weight: 400;
          letter-spacing: 0.05em;
          line-height: 1.6rem;
          margin: 0;
          padding-top: 1rem; }
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing .news-listing-thumbnail {
          height: auto;
          max-width: 100%;
          width: 100%; }
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing p {
          font-size: 1.6rem;
          line-height: 1.9rem;
          font-weight: 300;
          letter-spacing: -0.01em; }
          .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing p.news-listing-intro {
            font-weight: 500; }
          @media only screen and (min-width: 768px) {
            .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing p {
              font-size: 1.4rem;
              line-height: 1.7rem; } }
          @media only screen and (min-width: 1200px) {
            .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing p {
              font-size: 1.6rem;
              line-height: 1.9rem; } }
        .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing .news-listing-link {
          color: #270E2D;
          display: block;
          letter-spacing: -0.02em;
          line-height: 2rem;
          margin-top: 1rem; }
          .news-listing-page .news-listing-wrap .news-listings .news-listings-wrap .news-listing .news-listing-link:hover {
            color: #D0103A; }
  .news-listing-page .news-listing-wrap .sidebar-main {
    padding-bottom: 5rem;
    padding-top: 0;
    width: 100%; }
    .news-listing-page .news-listing-wrap .sidebar-main:before {
      display: none; }
    @media only screen and (min-width: 1200px) {
      .news-listing-page .news-listing-wrap .sidebar-main {
        max-width: 34rem;
        padding-bottom: 0; } }

.news-listing-page .view-more {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .news-listing-page .view-more {
      display: block;
      padding: 10rem 0;
      text-align: center;
      width: 100%; } }

.news-listing-page .view-more-mobile {
  display: block;
  padding: 5rem 0;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .news-listing-page .view-more-mobile {
      display: none; } }

.news-article-page .news-listing-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 3rem 0;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .news-article-page .news-listing-title {
      margin: 5rem 0 7rem; } }
  @media only screen and (min-width: 1200px) {
    .news-article-page .news-listing-title {
      margin: 8.5rem 0 7rem; } }

.news-article-page .news-article-date {
  color: #7c7c7c;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin: 0 0 1rem; }

.news-article-page .news-article-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: 1200px) {
    .news-article-page .news-article-wrap {
      flex-direction: row;
      padding: 0 0 10rem; } }
  .news-article-page .news-article-wrap .news-article {
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .news-article-page .news-article-wrap .news-article {
        max-width: 115.2rem;
        padding-right: 2.5rem; } }
    .news-article-page .news-article-wrap .news-article .news-article-content-wrap {
      margin-bottom: 5rem; }
      @media only screen and (min-width: 1200px) {
        .news-article-page .news-article-wrap .news-article .news-article-content-wrap {
          border-right: 0.1rem solid #DDDDDD;
          margin-bottom: 0;
          padding-right: 2.5rem; } }
      .news-article-page .news-article-wrap .news-article .news-article-content-wrap .news-article-img {
        height: auto;
        max-width: 100%; }
      @media only screen and (min-width: 768px) {
        .news-article-page .news-article-wrap .news-article .news-article-content-wrap .wysiwyg {
          max-width: 61.5rem; } }
      @media only screen and (min-width: 1200px) {
        .news-article-page .news-article-wrap .news-article .news-article-content-wrap .wysiwyg {
          max-width: 74rem; } }
      .news-article-page .news-article-wrap .news-article .news-article-content-wrap .wysiwyg .news-article-title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 2.2rem;
        margin: 2rem 0; }
        @media only screen and (min-width: 768px) {
          .news-article-page .news-article-wrap .news-article .news-article-content-wrap .wysiwyg .news-article-title {
            font-size: 1.8rem;
            line-height: 2.2rem;
            margin: 5rem 0; } }
        @media only screen and (min-width: 1200px) {
          .news-article-page .news-article-wrap .news-article .news-article-content-wrap .wysiwyg .news-article-title {
            font-size: 2.2rem;
            line-height: 2.6rem;
            margin: 2rem 0; } }
      .news-article-page .news-article-wrap .news-article .news-article-content-wrap .article-social {
        color: #D0103A;
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-top: 5rem;
        text-transform: uppercase;
        vertical-align: middle; }
        .news-article-page .news-article-wrap .news-article .news-article-content-wrap .article-social .article-social-link {
          display: inline-block;
          margin-left: 1rem;
          vertical-align: middle; }
          @media only screen and (min-width: 1200px) {
            .news-article-page .news-article-wrap .news-article .news-article-content-wrap .article-social .article-social-link {
              vertical-align: top; } }
          .news-article-page .news-article-wrap .news-article .news-article-content-wrap .article-social .article-social-link svg {
            fill: #7c7c7c;
            height: 2.5rem;
            stroke: transparent;
            transition: 0.4s ease-in;
            width: 2.5rem; }
          .news-article-page .news-article-wrap .news-article .news-article-content-wrap .article-social .article-social-link:hover svg {
            fill: #D0103A; }
  .news-article-page .news-article-wrap .sidebar-main {
    padding-bottom: 5rem;
    padding-top: 0;
    width: 100%; }
    .news-article-page .news-article-wrap .sidebar-main:before {
      display: none; }
    @media only screen and (min-width: 1200px) {
      .news-article-page .news-article-wrap .sidebar-main {
        max-width: 34rem;
        padding-bottom: 0; } }

.guide-library-page .guide-lists-mobile-content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  margin: 5rem 0 2.5rem; }
  @media only screen and (min-width: 768px) {
    .guide-library-page .guide-lists-mobile-content {
      font-weight: 350;
      margin: 5rem 0; } }
  @media only screen and (min-width: 1200px) {
    .guide-library-page .guide-lists-mobile-content {
      display: none; } }

.guide-library-page .guide-library {
  background-color: #F2F2F2;
  overflow: hidden;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .guide-library-page .guide-library {
      background-color: #fff; } }
  .guide-library-page .guide-library .guide-library-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .guide-library-page .guide-library .guide-library-wrap .guide-library-title {
      display: none; }
      @media only screen and (min-width: 768px) {
        .guide-library-page .guide-library .guide-library-wrap .guide-library-title {
          display: block;
          font-size: 3rem;
          font-weight: 300;
          letter-spacing: -0.02em;
          line-height: 5.2rem;
          margin-bottom: 5rem; } }
    .guide-library-page .guide-library .guide-library-wrap .guide-library-menu-container {
      display: none; }
      @media only screen and (min-width: 768px) {
        .guide-library-page .guide-library .guide-library-wrap .guide-library-menu-container {
          display: block;
          max-width: 21rem;
          padding: 2rem 2rem 2rem 0;
          width: 100%; } }
      @media only screen and (min-width: 1200px) {
        .guide-library-page .guide-library .guide-library-wrap .guide-library-menu-container {
          max-width: 34rem;
          padding: 5rem 2.5rem 5rem 0; } }
      .guide-library-page .guide-library .guide-library-wrap .guide-library-menu-container .guide-library-menu {
        position: sticky;
        top: 0; }
        .guide-library-page .guide-library .guide-library-wrap .guide-library-menu-container .guide-library-menu a {
          color: #270E2D;
          display: block;
          font-size: 1.6rem;
          font-weight: 700;
          letter-spacing: -0.02em;
          line-height: 2.4rem;
          width: 100%; }
          @media only screen and (min-width: 1200px) {
            .guide-library-page .guide-library .guide-library-wrap .guide-library-menu-container .guide-library-menu a {
              font-size: 2rem;
              line-height: 2.8rem; } }
          .guide-library-page .guide-library .guide-library-wrap .guide-library-menu-container .guide-library-menu a:hover {
            color: #D0103A; }
    .guide-library-page .guide-library .guide-library-wrap .guide-lists {
      background-color: #F2F2F2;
      padding: 4rem 0;
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .guide-library-page .guide-library .guide-library-wrap .guide-lists {
          padding: 0 0 2rem 3rem; } }
      @media only screen and (min-width: 1200px) {
        .guide-library-page .guide-library .guide-library-wrap .guide-lists {
          padding: 0 5rem 10rem; } }
      .guide-library-page .guide-library .guide-library-wrap .guide-lists .accordion-title {
        letter-spacing: -0.02em;
        font-weight: 700;
        text-transform: none; }
      @media only screen and (min-width: 768px) {
        .guide-library-page .guide-library .guide-library-wrap .guide-lists .accordion-content {
          padding-right: 0.6rem; } }
      @media only screen and (min-width: 1200px) {
        .guide-library-page .guide-library .guide-library-wrap .guide-lists .accordion-content {
          padding-right: 0; } }
      .guide-library-page .guide-library .guide-library-wrap .guide-lists:before {
        background-color: #F2F2F2;
        content: '';
        left: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
      .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-lists-mobile-title {
        display: block;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.8rem;
        margin-bottom: 5rem; }
        @media only screen and (min-width: 768px) {
          .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-lists-mobile-title {
            display: none; } }
      .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list {
        border-top: 0.1rem solid #DDDDDD;
        display: block;
        margin: 0 auto;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list {
            padding-top: 5rem; } }
        .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list:first-of-type {
          border-top: none;
          padding-top: 2rem; }
          @media only screen and (min-width: 1200px) {
            .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list:first-of-type {
              padding-top: 5rem; } }
        .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item {
          max-width: 26rem;
          margin: 0 auto 10rem;
          margin-bottom: 10rem; }
          @media only screen and (min-width: 768px) {
            .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item {
              margin: 0 0 10rem 0;
              max-width: 27rem; } }
          .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .guide-item-img {
            box-shadow: 0.2rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3);
            margin-bottom: 3rem;
            max-width: 100%; }
            @media only screen and (max-width: 0) {
              .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .guide-item-img {
                min-width: 100%; } }
          .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item p {
            font-size: 1.6rem;
            letter-spacing: -0.01em;
            line-height: 1.9rem;
            margin-top: 0; }
          .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .guide-item-title {
            font-weight: 500;
            max-width: 26rem; }
          .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .guide-item-desc {
            font-weight: 300;
            max-width: 26rem; }
          .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .btn-secondary-transparent-sm {
            background-color: #D0103A;
            color: #fff;
            margin-top: 2rem;
            width: 100%; }
            .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .btn-secondary-transparent-sm:hover {
              background-color: #fff;
              border: 0.2rem solid #fff;
              color: #D0103A; }
            @media only screen and (min-width: 768px) {
              .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .btn-secondary-transparent-sm {
                width: auto; } }
            @media only screen and (min-width: 1200px) {
              .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .btn-secondary-transparent-sm {
                background-color: transparent;
                color: #D0103A; }
                .guide-library-page .guide-library .guide-library-wrap .guide-lists .guide-list .guide-item .btn-secondary-transparent-sm:hover {
                  background-color: #D0103A;
                  border: 0.2rem solid #D0103A;
                  color: #fff; } }

/*
* Services Template
*/
.services-grid {
  padding: 5rem 0; }
  .services-grid .services-mobile-content {
    margin-bottom: 5rem;
    max-width: 52rem; }
    .services-grid .services-mobile-content p {
      font-size: 1.6rem;
      font-weight: 350;
      letter-spacing: -0.02em;
      line-height: 1.9rem; }
    @media only screen and (min-width: 1200px) {
      .services-grid .services-mobile-content {
        display: none; } }
  .services-grid .service-card {
    background: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    max-height: 34.2rem;
    min-height: 0; }
    @media only screen and (min-width: 1200px) {
      .services-grid .service-card {
        margin-bottom: 5rem; } }
  .services-grid .row > div:last-of-type .service-card {
    margin-bottom: 0; }

.service-page-po-content {
  background: #270E2D;
  color: #B29070; }
  .service-page-po-content .custom-select-dropdown .js-dropdown-selected {
    border: 0.1rem solid #B29070;
    color: #B29070;
    background: none !important; }
  .service-page-po-content .custom-select-dropdown li {
    color: #B29070; }

.service-page .sidebar-main {
  padding: 5rem 0; }
  .service-page .sidebar-main:before {
    height: calc(100% - 15rem);
    right: calc(100% + 2.5rem);
    top: 5rem; }

.service-page-po .calculators {
  border-top: 0.1rem solid #B29070; }

.service-page-po .sidebar-po {
  padding: 5rem 0; }
  @media only screen and (min-width: 1200px) {
    .service-page-po .sidebar-po {
      position: relative;
      height: 100%; }
      .service-page-po .sidebar-po:before {
        background: #B29070;
        content: '';
        position: absolute;
        height: calc(100% - 10rem);
        right: calc(100% + 2.5rem);
        top: 5rem;
        width: .1rem; } }
  @media only screen and (max-width: 1200px) {
    .service-page-po .sidebar-po .sidebar-form-section {
      background-color: #fff;
      border: none;
      color: #270E2D; }
      .service-page-po .sidebar-po .sidebar-form-section .sidebar-form-subtext {
        color: #B29070; }
        .service-page-po .sidebar-po .sidebar-form-section .sidebar-form-subtext a {
          color: #B29070; }
          .service-page-po .sidebar-po .sidebar-form-section .sidebar-form-subtext a:hover {
            color: #270E2D; }
      .service-page-po .sidebar-po .sidebar-form-section .form-control {
        border: 0.1rem solid #B29070;
        color: #270E2D; }
        .service-page-po .sidebar-po .sidebar-form-section .form-control:focus {
          border: 0.1rem solid #270E2D; }
        .service-page-po .sidebar-po .sidebar-form-section .form-control::placeholder {
          color: #B29070;
          opacity: 1; } }

/*
* sub-service Template
*/
.sub-service-page {
  /*
    * Mobile Only
    */
  /*.sub-service-mobile-services {
        border-top: 0.1rem solid $greyxl;

        .sub-service-mobile-services-title {
            font-size: 2.4rem;
            font-weight: 300;
            line-height: 2.8rem;
            margin-bottom: 5rem;
        }

        @include min-screen($md) {
            display: none;
        }
    }

    .services-carousel-element {
        @include max-screen($sm) {
            text-align: center;
        }

        .service-slide {
            @include max-screen($sm) {
                margin-bottom: 20px;
            }
        }
    }

    .sub-service-mobile-sidebar {
        @include min-screen($md) {
            display: none;
        }

        .contact-subtext {
            margin-top: 10px;
        }
    }
    /*
    * Private Office Styling
    */ }
  .sub-service-page .sub-service-upper {
    padding: 5rem 0; }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-upper {
        padding: 10rem 0; } }
    .sub-service-page .sub-service-upper .sub-service-upper-wrap {
      display: flex;
      justify-content: space-between; }
      .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content {
        max-width: 93.5rem;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content {
            margin-right: 2.5rem; } }
        .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .wysiwyg .sub-service-intro {
          font-size: 1.8rem;
          font-weight: 350;
          letter-spacing: -0.02em;
          line-height: 2.2rem;
          margin-bottom: 2rem; }
          @media only screen and (min-width: 768px) {
            .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .wysiwyg .sub-service-intro {
              font-size: 1.6rem;
              line-height: 1.9rem; } }
          @media only screen and (min-width: 1200px) {
            .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .wysiwyg .sub-service-intro {
              font-size: 3rem;
              line-height: 3.8rem;
              margin-bottom: 4rem; } }
        .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .wysiwyg ul li, .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .wysiwyg ol li {
          font-size: 2.2rem;
          line-height: 2.8rem;
          font-weight: 300;
          letter-spacing: -0.02em;
          margin-top: .5rem;
          padding: 0 0 0 2.5rem; }
        .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .wysiwyg ul li:before {
          background-color: #270E2D;
          border-radius: 50%;
          height: 0.5rem;
          left: 0;
          top: 0.7rem;
          width: 0.5rem; }
        .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .sub-service-ctas {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-top: 5rem; }
          @media only screen and (min-width: 1200px) {
            .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .sub-service-ctas {
              flex-direction: row;
              margin-top: 10rem; } }
          .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .sub-service-ctas .sub-service-cta:first-of-type {
            margin-bottom: 5rem; }
            @media only screen and (min-width: 1200px) {
              .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .sub-service-ctas .sub-service-cta:first-of-type {
                margin-bottom: 0; } }
          .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .sub-service-ctas .sub-service-cta .cta-title {
            color: #D0103A;
            font-size: 2.2rem;
            font-weight: 300;
            letter-spacing: -0.02em;
            line-height: 2.6rem;
            margin-bottom: 2rem; }
            @media only screen and (min-width: 1200px) {
              .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-content .sub-service-ctas .sub-service-cta .cta-title {
                font-size: 3rem;
                line-height: 3.4rem; } }
      .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-sidebar-desktop {
        display: none; }
        @media only screen and (min-width: 768px) {
          .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-sidebar-desktop {
            display: block;
            min-width: 30rem; } }
        @media only screen and (min-width: 1200px) {
          .sub-service-page .sub-service-upper .sub-service-upper-wrap .sub-service-sidebar-desktop {
            min-width: 35rem; } }
  .sub-service-page .sub-service-lower {
    border-top: 0.1rem solid #DDDDDD;
    /*
        * Desktop Only
        */
    /*
        * Tablet Only
        */
    /*.sub-service-lower-tablet {
            display: none;
            display: block;
            padding-bottom: 5rem;

            .rl-tablet-title {
                font-size: 3rem;
                font-weight: 300;
                letter-spacing: -0.02em;
                line-height: 3.9rem;
                margin: 5rem 0;
            }

            .rl-wrap-tablet {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;

                .service-card {
                    margin-bottom: 5rem;
                }

                .sidebar-carousel-section {
                    max-width: 100%;
                    width: 34.2rem;

                    .sidebar-carousel-text {
                        .sidebar-carousel-title {
                            font-size: 2.4rem;
                            line-height: 2.7rem;
                            margin-top: 0;
                        }

                        .sidebar-carousel-link {
                            font-size: 1.1rem;
                        }
                    }

                    .sidebar-carousel-wrap {
                        margin: 0 auto;
                        padding: 0 2.5rem;
                        max-width: 24.5rem;

                        .sidebar-next-arrow-tablet {
                            right: 0.5rem;
                        }

                        .slick-dots {
                            .slick-active {
                                button {
                                    background: $po-colour;
                                }
                            }
                        }
                    }
                }
            }

            @include min-screen($lg) {
                .rl-wrap-tablet {
                    justify-content: center;

                    .service-card, .sidebar-carousel-section {
                        margin: 0 2rem 5rem;
                    }
                }
            }

            @include min-screen($xl) {
                display: none;
            }
        }*/ }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop {
        align-items: flex-start;
        display: flex;
        justify-content: space-between; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop {
        width: 100%; } }
    .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .sub-service-services-desktop-title {
      font-size: 2.4rem;
      font-weight: 300;
      line-height: 2.8rem;
      margin-bottom: 5rem; }
      @media only screen and (min-width: 576px) {
        .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .sub-service-services-desktop-title {
          font-size: 3rem;
          letter-spacing: -0.02em;
          line-height: 3.9rem;
          margin: 5rem 0; } }
    @media only screen and (max-width: 992px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap {
        text-align: center; } }
    @media only screen and (min-width: 768px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap {
        justify-content: space-between;
        flex-wrap: nowrap; } }
    @media only screen and (max-width: 576px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .service-card-container {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 576px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .service-card-container {
        margin: 0 2rem 5rem; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .service-card-container {
        margin: 0 2.5rem 9rem 0;
        max-width: 34rem; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .service-card-container:last-of-type {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .sub-service-lower-slider {
        width: 34.2rem;
        max-width: 100%;
        margin: 0 2rem 5rem; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .sub-service-lower-slider {
        border-left: 0.1rem solid #DDDDDD;
        max-width: 35rem;
        padding: 0;
        width: 100%;
        margin-top: -139px; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .sub-service-lower-slider .sidebar-carousel-section {
        margin-bottom: 7rem; } }
    @media only screen and (min-width: 768px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .sub-service-lower-slider .sidebar-carousel-section .sidebar-carousel-title {
        font-size: 2.4rem;
        line-height: 2.7rem;
        margin-top: 0; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .sub-service-lower-slider .sidebar-carousel-section .sidebar-carousel-title {
        margin-top: 5rem;
        font-size: 3rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 5.2rem; } }
    @media only screen and (min-width: 768px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .sub-service-lower-slider .sidebar-carousel-section .sidebar-carousel-wrap {
        margin: 0 auto;
        padding: 0 2.5rem;
        max-width: 24.5rem; } }
    @media only screen and (min-width: 1200px) {
      .sub-service-page .sub-service-lower .sub-service-lower-wrap-desktop .sub-service-services-desktop .rs-desktop-tiles-wrap .sub-service-lower-slider .sidebar-carousel-section .sidebar-carousel-wrap {
        padding: 0 2rem;
        position: relative;
        margin: 0;
        max-width: 100%; } }
  .sub-service-page.sub-service-page-po .sub-service-upper {
    background: #270E2D;
    color: #B29070; }
    .sub-service-page.sub-service-page-po .sub-service-upper .sub-service-upper-wrap .sub-service-content .sub-service-ctas .sub-service-cta .cta-title {
      color: #B29070; }
  .sub-service-page.sub-service-page-po .sub-service-lower {
    background: #270E2D;
    border-top: 0.1rem solid #B29070;
    color: #B29070; }
    .sub-service-page.sub-service-page-po .sub-service-lower .sub-service-lower-slider {
      border-left: 0.1rem solid #B29070; }
      .sub-service-page.sub-service-page-po .sub-service-lower .sub-service-lower-slider .slick-dots .slick-active button {
        background-color: #B29070; }
      .sub-service-page.sub-service-page-po .sub-service-lower .sub-service-lower-slider .slick-arrow.sidebar-prev-arrow-desktop {
        left: 0; }
      .sub-service-page.sub-service-page-po .sub-service-lower .sub-service-lower-slider .slick-arrow.sidebar-next-arrow-desktop {
        right: 0.5rem; }
      .sub-service-page.sub-service-page-po .sub-service-lower .sub-service-lower-slider .slick-arrow svg {
        fill: #B29070; }
  .sub-service-page.sub-service-page-po .sub-service-mobile-services {
    background: #270E2D;
    border-top: 0.1rem solid #B29070;
    color: #B29070; }
  .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main {
    padding-bottom: 0; }
    .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-form-section {
      background-color: #fff;
      color: #270E2D; }
      .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-form-section .sidebar-form-subtext {
        color: #B29070; }
        .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-form-section .sidebar-form-subtext a {
          color: #B29070; }
          .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-form-section .sidebar-form-subtext a:hover {
            color: #270E2D; }
      .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-form-section .form-control {
        border: 0.1rem solid #B29070;
        color: #270E2D; }
        .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-form-section .form-control:focus {
          border: 0.1rem solid #270E2D; }
        .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-form-section .form-control::placeholder {
          color: #B29070;
          opacity: 1; }
    .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-carousel-section {
      background-color: #270E2D;
      color: #B29070;
      margin-left: -2rem;
      margin-top: 0;
      padding-bottom: 5rem;
      padding-top: 5rem;
      width: calc(100% + 4rem); }
      .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-carousel-section .slick-dots .slick-active button {
        background-color: #B29070; }
      .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-carousel-section .slick-arrow.po-sidebar-prev-arrow {
        left: 2rem; }
      .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-carousel-section .slick-arrow.po-sidebar-next-arrow {
        right: 2rem; }
      .sub-service-page.sub-service-page-po .sub-service-mobile-sidebar .sidebar-main .sidebar-carousel-section .slick-arrow svg {
        fill: #B29070; }
  .sub-service-page.sub-service-page-po .btn-secondary:hover {
    background-color: #fff;
    color: #D0103A; }

.search-results-page .internal-banner {
  background-color: #D0103A;
  flex-wrap: wrap; }
  .search-results-page .internal-banner .internal-banner-search-content .search-results-text {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.6rem;
    margin-top: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .search-results-page .internal-banner .internal-banner-search-content .search-results-text {
        font-size: 2rem;
        letter-spacing: -0.03em;
        line-height: 2rem;
        margin-top: 1rem; } }

.search-results-page .search-results {
  margin-bottom: 10rem; }
  .search-results-page .search-results .result {
    border-bottom: 0.1rem solid #DDDDDD;
    padding: 5rem 0; }
    .search-results-page .search-results .result .result-info {
      max-width: 73rem; }
      .search-results-page .search-results .result .result-info .result-title {
        color: #270E2D;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 2.2rem; }
        .search-results-page .search-results .result .result-info .result-title:hover {
          color: #D0103A; }
        @media only screen and (min-width: 768px) {
          .search-results-page .search-results .result .result-info .result-title {
            font-size: 2.4rem;
            line-height: 2.4rem; } }
      .search-results-page .search-results .result .result-info .result-excerpt {
        font-size: 1.6rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 1.9rem;
        margin-top: 2rem; }
        @media only screen and (min-width: 768px) {
          .search-results-page .search-results .result .result-info .result-excerpt {
            font-size: 1.8rem;
            line-height: 2.4rem;
            margin-top: 5rem; } }
  .search-results-page .search-results .search-view-more {
    display: block;
    margin-top: 5rem;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .search-results-page .search-results .search-view-more {
        margin-top: 10rem; } }

.contact-us-page .contact-container {
  overflow: hidden; }
  .contact-us-page .contact-container .contact-us-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (min-width: 1200px) {
      .contact-us-page .contact-container .contact-us-wrap {
        flex-direction: row; } }
    .contact-us-page .contact-container .contact-us-wrap .contact-us-l {
      display: block;
      padding: 2.5rem 0 5rem;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .contact-us-page .contact-container .contact-us-wrap .contact-us-l {
          padding: 5rem 0; } }
      @media only screen and (min-width: 1200px) {
        .contact-us-page .contact-container .contact-us-wrap .contact-us-l {
          max-width: 73.5rem;
          padding: 7rem 0 5rem;
          width: 100%; } }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-close {
        display: none; }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-l label {
        display: none; }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-title {
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 2.6rem;
        margin-bottom: 5rem; }
        @media only screen and (max-width: 576px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-title {
            font-size: 1.8rem !important;
            font-weight: 500;
            letter-spacing: -.02em;
            line-height: 2.2rem; } }
        @media only screen and (min-width: 768px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-title {
            font-size: 2.8rem;
            line-height: 3.2rem; } }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-title {
            font-size: 3.8rem;
            line-height: 3.8rem;
            margin-bottom: 10rem; } }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-l h6.contact-title {
        margin-bottom: 0 !important;
        font-size: 28px; }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-text {
        font-size: 1.8rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.2rem;
        margin-top: 0; }
        @media only screen and (min-width: 768px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-text {
            font-size: 2.2rem;
            line-height: 2.6rem; } }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-text {
            font-size: 2.8rem;
            line-height: 3.6rem; } }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-subtext {
        color: #D0103A;
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-top: 2rem; }
        .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-subtext a {
          font-weight: 700; }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form {
        margin-top: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px; }
        @media only screen and (min-width: 768px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form {
            margin-left: -25px;
            margin-right: -25px; } }
        .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group {
          margin-bottom: 2rem;
          padding-right: 10px;
          padding-left: 10px;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group {
              padding-right: 25px;
              padding-left: 25px;
              margin-bottom: 5rem; } }
          @media only screen and (min-width: 768px) {
            .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group:nth-child(-n+4) {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              max-width: 50%; } }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group.full-width {
            max-width: 100%;
            flex: none; }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group label {
            font-size: 1.6rem;
            font-weight: 350;
            line-height: 1.8rem; }
            @media only screen and (min-width: 1200px) {
              .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group label {
                font-size: 2rem;
                line-height: 2.4rem; } }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .form-control {
            color: #D0103A;
            font-size: 1.6rem;
            font-weight: 350;
            line-height: 1.8rem; }
            .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .form-control:focus {
              border: 0.1rem solid #D0103A; }
            @media only screen and (min-width: 1200px) {
              .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .form-control {
                font-size: 2rem;
                font-weight: 350;
                height: 5rem;
                line-height: 2.4rem; } }
            .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .form-control::placeholder {
              color: #270E2D;
              opacity: 1; }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group textarea.form-control {
            min-height: 25rem; }
          @media only screen and (min-width: 1200px) {
            .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .custom-select-dropdown:before {
              bottom: 1.8rem; } }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .custom-select-dropdown .js-dropdown-selected {
            font-size: 1.6rem;
            font-weight: 350; }
            @media only screen and (min-width: 1200px) {
              .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .custom-select-dropdown .js-dropdown-selected {
                font-size: 2rem;
                height: 5rem;
                line-height: 2.8rem; } }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .custom-select-dropdown .js-select-dropdown li {
            font-size: 1.6rem;
            font-weight: 350; }
            @media only screen and (min-width: 1200px) {
              .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-group .custom-select-dropdown .js-select-dropdown li {
                font-size: 2rem;
                height: 5rem;
                line-height: 2.8rem; } }
        .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-button {
          margin-left: 10px; }
          @media only screen and (max-width: 576px) {
            .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-button {
              width: 100%;
              margin-right: 10px; } }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-button .btn-secondary {
            margin-top: 3rem; }
            @media only screen and (max-width: 576px) {
              .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-button .btn-secondary {
                width: 100%; } }
            @media only screen and (min-width: 768px) {
              .contact-us-page .contact-container .contact-us-wrap .contact-us-l .contact-form .form-button .btn-secondary {
                margin-left: 15px; } }
    .contact-us-page .contact-container .contact-us-wrap .contact-us-r {
      display: block;
      background-color: #DBD8D5;
      margin-left: -2rem;
      max-width: 63rem;
      padding: 5rem 2rem;
      position: relative;
      width: calc(100% + 4rem); }
      @media only screen and (min-width: 768px) {
        .contact-us-page .contact-container .contact-us-wrap .contact-us-r {
          margin-left: -3.2rem;
          padding: 5rem 3.2rem;
          width: calc(100% + 6.4rem); } }
      @media only screen and (min-width: 1200px) {
        .contact-us-page .contact-container .contact-us-wrap .contact-us-r {
          margin-left: 2.5rem;
          max-width: 63rem;
          padding: 19rem 0 10rem 5rem; } }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-r:before {
        background-color: #DBD8D5;
        content: '';
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        width: 50vw; }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-tel {
        font-size: 2.2rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.4rem; }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-tel {
            font-size: 2.4rem;
            line-height: 2.7rem; } }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-tel {
            font-size: 2.8rem;
            line-height: 3.6rem; } }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-hours {
        font-size: 2.2rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.4rem;
        margin-top: 3.6rem; }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-hours {
            font-size: 2.4rem;
            line-height: 2.7rem; } }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-hours {
            font-size: 2.8rem;
            line-height: 3.6rem; } }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-address {
        font-size: 2.2rem;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.7rem;
        margin-top: 6rem; }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-address {
            font-size: 2.4rem;
            line-height: 2.7rem; } }
        @media only screen and (min-width: 1200px) {
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-address {
            font-size: 2.8rem;
            line-height: 3.6rem; } }
        .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-address .sub-title {
          font-size: 2.2rem;
          font-weight: 500;
          letter-spacing: -0.02em;
          line-height: 2.4rem; }
          @media only screen and (min-width: 1200px) {
            .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-address .sub-title {
              font-size: 2.4rem;
              line-height: 2.7rem; } }
          @media only screen and (min-width: 1200px) {
            .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-address .sub-title {
              font-size: 2.8rem;
              line-height: 3.6rem; } }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-social {
        margin-top: 6rem; }
        .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-social .article-social-link {
          display: inline-block;
          margin: 1rem 1rem 1rem 0; }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-social .article-social-link:hover svg {
            fill: #D0103A; }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-social .article-social-link svg {
            fill: #270E2D;
            height: 3rem;
            stroke: transparent;
            width: 3rem; }
      .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-usps {
        display: block;
        margin-top: 5rem; }
        .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-usps p {
          font-size: 1.6rem;
          font-weight: 350;
          letter-spacing: -0.02em;
          line-height: 1.9rem;
          margin-top: 0; }
          @media only screen and (min-width: 1200px) {
            .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-usps p {
              font-size: 2rem;
              font-weight: 300;
              line-height: 2.6rem; } }
          .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-usps p.usp-title {
            font-weight: 500;
            margin-top: 2rem; }
            @media only screen and (min-width: 1200px) {
              .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-usps p.usp-title {
                font-weight: 350; } }
            .contact-us-page .contact-container .contact-us-wrap .contact-us-r .contact-usps p.usp-title:first-of-type {
              margin-top: 0; }
    .contact-us-page .contact-container .contact-us-wrap .sub-title {
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 2.2rem; }
      @media only screen and (min-width: 768px) {
        .contact-us-page .contact-container .contact-us-wrap .sub-title {
          font-size: 2.2rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1200px) {
        .contact-us-page .contact-container .contact-us-wrap .sub-title {
          font-size: 2.8rem;
          line-height: 3.6rem; } }
    .contact-us-page .contact-container .contact-us-wrap .invalid-label {
      top: 7px;
      position: relative;
      display: block;
      color: #d0103a;
      font-size: 13px;
      font-weight: 500; }
      @media only screen and (min-width: 1200px) {
        .contact-us-page .contact-container .contact-us-wrap .invalid-label {
          top: 3px; } }
      .contact-us-page .contact-container .contact-us-wrap .invalid-label:after {
        background: #d0103a;
        border-radius: 50%;
        color: #fff;
        content: "!";
        font-weight: 700;
        line-height: 2.6rem;
        position: absolute;
        height: 2.6rem;
        right: 1rem;
        text-align: center;
        top: -40px;
        width: 2.6rem; }
    .contact-us-page .contact-container .contact-us-wrap .form-group.error:after {
      background: #d0103a;
      border-radius: 50%;
      color: #fff;
      content: "!";
      font-weight: 700;
      line-height: 25px;
      position: absolute;
      height: 25px;
      right: 1rem;
      text-align: center;
      top: 44px;
      width: 25px; }
    .contact-us-page .contact-container .contact-us-wrap .required:after {
      color: #d0103a;
      content: "*";
      font-size: 2rem;
      right: 0;
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .contact-us-page .contact-container .contact-us-wrap .required:after {
          top: 13px;
          right: 10px; } }
      @media only screen and (min-width: 992px) {
        .contact-us-page .contact-container .contact-us-wrap .required:after {
          top: 17px;
          right: 10px; } }
      @media only screen and (min-width: 1200px) {
        .contact-us-page .contact-container .contact-us-wrap .required:after {
          top: 21px;
          right: 10px; } }
  .contact-us-page .contact-container .accordion-title {
    display: none; }
  .contact-us-page .contact-container .accordion-content {
    height: auto;
    opacity: 1; }

.contact-us-page .services-carousel {
  border-top: 0.1rem solid #DBD8D5; }

.error-page .internal-banner .internal-banner-content-error .internal-banner-title {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 2.8rem;
  max-width: none; }
  @media only screen and (min-width: 768px) {
    .error-page .internal-banner .internal-banner-content-error .internal-banner-title {
      font-size: 3rem;
      line-height: 3.4rem; } }
  @media only screen and (min-width: 1200px) {
    .error-page .internal-banner .internal-banner-content-error .internal-banner-title {
      font-size: 4.8rem;
      line-height: 5.8rem; } }

.error-page .internal-banner .internal-banner-content-error .internal-banner-sub-text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .error-page .internal-banner .internal-banner-content-error .internal-banner-sub-text {
      font-size: 1.4rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 1200px) {
    .error-page .internal-banner .internal-banner-content-error .internal-banner-sub-text {
      font-size: 1.8rem;
      line-height: 2.4rem; } }

.error-page .internal-banner .internal-banner-content-error .btn-secondary {
  margin-top: 2rem; }
  @media only screen and (min-width: 1200px) {
    .error-page .internal-banner .internal-banner-content-error .btn-secondary {
      margin-top: 5rem; } }

@media only screen and (min-width: 768px) {
  .error-page .cta-section .cta-wrap .cta-disclaimer {
    width: 80%; } }

@media only screen and (min-width: 1200px) {
  .error-page .cta-section .cta-wrap .cta-disclaimer {
    max-width: auto; } }

.default-page {
  /*
    * Calculators - How To
    */ }
  @media only screen and (min-width: 992px) {
    .default-page .sidebar-main {
      padding: 5rem 0; } }
  @media only screen and (min-width: 1200px) {
    .default-page .sidebar-main {
      padding: 10rem 0; } }
  .default-page .default-content {
    padding: 5rem 0; }
    @media only screen and (min-width: 1200px) {
      .default-page .default-content {
        padding: 10rem 0; } }
    .default-page .default-content .wysiwyg {
      /*
            * Style Guide 
            */ }
      .default-page .default-content .wysiwyg .intro-text {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 2.2rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .intro-text {
            font-size: 2.2rem;
            line-height: 2.6rem; } }
      .default-page .default-content .wysiwyg h1, .default-page .default-content .wysiwyg h2, .default-page .default-content .wysiwyg h3, .default-page .default-content .wysiwyg h4, .default-page .default-content .wysiwyg h5, .default-page .default-content .wysiwyg h6 {
        font-weight: 500;
        letter-spacing: -0.02em;
        margin-top: 2rem; }
      .default-page .default-content .wysiwyg ul li, .default-page .default-content .wysiwyg ol li {
        font-size: 1.6rem !important;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 1.9rem !important;
        margin-top: .5rem;
        padding: 0 0 0 2.5rem; }
      .default-page .default-content .wysiwyg ul li:before {
        background-color: #270E2D;
        border-radius: 50%;
        height: 0.5rem;
        left: 0;
        top: 0.7rem;
        width: 0.5rem; }
      .default-page .default-content .wysiwyg p {
        line-height: 1.9rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg p {
            line-height: 2.2rem; } }
      .default-page .default-content .wysiwyg strong {
        font-weight: 500; }
      .default-page .default-content .wysiwyg a {
        color: #270E2D;
        font-weight: 700; }
        .default-page .default-content .wysiwyg a:hover {
          color: #D0103A; }
      .default-page .default-content .wysiwyg blockquote p {
        line-height: 3.8rem; }
      .default-page .default-content .wysiwyg .custom-select-dropdown .js-select-dropdown {
        padding: 0; }
        .default-page .default-content .wysiwyg .custom-select-dropdown .js-select-dropdown > li {
          color: #270E2D;
          font-weight: 350;
          margin: 0;
          padding: 1rem 2rem; }
          .default-page .default-content .wysiwyg .custom-select-dropdown .js-select-dropdown > li:hover {
            color: #D0103A; }
          .default-page .default-content .wysiwyg .custom-select-dropdown .js-select-dropdown > li:before {
            display: none; }
      .default-page .default-content .wysiwyg .intro-title {
        font-size: 1.8rem;
        font-weight: 350;
        letter-spacing: -0.02em;
        line-height: 2.2rem; }
        .default-page .default-content .wysiwyg .intro-title:first-of-type {
          margin-top: 0; }
        @media only screen and (min-width: 768px) {
          .default-page .default-content .wysiwyg .intro-title {
            font-size: 2.2rem;
            font-weight: 300;
            line-height: 2.6rem; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .intro-title {
            font-size: 3rem;
            line-height: 3.4rem; } }
      .default-page .default-content .wysiwyg .style-guide h1, .default-page .default-content .wysiwyg .style-guide h2 {
        margin-bottom: 5rem;
        margin-top: 10rem; }
      .default-page .default-content .wysiwyg .style-guide p.code-ex {
        background: #DBD8D5;
        border-radius: 0.2rem;
        display: inline-block;
        margin: 3rem 0 0 0;
        padding: 0.5rem; }
        .default-page .default-content .wysiwyg .style-guide p.code-ex + p {
          margin: 3rem 0 5rem; }
      .default-page .default-content .wysiwyg .style-guide p a {
        margin: 0.5rem 0; }
      .default-page .default-content .wysiwyg .quote-1 {
        font-size: calc(0.01477 * 100vw + 18.46154px);
        font-style: italic;
        font-weight: 100;
        line-height: calc(0.01785 * 100vw + 22.30769px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .quote-1 {
            font-size: 48px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .quote-1 {
            font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .quote-1 {
            line-height: 58px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .quote-1 {
            line-height: 29px; } }
      .default-page .default-content .wysiwyg .title-1 {
        font-size: calc(0.01477 * 100vw + 18.46154px);
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 5.2rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-1 {
            font-size: 48px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .title-1 {
            font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-1 {
            font-weight: 400; } }
      .default-page .default-content .wysiwyg .title-2 {
        font-size: calc(0.01477 * 100vw + 18.46154px);
        font-weight: 300;
        line-height: 5.2rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-2 {
            font-size: 48px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .title-2 {
            font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-2 {
            letter-spacing: -0.02em; } }
      .default-page .default-content .wysiwyg .title-3 {
        font-size: calc(0.00862 * 100vw + 20.76923px);
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 4.8rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-3 {
            font-size: 38px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .title-3 {
            font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-3 {
            font-weight: 500; } }
      .default-page .default-content .wysiwyg .api-1 {
        font-size: calc(0.00738 * 100vw + 21.23077px);
        font-weight: 350;
        line-height: calc(0.00923 * 100vw + 24.53846px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-1 {
            font-size: 36px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .api-1 {
            font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-1 {
            line-height: 43px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .api-1 {
            line-height: 28px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-1 {
            letter-spacing: -0.02em; } }
      .default-page .default-content .wysiwyg .api-2 {
        font-size: calc(0.00738 * 100vw + 21.23077px);
        font-weight: 100;
        letter-spacing: -0.02em;
        line-height: calc(0.00985 * 100vw + 24.30769px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-2 {
            font-size: 36px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .api-2 {
            font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-2 {
            line-height: 44px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .api-2 {
            line-height: 28px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-2 {
            font-weight: 300; } }
      .default-page .default-content .wysiwyg .opening-body-1 {
        font-size: calc(0.00862 * 100vw + 12.76923px);
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 3.8rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .opening-body-1 {
            font-size: 30px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .opening-body-1 {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .opening-body-1 {
            font-weight: 350; } }
      .default-page .default-content .wysiwyg .title-4 {
        font-size: calc(0.01108 * 100vw + 7.84615px);
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 3.4rem;
        text-transform: uppercase; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-4 {
            font-size: 30px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .title-4 {
            font-size: 12px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-4 {
            font-weight: 300;
            letter-spacing: -0.02em;
            text-transform: none; } }
      .default-page .default-content .wysiwyg .home-header-text {
        font-size: calc(0.00615 * 100vw + 15.69231px);
        font-weight: 350;
        letter-spacing: -0.02em;
        line-height: 3.4rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .home-header-text {
            font-size: 28px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .home-header-text {
            font-size: 18px; } }
      .default-page .default-content .wysiwyg .contact-1 {
        font-size: calc(0.00246 * 100vw + 23.07692px);
        font-weight: 500;
        letter-spacing: -0.02em; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .contact-1 {
            font-size: 28px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .contact-1 {
            font-size: 24px; } }
      .default-page .default-content .wysiwyg .contact-2 {
        font-size: calc(0.00246 * 100vw + 23.07692px);
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: calc(0.00492 * 100vw + 26.15385px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .contact-2 {
            font-size: 28px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .contact-2 {
            font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .contact-2 {
            line-height: 36px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .contact-2 {
            line-height: 28px; } }
      .default-page .default-content .wysiwyg .title-5 {
        font-size: calc(0.00062 * 100vw + 24.76923px);
        font-weight: 350;
        letter-spacing: -0.02em;
        line-height: 2.8rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-5 {
            font-size: 26px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .title-5 {
            font-size: 25px; } }
      .default-page .default-content .wysiwyg .quote-2 {
        font-size: calc(0.00246 * 100vw + 19.07692px);
        font-weight: 300;
        line-height: 2.8rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .quote-2 {
            font-size: 24px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .quote-2 {
            font-size: 20px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .quote-2 {
            font-weight: 350; } }
      .default-page .default-content .wysiwyg .quote-3 {
        font-size: 2.4rem;
        font-style: italic;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 3.8rem; }
      .default-page .default-content .wysiwyg .title-6 {
        font-size: calc(0.00369 * 100vw + 14.61538px);
        font-weight: 700;
        line-height: calc(0.00492 * 100vw + 17.15385px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-6 {
            font-size: 22px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .title-6 {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .title-6 {
            line-height: 27px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .title-6 {
            line-height: 19px; } }
      .default-page .default-content .wysiwyg .bullet-1 {
        font-size: calc(0.00369 * 100vw + 14.61538px);
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 2.8rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .bullet-1 {
            font-size: 22px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .bullet-1 {
            font-size: 16px; } }
      .default-page .default-content .wysiwyg .title-7 {
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.7rem; }
      .default-page .default-content .wysiwyg .body-1 {
        font-size: calc(0.00369 * 100vw + 14.61538px);
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.8rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-1 {
            font-size: 22px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .body-1 {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-1 {
            font-weight: 350; } }
      .default-page .default-content .wysiwyg .body-2 {
        font-size: calc(0.00369 * 100vw + 14.61538px);
        font-weight: 500;
        line-height: 2.8rem;
        letter-spacing: -0.01em; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-2 {
            font-size: 22px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .body-2 {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-2 {
            font-weight: 350;
            letter-spacing: -0.02em; } }
      .default-page .default-content .wysiwyg .menu-1 {
        font-size: calc(0.00123 * 100vw + 17.53846px);
        font-weight: 700;
        line-height: 2.4rem;
        letter-spacing: -0.02em;
        line-height: calc(0.00123 * 100vw + 21.53846px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .menu-1 {
            font-size: 20px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .menu-1 {
            font-size: 18px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .menu-1 {
            line-height: 24px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .menu-1 {
            line-height: 22px; } }
      .default-page .default-content .wysiwyg .api-3 {
        font-size: calc(0.00246 * 100vw + 15.07692px);
        font-weight: 500;
        line-height: 2.4rem;
        letter-spacing: -0.02em;
        line-height: calc(0.00308 * 100vw + 17.84615px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-3 {
            font-size: 20px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .api-3 {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .api-3 {
            line-height: 24px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .api-3 {
            line-height: 19px; } }
      .default-page .default-content .wysiwyg .body-3 {
        font-size: calc(0.00246 * 100vw + 15.07692px);
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: calc(0.00308 * 100vw + 17.84615px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-3 {
            font-size: 20px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .body-3 {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-3 {
            line-height: 24px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .body-3 {
            line-height: 19px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-3 {
            font-weight: 400; } }
      .default-page .default-content .wysiwyg .search-disclaimer {
        font-size: calc(0.00369 * 100vw + 10.61538px);
        font-weight: 350;
        line-height: 1.8rem;
        letter-spacing: -0.02em; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .search-disclaimer {
            font-size: 18px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .search-disclaimer {
            font-size: 12px; } }
      .default-page .default-content .wysiwyg .body-4 {
        font-size: calc(0.00123 * 100vw + 15.53846px);
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 2.2rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-4 {
            font-size: 18px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .body-4 {
            font-size: 16px; } }
      .default-page .default-content .wysiwyg .body-5 {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 2.2rem; }
      .default-page .default-content .wysiwyg .body-6, .default-page .default-content .wysiwyg .tier-3-nav {
        font-size: calc(0.00123 * 100vw + 13.53846px);
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 1.8rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .body-6, .default-page .default-content .wysiwyg .tier-3-nav {
            font-size: 16px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .body-6, .default-page .default-content .wysiwyg .tier-3-nav {
            font-size: 14px; } }
      .default-page .default-content .wysiwyg .disclaimer-body {
        font-size: calc(0.00246 * 100vw + 11.07692px);
        letter-spacing: -0.01em;
        line-height: 2.2rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .disclaimer-body {
            font-size: 16px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .disclaimer-body {
            font-size: 12px; } }
      .default-page .default-content .wysiwyg .body-7 {
        font-size: 1.6rem;
        font-weight: 300;
        letter-spacing: -0.02em; }
      .default-page .default-content .wysiwyg .menu-2 {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.7rem;
        text-transform: uppercase; }
      .default-page .default-content .wysiwyg .footer-text {
        font-size: calc(0.00123 * 100vw + 11.53846px);
        font-weight: 500;
        line-height: calc(0.00185 * 100vw + 13.30769px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .footer-text {
            font-size: 14px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .footer-text {
            font-size: 12px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .footer-text {
            line-height: 17px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .footer-text {
            line-height: 14px; } }
      .default-page .default-content .wysiwyg .drag-cursor {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.8rem; }
      .default-page .default-content .wysiwyg .button-2 {
        font-size: calc(0.00123 * 100vw + 11.53846px);
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: calc(0.00185 * 100vw + 13.30769px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .button-2 {
            font-size: 14px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .button-2 {
            font-size: 12px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .button-2 {
            line-height: 17px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .button-2 {
            line-height: 14px; } }
      .default-page .default-content .wysiwyg .cookie-text, .default-page .default-content .wysiwyg .form-data-link {
        font-size: 1.2rem;
        font-weight: 500; }
      .default-page .default-content .wysiwyg .form-data {
        font-size: 1.2rem;
        font-weight: 350;
        line-height: 1.6rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .form-data {
            font-weight: 400; } }
      .default-page .default-content .wysiwyg .cookie-link {
        font-size: 1.2rem;
        font-weight: 900;
        line-height: 1.6rem; }
      .default-page .default-content .wysiwyg .button-3 {
        font-size: calc(0.00123 * 100vw + 11.53846px);
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: calc(0.00185 * 100vw + 13.30769px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .button-3 {
            font-size: 14px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .button-3 {
            font-size: 12px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .button-3 {
            line-height: 17px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .button-3 {
            line-height: 14px; } }
      .default-page .default-content .wysiwyg .button-4 {
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.4rem; }
      .default-page .default-content .wysiwyg .button-5 {
        font-size: calc(0.00062 * 100vw + 10.76923px);
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: calc(0.00062 * 100vw + 12.76923px); }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .button-5 {
            font-size: 12px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .button-5 {
            font-size: 11px; } }
        @media only screen and (min-width: 1200px) {
          .default-page .default-content .wysiwyg .button-5 {
            line-height: 14px; } }
        @media only screen and (max-width: 375px) {
          .default-page .default-content .wysiwyg .button-5 {
            line-height: 13px; } }
  .default-page .calculators {
    margin: 4rem 0;
    padding: 2rem; }
    @media only screen and (min-width: 1200px) {
      .default-page .calculators {
        font-weight: 400;
        padding: 5rem 3rem; } }
    .default-page .calculators .calculators-wrap {
      margin-top: 0; }
      .default-page .calculators .calculators-wrap .calculator .calculator-title {
        display: block;
        font-size: 2.2rem;
        font-weight: 350;
        margin-top: 0;
        margin-bottom: 2.6rem; }
        @media only screen and (min-width: 768px) {
          .default-page .calculators .calculators-wrap .calculator .calculator-title {
            font-size: 3rem;
            font-weight: 300;
            line-height: 3.4rem; } }
      .default-page .calculators .calculators-wrap .calculator .calculator-form.form-active .calculator-results .fw-form-popup {
        padding: 7.8rem 0 5rem; }
        .default-page .calculators .calculators-wrap .calculator .calculator-form.form-active .calculator-results .fw-form-popup .fw-form-popup-small-copy a:hover {
          color: #fff; }
    .default-page .calculators .fw-form-popup {
      padding: 0 2rem; }
      @media only screen and (min-width: 1200px) {
        .default-page .calculators .fw-form-popup {
          padding: 0 3rem; } }
      .default-page .calculators .fw-form-popup p.fw-form-popup-copy {
        font-size: calc(.00492 * 100vw + 20.15385px);
        line-height: calc(.00246 * 100vw + 29.07692px); }
      .default-page .calculators .fw-form-popup.is-active {
        padding: 2rem; }
        @media only screen and (min-width: 1200px) {
          .default-page .calculators .fw-form-popup.is-active {
            padding: 3rem; } }
    .default-page .calculators .js-desktop-form.is-active {
      margin-top: 2rem; }

.business-partnership {
  padding-top: 111px; }
  @media only screen and (min-width: 768px) {
    .business-partnership {
      padding-top: 120px; } }
  @media only screen and (min-width: 1200px) {
    .business-partnership {
      padding-top: 74px; } }
  .business-partnership .header-wrap-top {
    align-items: flex-start; }
  .business-partnership .header-left {
    width: 490px !important;
    max-width: 100%; }
    @media only screen and (min-width: 1200px) {
      .business-partnership .header-left {
        margin-bottom: 2rem; } }
  .business-partnership .default-page {
    margin-top: -1px; }
  .business-partnership .sidebar-main:before {
    display: none; }
  .business-partnership .logo img {
    width: auto !important;
    max-width: 100%; }
    @media only screen and (max-width: 768px) {
      .business-partnership .logo img {
        max-width: 90%; } }
  .business-partnership .internal-banner-title {
    font-weight: 400; }
    @media only screen and (max-width: 992px) {
      .business-partnership .internal-banner-title {
        font-size: 29px;
        line-height: 32px; } }
  .business-partnership .research-side, .business-partnership #business-partnership-side {
    margin-top: 25px; }
  .business-partnership .wysiwyg h4 {
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 24px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 992px) {
      .business-partnership .wysiwyg h4 {
        font-weight: 300 !important;
        font-size: 22px;
        line-height: 28px; } }
  .business-partnership .wysiwyg ul li {
    font-weight: 400 !important;
    line-height: 22px;
    list-style: none;
    position: relative;
    margin-bottom: 10px; }
    .business-partnership .wysiwyg ul li:before {
      position: absolute;
      content: '';
      width: 5px !important;
      height: 5px !important;
      background: #D0103A !important;
      transform: matrix(0.71, -0.71, 0.7, 0.71, 0, 0);
      border-radius: 0 !important;
      left: 4px !important; }

.mortgageHeadline {
  position: relative;
  background: #270E2D; }
  .mortgageHeadline .mhr-menu-title {
    margin-bottom: 20px; }
  .mortgageHeadline ul {
    width: 100%;
    padding: 0;
    position: relative; }
    .mortgageHeadline ul li {
      list-style: none;
      padding: 0;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 2.4rem;
      transition: 0.3s ease;
      color: #ffffff;
      max-width: 372px; }
      @media (min-width: 1200px) {
        .mortgageHeadline ul li {
          font-size: 2rem;
          line-height: 2.8rem; } }
      .mortgageHeadline ul li a {
        color: #ffffff;
        cursor: pointer; }
    .mortgageHeadline ul .active a {
      color: #d0103a; }
    .mortgageHeadline ul .active .mortgage-data {
      display: block; }
  .mortgageHeadline .mortgage-data {
    position: absolute;
    top: -12px;
    right: 0px;
    display: none;
    text-align: left;
    max-width: 905px;
    width: 100%; }
    .mortgageHeadline .mortgage-data a {
      color: #5a7287 !important;
      font-weight: bold; }
      .mortgageHeadline .mortgage-data a .fa {
        color: #d0103a; }
  .mortgageHeadline table {
    border: none;
    border-collapse: collapse;
    font-weight: 300;
    font-size: 22px; }
    .mortgageHeadline table tr {
      background: none !important;
      border-top: 1px solid #D0103A; }
      .mortgageHeadline table tr:first-child {
        border-top: none; }
      .mortgageHeadline table tr td {
        border-top: none !important;
        border-bottom: none !important;
        border-left: 37.5px solid #270E2D;
        vertical-align: top;
        padding: 15px 10px; }
        .mortgageHeadline table tr td:first-child {
          border-left: none !important;
          padding-left: 0; }
    .mortgageHeadline table td {
      width: 50%; }

span.cta-tile {
  padding: 0 !important; }
