.owl-theme .owl-controls { margin-top: 10px; text-align: center }

.owl-theme .owl-controls .owl-buttons div { color: #FFF; display: inline-block; zoom: 1; *display:inline;

margin: 0px 5px 0;/* padding:3px 10px; */ font-size: 12px; border-radius: 3px; text-transform: uppercase }

.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100); opacity: 1; text-decoration: none }

.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display:inline

}

.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 20px 7px; filter: Alpha(Opacity=50); opacity: .5; border-radius: 20px }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100); opacity: 1 }

.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; border-radius: 30px }

.owl-item.loading { min-height: 150px; background: url(/images/AjaxLoader.gif) no-repeat center center }

.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }

.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y }

.owl-carousel .owl-wrapper { display: none; position: relative }

.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100% }

.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out }

.owl-carousel .owl-item { float: left }

.owl-controls .owl-buttons div, .owl-controls .owl-page { cursor: pointer }

.owl-controls { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0) }

/*.grabbing { cursor: url(/images/grabbing.png) 8 8, move }*/

.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) }

.owl-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; -moz-perspective: 1200px; -moz-perspective-origin-x: 50%; -moz-perspective-origin-y: 50%; perspective: 1200px }



.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease }

.owl-fade-in { -webkit-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease }



.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease }

.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease }



.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both }

.owl-goDown-in { -webkit-animation: goDown .6s ease both; animation: goDown .6s ease both }



.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both }

.owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both }



.owl-zoomIn-in { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: .75s; animation-duration: .75s; }

.owl-zoomIn-out { -webkit-animation-name: zoomOut; animation-name: zoomOut; -webkit-animation-duration: .75s; animation-duration: .75s; }



.owl-flipInX-in { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; -webkit-animation-duration: .75s; animation-duration: .75s; }

.owl-flipInX-out { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-duration: .75s; animation-duration: .75s; }







 @-webkit-keyframes zoomOutDown {  40% {

 opacity: 1;

 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

}

to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }

}

 @-webkit-keyframes empty { 0% {

opacity:1

}

}

@keyframes empty { 0% {

opacity:1

}

}

@-webkit-keyframes fadeIn { 0% {

opacity:0

}

100% {

opacity:1

}

}

@keyframes fadeIn { 0% {

opacity:0

}

100% {

opacity:1

}

}

@-webkit-keyframes fadeOut { 0% {

opacity:1

}

100% {

opacity:0

}

}

@keyframes fadeOut { 0% {

opacity:1

}

100% {

opacity:0

}

}

@-webkit-keyframes backSlideOut { 25% {

opacity:.5;

-webkit-transform:translateZ(-500px)

}

100%, 75% {

opacity:.5;

-webkit-transform:translateZ(-500px) translateX(-200%)

}

}

@keyframes backSlideOut { 25% {

opacity:.5;

-webkit-transform:translateZ(-500px);

        transform:translateZ(-500px)

}

100%, 75% {

opacity:.5;

-webkit-transform:translateZ(-500px) translateX(-200%);

        transform:translateZ(-500px) translateX(-200%)

}

}

@-webkit-keyframes backSlideIn { 0%, 25% {

opacity:.5;

-webkit-transform:translateZ(-500px) translateX(200%)

}

75% {

opacity:.5;

-webkit-transform:translateZ(-500px)

}

100% {

opacity:1;

-webkit-transform:translateZ(0) translateX(0)

}

}

@keyframes backSlideIn { 0%, 25% {

opacity:.5;

-webkit-transform:translateZ(-500px) translateX(200%);

        transform:translateZ(-500px) translateX(200%)

}

75% {

opacity:.5;

-webkit-transform:translateZ(-500px);

        transform:translateZ(-500px)

}

100% {

opacity:1;

-webkit-transform:translateZ(0) translateX(0);

        transform:translateZ(0) translateX(0)

}

}

@-webkit-keyframes scaleToFade { to {

opacity:0;

-webkit-transform:scale(.8)

}

}

@keyframes scaleToFade { to {

opacity:0;

-webkit-transform:scale(.8);

        transform:scale(.8)

}

}

@-webkit-keyframes goDown { from {

-webkit-transform:translateY(-100%)

}

}

@keyframes goDown { from {

-webkit-transform:translateY(-100%);

        transform:translateY(-100%)

}

}

@-webkit-keyframes scaleUpFrom { from {

opacity:0;

-webkit-transform:scale(1.5)

}

}

@keyframes scaleUpFrom { from {

opacity:0;

-webkit-transform:scale(1.5);

        transform:scale(1.5)

}

}

@-webkit-keyframes scaleUpTo { to {

opacity:0;

-webkit-transform:scale(1.5)

}

}

@keyframes scaleUpTo { to {

opacity:0;

-webkit-transform:scale(1.5);

        transform:scale(1.5)

}

}

@-webkit-keyframes zoomIn {  from {

 opacity: 0;

 -webkit-transform: scale3d(.3, .3, .3);

 transform: scale3d(.3, .3, .3);

}

 50% {

 opacity: 1;

}

}

 @keyframes zoomIn {  from {

 opacity: 0;

 -webkit-transform: scale3d(.3, .3, .3);

 transform: scale3d(.3, .3, .3);

}

 50% {

 opacity: 1;

}

}

 @-webkit-keyframes zoomOut {  from {

 opacity: 1;

}

 50% {

 opacity: 0;

 -webkit-transform: scale3d(.3, .3, .3);

 transform: scale3d(.3, .3, .3);

}

to { opacity: 0; }

}

 @keyframes zoomOut {  from {

 opacity: 1;

}

 50% {

 opacity: 0;

 -webkit-transform: scale3d(.3, .3, .3);

 transform: scale3d(.3, .3, .3);

}

to { opacity: 0; }

}

 @-webkit-keyframes flipInX {  from {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

 -webkit-animation-timing-function: ease-in;

 animation-timing-function: ease-in;

 opacity: 0;

}

 40% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 -webkit-animation-timing-function: ease-in;

 animation-timing-function: ease-in;

}

 60% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

 opacity: 1;

}

 80% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

}

to { -webkit-transform: perspective(400px); transform: perspective(400px); }

}

 @keyframes flipInX {  from {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

 -webkit-animation-timing-function: ease-in;

 animation-timing-function: ease-in;

 opacity: 0;

}

 40% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 -webkit-animation-timing-function: ease-in;

 animation-timing-function: ease-in;

}

 60% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

 opacity: 1;

}

 80% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

}

to { -webkit-transform: perspective(400px); transform: perspective(400px); }

}

 @-webkit-keyframes flipOutX {  from {

 -webkit-transform: perspective(400px);

 transform: perspective(400px);

}

 30% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 opacity: 1;

}

to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }

}

 @keyframes flipOutX {  from {

 -webkit-transform: perspective(400px);

 transform: perspective(400px);

}

 30% {

 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

 opacity: 1;

}

to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }

}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('/images/lightbox-loading.gif') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('/images/lightbox-prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('/images/lightbox-next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('/images/lightbox-close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@charset "UTF-8";

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  margin: 0;
}

body {
  margin: 0;
  color: #A6A5AA;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.218;
  letter-spacing: 0.2px;
  text-align: left;
  overflow-x: hidden;
  background-color: #22202B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  font-family: "Nunito Sans", sans-serif;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin: 0;
  line-height: 1.7;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 5px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}

a:hover {
  text-decoration: none;
}

a:not([href]) {
  cursor: pointer;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
}

pre {
  margin-top: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}

button:focus,
button.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button.disabled,
button:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  background-clip: padding-box;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #A6A5AA;
  opacity: 1;
}

::-moz-placeholder {
  color: #A6A5AA;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #A6A5AA;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #A6A5AA;
  opacity: 1;
}

::placeholder {
  color: #A6A5AA;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #A6A5AA;
}

:-moz-placeholder {
  color: #A6A5AA;
  opacity: 1;
}

::-moz-placeholder {
  color: #A6A5AA;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #A6A5AA;
}

::-moz-selection {
  /* Code for Firefox */
  color: #FFFFFF;
  background: #DB9D5F;
}

::selection {
  color: #FFFFFF;
  background: #DB9D5F;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f--aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f--aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.f--jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f--jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f > .mwPageArea {
  width: 100%;
}

.f > .mwPageArea > .mwPageBlock {
  width: 100%;
}

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

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
  padding: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

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

.pb-5 {
  padding-bottom: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

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

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

.pb-10 {
  padding-bottom: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

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

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

.pb-15 {
  padding-bottom: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

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

.pb-20 {
  padding-bottom: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

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

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

.pb-25 {
  padding-bottom: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

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

.pb-30 {
  padding-bottom: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

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

.p-35 {
  padding: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

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

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

.pb-35 {
  padding-bottom: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

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

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

.pb-40 {
  padding-bottom: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

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

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

.pb-45 {
  padding-bottom: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

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

.pb-50 {
  padding-bottom: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

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

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

.pb-55 {
  padding-bottom: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

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

.pb-60 {
  padding-bottom: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

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

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

.pb-65 {
  padding-bottom: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

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

.pb-70 {
  padding-bottom: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

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

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

.pb-75 {
  padding-bottom: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

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

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

.pb-80 {
  padding-bottom: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

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

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

.pb-85 {
  padding-bottom: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

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

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

.pb-90 {
  padding-bottom: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

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

.pb-95 {
  padding-bottom: 95px !important;
}

.m-95 {
  margin: 95px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

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

.pb-100 {
  padding-bottom: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .p-md-auto {
    padding: auto !important;
  }

  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .pt-md-auto {
    padding-top: auto !important;
  }

  .pl-md-auto {
    padding-left: auto !important;
  }

  .pr-md-auto {
    padding-right: auto !important;
  }

  .pb-md-auto {
    padding-bottom: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

  .p-md-5 {
    padding: 5px !important;
  }

  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .ml-md-5 {
    margin-left: 5px !important;
  }

  .mr-md-5 {
    margin-right: 5px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pl-md-25 {
    padding-left: 25px !important;
  }

  .pr-md-25 {
    padding-right: 25px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .ml-md-25 {
    margin-left: 25px !important;
  }

  .mr-md-25 {
    margin-right: 25px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pl-md-35 {
    padding-left: 35px !important;
  }

  .pr-md-35 {
    padding-right: 35px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .ml-md-35 {
    margin-left: 35px !important;
  }

  .mr-md-35 {
    margin-right: 35px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pl-md-45 {
    padding-left: 45px !important;
  }

  .pr-md-45 {
    padding-right: 45px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .ml-md-45 {
    margin-left: 45px !important;
  }

  .mr-md-45 {
    margin-right: 45px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .p-md-55 {
    padding: 55px !important;
  }

  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pl-md-55 {
    padding-left: 55px !important;
  }

  .pr-md-55 {
    padding-right: 55px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .m-md-55 {
    margin: 55px !important;
  }

  .mt-md-55 {
    margin-top: 55px !important;
  }

  .ml-md-55 {
    margin-left: 55px !important;
  }

  .mr-md-55 {
    margin-right: 55px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .p-md-65 {
    padding: 65px !important;
  }

  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pl-md-65 {
    padding-left: 65px !important;
  }

  .pr-md-65 {
    padding-right: 65px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .m-md-65 {
    margin: 65px !important;
  }

  .mt-md-65 {
    margin-top: 65px !important;
  }

  .ml-md-65 {
    margin-left: 65px !important;
  }

  .mr-md-65 {
    margin-right: 65px !important;
  }

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .p-md-75 {
    padding: 75px !important;
  }

  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pl-md-75 {
    padding-left: 75px !important;
  }

  .pr-md-75 {
    padding-right: 75px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .m-md-75 {
    margin: 75px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .ml-md-75 {
    margin-left: 75px !important;
  }

  .mr-md-75 {
    margin-right: 75px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pl-md-80 {
    padding-left: 80px !important;
  }

  .pr-md-80 {
    padding-right: 80px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .ml-md-80 {
    margin-left: 80px !important;
  }

  .mr-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .p-md-85 {
    padding: 85px !important;
  }

  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pl-md-85 {
    padding-left: 85px !important;
  }

  .pr-md-85 {
    padding-right: 85px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .m-md-85 {
    margin: 85px !important;
  }

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .mr-md-85 {
    margin-right: 85px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pl-md-90 {
    padding-left: 90px !important;
  }

  .pr-md-90 {
    padding-right: 90px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .ml-md-90 {
    margin-left: 90px !important;
  }

  .mr-md-90 {
    margin-right: 90px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .p-md-95 {
    padding: 95px !important;
  }

  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pl-md-95 {
    padding-left: 95px !important;
  }

  .pr-md-95 {
    padding-right: 95px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .m-md-95 {
    margin: 95px !important;
  }

  .mt-md-95 {
    margin-top: 95px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .mr-md-95 {
    margin-right: 95px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pl-md-100 {
    padding-left: 100px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}

.pa-xl {
  width: 100%;
  padding: 50px 60px 20px !important;
}

@media (max-width: 1199px) {
  .pa-xl {
    padding: 40px 40px 10px !important;
  }
}

@media (max-width: 767px) {
  .pa-xl {
    padding: 30px 20px 10px !important;
  }
}

.pa-lg {
  width: 100%;
  padding: 30px 60px 1px !important;
}

@media (max-width: 1199px) {
  .pa-lg {
    padding: 30px 30px 1px !important;
  }
}

@media (max-width: 767px) {
  .pa-lg {
    padding: 20px 20px 1px !important;
  }
}

.pa-md {
  width: 100%;
  padding: 30px 40px 1px !important;
}

@media (max-width: 1199px) {
  .pa-md {
    padding: 30px 30px 1px !important;
  }
}

@media (max-width: 767px) {
  .pa-md {
    padding: 20px 20px 1px !important;
  }
}

.pa-sm {
  width: 100%;
  padding: 20px 30px 1px !important;
}

@media (max-width: 767px) {
  .pa-sm {
    padding: 20px 20px 1px !important;
  }
}

.pa-30 {
  width: 100%;
  padding: 30px 30px 1px !important;
}

@media (max-width: 767px) {
  .pa-30 {
    padding: 20px 20px 1px !important;
  }
}

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

@media (max-width: 991px) {
  .para-mb {
    margin-bottom: 20px;
  }
}

.hide-all {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (max-width: 1365px) {
  .hide-below-laptop {
    display: none !important;
  }

  .show-below-laptop-inline {
    display: inline !important;
  }

  .show-below-laptop-inline-block {
    display: inline-block !important;
  }

  .show-below-laptop-block {
    display: block !important;
  }

  .show-below-laptop-table {
    display: table !important;
  }

  .show-below-laptop-table-row {
    display: table-row !important;
  }

  .show-below-laptop-table-cell {
    display: table-cell !important;
  }

  .show-below-laptop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .show-below-laptop-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1199px) {
  .hide-tl {
    display: none !important;
  }

  .show-tl-inline {
    display: inline !important;
  }

  .show-tl-inline-block {
    display: inline-block !important;
  }

  .show-tl-block {
    display: block !important;
  }

  .show-tl-table {
    display: table !important;
  }

  .show-tl-table-row {
    display: table-row !important;
  }

  .show-tl-table-cell {
    display: table-cell !important;
  }

  .show-tl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .show-tl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .hide-tp {
    display: none !important;
  }

  .show-tp-inline {
    display: inline !important;
  }

  .show-tp-inline-block {
    display: inline-block !important;
  }

  .show-tp-block {
    display: block !important;
  }

  .show-tp-table {
    display: table !important;
  }

  .show-tp-table-row {
    display: table-row !important;
  }

  .show-tp-table-cell {
    display: table-cell !important;
  }

  .show-tp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .show-tp-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .hide-p {
    display: none !important;
  }

  .show-p-inline {
    display: inline !important;
  }

  .show-p-inline-block {
    display: inline-block !important;
  }

  .show-p-block {
    display: block !important;
  }

  .show-p-table {
    display: table !important;
  }

  .show-p-table-row {
    display: table-row !important;
  }

  .show-p-table-cell {
    display: table-cell !important;
  }

  .show-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .show-p-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.img-ratio-portrait,
.img-ratio-landscape,
.img-ratio-ultrawide,
.img-ratio-square {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

a.img-ratio-portrait,
a.img-ratio-square,
a.img-ratio-landscape,
a.img-ratio-ultrawide,
a .img-ratio-square {
  display: block;
}

.img-ratio-portrait {
  padding-bottom: 110%;
}

.img-ratio-square {
  padding-bottom: 100%;
}

.img-ratio-landscape {
  padding-bottom: 62%;
}

.img-ratio-ultrawide {
  padding-bottom: 45%;
}

.bg-img-top {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.bg-img-full {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-logo {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

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

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.Spacer .mwSpacer.small {
  height: 15px;
}

.Spacer .mwSpacer.medium {
  height: 30px;
}

.Spacer .mwSpacer.large {
  height: 60px;
}

.Spacer .mwSpacer .mwDivider {
  height: 1px;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .Spacer .mwSpacer.small {
    height: 7.5px;
  }

  .Spacer .mwSpacer.medium {
    height: 15px;
  }

  .Spacer .mwSpacer.large {
    height: 30px;
  }
}

.grid-no-space .container,
.grid-no-space .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.grid-no-space.container,
.grid-no-space.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.grid-no-space .row {
  margin-right: 0;
  margin-left: 0;
}

.grid-no-space.row {
  margin-right: 0;
  margin-left: 0;
}

.grid-no-space .col-1,
.grid-no-space .col-2,
.grid-no-space .col-3,
.grid-no-space .col-4,
.grid-no-space .col-5,
.grid-no-space .col-6,
.grid-no-space .col-7,
.grid-no-space .col-8,
.grid-no-space .col-9,
.grid-no-space .col-10,
.grid-no-space .col-11,
.grid-no-space .col-12,
.grid-no-space .col,
.grid-no-space .col-auto {
  padding-right: 0;
  padding-left: 0;
}

.grid-no-space .col-sm-1,
.grid-no-space .col-sm-2,
.grid-no-space .col-sm-3,
.grid-no-space .col-sm-4,
.grid-no-space .col-sm-5,
.grid-no-space .col-sm-6,
.grid-no-space .col-sm-7,
.grid-no-space .col-sm-8,
.grid-no-space .col-sm-9,
.grid-no-space .col-sm-10,
.grid-no-space .col-sm-11,
.grid-no-space .col-sm-12,
.grid-no-space .col-sm,
.grid-no-space .col-sm-auto {
  padding-right: 0;
  padding-left: 0;
}

.grid-no-space .col-md-1,
.grid-no-space .col-md-2,
.grid-no-space .col-md-3,
.grid-no-space .col-md-4,
.grid-no-space .col-md-5,
.grid-no-space .col-md-6,
.grid-no-space .col-md-7,
.grid-no-space .col-md-8,
.grid-no-space .col-md-9,
.grid-no-space .col-md-10,
.grid-no-space .col-md-11,
.grid-no-space .col-md-12,
.grid-no-space .col-md,
.grid-no-space .col-md-auto {
  padding-right: 0;
  padding-left: 0;
}

.grid-no-space .col-lg-1,
.grid-no-space .col-lg-2,
.grid-no-space .col-lg-3,
.grid-no-space .col-lg-4,
.grid-no-space .col-lg-5,
.grid-no-space .col-lg-6,
.grid-no-space .col-lg-7,
.grid-no-space .col-lg-8,
.grid-no-space .col-lg-9,
.grid-no-space .col-lg-10,
.grid-no-space .col-lg-11,
.grid-no-space .col-lg-12,
.grid-no-space .col-lg,
.grid-no-space .col-lg-auto {
  padding-right: 0;
  padding-left: 0;
}

.grid-no-space .col-xl-1,
.grid-no-space .col-xl-2,
.grid-no-space .col-xl-3,
.grid-no-space .col-xl-4,
.grid-no-space .col-xl-5,
.grid-no-space .col-xl-6,
.grid-no-space .col-xl-7,
.grid-no-space .col-xl-8,
.grid-no-space .col-xl-9,
.grid-no-space .col-xl-10,
.grid-no-space .col-xl-11,
.grid-no-space .col-xl-12,
.grid-no-space .col-xl,
.grid-no-space .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .restrain-c {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.content-style h1 {
  font-size: 42px;
}

.content-style h2 {
  font-size: 36px;
}

.content-style h3 {
  font-size: 28px;
}

.content-style h4 {
  font-size: 24px;
}

.content-style h5 {
  font-size: 20px;
}

.content-style h6 {
  font-size: 18px;
}

.content-style h1,
.content-style h2,
.content-style h3,
.content-style h4,
.content-style h5,
.content-style h6 {
  color: #A89078;
  margin-bottom: 30px;
}

.content-style h1 em,
.content-style h1 i,
.content-style h2 em,
.content-style h2 i,
.content-style h3 em,
.content-style h3 i,
.content-style h4 em,
.content-style h4 i,
.content-style h5 em,
.content-style h5 i,
.content-style h6 em,
.content-style h6 i {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 991px) {
  .content-style h1 {
    font-size: 36px;
  }

  .content-style h2 {
    font-size: 30px;
  }

  .content-style h3 {
    font-size: 24px;
  }

  .content-style h4 {
    font-size: 20px;
  }

  .content-style h5 {
    font-size: 18px;
  }

  .content-style h6 {
    font-size: 16px;
  }

  .content-style h1,
  .content-style h2,
  .content-style h3,
  .content-style h4,
  .content-style h5,
  .content-style h6 {
    margin-bottom: 20px;
  }
}

.content-style p {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .content-style p {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.content-style a {
  color: #A89078;
}

.content-style a:hover {
  color: #DB9D5F;
}

.content-style img {
  width: 100%;
  height: auto;
  margin: 0 0 30px !important;
}

.content-style p img {
  width: 100%;
  height: auto;
}

.content-style .img-bg-portrait,
.content-style .img-bg-square,
.content-style .img-bg-landscape {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.content-style a.img-bg-portrait,
.content-style a.img-bg-square,
.content-style a.img-bg-landscape {
  display: block;
}

.content-style .img-bg-portrait {
  padding-bottom: 123%;
}

.content-style .img-bg-square {
  padding-bottom: 100%;
}

.content-style .img-bg-landscape {
  padding-bottom: 75%;
}

@media (max-width: 991px) {
  .content-style img {
    margin: 0 0 20px !important;
  }
}

.content-style ul,
.content-style ol,
.content-style dl {
  margin: 0 0 30px;
  counter-reset: item;
}

.content-style ul li,
.content-style ol li,
.content-style dl li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.content-style ul li:before,
.content-style ol li:before,
.content-style dl li:before {
  position: absolute;
  top: -1px;
  left: 0;
  margin-right: 10px;
  color: #A89078;
}

.content-style ul li:before {
  content: "\2022";
}

.content-style ol li:before {
  content: counter(item) ".";
  counter-increment: item;
}

.content-style ul li ul,
.content-style ul li ol,
.content-style ul li dl,
.content-style ol li ul,
.content-style ol li ol,
.content-style ol li dl,
.content-style dl li ul,
.content-style dl li ol,
.content-style dl li dl {
  margin-top: 10px;
  margin-bottom: 15px;
}

.content-style .list-unstyle ul,
.content-style .list-unstyle ol,
.content-style .list-unstyle dl {
  margin: 0;
}

.content-style .list-unstyle ul li,
.content-style .list-unstyle ol li,
.content-style .list-unstyle dl li {
  padding-left: 0;
}

.content-style .list-unstyle ul li:before,
.content-style .list-unstyle ol li:before,
.content-style .list-unstyle dl li:before {
  display: none;
}

.content-style .list-unstyle ul li ul,
.content-style .list-unstyle ul li ol,
.content-style .list-unstyle ul li dl,
.content-style .list-unstyle ol li ul,
.content-style .list-unstyle ol li ol,
.content-style .list-unstyle ol li dl,
.content-style .list-unstyle dl li ul,
.content-style .list-unstyle dl li ol,
.content-style .list-unstyle dl li dl {
  margin-top: 10px;
  margin-bottom: 15px;
}

.content-style .list-unstyle ul li ul li,
.content-style .list-unstyle ul li ol li,
.content-style .list-unstyle ul li dl li,
.content-style .list-unstyle ol li ul li,
.content-style .list-unstyle ol li ol li,
.content-style .list-unstyle ol li dl li,
.content-style .list-unstyle dl li ul li,
.content-style .list-unstyle dl li ol li,
.content-style .list-unstyle dl li dl li {
  padding-left: 20px;
}

.content-style ul.list-unstyle,
.content-style ol.list-unstyle,
.content-style dl.list-unstyle {
  margin: 0;
}

.content-style ul.list-unstyle li,
.content-style ol.list-unstyle li,
.content-style dl.list-unstyle li {
  padding-left: 0;
}

.content-style ul.list-unstyle li:before,
.content-style ol.list-unstyle li:before,
.content-style dl.list-unstyle li:before {
  display: none;
}

.content-style ul.list-unstyle li ul,
.content-style ul.list-unstyle li ol,
.content-style ul.list-unstyle li dl,
.content-style ol.list-unstyle li ul,
.content-style ol.list-unstyle li ol,
.content-style ol.list-unstyle li dl,
.content-style dl.list-unstyle li ul,
.content-style dl.list-unstyle li ol,
.content-style dl.list-unstyle li dl {
  margin-top: 10px;
  margin-bottom: 15px;
}

.content-style ul.list-unstyle li ul li,
.content-style ul.list-unstyle li ol li,
.content-style ul.list-unstyle li dl li,
.content-style ol.list-unstyle li ul li,
.content-style ol.list-unstyle li ol li,
.content-style ol.list-unstyle li dl li,
.content-style dl.list-unstyle li ul li,
.content-style dl.list-unstyle li ol li,
.content-style dl.list-unstyle li dl li {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .content-style ul,
  .content-style ol,
  .content-style dl {
    margin: 0 0 20px;
  }
}

.content-style table:not(.Dialog) {
  border-top: 1px solid #A6A5AA;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #A6A5AA;
}

.content-style table:not(.Dialog) tr:not(:last-child) {
  border-bottom: 1px solid #A6A5AA;
}

.content-style table:not(.Dialog) tr td {
  padding: 20px;
}

.content-style table:not(.Dialog) tr td:first-of-type {
  padding-left: 30px;
}

.content-style table:not(.Dialog) tr td:last-of-type {
  padding-right: 30px;
}

.content-style .Dialog {
  width: 100%;
}

.content-style .Dialog hr {
  margin: 30px 0 60px;
  border: 0;
  height: 1px;
  background-color: rgba(168, 144, 120, 0.3);
}

.content-style .Dialog div[class^=Cell-]:nth-child(odd),
.content-style .Dialog div[class*=" Cell-"]:nth-child(odd),
.content-style .Dialog div[class^=cell-]:nth-child(odd),
.content-style .Dialog div[class*=" cell-"]:nth-child(odd) {
  padding-right: 15px;
}

.content-style .Dialog div[class^=Cell-]:nth-child(even),
.content-style .Dialog div[class*=" Cell-"]:nth-child(even),
.content-style .Dialog div[class^=cell-]:nth-child(even),
.content-style .Dialog div[class*=" cell-"]:nth-child(even) {
  padding-left: 15px;
}

.content-style .Dialog label,
.content-style .Dialog tbody tr th {
  color: #A89078;
  margin-bottom: 10px;
  font-weight: 400;
}

.content-style .Dialog .Caption {
  color: #A89078;
}

.content-style .Dialog .mwInput {
  height: auto;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  line-height: inherit;
  border: 1px solid #A89078;
  border-radius: 0;
  background: rgba(168, 144, 120, 0.05);
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}

.content-style .Dialog .mwInput.Hover,
.content-style .Dialog .mwInput.Focus {
  background-color: rgba(168, 144, 120, 0.2);
}

.content-style .Dialog .mwInput input.disabled,
.content-style .Dialog .mwInput input:disabled,
.content-style .Dialog .mwInput button.disabled,
.content-style .Dialog .mwInput button:disabled,
.content-style .Dialog .mwInput select.disabled,
.content-style .Dialog .mwInput select:disabled,
.content-style .Dialog .mwInput optgroup.disabled,
.content-style .Dialog .mwInput optgroup:disabled,
.content-style .Dialog .mwInput textarea.disabled,
.content-style .Dialog .mwInput textarea:disabled {
  cursor: not-allowed;
}

.content-style .Dialog .mwInput input {
  color: inherit;
}

.content-style .Dialog .mwInput.Text input[type=password],
.content-style .Dialog .mwInput.Text input[type=number],
.content-style .Dialog .mwInput.Text input[type=search],
.content-style .Dialog .mwInput.Text input[type=email],
.content-style .Dialog .mwInput.Text input[type=text],
.content-style .Dialog .mwInput.Text input[type=date],
.content-style .Dialog .mwInput.Text input[type=tel],
.content-style .Dialog .mwInput.Text input[type=url],
.content-style .Dialog .mwInput.Select .SubControl,
.content-style .Dialog .mwInput.Select .Value,
.content-style .Dialog .mwInput.Button input,
.content-style .Dialog .mwInput.File {
  height: 40px;
}

.content-style .Dialog .mwInput .SubControl,
.content-style .Dialog .mwInput.Text input[type=text],
.content-style .Dialog .mwInput.Text input[type=search],
.content-style .Dialog .mwInput.Text input[type=password],
.content-style .Dialog .mwInput.Text input[type=email],
.content-style .Dialog .mwInput.Text input[type=date],
.content-style .Dialog .mwInput.Text input[type=number],
.content-style .Dialog .mwInput.Text input[type=tel],
.content-style .Dialog .mwInput.Text input[type=url],
.content-style .Dialog .mwInput.Checkbox DIV,
.content-style .Dialog .mwInput.Select DIV,
.content-style .Dialog .mwInput.Button,
.content-style .Dialog .mwInput.Button input[type=button],
.content-style .Dialog .mwInput.Button input[type=submit] {
  line-height: 28px;
}

.content-style .Dialog .mwInput.Select .Value,
.content-style .Dialog .mwInput.File .FileName,
.content-style .Dialog .mwInput.File .Num {
  line-height: 40px;
}

.content-style .Dialog .mwInput .SubControl {
  width: 40px;
  background: #A89078 center center no-repeat;
}

.content-style .Dialog .mwInput.Text {
  overflow: hidden;
}

.content-style .Dialog .mwInput.Text input[type=text],
.content-style .Dialog .mwInput.Text input[type=search],
.content-style .Dialog .mwInput.Text input[type=password],
.content-style .Dialog .mwInput.Text input[type=email],
.content-style .Dialog .mwInput.Text input[type=date],
.content-style .Dialog .mwInput.Text input[type=number],
.content-style .Dialog .mwInput.Text input[type=tel],
.content-style .Dialog .mwInput.Text input[type=url] {
  width: 100%;
  padding: 0 20px;
}

.content-style .Dialog .mwInput.File {
  padding: 0;
}

.content-style .Dialog .mwInput.File .Num {
  right: 70px;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
}

.content-style .Dialog .mwInput.File .FileName {
  padding: 0 20px;
  text-shadow: none;
}

.content-style .Dialog .mwInput.Textarea {
  width: 100%;
  padding: 20px;
  border-radius: 0;
}

.content-style .Dialog .mwInput.Textarea textarea {
  color: #FFFFFF;
}

.content-style .Dialog .mwInput.Select .Value {
  padding: 0 20px;
}

.content-style .Dialog .mwInput.Select .SubControl {
  background-image: url(/images/downarrow-white.png);
}

.content-style .Dialog .mwInput.Multiple option {
  padding: 5px 10px;
}

.content-style .Dialog .mwInput.Multiple.Hover {
  background: rgba(168, 144, 120, 0.05);
}

.content-style .Dialog .mwInput.Button {
  border-color: #A89078;
  background: #A89078;
}

.content-style .Dialog .mwInput.Button:hover {
  border-color: #DB9D5F;
  background-color: #DB9D5F;
}

.content-style .Dialog .mwInput.Button input {
  padding: 0 20px;
  color: #22202B !important;
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.content-style .Dialog .mwInput.Checkbox {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border: none;
  background: none;
}

.content-style .Dialog .mwInput.Checkbox div {
  padding-left: 43px;
  font-family: inherit;
  white-space: normal;
}

.content-style .Dialog .mwInput.Checkbox div:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #A89078;
  border-radius: 6px;
  background: rgba(168, 144, 120, 0.05);
}

.content-style .Dialog .mwInput.Checkbox div:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 28px;
}

.content-style .Dialog .mwInput.Checkbox div.Checked {
  background: none;
}

.content-style .Dialog .mwInput.Checkbox div.Checked:before {
  background: #A89078;
}

.content-style .Dialog .mwInput.Checkbox div.Checked:after {
  background-image: url(/images/check-icon-white.png);
}

.content-style .Dialog .mwInput input[type=number]::-webkit-inner-spin-button,
.content-style .Dialog .mwInput input[type=number]::-webkit-outer-spin-button {
  display: none;
}

.content-style .Dialog .mwInput .number-spinner {
  position: absolute;
  top: 0;
  right: 0;
}

.content-style .Dialog .mwInput .number-spinner__button {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 8px;
  text-align: center;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background-color: #A89078;
}

.content-style .Dialog .mwInput .number-spinner__button:hover {
  background-color: #867360;
}

.content-style .Dialog .mwInput.Disabled,
.content-style .Dialog .mwInput.Disabled *,
.content-style .Dialog .mwInput [disabled] {
  color: #A6A5AA !important;
}

.content-style .Dialog .mwInput input[readonly=readonly],
.content-style .Dialog .mwInput input[readonly],
.content-style .Dialog .mwInput textarea[readonly=readonly],
.content-style .Dialog .mwInput textarea[readonly] {
  cursor: not-allowed;
}

.content-style .Dialog .mwInput.error {
  border-color: #FF6571;
  background-color: rgba(255, 101, 113, 0.1);
}

.content-style .Dialog .mwInput.error.Checkbox {
  border: none;
  background: none;
}

.content-style .Dialog .mwInput.error.Checkbox div:before {
  border-color: #FF6571;
  background-color: rgba(255, 101, 113, 0.1);
}

.content-style .Dialog .mwInput.error.Checkbox div.Checked:before {
  background: #A89078;
}

.content-style .Dialog .mwCaptcha {
  display: block;
  text-align: left;
  margin: 0 0 20px;
}

.content-style .Dialog .mwRadios .mwInput.Checkbox div:before {
  border-radius: 100px;
}

.content-style .Dialog .mwRadios .mwInput.Checkbox div.Checked:after {
  top: 16px;
  left: 9px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-image: none;
  background-color: #FFFFFF;
}

.content-style .Dialog tbody,
.content-style .Dialog tr,
.content-style .Dialog td,
.content-style .Dialog th {
  display: table;
  width: 100%;
}

.content-style .Dialog tbody {
  margin-bottom: 30px;
}

.content-style .Dialog tbody tr td .Caption {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-style .Dialog tbody tr td .Caption h1,
.content-style .Dialog tbody tr td .Caption h2,
.content-style .Dialog tbody tr td .Caption h3,
.content-style .Dialog tbody tr td .Caption h4,
.content-style .Dialog tbody tr td .Caption h5,
.content-style .Dialog tbody tr td .Caption h6 {
  margin-bottom: 0;
}

.content-style .Dialog tbody tr td .Caption h1 div,
.content-style .Dialog tbody tr td .Caption h2 div,
.content-style .Dialog tbody tr td .Caption h3 div,
.content-style .Dialog tbody tr td .Caption h4 div,
.content-style .Dialog tbody tr td .Caption h5 div,
.content-style .Dialog tbody tr td .Caption h6 div {
  float: none !important;
}

.content-style .Dialog tbody tr td .Caption h1 .mwInput.Button,
.content-style .Dialog tbody tr td .Caption h2 .mwInput.Button,
.content-style .Dialog tbody tr td .Caption h3 .mwInput.Button,
.content-style .Dialog tbody tr td .Caption h4 .mwInput.Button,
.content-style .Dialog tbody tr td .Caption h5 .mwInput.Button,
.content-style .Dialog tbody tr td .Caption h6 .mwInput.Button {
  font-size: 14px;
  text-align: left;
}

.content-style .Dialog tbody tr td .Caption h1 .mwInput.Button input,
.content-style .Dialog tbody tr td .Caption h2 .mwInput.Button input,
.content-style .Dialog tbody tr td .Caption h3 .mwInput.Button input,
.content-style .Dialog tbody tr td .Caption h4 .mwInput.Button input,
.content-style .Dialog tbody tr td .Caption h5 .mwInput.Button input,
.content-style .Dialog tbody tr td .Caption h6 .mwInput.Button input {
  width: auto;
}

.content-style .Dialog .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-style .Dialog .form-inline .cf-radio {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.content-style .Dialog .form-inline .mwInput {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content-style .Dialog .form-inline .mwInput.Button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.content-style .Dialog .form-inline .hidden-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content-style .Dialog.amount {
  max-width: 660px;
  margin: 30px auto 0;
}

.content-style .Dialog.amount th {
  text-align: center;
}

.content-style .cf h1,
.content-style .cf h2,
.content-style .cf h3,
.content-style .cf h4,
.content-style .cf h5,
.content-style .cf h6 {
  margin-top: 30px;
}

.content-style .cf p.Caption {
  margin-bottom: 30px;
}

.content-style .cf tbody {
  margin-bottom: 0;
}

.content-style .cf .mwInput {
  margin-bottom: 30px;
}

.content-style .cf .has-description .mwInput {
  margin-bottom: 10px;
}

.content-style .cf .cf-checkbox {
  margin-bottom: 30px;
}

.content-style .cf .cf-checkbox .mwInput.Checkbox {
  color: #A89078;
  margin-bottom: 0;
}

.content-style .cf .cf-radio {
  margin-bottom: 30px;
}

.content-style .cf .cf-radio .mwInput.Checkbox {
  color: #A89078;
  margin-bottom: 0;
}

.content-style .cf .nested-form {
  padding: 30px 30px 1px;
  margin-bottom: 30px;
  background-color: #4E4C55;
}

.content-style .cf .disabled-form {
  opacity: 0.5;
}

.content-style .form-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  margin: 0 0 30px;
  border-radius: 6px;
  background-color: #DB9D5F;
}

.content-style .form-msg i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #A6A5AA;
  border-radius: 50%;
}

.content-style .Dialog.newsletter {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.content-style .Dialog.newsletter:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.content-style .Dialog.newsletter label {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  background-color: #2F2D38;
}

.content-style .Dialog.newsletter .form-inline {
  background-color: #33313D;
}

.content-style .Dialog.newsletter .mwInput {
  border: 0;
  background-color: #33313D;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text],
.content-style .Dialog.newsletter .mwInput.Text input[type=search],
.content-style .Dialog.newsletter .mwInput.Text input[type=password],
.content-style .Dialog.newsletter .mwInput.Text input[type=email],
.content-style .Dialog.newsletter .mwInput.Text input[type=date],
.content-style .Dialog.newsletter .mwInput.Text input[type=number],
.content-style .Dialog.newsletter .mwInput.Text input[type=tel],
.content-style .Dialog.newsletter .mwInput.Text input[type=url] {
  color: #DB9D5F;
  padding: 0 30px;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]::-webkit-input-placeholder {
  color: #4E4C55;
  opacity: 1;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]::-moz-placeholder {
  color: #4E4C55;
  opacity: 1;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]:-ms-input-placeholder {
  color: #4E4C55;
  opacity: 1;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]::-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]::-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]::-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]::-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]::-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]::-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]::-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]::-ms-input-placeholder {
  color: #4E4C55;
  opacity: 1;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]::placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]::placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]::placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]::placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]::placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]::placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]::placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]::placeholder {
  color: #4E4C55;
  opacity: 1;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]::-webkit-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]::-webkit-input-placeholder {
  color: #4E4C55;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]:-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]:-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]:-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]:-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]:-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]:-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]:-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]:-moz-placeholder {
  color: #4E4C55;
  opacity: 1;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]::-moz-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]::-moz-placeholder {
  color: #4E4C55;
  opacity: 1;
}

.content-style .Dialog.newsletter .mwInput.Text input[type=text]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=search]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=password]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=email]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=date]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=number]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=tel]:-ms-input-placeholder,
.content-style .Dialog.newsletter .mwInput.Text input[type=url]:-ms-input-placeholder {
  color: #4E4C55;
}

.content-style .Dialog.newsletter .mwInput.Button {
  background-color: #33313D;
}

.content-style .Dialog.newsletter .mwInput.Button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 22px;
  margin-top: -11px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.content-style .Dialog.newsletter .mwInput.Button input {
  color: #7A797F !important;
}

.content-style .Dialog.newsletter .mwInput.Button:hover {
  background-color: #DB9D5F;
}

.content-style .Dialog.newsletter .mwInput.Button:hover:before {
  background-color: transparent;
}

.content-style .Dialog.newsletter .mwInput.Button:hover input {
  color: #22202B !important;
}

@media (max-width: 991px) {
  .content-style .Dialog div[class^=Cell-]:nth-child(odd),
  .content-style .Dialog div[class*=" Cell-"]:nth-child(odd),
  .content-style .Dialog div[class^=cell-]:nth-child(odd),
  .content-style .Dialog div[class*=" cell-"]:nth-child(odd) {
    padding-right: 5px;
  }

  .content-style .Dialog div[class^=Cell-]:nth-child(even),
  .content-style .Dialog div[class*=" Cell-"]:nth-child(even),
  .content-style .Dialog div[class^=cell-]:nth-child(even),
  .content-style .Dialog div[class*=" cell-"]:nth-child(even) {
    padding-left: 5px;
  }

  .content-style .Dialog .cell-20,
  .content-style .Dialog .Cell-20,
  .content-style .Dialog .cell-50,
  .content-style .Dialog .Cell-50,
  .content-style .Dialog .cell-80,
  .content-style .Dialog .Cell-80,
  .content-style .Dialog .cell-100,
  .content-style .Dialog .Cell-100 {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .content-style .Dialog .cell-20:nth-child(odd),
  .content-style .Dialog .Cell-20:nth-child(odd),
  .content-style .Dialog .cell-50:nth-child(odd),
  .content-style .Dialog .Cell-50:nth-child(odd),
  .content-style .Dialog .cell-80:nth-child(odd),
  .content-style .Dialog .Cell-80:nth-child(odd),
  .content-style .Dialog .cell-100:nth-child(odd),
  .content-style .Dialog .Cell-100:nth-child(odd) {
    padding-right: 0 !important;
  }

  .content-style .Dialog .cell-20:nth-child(even),
  .content-style .Dialog .Cell-20:nth-child(even),
  .content-style .Dialog .cell-50:nth-child(even),
  .content-style .Dialog .Cell-50:nth-child(even),
  .content-style .Dialog .cell-80:nth-child(even),
  .content-style .Dialog .Cell-80:nth-child(even),
  .content-style .Dialog .cell-100:nth-child(even),
  .content-style .Dialog .Cell-100:nth-child(even) {
    padding-left: 0 !important;
  }

  .content-style .Dialog tbody tr td .Caption h1,
  .content-style .Dialog tbody tr td .Caption h2,
  .content-style .Dialog tbody tr td .Caption h3,
  .content-style .Dialog tbody tr td .Caption h4,
  .content-style .Dialog tbody tr td .Caption h5,
  .content-style .Dialog tbody tr td .Caption h6 {
    display: table;
  }

  .content-style .Dialog tbody tr td .Caption h1 .mwInput.Button,
  .content-style .Dialog tbody tr td .Caption h2 .mwInput.Button,
  .content-style .Dialog tbody tr td .Caption h3 .mwInput.Button,
  .content-style .Dialog tbody tr td .Caption h4 .mwInput.Button,
  .content-style .Dialog tbody tr td .Caption h5 .mwInput.Button,
  .content-style .Dialog tbody tr td .Caption h6 .mwInput.Button {
    margin-top: 18px;
  }
}

.content-style .button {
  display: inline-block;
}

.content-style .button p a,
.content-style .button p button {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-style .button p a.small,
.content-style .button p button.small {
  padding: 8px 20px;
  font-size: 12px;
}

.content-style .button p a.medium,
.content-style .button p button.medium {
  padding: 15px 30px;
  font-size: 12px;
}

.content-style .button p a.large,
.content-style .button p button.large {
  padding: 15px 30px;
  font-size: 14px;
}

.content-style .button--rounded p a,
.content-style .button--rounded p button {
  border-radius: 50px;
}

.content-style .button--default p a,
.content-style .button--default p button {
  color: #22202B;
  background-color: #A89078;
}

.content-style .button--default p a:hover,
.content-style .button--default p button:hover {
  color: #22202B;
  background-color: #DB9D5F;
}

.content-style .button--dark p a,
.content-style .button--dark p button {
  color: #A89078;
  background-color: #22202B;
}

.content-style .button--dark p a:hover,
.content-style .button--dark p button:hover {
  color: #22202B;
  background-color: #DB9D5F;
}

.content-style .button--primary p a,
.content-style .button--primary p button {
  color: #22202B;
  background-color: #A89078;
}

.content-style .button--primary p a:hover,
.content-style .button--primary p button:hover {
  color: #22202B;
  background-color: #DB9D5F;
}

.content-style .button--secondary p a,
.content-style .button--secondary p button {
  color: #22202B;
  background-color: #DB9D5F;
}

.content-style .button--secondary p a:hover,
.content-style .button--secondary p button:hover {
  color: #22202B;
  background-color: #A89078;
}

.content-style .button--white p a,
.content-style .button--white p button {
  color: #A89078;
  background-color: #FFFFFF;
}

.content-style .button--golden p a {
  color: #22202B;
  background-color: #A89078;
}

.content-style .button--golden p a:hover {
  background-color: #DB9D5F;
}

.content-style .button--ember p a,
.content-style .button--ember p button {
  color: #22202B;
  background-color: #DB9D5F;
}

.content-style .button--ember p a:hover,
.content-style .button--ember p button:hover {
  background-color: #ff9d3b;
}

.content-style .mwBtnLeft {
  text-align: left;
}

.content-style .mwBtnCenter {
  text-align: center;
}

.content-style .mwBtnLeft {
  text-align: left;
}

.content-style.bg-lighter-dark,
.content-style .bg-lighter-dark {
  background-color: #33313D;
}

.content-style.bg-primary,
.content-style .bg-primary,
.content-style.bg-golden,
.content-style .bg-golden {
  color: #4E4C55;
  background-color: #A89078;
}

.content-style.bg-primary h1,
.content-style.bg-primary h2,
.content-style.bg-primary h3,
.content-style.bg-primary h4,
.content-style.bg-primary h5,
.content-style.bg-primary h6,
.content-style .bg-primary h1,
.content-style .bg-primary h2,
.content-style .bg-primary h3,
.content-style .bg-primary h4,
.content-style .bg-primary h5,
.content-style .bg-primary h6,
.content-style.bg-golden h1,
.content-style.bg-golden h2,
.content-style.bg-golden h3,
.content-style.bg-golden h4,
.content-style.bg-golden h5,
.content-style.bg-golden h6,
.content-style .bg-golden h1,
.content-style .bg-golden h2,
.content-style .bg-golden h3,
.content-style .bg-golden h4,
.content-style .bg-golden h5,
.content-style .bg-golden h6 {
  color: #22202B;
}

.content-style.bg-primary a,
.content-style .bg-primary a,
.content-style.bg-golden a,
.content-style .bg-golden a {
  color: #22202B;
}

.content-style.bg-primary a:hover,
.content-style .bg-primary a:hover,
.content-style.bg-golden a:hover,
.content-style .bg-golden a:hover {
  color: #000000;
}

.content-style.bg-primary .divider,
.content-style .bg-primary .divider,
.content-style.bg-golden .divider,
.content-style .bg-golden .divider {
  background-color: #33313D;
}

.content-style.bg-primary .fancy-heading--topline .fancy-heading__wrapper:before,
.content-style .bg-primary .fancy-heading--topline .fancy-heading__wrapper:before,
.content-style.bg-golden .fancy-heading--topline .fancy-heading__wrapper:before,
.content-style .bg-golden .fancy-heading--topline .fancy-heading__wrapper:before {
  background-color: #22202B;
}

.content-style.bg-primary .fancy-heading--underline .fancy-heading__wrapper:after,
.content-style .bg-primary .fancy-heading--underline .fancy-heading__wrapper:after,
.content-style.bg-golden .fancy-heading--underline .fancy-heading__wrapper:after,
.content-style .bg-golden .fancy-heading--underline .fancy-heading__wrapper:after {
  background-color: rgba(34, 32, 43, 0.3);
}

.content-style.bg-secondary,
.content-style .bg-secondary,
.content-style.bg-ember,
.content-style .bg-ember {
  color: #4E4C55;
  background-color: #DB9D5F;
}

.content-style.bg-secondary h1,
.content-style.bg-secondary h2,
.content-style.bg-secondary h3,
.content-style.bg-secondary h4,
.content-style.bg-secondary h5,
.content-style.bg-secondary h6,
.content-style .bg-secondary h1,
.content-style .bg-secondary h2,
.content-style .bg-secondary h3,
.content-style .bg-secondary h4,
.content-style .bg-secondary h5,
.content-style .bg-secondary h6,
.content-style.bg-ember h1,
.content-style.bg-ember h2,
.content-style.bg-ember h3,
.content-style.bg-ember h4,
.content-style.bg-ember h5,
.content-style.bg-ember h6,
.content-style .bg-ember h1,
.content-style .bg-ember h2,
.content-style .bg-ember h3,
.content-style .bg-ember h4,
.content-style .bg-ember h5,
.content-style .bg-ember h6 {
  color: #22202B;
}

.content-style.bg-secondary a,
.content-style .bg-secondary a,
.content-style.bg-ember a,
.content-style .bg-ember a {
  color: #22202B;
}

.content-style.bg-secondary a:hover,
.content-style .bg-secondary a:hover,
.content-style.bg-ember a:hover,
.content-style .bg-ember a:hover {
  color: #000000;
}

.content-style.bg-secondary .divider,
.content-style .bg-secondary .divider,
.content-style.bg-ember .divider,
.content-style .bg-ember .divider {
  background-color: #33313D;
}

.content-style.bg-secondary .fancy-heading--topline .fancy-heading__wrapper:before,
.content-style .bg-secondary .fancy-heading--topline .fancy-heading__wrapper:before,
.content-style.bg-ember .fancy-heading--topline .fancy-heading__wrapper:before,
.content-style .bg-ember .fancy-heading--topline .fancy-heading__wrapper:before {
  background-color: #22202B;
}

.content-style.bg-secondary .fancy-heading--underline .fancy-heading__wrapper:after,
.content-style .bg-secondary .fancy-heading--underline .fancy-heading__wrapper:after,
.content-style.bg-ember .fancy-heading--underline .fancy-heading__wrapper:after,
.content-style .bg-ember .fancy-heading--underline .fancy-heading__wrapper:after {
  background-color: rgba(34, 32, 43, 0.3);
}

.content-style hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .content-style hr {
    margin: 20px 0;
  }
}

.content-style blockquote {
  font-size: 20px;
}

@media (max-width: 991px) {
  .content-style blockquote {
    font-size: 18px;
  }
}

.content-style blockquote p {
  color: #A89078;
  font-weight: 100;
}

.content-area {
  padding: 60px 0;
}

.content-area--tall {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .content-area {
    padding: 30px 0;
  }

  .content-area--tall {
    padding: 60px 0;
  }
}

.five-seventy {
  max-width: 570px;
  margin: 0 auto;
}

.seven-seventy {
  max-width: 770px;
  margin: 0 auto;
}

.lightbox .lb-image {
  border-radius: 0;
  border-color: #A89078;
}

.lightbox .lb-outerContainer {
  border-radius: 0;
  background-color: #A89078;
}

.border-gradient {
  padding: 3px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(315deg, rgba(168, 144, 120, 0.8) 0%, rgba(67, 57, 48, 0) 50%, rgba(168, 144, 120, 0.8) 100%);
  background: linear-gradient(135deg, rgba(168, 144, 120, 0.8) 0%, rgba(67, 57, 48, 0) 50%, rgba(168, 144, 120, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cca89078", endColorstr="#cca89078",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: linear 200ms;
  -o-transition: linear 200ms;
  transition: linear 200ms;
}

.two-column--full > .row {
  margin: 0;
}

.two-column--full .two-column__left,
.two-column--full .two-column__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.two-column--full .two-column__left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.two-column--full .two-column__right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.two-column--full .two-column__left-inner,
.two-column--full .two-column__right-inner {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  max-width: 570px;
}

.two-column--full .two-column__left-inner {
  padding-left: 15px;
  padding-right: 80px;
}

.two-column--full .two-column__right-inner {
  padding-left: 80px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .two-column--full .two-column__left-inner,
  .two-column--full .two-column__right-inner {
    max-width: 480px;
  }

  .two-column--full .two-column__left-inner {
    padding-right: 60px;
  }

  .two-column--full .two-column__right-inner {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .two-column--full .two-column__left,
  .two-column--full .two-column__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .two-column--full .two-column__left-inner,
  .two-column--full .two-column__right-inner {
    padding-top: 60px;
    padding-bottom: 40px;
    max-width: 720px;
  }

  .two-column--full .two-column__left-inner {
    padding-right: 15px;
  }

  .two-column--full .two-column__right-inner {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .two-column--full .two-column__left,
  .two-column--full .two-column__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .two-column--full .two-column__left-inner,
  .two-column--full .two-column__right-inner {
    max-width: 540px;
  }

  .two-column--full .two-column__left-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-column--full .two-column__right-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.social-media__wrapper a {
  display: inline-block;
  color: #A89078;
}

.social-media__wrapper a:hover {
  color: #DB9D5F;
}

.social-media__wrapper a.small {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.social-media__wrapper a.medium {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.social-media__wrapper a.large {
  font-size: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.logo a {
  display: block;
}

.header .logo img {
  width: auto;
  height: 14px;
}

.footer .logo img {
  width: 170px;
  height: auto;
}

@media (max-width: 991px) {
  .header .logo img {
    height: 11px;
  }
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu a {
  display: inline-block;
  font-size: 18px;
}

.header .menu .divider {
  width: 1px;
  height: 16px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.header .main-menu__wrapper > .Menu > ul > li {
  display: inline-block;
  position: relative;
}

.header .main-menu__wrapper > .Menu > ul > li > a {
  position: relative;
  padding: 0 10px;
  color: #F1F1F1;
  line-height: 86px;
}

.header .main-menu__wrapper > .Menu > ul > li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background-color: transparent;
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}

.header .main-menu__wrapper > .Menu > ul > li:hover > a {
  color: #A89078;
}

.header .main-menu__wrapper > .Menu > ul > li:hover:after {
  height: 4px;
  background-color: #A89078;
}

.header .main-menu__wrapper ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background-color: #A89078;
}

.header .main-menu__wrapper ul li ul li {
  padding: 0 25px;
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}

.header .main-menu__wrapper ul li ul li a {
  display: block;
  min-width: 270px;
  padding: 15px 0;
  color: #22202B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.header .main-menu__wrapper ul li ul li:last-child a {
  border-bottom-color: transparent;
}

.header .main-menu__wrapper ul li ul li:hover {
  background-color: #DB9D5F;
}

.header .main-menu__wrapper ul li ul li:hover a {
  color: #22202B;
  border-bottom-color: transparent;
}

.header .main-menu__wrapper ul li:hover ul {
  display: block;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation-name: pullDown;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-name: pullDown;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 0;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-name: pullDown;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

.footer .footer-menu__wrapper ul li {
  margin-bottom: 8px;
}

.footer .footer-menu__wrapper ul li:not(.no-childs) {
  position: relative;
  padding-left: 20px;
}

.footer .footer-menu__wrapper ul li:not(.no-childs)::before {
  cursor: pointer;
  display: inline-block;
  content: "\F0DA";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.footer .footer-menu__wrapper ul li ul {
  display: none;
}

.footer .footer-menu__wrapper ul li ul li {
  padding-left: 0;
}

@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }

  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }

  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .header .menu {
    display: none;
  }
}

.burger {
  display: none;
  position: relative;
}

.burger__lines {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}

.burger__line {
  display: block;
  position: absolute;
  top: 17px;
  height: 2px;
  background-color: #A89078;
}

.burger__line:nth-of-type(1) {
  width: 29px;
  -webkit-transform: translate(0px, -8px);
      -ms-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
  -webkit-transition: ease 500ms 0ms;
  -o-transition: ease 500ms 0ms;
  transition: ease 500ms 0ms;
}

.burger__line:nth-of-type(2) {
  width: 30px;
  -webkit-transform: translate(6px, 0px);
      -ms-transform: translate(6px, 0px);
          transform: translate(6px, 0px);
  -webkit-transition: ease 500ms 100ms;
  -o-transition: ease 500ms 100ms;
  transition: ease 500ms 100ms;
}

.burger__line:nth-of-type(3) {
  width: 24px;
  -webkit-transform: translate(2px, 8px);
      -ms-transform: translate(2px, 8px);
          transform: translate(2px, 8px);
  -webkit-transition: ease 500ms 200ms;
  -o-transition: ease 500ms 200ms;
  transition: ease 500ms 200ms;
}

.burger__line:nth-of-type(4) {
  opacity: 0;
  width: 29px;
  -webkit-transform: translate(-38px, -8px);
      -ms-transform: translate(-38px, -8px);
          transform: translate(-38px, -8px);
  -webkit-transition: ease 500ms 50ms;
  -o-transition: ease 500ms 50ms;
  transition: ease 500ms 50ms;
}

.burger__line:nth-of-type(5) {
  opacity: 0;
  width: 30px;
  -webkit-transform: translate(-38px, 0px);
      -ms-transform: translate(-38px, 0px);
          transform: translate(-38px, 0px);
  -webkit-transition: ease 500ms 150ms;
  -o-transition: ease 500ms 150ms;
  transition: ease 500ms 150ms;
}

.burger__line:nth-of-type(6) {
  opacity: 0;
  width: 24px;
  -webkit-transform: translate(-38px, 8px);
      -ms-transform: translate(-38px, 8px);
          transform: translate(-38px, 8px);
  -webkit-transition: ease 500ms 250ms;
  -o-transition: ease 500ms 250ms;
  transition: ease 500ms 250ms;
}

.burger__slashes {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
}

.burger__slash {
  display: block;
  position: absolute;
  opacity: 0;
  top: 14px;
  left: -4px;
  width: 38px;
  height: 2px;
  background-color: #A89078;
  -webkit-transition: ease 500ms;
  -o-transition: ease 500ms;
  transition: ease 500ms;
}

.burger__slash:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(-28px, 0);
      -ms-transform: rotate(45deg) translate(-28px, 0);
          transform: rotate(45deg) translate(-28px, 0);
}

.burger__slash:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translate(28px, 0);
      -ms-transform: rotate(-45deg) translate(28px, 0);
          transform: rotate(-45deg) translate(28px, 0);
}

.burger__slash:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-28px, 0);
      -ms-transform: rotate(45deg) translate(-28px, 0);
          transform: rotate(45deg) translate(-28px, 0);
}

.burger__slash:nth-of-type(4) {
  -webkit-transform: rotate(-45deg) translate(28px, 0);
      -ms-transform: rotate(-45deg) translate(28px, 0);
          transform: rotate(-45deg) translate(28px, 0);
}

.burger__text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  color: #A89078;
  vertical-align: middle;
}

.burger__text .text__open {
  display: block;
  -webkit-transition: ease 500ms;
  -o-transition: ease 500ms;
  transition: ease 500ms;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.burger__text .text__close {
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: ease 500ms;
  -o-transition: ease 500ms;
  transition: ease 500ms;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.burger:hover .burger__line {
  background-color: #DB9D5F;
}

.burger:hover .burger__line:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(38px, -8px);
      -ms-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}

.burger:hover .burger__line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(38px, 0);
      -ms-transform: translate(38px, 0);
          transform: translate(38px, 0);
}

.burger:hover .burger__line:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(38px, 8px);
      -ms-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}

.burger:hover .burger__line:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0px, -8px);
      -ms-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
}

.burger:hover .burger__line:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate(6px, 0);
      -ms-transform: translate(6px, 0);
          transform: translate(6px, 0);
}

.burger:hover .burger__line:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translate(2px, 8px);
      -ms-transform: translate(2px, 8px);
          transform: translate(2px, 8px);
}

.burger:hover .burger__slash {
  background-color: #DB9D5F;
}

.burger:hover .burger__text {
  color: #DB9D5F;
}

.burger.open .burger__line:nth-of-type(1) {
  -webkit-transform: translate(38px, -8px);
      -ms-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}

.burger.open .burger__line:nth-of-type(2) {
  -webkit-transform: translate(38px, 0);
      -ms-transform: translate(38px, 0);
          transform: translate(38px, 0);
}

.burger.open .burger__line:nth-of-type(3) {
  -webkit-transform: translate(38px, 8px);
      -ms-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}

.burger.open .burger__line:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(38px, -8px);
      -ms-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}

.burger.open .burger__line:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(38px, 0);
      -ms-transform: translate(38px, 0);
          transform: translate(38px, 0);
}

.burger.open .burger__line:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(38px, 8px);
      -ms-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}

.burger.open .burger__slash:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burger.open .burger__slash:nth-of-type(2) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burger.open .burger__text .text__open {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.burger.open .burger__text .text__close {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.burger.open:hover .burger__slash:nth-of-type(1) {
  -webkit-transform: translate(28px, 28px) rotate(45deg);
      -ms-transform: translate(28px, 28px) rotate(45deg);
          transform: translate(28px, 28px) rotate(45deg);
  opacity: 0;
}

.burger.open:hover .burger__slash:nth-of-type(2) {
  -webkit-transform: translate(-28px, 28px) rotate(-45deg);
      -ms-transform: translate(-28px, 28px) rotate(-45deg);
          transform: translate(-28px, 28px) rotate(-45deg);
  opacity: 0;
}

.burger.open:hover .burger__slash:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burger.open:hover .burger__slash:nth-of-type(4) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

@media (max-width: 991px) {
  .burger {
    display: block;
  }
}

.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #2F2D38;
  z-index: 999999;
}

.sidr.right {
  right: -260px;
}

.sidr .left {
  left: -260px;
}

.sidr .sidr-inner {
  padding: 0;
  margin: 0 0 30px 0;
}

.sidr ul {
  padding: 0;
}

.sidr ul li {
  position: relative;
  padding: 0;
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.sidr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 66px;
  padding: 15px 40px 15px 20px;
  color: #A89078;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidr ul li button.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 66px;
}

.sidr ul li button.arrow svg {
  width: auto;
  height: 18px;
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.sidr ul li button.arrow svg path {
  fill: #A89078;
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.sidr ul li button.arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: transparent;
}

.sidr ul li:hover {
  background-color: #A89078;
}

.sidr ul li:hover > a {
  color: #22202B;
}

.sidr ul li:hover button.arrow svg path {
  fill: #22202B;
}

.sidr ul li.open {
  background-color: #A89078;
}

.sidr ul li.open > a {
  color: #22202B;
  border-bottom: 1px solid rgba(34, 32, 43, 0.2);
}

.sidr ul li.open button.arrow svg path {
  fill: #22202B;
}

.sidr ul li.open button.arrow svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidr ul li ul {
  padding: 0;
}

.sidr ul li ul li {
  background-color: #A89078;
}

.sidr ul li ul li a {
  color: #22202B;
  border-bottom: 1px solid rgba(34, 32, 43, 0.2);
}

.sidr ul li ul li:hover {
  background-color: #DB9D5F;
}

.sidr ul li ul li:hover a {
  color: #22202B;
}

.sidr .social-media__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.sidr .social-media__wrapper a {
  font-size: 20px;
}

.sidr .social-media__wrapper a:first-of-type {
  padding-left: 0;
}

.sidr .social-media__wrapper a:last-of-type {
  padding-right: 0;
}

.hero-banner {
  z-index: 500;
}

.hero-banner__wrapper {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-banner--default .hero-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 70vh;
}

.hero-banner--default .hero-banner__inner {
  position: relative;
  width: 100%;
}

.hero-banner--default .hero-banner__caption {
  position: relative;
  display: table;
  padding: 15px 40px;
  margin: 0 0 0 auto;
  background-color: rgba(219, 157, 95, 0.87);
}

.hero-banner--default .hero-banner__caption h1 {
  margin: 0;
  color: #22202B;
}

.hero-banner--default .hero-banner__caption:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #645648;
}

.hero-banner--video .hero-banner__wrapper {
  position: relative;
  padding-top: 41.6667%;
  margin-top: 86px;
  z-index: 1;
}

.hero-banner--video .hero-banner__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("/images/Bermuda_video_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner--video .hero-banner__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hero-banner--video .hero-banner__caption {
  position: relative;
  display: table;
  padding: 15px 40px;
  margin: 0 0 0 auto;
  background-color: rgba(219, 157, 95, 0.87);
}

.hero-banner--video .hero-banner__caption h1 {
  margin: 0;
  color: #22202B;
}

.hero-banner--video .hero-banner__caption:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #645648;
}

.hero-banner--brand .hero-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.hero-banner--brand .hero-banner__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(34, 32, 43, 0) 0%, #22202b 100%);
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 32, 43, 0)), to(#22202b));
  background: -o-linear-gradient(top, rgba(34, 32, 43, 0) 0%, #22202b 100%);
  background: linear-gradient(180deg, rgba(34, 32, 43, 0) 0%, #22202b 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#22202B", endColorstr="#22202B",GradientType=0 );
  /* ie6-9 */
}

.hero-banner--brand .hero-banner__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 200px;
}

.hero-banner--brand .hero-banner__inner img {
  width: 100%;
  height: auto;
}

.hero-banner--brand .hero-banner__header {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 27px 40px 22px;
  margin-left: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.hero-banner--brand .hero-banner__body {
  width: 100%;
  max-width: 600px;
  padding: 60px 40px 30px;
  margin-top: -40px;
  color: #FFFFFF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a89078), color-stop(48%, rgba(168, 144, 120, 0.9)), color-stop(75%, rgba(168, 144, 120, 0.45)), to(rgba(168, 144, 120, 0)));
  background: -o-linear-gradient(left, #a89078 0%, rgba(168, 144, 120, 0.9) 48%, rgba(168, 144, 120, 0.45) 75%, rgba(168, 144, 120, 0) 100%);
  background: linear-gradient(to right, #a89078 0%, rgba(168, 144, 120, 0.9) 48%, rgba(168, 144, 120, 0.45) 75%, rgba(168, 144, 120, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a89078", endColorstr="#00a89078",GradientType=1 );
  /* IE6-9 */
}

.hero-banner--brand .hero-banner__body p {
  max-width: 380px;
  line-height: 1.2;
}

.banner--post .banner__wrapper {
  height: 70vh;
}

@media (max-width: 1199px) {
  .hero-banner--brand .hero-banner__header {
    max-width: 320px;
    padding: 22px 40px 18px;
  }

  .hero-banner--brand .hero-banner__body {
    max-width: 500px;
    padding: 50px 40px 30px;
    margin-top: -30px;
  }

  .hero-banner--brand .hero-banner__body p {
    line-height: 1.4;
  }
}

@media (max-width: 991px) {
  .hero-banner--default .hero-banner__wrapper {
    height: calc(40vh + 66px);
  }

  .hero-banner--video .hero-banner__wrapper {
    margin-top: 66px;
  }

  .hero-banner--brand .hero-banner__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: calc(100vh - 120px);
  }

  .hero-banner--brand .hero-banner__inner {
    margin-top: 0;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .hero-banner--default .hero-banner__caption,
  .hero-banner--video .hero-banner__caption {
    padding: 10px 30px;
  }

  .hero-banner--default .hero-banner__caption h1,
  .hero-banner--video .hero-banner__caption h1 {
    font-size: 30px;
  }

  .hero-banner--default .hero-banner__caption:after,
  .hero-banner--video .hero-banner__caption:after {
    bottom: -5px;
    height: 5px;
  }

  .hero-banner--brand .hero-banner__inner {
    margin-bottom: 15px;
  }

  .hero-banner--brand .hero-banner__header {
    max-width: 260px;
    margin-left: 0;
    padding: 27px 30px 22px;
  }

  .hero-banner--brand .hero-banner__body {
    padding: 20px 30px 22px;
    margin-top: 0;
    font-size: 14px;
  }
}

.icon-block {
  position: relative;
  text-align: center;
}

.icon-block__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  padding: 35px 15px 55px;
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-block__wrapper .image-icon img {
  width: 65px;
  height: auto;
  margin-bottom: 20px !important;
}

.icon-block__mask {
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #645648;
  /* Old browsers */
  background: -o-linear-gradient(315deg, #645648 0%, #433930 100%);
  background: linear-gradient(135deg, #645648 0%, #433930 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#645648", endColorstr="#433930",GradientType=1 );
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.icon-block__inner {
  position: relative;
}

.icon-block__title h1,
.icon-block__title h2,
.icon-block__title h3,
.icon-block__title h4,
.icon-block__title h5,
.icon-block__title h6 {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.icon-block__content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.icon-block__button {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.icon-block__button p {
  margin: 0;
}

@media (min-width: 1200px) {
  .icon-block__wrapper {
    padding: 35px 20px;
  }

  .icon-block__wrapper .image-icon img {
    width: 75px;
  }

  .icon-block__inner {
    overflow: hidden;
    -webkit-transform: translateY(21.8px);
        -ms-transform: translateY(21.8px);
            transform: translateY(21.8px);
    -webkit-transition: ease 360ms;
    -o-transition: ease 360ms;
    transition: ease 360ms;
  }

  .icon-block__content {
    height: 33.6px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translateY(33.6px);
        -ms-transform: translateY(33.6px);
            transform: translateY(33.6px);
    -webkit-transition: ease 360ms;
    -o-transition: ease 360ms;
    transition: ease 360ms;
  }

  .icon-block__button {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 120%);
        -ms-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
    -webkit-transition: ease 360ms;
    -o-transition: ease 360ms;
    transition: ease 360ms;
  }

  .icon-block:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #A89078;
    -webkit-transition: linear 200ms;
    -o-transition: linear 200ms;
    transition: linear 200ms;
  }

  .icon-block:hover:after {
    height: 0;
    background-color: transparent;
  }

  .icon-block:hover .icon-block__inner {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  .icon-block:hover .icon-block__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .icon-block:hover .icon-block__button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }

  .icon-block.no-button:hover .icon-block__inner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .icon-block {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .icon-block {
    margin-bottom: 55px;
  }
}

.fancy-card__wrapper {
  padding: 250px 100px 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fancy-card__inner {
  width: 100%;
  padding: 50px 50px 0;
  background-color: rgba(100, 86, 72, 0.9);
}

.fancy-card__inner h1,
.fancy-card__inner h2,
.fancy-card__inner h3,
.fancy-card__inner h4,
.fancy-card__inner h5,
.fancy-card__inner h6 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  white-space: pre;
}

.fancy-card__inner h1:after,
.fancy-card__inner h2:after,
.fancy-card__inner h3:after,
.fancy-card__inner h4:after,
.fancy-card__inner h5:after,
.fancy-card__inner h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #DB9D5F;
}

.fancy-card__inner p {
  color: #D3C7BB;
  font-size: 14px;
  margin-bottom: 50px;
}

.fancy-card__inner .button p {
  margin: 0;
}

@media (max-width: 991px) {
  .fancy-card__wrapper {
    padding: 150px 20px 20px 0;
  }

  .fancy-card__inner {
    padding: 50px 30px 0;
  }

  .fancy-card__inner p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .fancy-card {
    margin-bottom: 30px;
  }
}

.fancy-heading--topline {
  margin-bottom: 80px;
}

.fancy-heading--topline .fancy-heading__wrapper {
  position: relative;
  display: inline-block;
  min-width: 120px;
  padding-top: 30px;
}

.fancy-heading--topline .fancy-heading__wrapper h1,
.fancy-heading--topline .fancy-heading__wrapper h2,
.fancy-heading--topline .fancy-heading__wrapper h3,
.fancy-heading--topline .fancy-heading__wrapper h4,
.fancy-heading--topline .fancy-heading__wrapper h5,
.fancy-heading--topline .fancy-heading__wrapper h6 {
  margin-bottom: 0;
}

.fancy-heading--topline .fancy-heading__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50px);
  height: 1px;
  background-color: #A89078;
}

.fancy-heading--underline {
  padding: 0 20px;
  margin-bottom: 30px;
}

.fancy-heading--underline .fancy-heading__wrapper {
  position: relative;
  display: table;
  min-width: 120px;
  margin: 0 auto;
  text-align: center;
}

.fancy-heading--underline .fancy-heading__wrapper h1,
.fancy-heading--underline .fancy-heading__wrapper h2,
.fancy-heading--underline .fancy-heading__wrapper h3,
.fancy-heading--underline .fancy-heading__wrapper h4,
.fancy-heading--underline .fancy-heading__wrapper h5,
.fancy-heading--underline .fancy-heading__wrapper h6 {
  margin-bottom: 0;
}

.fancy-heading--underline .fancy-heading__wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: rgba(168, 144, 120, 0.3);
}

.fancy-heading--underline.fancy-heading--tall {
  margin-bottom: 120px;
}

.fancy-heading--underline.fancy-heading--tall:after {
  bottom: -60px;
}

@media (max-width: 991px) {
  .fancy-heading--topline {
    margin-bottom: 60px;
  }
}

.brand-card__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}

.brand-card__banner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.brand-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  background-color: rgba(34, 32, 43, 0.5);
}

.brand-card__inner img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 !important;
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.brand-card:hover .brand-card__banner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.brand-card:hover .brand-card__inner img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.counter--v1 .counter__inner {
  height: 100%;
  padding: 30px;
  background-color: #33313D;
}

.counter--v1 .counter__img img {
  margin-bottom: 0 !important;
}

.counter--v1 .counter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counter--v1 .counter__number h2 {
  margin: 0;
  font-size: 60px;
  line-height: 1;
}

.counter--v1 .counter__number h2 i,
.counter--v1 .counter__number h2 em {
  line-height: 1;
}

.counter--v1 .counter__title h6 {
  margin: 0;
  color: #7A797F;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .counter--v1 .col-sm-6:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .counter--v1 .col-sm-6:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .counter--v1 .col-sm-6:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .counter--v1 .col-sm-6:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .counter--v1 .col-sm-6:nth-of-type(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .counter--v1 .col-sm-6:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .counter--v1 .col-sm-6:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .counter--v1 .col-sm-6:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

@media (max-width: 767px) {
  .counter--v1 .counter__inner {
    min-height: 260px;
  }

  .counter--v1 .col-sm-6:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .counter--v1 .col-sm-6:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .counter--v1 .col-sm-6:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .counter--v1 .col-sm-6:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .counter--v1 .col-sm-6:nth-of-type(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .counter--v1 .col-sm-6:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .counter--v1 .col-sm-6:nth-of-type(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .counter--v1 .col-sm-6:nth-of-type(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.slider {
  position: relative;
}

.slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__image {
  display: none;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider__caption {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.slider__content {
  width: 100%;
  overflow: auto;
  padding: 30px 40px 0;
  background-color: rgba(34, 32, 43, 0.85);
}

.slider__content h1,
.slider__content h2,
.slider__content h3,
.slider__content h4,
.slider__content h5,
.slider__content h6 {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 86.4px;
}

@media (max-width: 991px) {
  .slider__content h1,
  .slider__content h2,
  .slider__content h3,
  .slider__content h4,
  .slider__content h5,
  .slider__content h6 {
    max-height: 72px;
  }
}

.slider__content p {
  color: #FFFFFF;
  margin-bottom: 30px;
  overflow: hidden;
  max-height: 54.4px;
}

.slider__content p:last-child a {
  color: #DB9D5F;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.slider__content p:last-child a:after {
  content: url("/images/arrow-right-ember.svg");
  margin-left: 5px;
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}

.slider__content p:last-child a:hover {
  color: #FFFFFF;
}

.slider__content p:last-child a:hover:after {
  content: url("/images/arrow-right-white.svg");
  margin-left: 10px;
}

.slider__prev,
.slider__next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  background-color: rgba(34, 32, 43, 0.85);
}

.slider__prev {
  background-image: url("/images/slider-arrow-left.png");
  left: 0;
}

.slider__next {
  background-image: url("/images/slider-arrow-right.png");
  right: 0;
}

.slider--default .slider__item {
  height: 480px;
}

.slider--default .slider__caption {
  margin-bottom: 15px;
}

.slider--fullscreen .slider__item {
  height: 80vh;
}

.slider--fullscreen .slider__caption {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .slider__content h1,
  .slider__content h2,
  .slider__content h3,
  .slider__content h4,
  .slider__content h5,
  .slider__content h6 {
    font-size: 22px;
  }

  .slider--default .slider__caption {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .slider__caption .container {
    padding: 0;
  }

  .slider__caption .row {
    margin: 0;
  }

  .slider__caption div[class^=col-],
  .slider__caption div[class*=" col-"] {
    padding: 0;
  }

  .slider__content p {
    margin-bottom: 20px;
  }

  .slider--default .slider__item {
    height: 360px;
  }

  .slider--fullscreen {
    margin-top: 66px;
  }

  .slider--fullscreen .slider__item {
    display: block;
    height: auto;
    background-image: none !important;
  }

  .slider--fullscreen .slider__image {
    display: block;
  }

  .slider--fullscreen .slider__caption {
    background-color: #33313D;
  }

  .slider--fullscreen .slider__content {
    padding: 40px 40px 20px;
    background-color: transparent;
  }

  .slider--fullscreen .slider__prev,
  .slider--fullscreen .slider__next {
    top: 22%;
    width: 20px;
    height: 36px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 20px;
}

.tabs__nav ul {
  margin: 0;
}

.tabs__nav ul li {
  padding-left: 0;
  margin-bottom: 3px;
}

.tabs__nav ul li a {
  cursor: pointer;
  display: block;
  padding: 10px 25px;
  color: #22202B;
  text-align: center;
  font-weight: 700;
  background-color: rgba(168, 144, 120, 0.6);
  border: 1px solid rgba(168, 144, 120, 0.8);
}

.tabs__nav ul li a p {
  margin: 0;
  font-size: 16px;
}

.tabs__nav ul li:hover a {
  color: #22202B;
  background-color: #A89078;
}

.tabs__nav ul li.active a {
  color: #22202B;
  background-color: #A89078;
}

.tabs__nav ul li:before {
  display: none;
}

.tabs__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tabs__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .tabs__nav ul li a {
    border-radius: 0;
  }

  .tabs__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0;
  }
}

.gallery--default .gallery__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery--default .gallery__item h5 {
  margin-bottom: 3px;
}

.gallery--default .gallery__item p {
  margin-bottom: 15px;
  line-height: 1.2;
}

.gallery--default .gallery__item p:last-of-type {
  margin-bottom: 0;
}

.gallery--default .gallery__item:hover .gallery__body {
  opacity: 0.99;
  visibility: visible;
}

.gallery--default .gallery__content {
  margin: 30px 0;
}

.gallery--default .gallery__name {
  padding: 0 5px;
}

.gallery--default .gallery__body {
  opacity: 0;
  visibility: hidden;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  color: #22202B;
  font-size: 14px;
  line-height: 1.218;
  border: 2px solid #867360;
  background-color: #A89078;
  -webkit-transition: linear 200ms;
  -o-transition: linear 200ms;
  transition: linear 200ms;
}

.gallery--default .gallery__body h5 {
  margin-bottom: 15px;
  color: #22202B;
}

.team-gallery--default .team-gallery__portrait {
  margin-bottom: 30px;
}

.team-gallery--default .team-gallery__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.team-gallery--default .team-gallery__item h5 {
  margin-bottom: 3px;
}

.team-gallery--default .team-gallery__item p {
  margin-bottom: 15px;
  line-height: 1.2;
}

.team-gallery--default .team-gallery__item p:last-of-type {
  margin-bottom: 0;
}

.team-gallery--default .team-gallery__item:hover .team-gallery__bio {
  opacity: 0.99;
  visibility: visible;
}

.team-gallery--default .team-gallery__name {
  padding: 0 5px;
}

.team-gallery--default .team-gallery__bio-short {
  overflow: hidden;
  height: 19.2px;
  padding: 0 5px;
}

.team-gallery--default .team-gallery__bio {
  opacity: 0;
  visibility: hidden;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  color: #22202B;
  font-size: 14px;
  line-height: 1.218;
  border: 2px solid #867360;
  background-color: #A89078;
  -webkit-transition: linear 200ms;
  -o-transition: linear 200ms;
  transition: linear 200ms;
}

.team-gallery--default .team-gallery__bio h5 {
  margin-bottom: 15px;
  color: #22202B;
}

@media (max-width: 991px) {
  .team-gallery--default .team-gallery__bio {
    padding: 30px 20px;
  }

  .gallery--default .gallery__body {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .team-gallery--default .team-gallery__bio {
    padding: 30px;
  }

  .gallery--default .gallery__body {
    padding: 30px;
  }
}

.header--default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: rgba(34, 32, 43, 0.85);
}

.header--default .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 86px;
  padding: 0 50px;
}

.header--default .social-media {
  margin-left: 5px;
}

.header--default .social-media__wrapper a:last-of-type,
.header--default .social-media__wrapper a:only-of-type {
  padding-right: 0;
}

@media (max-width: 991px) {
  .header--default {
    left: initial;
  }

  .header--default .header__wrapper {
    height: 66px;
  }
}

@media (max-width: 767px) {
  .header--default .header__wrapper {
    padding: 0 20px;
  }
}

.footer .content-style a,
.footer.content-style a {
  color: #4E4C55;
}

.footer .content-style a:hover,
.footer.content-style a:hover {
  color: #867360;
}

.footer--default .two-magazine-covers {
  max-width: 345px;
}

.footer--default .two-magazine-covers__inner {
  position: relative;
  padding-bottom: 70px;
}

.footer--default .two-magazine-covers__inner .File {
  width: calc(100% - 40px);
  height: auto;
  -webkit-box-shadow: -5px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: ease 360ms;
  -o-transition: ease 360ms;
  transition: ease 360ms;
}

.footer--default .two-magazine-covers__inner .File:first-child {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.footer--default .two-magazine-covers__inner .File:last-child {
  position: absolute;
  top: 70px;
  right: 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.footer--default .two-magazine-covers__inner .File img {
  margin-bottom: 0 !important;
}

.footer--default .two-magazine-covers__wrapper:hover .two-magazine-covers__inner .File:first-child {
  -webkit-box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.4);
          box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.footer--default .two-magazine-covers__wrapper:hover .two-magazine-covers__inner .File:last-child {
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(5deg) translateY(-20px);
      -ms-transform: rotate(5deg) translateY(-20px);
          transform: rotate(5deg) translateY(-20px);
}

.footer--default .social-media__wrapper a {
  color: #867360;
}

.footer--default .social-media__wrapper a:hover {
  color: #645648;
}

.footer--default .social-media__wrapper a:first-of-type {
  padding-left: 0;
}

.footer--default .social-media__wrapper a:last-of-type {
  padding-right: 0;
}

.footer--default .social-media__wrapper a:only-of-type {
  padding-left: 0;
  padding-right: 0;
}

.footer--default .footer__wrapper {
  font-size: 14px;
}

.footer--default .footer__main {
  color: #4E4C55;
  padding: 80px 0 60px;
  background-color: #BFBFBF;
}

.footer--default .footer__main h1,
.footer--default .footer__main h2,
.footer--default .footer__main h3,
.footer--default .footer__main h4,
.footer--default .footer__main h5,
.footer--default .footer__main h6 {
  color: #22202B;
  margin-bottom: 15px;
}

.footer--default .footer__main .first .inner,
.footer--default .footer__main .second .inner {
  padding-right: 50px;
}

.footer--default .footer__secondary {
  color: #4E4C55;
  padding: 18px 0;
  border-top: 1px solid #7A797F;
  background-color: #BFBFBF;
}

.footer--default .footer__secondary .right {
  text-align: right;
}

.footer--default .footer__secondary p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .footer--default .footer__main .first .inner,
  .footer--default .footer__main .second .inner {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .footer--default .footer__main .first,
  .footer--default .footer__main .second {
    margin-bottom: 60px;
  }

  .footer--default .footer__secondary .left,
  .footer--default .footer__secondary .right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--default .footer__wrapper .two-magazine-covers {
    max-width: 260px;
    margin: 0 auto;
  }

  .footer--default .footer__main .first .inner,
  .footer--default .footer__main .second .inner {
    padding-right: 0;
  }

  .footer--default .footer__main .third {
    margin-bottom: 60px;
  }

  .footer--default .footer__main .inner {
    text-align: center;
  }
}

.page-template {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

@media (min-width: 992px) {
  .page-without-banner #main-area {
    margin-top: 86px;
  }
}

.brands-page .Spacer .mwSpacer .mwDivider {
  height: 2px;
  border-bottom: 1px solid #2F2D38 !important;
  background-color: #33313D;
}

.brands-page #main-area {
  margin-top: 86px;
}

@media (max-width: 991px) {
  .brands-page #main-area {
    margin-top: 66px;
  }
}

.brand-post .divider {
  width: 26px;
  height: 1px;
  background-color: #A89078;
}

.brand-post .bp-section {
  margin-bottom: 60px;
}

.brand-post .bp-section__r {
  padding-top: 5px;
}

.brand-post__left {
  margin-top: 30px;
}

.brand-post__left .Contact {
  display: none;
}

.brand-post__secondary {
  margin-bottom: 30px;
}

.brand-post__publisher h1,
.brand-post__publisher h2,
.brand-post__publisher h3,
.brand-post__publisher h4,
.brand-post__publisher h5,
.brand-post__publisher h6,
.brand-post__eic h1,
.brand-post__eic h2,
.brand-post__eic h3,
.brand-post__eic h4,
.brand-post__eic h5,
.brand-post__eic h6 {
  margin-bottom: 5px;
}

.brand-post__sns .social-media a:first-of-type,
.brand-post__sns .social-media a:only-of-type {
  padding-left: 0;
}

.brand-post__cover {
  position: relative;
  padding: 20px 20px 0 0;
  margin: -100px auto 160px;
}

.brand-post__cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background-color: rgba(168, 144, 120, 0.3);
}

.brand-post__cover img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.brand-post__cover .button p {
  margin: 0;
}

.brand-post__cover .button p a i {
  margin-left: 5px;
}

.brand-post__sub {
  padding-top: 200px;
}

.brand-post__sub h3 {
  margin-bottom: 20px;
}

.brand-post__sub .divider {
  width: 120px;
  margin-left: -80px;
  margin-bottom: 20px;
}

.brand-post__sub .two-column__left-inner {
  position: relative;
  min-height: 377px;
}

.brand-post__sub-mag {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100%;
  max-width: 340px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.brand-post__sub-mag img {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.brand-post .Dialog.newsletter {
  margin-top: 60px;
}

.brand-post .Dialog.newsletter label {
  height: 55px;
  line-height: 55px;
}

.brand-post .Dialog.newsletter .mwInput.Text input[type=email],
.brand-post .Dialog.newsletter .mwInput.Text input[type=text],
.brand-post .Dialog.newsletter .mwInput.Button input {
  height: 55px;
}

@media (max-width: 1199px) {
  .brand-post__secondary {
    margin-bottom: 10px;
  }

  .brand-post__sub .divider {
    width: 100px;
    margin-left: -60px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .brand-post .bp-section:not(:last-child) {
    margin-bottom: 30px;
  }

  .brand-post .bp-section__r {
    padding-top: 0;
  }

  .brand-post__left .Contact {
    display: block;
  }

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

  .brand-post__right .Contact {
    display: none;
  }

  .brand-post__cover {
    padding: 10px 10px 0 0;
    margin-top: 60px;
    margin-bottom: 30px;
    max-width: 480px;
  }

  .brand-post__sub .divider {
    width: 30px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .brand-post__sub {
    padding-top: 170px;
  }

  .brand-post__sub .two-column__left-inner {
    min-height: auto;
  }

  .brand-post__sub-mag {
    position: relative;
    top: auto;
    left: auto;
    max-width: 250px;
    margin: -150px auto 0;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.posts-list .row div[style="clear:both;"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.posts-list .blogs-show-more {
  cursor: pointer;
  padding: 15px 30px;
  margin-top: 40px;
  text-align: center;
  color: #A89078;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #A89078;
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}

.posts-list .blogs-show-more:hover {
  color: #22202B;
  background-color: #A89078;
}

.posts-list hr {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .posts-list hr {
    margin-bottom: 40px;
  }
}

.posts-list hr:last-of-type {
  display: none;
}

.posts-list .categories .comma:last-child {
  display: none;
}

.posts-no-result {
  max-width: 300px;
  padding: 30px 50px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

div[id^=blogs_list_loader_],
div[id*=" blogs_list_loader_"] {
  width: 70px;
  margin: 60px auto;
}

.post__wrapper {
  padding-bottom: 70px;
}

.post a {
  text-decoration: underline;
}

.post h1,
.post h2 {
  padding: 0;
  text-align: inherit;
}

.post h1:before,
.post h2:before {
  display: none;
}

.post__header {
  text-align: center;
  margin-bottom: 60px;
}

.post h1.post__title {
  padding: 0;
}

.post h1.post__title:before {
  display: none;
}

.post__categories .comma:last-child {
  display: none;
}

.post__body {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 50px;
}

.post__body h1,
.post__body h2,
.post__body h3,
.post__body h4,
.post__body h5,
.post__body h6 {
  margin-top: 45px;
  margin-bottom: 20px;
  line-height: 1.218;
}

.post__body p {
  line-height: 1.7;
}

.post__body blockquote {
  font-size: 20px;
}

@media (max-width: 991px) {
  .post__body blockquote {
    font-size: 18px;
  }
}

.post__body blockquote p {
  color: #A89078;
  font-weight: 100;
}

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

.post__body img + h1,
.post__body img + h2,
.post__body img + h3,
.post__body img + h4,
.post__body img + h5,
.post__body img + h6 {
  margin-top: 30px;
}

.post__body ul li {
  margin-bottom: 10px;
}

.post__body hr {
  margin: 45px 0;
}

@media (max-width: 767px) {
  .post__body h1,
  .post__body h2,
  .post__body h3,
  .post__body h4,
  .post__body h5,
  .post__body h6 {
    margin-top: 35px;
  }

  .post__body h4 {
    font-size: 24px;
  }

  .post__body h5,
  .post__body h6 {
    font-size: 20px;
  }

  .post__body blockquote {
    font-size: 28px;
    margin: 40px auto;
  }

  .post__body blockquote p {
    font-size: 28px;
  }

  .post__body img + h1,
  .post__body img + h2,
  .post__body img + h3,
  .post__body img + h4,
  .post__body img + h5,
  .post__body img + h6 {
    margin-top: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(34, 32, 43, 0.8);
  z-index: 510;
}

.modal__dialog {
  position: relative;
  width: 100%;
  padding: 45px 30px;
  margin: 80px auto;
  border: 1px solid #A89078;
  background-color: #FFFFFF;
}

.modal__close {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  background-color: #A89078;
  -webkit-box-shadow: -3px 3px 0 rgba(168, 144, 120, 0.6);
          box-shadow: -3px 3px 0 rgba(168, 144, 120, 0.6);
}

.modal__close:hover {
  background-color: #DB9D5F;
  -webkit-box-shadow: -3px 3px 0 rgba(219, 157, 95, 0.6);
          box-shadow: -3px 3px 0 rgba(219, 157, 95, 0.6);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal--small .modal__dialog {
  max-width: 460px;
}

.modal--medium .modal__dialog {
  max-width: 580px;
}

.modal--large .modal__dialog {
  max-width: 720px;
}

@media (max-width: 767px) {
  .modal__dialog {
    margin-top: 0;
    padding: 45px 20px;
  }
}

.sidebar__side ul li {
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar__side ul li:before {
  display: none;
}

.sidebar--left .sidebar__main {
  min-height: 50px;
}

@media (max-width: 991px) {
  .sidebar--left .sidebar__main {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.sidebar--left .sidebar__main .sidebar__inner {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .sidebar--left .sidebar__main .sidebar__inner {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .sidebar--left .sidebar__side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sidebar--left .sidebar__side .sidebar__inner {
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .sidebar--left .sidebar__side .sidebar__inner {
    padding-right: 0;
  }
}

.sidebar--left.sidebar--border .sidebar__side {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .sidebar--left.sidebar--border .sidebar__side {
    border-right: none;
  }
}

.sidebar--right .sidebar__main {
  min-height: 50px;
}

.sidebar--right .sidebar__main .sidebar__inner {
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .sidebar--right .sidebar__main .sidebar__inner {
    padding-right: 0;
  }
}

.sidebar--right .sidebar__side .sidebar__inner {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .sidebar--right .sidebar__side .sidebar__inner {
    padding-left: 0;
  }
}

.sidebar--right.sidebar--border .sidebar__side {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .sidebar--right.sidebar--border .sidebar__side {
    border-left: none;
  }
}

.external-newsletter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.external-newsletter__wrapper:hover {
}



.external-newsletter .title {
  padding-left: 0;
}

.external-newsletter__wrapper .button.button--primary {
  min-width: 120px;
    
}

.external-newsletter h1,
.external-newsletter h2,
.external-newsletter h3,
.external-newsletter h4,
.external-newsletter h5,
.external-newsletter h6 {
  margin-bottom: 0;
}

.external-newsletter p {
  margin-bottom: 0;
}

.liveEdBlock .header {
  position: relative;
  top: auto;
  left: auto;
}

.liveEdBlock .leBlockBorder {
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

.liveEdBlock.Gensoclinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.liveEdBlock.Hover > .leBlockBorder {
  background-color: rgba(146, 238, 255, 0.1);
}

.liveEdBlockTools {
  z-index: 9999;
}


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