/*
    Theme Name: Hasson Law
    Author: Nadia Rodriguez
    Description: Hasson Law
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox 25*/
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  resize: none;
  display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

button {
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.gform_hidden,
.gform_validation_container {
  display: none;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .wow {
    visibility: visible;
  }
  ::-webkit-scrollbar {
    display: none;
  }
}

.text-center {
  text-align: center;
}

@-webkit-keyframes bgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes playBtnZoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes playBtnZoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-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)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-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}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.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.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print), (prefers-reduced-motion: reduce){.animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}


/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */

.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}

.btn {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 0 2rem;
  display: inline-block;
  font-size: 1.0368em;
  line-height: 3.413670486;
  border-radius: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.s-gold {
  background: transparent;
  border: 3px solid #c08d54;
  color: #c08d54;
}

.btn.s-gold:hover {
  background: #c08d54;
  color: #fff;
}

.btn.s-gradient {
  background: #fff;
  background-clip: padding-box;
  color: #c08d54;
}

.btn.s-gradient.blue-bg {
  width: 215px;
  height: 55px;
}

.btn.s-gradient.blue-bg:hover span {
  color: #fff;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
}

.btn.s-gradient.blue-bg:before {
  z-index: 0;
}

.btn.s-gradient.blue-bg span {
  background: #171e30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.s-gradient.grey-bg {
  width: 275px;
  height: 55px;
}

.btn.s-gradient.grey-bg:hover span {
  color: #fff;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
}

.btn.s-gradient.grey-bg:before {
  z-index: 0;
}

.btn.s-gradient.grey-bg span {
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.s-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
}

.btn.s-gradient span {
  color: #c08d54;
}

.btn.s-gradient:hover {
  color: #fff;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
}

.btn.s-blue__bordered {
  border: 3px solid #3e5869;
  color: #3e5869;
}

.btn.s-blue__bordered:hover {
  color: #fff;
  background: #3e5869;
}

.btn.s-blue__solid {
  background: #3e5869;
  color: #fff;
  border: 3px solid #3e5869;
}

.btn.s-blue__solid:hover {
  background: #c08d54;
  border: 3px solid #c08d54;
}

.btn.s-grey__bordered {
  border: 3px solid #718495;
  color: #718495;
}

.btn.s-grey__bordered:hover {
  color: #fff;
  background: #718495;
}

.btn.s-regular {
  padding: 0;
  font-size: 0.87em;
  line-height: 2.6550770446;
  letter-spacing: 0.14em;
  color: #718495;
  border-bottom: 4px solid #718495;
  border-radius: 0;
}

.btn.s-regular:hover {
  border-color: #c08d54;
  color: #c08d54;
}

.btn.s-arrow {
  position: relative;
  background: #2b3547;
  display: inline-block;
  padding: 2.25rem 1.25rem;
  border-radius: 0;
}

.btn.s-arrow:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: .2em .2em 0 0;
  border-radius: 2px;
  border-color: #fff;
  display: inline-block;
  height: .85em;
  width: .85em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}

.btn.s-arrow:hover {
  background: #c08d54;
}

.btn.s-arrow.to-left:before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}

.picture-container {
  width: 450px;
  height: 570px;
  margin: 60px 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.picture-container.inverse:before {
  -webkit-transform: translate(-45px, -45px);
          transform: translate(-45px, -45px);
}

.picture-container.inverse:after {
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
}

.picture-container:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(45px, -45px);
          transform: translate(45px, -45px);
  border-width: 4px;
  -webkit-border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
       -o-border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
          border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  border-image-slice: 1;
  border-style: solid;
  z-index: -1;
  background: transparent;
}

.picture-container:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.17);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -2;
  -webkit-transform: translate(60px, -30px);
          transform: translate(60px, -30px);
}

.picture-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-btn {
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  display: block;
  z-index: 1;
  position: relative;
  box-shadow: 6px 6px 9px 2px rgba(0, 0, 0, 0.29);
  cursor: pointer;
  transition: transform 0.3s ease-in-out !important;
  animation-iteration-count: 1 !important;
}

.play-btn:hover {
    transform: scale(1.1) !important;
    animation: none !important;
}

.play-btn:before {
  content: '';
  border: 25px solid rgba(255, 255, 255, 0.5);
  display: block;
  height: 145px;
  width: 145px;
  margin: -25px;
  border-radius: 100%;
}

.play-btn:after {
  content: '';
  border-style: solid;
  border-width: .4em .4em 0 0;
  border-radius: 2px;
  border-color: #fff;
  display: block;
  height: 1.25em;
  width: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}

header .navbar {
  height: 90px;
  width: 100%;
  background: #fff;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

header .navbar-left {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

header .navbar-center {
  -webkit-box-flex: 1;
          flex-grow: 1;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

header .navbar-center .menu-main-menu-container {
  max-width: 1000px;
  width: 100%;
}

header .navbar-center .menu-main-menu-container ul:not(.sub-menu) > li:not(.menu-item-has-children):last-child a:after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: #c08d54;
  position: absolute;
  bottom: 8px;
}

header .navbar-center .menu-main-menu-container .menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

header .navbar-center .menu-main-menu-container .menu-item {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

header .navbar-center .menu-main-menu-container .menu-item a:hover {
  color: #c08d54;
}

header .navbar-center .menu-main-menu-container .menu-item.current-menu-item > a, header .navbar-center .menu-main-menu-container .menu-item.current-menu-parent > a {
  color: #c08d54;
}

header .navbar-center .menu-main-menu-container .menu-item.current-menu-item:after, header .navbar-center .menu-main-menu-container .menu-item.current-menu-parent:after {
  border-color: #c08d54;
}

header .navbar-center .menu-main-menu-container .menu-item a {
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: lowercase;
  font-size: 1.055em;
  line-height: 3.093252464;
  color: #171e30;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

header .navbar-center .menu-main-menu-container .menu-item-has-children {
  position: relative;
}

header .navbar-center .menu-main-menu-container .menu-item-has-children:after {
  content: '';
  display: inline-block;
  border: solid #171e30;
  border-width: 0 .18em .18em 0;
  padding: .2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu {
  display: none;
  width: 350px;
  position: absolute;
  top: 90px;
  background: #fff;
  width: 350px;
  z-index: 1;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.1);
}

header .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li:first-child {
  box-shadow: inset 0 5px 9px -5px rgba(0, 0, 0, 0.1);
}

header .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li a {
  width: 100%;
  padding: 1.25rem 3rem;
  text-transform: uppercase;
  font-size: 0.8064em;
  letter-spacing: 0.14em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}

header .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li a:hover {
  background: #c08d54;
  color: #fff;
}

header .navbar-center .menu-main-menu-container .menu-item-has-children:hover:after {
  border-color: #c08d54;
}

header .navbar-center .menu-main-menu-container .menu-item-has-children:hover > a {
  color: #c08d54;
}

header .navbar-logo {
  max-height: 70px;
  margin-left: 30px;
}

header .navbar-right {
  text-align: right;
}

header .navbar-right .back {
  display: none;
}

header .navbar-right .consult-wrapper {
  padding-right: 2rem;
}

header .navbar-right .consult-wrapper p {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8064em;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #343b4a;
}

header .navbar-right .consult-wrapper a {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  color: #c08d54;
  font-size: 1.728em;
}

header .navbar-right .menu-button {
  height: 100%;
  width: 80px;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 15px;
  cursor: pointer;
}

header .navbar-right .menu-button.is-active {
  top: 130px;
}

header .navbar-right .menu-button.is-active span:nth-child(1) {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .navbar-right .menu-button.is-active span:nth-child(2) {
  display: none;
}

header .navbar-right .menu-button.is-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -6px;
}

header .navbar-right .menu-button span {
  display: block;
  height: 6px;
  width: 48px;
  background: #171e30;
}

header .navbar-right .menu-button span:not(:last-child) {
  margin-bottom: 6px;
}

header .banner {
  display: -webkit-box;
  display: flex;
}

header .banner-right {
  max-width: 60%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-bottom: 135px;
}

header .banner-right .play-btn {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

header .banner-right picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

header .banner-right picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .banner-right.animated.bgZoom img {
  -webkit-animation: bgZoom 1s ease-in-out forwards;
  animation: bgZoom 1s ease-in-out forwards;
}

header .banner-right.animated.bgZoom .play-btn:not(:hover) {
  -webkit-animation: playBtnZoom 1s ease-in-out forwards;
  animation: playBtnZoom 1s ease-in-out forwards;
}

header .banner-left {
  max-width: 40%;
  width: 100%;
  padding: 6rem 0;
}

header .banner-left .container {
  max-width: 520px;
  margin: 0 auto;
}

body.ready header .banner-left .container > * {
  opacity: 1;
  transition-delay: 600ms;
  transform: translateY(0px);
}

header .banner-left .container > * {
  opacity: 0;
  transition: all 600ms linear, transform 1000ms cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transform: translateY(50px);
}

header .banner-left .banner-tagline {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9792em;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #3e5869;
  margin-bottom: 10px;
}

header .banner-left .banner-headline {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 4.6368em;
  line-height: 1.2;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.header-espanol .banner-left .banner-headline {
    font-size: 68px;
}

header .banner-left a.btn {
  margin-top: 25px;
	white-space:nowrap
}

body:not(.home):not(.page-template-template-home).disable-banner header .banner, 
body:not(.home):not(.page-template-template-home).blog header .banner, 
body:not(.home):not(.page-template-template-home).archive header .banner, 
body:not(.home):not(.page-template-template-home).category header .banner, 
body:not(.home):not(.page-template-template-home).page-template-template-attorney-grid header .banner, 
body:not(.home):not(.page-template-template-home).page-template-template-attorney-profile header .banner,
body:not(.home):not(.page-template-template-home).espanol-template-template-attorney-grid header .banner, 
body:not(.home):not(.page-template-template-home).espanol-template-template-attorney-profile header .banner {
  display: none;
}

body:not(.home):not(.page-template-template-home) header .banner {
  height: 400px;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
}

body:not(.home):not(.page-template-template-home) header .banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

body:not(.home):not(.page-template-template-home) header .banner .container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-tagline {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.9792em;
  line-height: 3.2240221256;
  letter-spacing: 0.14em;
  color: #fff;
  text-transform: uppercase;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-headline {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 3.2496em;
  line-height: 1.2;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 700px;
  margin-bottom: 25px;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-right {
  width: 27%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-right .play-btn {
  height: 75px;
  width: 75px;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-right .play-btn:before {
  height: 125px;
  width: 125px;
  position: absolute;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left {
  width: 73%;
}

@media (max-width: 700px) {
  header .banner {
    position: relative;
    height: 485px;
  }
  header .banner-left {
    padding: 9rem 3.5rem 0;
    position: absolute;
    max-width: 100%;
    z-index: 1;
  }
  header .banner-left .banner-tagline {
    color: #fff;
    font-size: 0.7488em;
    margin-bottom: 15px;
    max-width: 190px;
  }
  header .banner-left .banner-headline {
    font-size: 2.1888em;
  }
  body.header-espanol .banner-left .banner-headline {
    font-size: 2em;
  }
  header .banner-left .btn {
    font-size: 0.75em;
    padding: 0 1rem;
  }
  header .banner-right {
    max-width: 100%;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  header .banner-right .play-btn {
    margin: 3.25rem 0 0 calc(3.5rem + 15px);
    height: 55px;
    width: 55px;
  }
  header .banner-right .play-btn:before {
    border-width: 15px;
    height: 85px;
    width: 85px;
    margin: -15px;
  }
  header .banner-right .play-btn:after {
    border-width: .2em .2em 0 0;
    width: 1em;
    height: 1em;
  }
  header .navbar {
    height: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  header .navbar-logo {
    max-height: 60px;
    margin: 0 auto;
  }
  header .navbar-left {
    height: 95px;
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  header .navbar-right {
    width: 100%;
    height: 80px;
    text-align: left;
    padding-left: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    background: #f4f4f4;
    box-shadow: inset 5px 5px 9px rgba(0, 0, 0, 0.1);
  }
  header .navbar-right .consult-wrapper {
    padding-right: 0;
  }
  header .navbar-right .menu-button {
    display: -webkit-box;
    display: flex;
  }
  header .navbar-center {
    display: none;
  }
  header .navbar.is-active .navbar-center {
    display: block;
    position: absolute;
    top: 95px;
    background: #fff;
    height: calc(100vh - 85px);
    box-shadow: inset 5px 5px 9px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    will-change: transform;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container ul:not(.sub-menu) > li:not(.menu-item-has-children):last-child a {
    display: inline-block;
    width: unset;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container.menu-open {
    -webkit-transform: translateX(calc(600px + 4rem));
            transform: translateX(calc(600px + 4rem));
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container.menu-open .menu-item-has-children.current-menu-ancestor .sub-menu, header .navbar.is-active .navbar-center .menu-main-menu-container.menu-open .menu-item-has-children.current-menu-parent .sub-menu {
    opacity: 1;
    z-index: 15;
    pointer-events: all;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 5rem 4rem;
    position: relative;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item {
    width: 100%;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children {
    position: unset;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu {
    display: block;
    top: 5rem;
    width: calc(100% - 8rem);
    box-shadow: none;
    left: -600px;
    opacity: 0;
    z-index: -5;
    pointer-events: none;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li:first-child {
    box-shadow: none;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item a {
    width: 100%;
  }
  header .navbar.is-active .navbar-right .back.menu-open {
    display: block;
    font-family: 'Assistant', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 0.7488em;
    line-height: 1;
    color: #171e30;
    text-transform: uppercase;
    position: absolute;
    top: 140px;
    left: 35px;
    cursor: pointer;
  }
  header .navbar.is-active .navbar-right .menu-button {
    height: unset;
    position: absolute;
    right: 0;
    top: 140px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  header .banner {
    position: relative;
    min-height: 500px;
  }
  header .banner-left {
    max-width: 68%;
    padding: 4rem 3rem 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  header .banner-left .banner-headline,
  body.header-espanol .banner-left .banner-headline {
    font-size: 3.1104em;
  }
  header .banner-left .banner-tagline {
    font-size: 0.864em;
    color: #fff;
  }
  header .banner-right {
    max-width: 100%;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding: 0 7rem;
  }
  header .banner-right .play-btn {
    height: 75px;
    width: 75px;
  }
  header .banner-right .play-btn:before {
    border-width: 20px;
    height: 115px;
    width: 115px;
    margin: -20px;
  }
  header .banner-right .play-btn:after {
    border-width: .3em .3em 0 0;
  }
  header .navbar-logo {
    max-height: 55px;
  }
  header .navbar-center {
    display: none;
  }
  header .navbar-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  header .navbar-right .consult-wrapper {
    padding-right: 1rem;
  }
  header .navbar-right .menu-button {
    display: -webkit-box;
    display: flex;
  }
}

@media (max-width: 1024px) {
  body:not(.home):not(.page-template-template-home) header .banner {
    display: none;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  header .navbar.is-active .navbar-center {
    display: block;
    position: absolute;
    top: 90px;
    background: #fff;
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 90px);
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container {
    height: 100%;
    padding: 0;
    background: #f4f4f4;
    max-width: unset;
    box-shadow: inset 5px 5px 9px rgba(0, 0, 0, 0.1);
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container ul:not(.sub-menu) > li:not(.menu-item-has-children):last-child a {
    display: inline-block;
    width: unset;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 3rem 4rem;
    max-width: 300px;
    background: #fff;
    position: relative;
    height: auto;
    box-shadow: inset 5px 5px 9px rgba(0, 0, 0, 0.1);
    height: 100%;
    justify-content: flex-start;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item {
    width: 100%;
    height: auto;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item a {
    width: 100%;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children {
    position: unset;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children.current-menu-ancestor .sub-menu {
    display: block;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu {
    top: 20%;
    background: none;
    box-shadow: none;
    left: 310px;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li a {
    padding: 1rem 3rem;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li a:hover {
    background: none;
    color: #c08d54;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li:first-child {
    box-shadow: none;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  body:not(.home):not(.page-template-template-home) header .banner {
    padding: 0 3rem;
  }
  body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left .banner-tagline {
    font-size: 0.876em;
  }
  body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left .banner-headline {
    font-size: 2.484em;
  }
  body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left .btn.s-blue__solid {
    font-size: 0.7488em;
    padding: 0 1.25rem;
  }
  header .banner-right {
    max-width: 43%;
    padding-bottom: 35px;
  }
  header .banner-left {
    max-width: 57%;
    padding: 4rem 3rem;
  }
  header .banner-left .banner-headline,
  body.header-espanol .banner-left .banner-headline {
    font-size: 48px;
  }
  header .banner-left .banner-tagline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  header .banner-left a.btn {
    margin-top: 15px;
  }
  header .banner-left .container {
    max-width: unset;
  }
  header .banner-left .btn.s-blue__solid {
    font-size: 0.816em;
  }
  header .navbar {
    height: 60px;
    flex-wrap: wrap;
  }
  header .navbar-left {
    order: 1;
  }
  header .navbar-center {
    order: 3;
    height: 40px;
    background: #fff;
    box-shadow: inset 5px 5px 9px rgba(0, 0, 0, 0.1), 5px 5px 9px rgba(0, 0, 0, 0.1);
  }
  header .banner {
    margin-top: 40px;
  }
  header .navbar-logo {
    max-height: 50px;
  }
  header .navbar-left a {
    display: flex;
    align-items: center;
  }
  header .navbar-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    order: 2;
  }
  header .navbar-right .consult-wrapper {
    display: flex;
    align-items: center;
  }
  header .navbar-right .consult-wrapper p {
    font-size: 12px;
    margin-right: 20px;
  }
  header .navbar-right .consult-wrapper a {
    font-size: 25px;
  }
  header .navbar-right .menu-button {
    display: none;
  }
  header .navbar.is-active .navbar-center {
    display: block;
    position: absolute;
    top: 90px;
    background: #fff;
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.1);
  }
  header .navbar .navbar-center .menu-main-menu-container .menu-item a {
    font-size: 15px;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container {
    height: 100%;
    padding: 0;
    background: #f4f4f4;
    max-width: unset;
    box-shadow: inset 5px 5px 9px rgba(0, 0, 0, 0.1);
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container ul:not(.sub-menu) > li:not(.menu-item-has-children):last-child a {
    display: inline-block;
    width: unset;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 3rem 5rem 3rem 7rem;
    max-width: 445px;
    background: #fff;
    position: relative;
    height: auto;
    box-shadow: inset 5px 5px 9px rgba(0, 0, 0, 0.1);
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item {
    width: 100%;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item a {
    width: 100%;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children {
    position: unset;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children.current-menu-ancestor .sub-menu {
    display: block;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu {
    top: 35%;
    background: none;
    box-shadow: none;
    left: 500px;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li a {
    padding: 1rem 3rem;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children .sub-menu li:first-child {
    box-shadow: none;
  }
  header .navbar.is-active .navbar-center .menu-main-menu-container .menu-item-has-children:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  header .navbar-center {
    padding: 0 2rem;
  }
  header .navbar-center .menu-main-menu-container .menu-item-has-children:hover .sub-menu {
    display: block;
    top: 40px;
  }
}

@media (min-width: 1301px) {
  header .navbar-center .menu-main-menu-container .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

/* @media (min-width: 1301px) and (max-width: 1350px) {
  header .banner .banner-left .banner-headline {
    font-size: 4.2em;
  }
  header .banner .banner-left .banner-tagline {
    font-size: 0.936em;
  }
  header .banner .banner-left .btn.s-blue__solid {
    font-size: 0.96em;
  }
} */

@media (min-width: 1301px) and (max-width: 1550px) {
  body:not(.home):not(.page-template-template-home) header .banner {
    padding: 0 3rem;
  }
  body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left .banner-tagline {
    font-size: 0.9792em;
  }
  body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left .banner-headline {
    font-size: 3.204em;
  }
  body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left .btn.s-blue__solid {
    font-size: 0.876em;
    padding: 0 1.5rem;
  }
  header .navbar-logo {
    max-height: 60px;
  }
  header .navbar-right .consult-wrapper {
    padding-right: 1rem;
  }
  header .navbar-right .consult-wrapper p {
    font-size: 0.6336em;
  }
  header .navbar-right .consult-wrapper a {
    font-size: 1.4976em;
  }
  header .navbar-center .menu-main-menu-container {
    max-width: 815px;
  }
  header .navbar-center .menu-main-menu-container .menu-item a {
    font-size: 0.864em;
  }
  header .banner-left .banner-headline,
  body.header-espanol .banner-left .banner-headline {
    font-size: 57px;
  }
  header .banner-left .banner-tagline {
    font-size: 16px;
  }
  header .banner-left a.btn {
    margin-top: 15px;
  }
  header .banner-right {
    max-width: 50%;
    padding-bottom: 90px;
  }
  header .banner-right .container .banner-tagline {
    font-size: 0.9792em;
  }
  header .banner-right .container .banner-headline {
    font-size: 4.2624em;
  }
  header .banner-right .container .banner .btn.s-blue__solid {
    font-size: 1.0368em;
  }
  header .banner-left {
    max-width: 50%;
    padding: 4rem;
  }
  header .banner-right picture img {
    object-position: top;
  }
  header .banner-left .container {
    max-width: 450px;
  }
}

.footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.footer.inverse .footer-form {
  background: #fff;
}

.footer.inverse .footer-form .gform_wrapper .gform_fields .gfield:focus-within .ginput_container input, .footer.inverse .footer-form .gform_wrapper .gform_fields .gfield:focus-within .ginput_container textarea {
  background: #fff;
}

.footer .footer-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.footer.inverse .footer-form .gform_wrapper .gform_fields .gfield .ginput_container input, .footer.inverse .footer-form .gform_wrapper .gform_fields .gfield .ginput_container textarea {
  background: #f4f4f4;
}

.footer .footer-form {
  padding: 6rem 3rem;
  background: #f4f4f4;
}

.footer .footer-form .container {
  max-width: 1000px;
  margin: 0 auto;
}

.footer .footer-form-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 4.032em;
  line-height: 1.2;
  color: #3e5869;
  max-width: 590px;
  margin: 0 auto 15px;
  text-align: center;
}

.footer .footer-form .required {
  text-align: center;
  margin-bottom: 25px;
  color: #c08d54;
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8064em;
  line-height: 1;
  letter-spacing: 0.2em;
}

.footer .footer-form .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield {
  width: calc((100% / 2) - 7px);
  margin-top: 7px;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield#field_1_5,
.footer .footer-form .gform_wrapper .gform_fields .gfield#field_2_6 {
  width: 100%;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield.gfield_type_textarea {
  width: 100%;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield_label {
  display: none;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield:focus-within .ginput_container input, .footer .footer-form .gform_wrapper .gform_fields .gfield:focus-within .ginput_container textarea {
  border: none;
  width: calc(100% - 10px) !important;
  margin: 5px;
  padding: calc(1.6rem - 4px) calc(2rem - 5px) !important;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield:focus-within .ginput_container:before {
  opacity: 1;
  z-index: 0;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container {
  position: relative;
  height: 73px;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container_textarea {
  height: 170px;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container input, .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container textarea {
  background: #fff;
  padding: 1.6rem 2rem !important;
  width: 100% !important;
  border: 1px solid #c6c5c5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333743;
  opacity: 1;
  font-size: 14px;
  letter-spacing: .05em;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container input::-moz-placeholder, .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333743;
  opacity: 1;
  font-size: 14px;
  letter-spacing: .05em;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333743;
  opacity: 1;
  font-size: 14px;
  letter-spacing: .05em;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container input::-ms-input-placeholder, .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container textarea::-ms-input-placeholder {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333743;
  opacity: 1;
  font-size: 14px;
  letter-spacing: .05em;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container input::placeholder, .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container textarea::placeholder {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333743;
  opacity: 1;
  font-size: 14px;
  letter-spacing: .05em;
}

.footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  z-index: -1;
  opacity: 0;
}

.footer .footer-form .gform_wrapper .gform_button[type="submit"] {
  display: block;
  margin: 0 auto;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 1.75rem;
  border: none;
  color: #fff;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2672em;
  line-height: 1;
  letter-spacing: 0.14em;
  border-radius: 30px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

.footer .footer-form .gform_wrapper .gform_button[type="submit"]:hover {
  background: #171e30;
  color: #c08d54;
}

.footer .footer-info {
  background: #171e30;
  padding: 6rem 3rem;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.2);
  position: relative;
}

.footer .footer-info .container {
  margin: 0 auto;
  max-width: 1550px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer .footer-info .container .left {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer .footer-info-items {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 945px;
}

.footer .footer-info-items .info-item .phone-text {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8064em;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #3e5869;
}

.footer .footer-info-items .info-item .phone-number a {
    color: #c08d54;
}

.footer .footer-info-items .info-item .phone-number {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 1.6128em;
  line-height: 1;
  margin: 10px 0 35px;
}

.footer .footer-info-items .info-item-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 1.728em;
  line-height: 1;
  color: #c08d54;
  margin-bottom: 25px;
}

.footer .footer-info-items .info-item p.address {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

.footer .footer-info-items .info-item p.address:last-of-type {
  margin-bottom: 20px;
}

.footer .footer-copy {
  background: #171e30;
  padding: 2rem 3rem;
}

.footer .footer-copy .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.footer .footer-copy .container .left p {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #718495;
  font-size: 0.6912em;
  letter-spacing: 0.04em;
}

.footer .footer-copy .container .left p a {
  color: #718495;
}

.footer .footer-copy .container .center {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  align-items: center;
}

.footer .footer-copy .container .center a {
  max-width: 45px;
  max-height: 45px;
  margin: 0 12px;
}

/* .footer .footer-copy .container .center a:first-child svg { */
  /* width: 40px; */
  /* height: 40px; */
/* } */

.footer .footer-copy .container .center a img, .footer .footer-copy .container .center a svg {
  width: 30px;
  height: 30px;
}

.footer .footer-copy .container .center a img .st0, .footer .footer-copy .container .center a svg .st0 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-copy .container .center a:hover svg .st0 {
  fill: #fac671;
}

.footer .footer-copy .container .right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.footer .footer-copy .container .right svg {
  width: 230px;
}

@media (max-width: 400px) {
  .footer .footer-form-title {
    font-size: 2em !important;
  }
  .footer .footer-form .gform_wrapper .gform_button[type="submit"] {
    padding: .2rem 10px !important;
    max-width: 110px !important;
    height: 45px !important;
    font-size: 0.7488em !important;
  }
}

@media (max-width: 700px) {
  .footer .footer-info {
    padding: 4rem 2rem;
  }
  .footer .footer-info-items {
    flex-wrap: wrap;
  }
  .footer .footer-info-items .info-item {
    width: 48%;
    text-align: center;
  }
  .footer .footer-info-items .info-item .phone-text {
    font-size: 0.7488em;
  }
  .footer .footer-info-items .info-item .phone-number {
    font-size: 1.152em;
  }
  .footer .footer-info-items .info-item p.address {
    font-size: 0.8064em;
  }
  .footer .footer-info-items .info-item p.address:last-of-type {
    margin-bottom: 10px;
  }
  .footer .footer-info-items .info-item .btn.s-regular {
    font-size: 0.7488em;
  }
  .footer .footer-info-items .info-item .info-item-title {
    font-size: 1.152em;
    margin-bottom: 20px;
  }
  .footer .footer-info-items .info-item:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer .footer-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer .footer-info .container .left img {
    max-width: 200px;
    margin-bottom: 45px;
  }
  .footer .footer-form {
    padding: 4rem 2rem;
  }
  .footer .footer-form-title {
    font-size: 2.1888em;
  }
  .footer .footer-form .gform_wrapper input:not([type="radio"]), .footer .footer-form .gform_wrapper input:not([type="checkbox"]), .footer .footer-form .gform_wrapper input:not([type="image"]), .footer .footer-form .gform_wrapper input:not([type="file"]) {
    min-height: unset;
    height: 50px;
  }
  .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container {
    height: 60px;
  }
  .footer .footer-form .gform_wrapper .gform_fields .gfield {
    width: 100%;
    margin-top: 0;
  }
  /* .footer .footer-form .gform_wrapper .gform_fields .gfield textarea {
    height: 155px !important;
  } */
  .footer .footer-form .gform_wrapper .gform_fields .gfield .ginput_container_textarea {
    height: 130px;
  }
  .footer .footer-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1;
  }
  .footer .footer-form .gform_wrapper .gform_button[type="submit"] {
    display: inline-block;
    padding: .6rem 1.75rem;
    margin-top: 0;
    max-width: 150px;
  }
  .footer .footer-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
  }
  .footer .footer-copy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer .footer-copy .container .left {
    -webkit-box-ordinal-group: 3;
            order: 2;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .footer-copy .container .center {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-bottom: 15px;
  }
  .footer .footer-copy .container .right {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .page-template-template-contact .footer-info,
  .espanol-template-template-contact .footer-info {
    padding: 4rem 3rem 6rem !important;
  }
  .page-template-template-contact .footer-info .container .left .picture-container,
  .espanol-template-template-contact .footer-info .container .left .picture-container {
    width: 280px;
    height: 355px;
    margin-left: 0 !important;
    margin-right: -30px;
    display: none;
  }
  .page-template-template-contact .footer-info .container .left .picture-container.inverse:before,
  .espanol-template-template-contact .footer-info .container .left .picture-container.inverse:before {
    -webkit-transform: translate(-40px, -40px) !important;
            transform: translate(-40px, -40px) !important;
  }
  .page-template-template-contact .footer-info .container .left .picture-container.inverse:after,
  .espanol-template-template-contact .footer-info .container .left .picture-container.inverse:after {
    -webkit-transform: translate(-50px, -30px) !important;
            transform: translate(-50px, -30px) !important;
  }
  .page-template-template-contact .footer-info .container .left img,
  .espanol-template-template-contact .footer-info .container .left img {
    max-width: 100%;
  }
  .page-template-template-contact .footer-info .footer-info-items .social-links,
  .espanol-template-template-contact .footer-info .footer-info-items .social-links {
    margin-top: 45px !important;
    text-align: center;
  }
  
  .page-template-template-contact .footer-info .footer-info-items .contact-title,
  .espanol-template-template-contact .footer-info .footer-info-items .contact-title {
    font-size: 2.76em !important;
  }
  .page-template-template-contact .footer-info .footer-info-items .contact-title-container,
  .espanol-template-template-contact .footer-info .footer-info-items .contact-title-container {
    text-align: center;
  }
  .page-template-template-contact .footer-info .footer-info-items .info-item,
  .espanol-template-template-contact .footer-info .footer-info-items .info-item {
    width: 100%;
  }
  .page-template-template-contact .footer-info .footer-info-items .location-container .info-item, 
  .espanol-template-template-contact .footer-info .footer-info-items .location-container .info-item {
    width: 45%;
  }
  .page-template-template-contact .footer-info .footer-info-items .location-container .info-item:first-child, 
  .espanol-template-template-contact .footer-info .footer-info-items .location-container .info-item:first-child {
    margin-right: 0 !important;
  }
  .page-template-template-contact .footer-info .footer-info-items .location-container, 
  .espanol-template-template-contact .footer-info .footer-info-items .location-container {
    justify-content: space-between;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .footer .footer-form-title {
    font-size: 3.792em;
  }
  .footer .footer-form .gform_wrapper .gform_footer {
    margin: 0;
  }
  .footer .footer-info {
    padding: 4rem 3rem;
  }
  .footer .footer-info .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer-info .container .left {
    width: 100%;
    margin-bottom: 70px;
  }
  .footer .footer-info .container .left img {
    max-width: 250px;
    margin: 0 auto;
  }
  .footer .footer-info .container .footer-info-items .info-item .phone-number {
    font-size: 1.3824em;
  }
  .footer .footer-info .container .footer-info-items .info-item-title {
    font-size: 1.2672em;
  }
  .footer .footer-copy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer .footer-copy .container .left {
    -webkit-box-ordinal-group: 3;
            order: 2;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer .footer-copy .container .center {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-bottom: 15px;
  }
  .footer .footer-copy .container .right {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .page-template-template-contact .footer-info,
  .espanol-template-template-contact .footer-info {
    padding: 4rem 3rem 6rem !important;
  }
  .page-template-template-contact .footer-info .container .left,
  .espanol-template-template-contact .footer-info .container .left {
    margin-bottom: 0;
  }
  .page-template-template-contact .footer-info .container .left .picture-container,
  .espanol-template-template-contact .footer-info .container .left .picture-container {
    width: 340px;
    height: 430px;
    display: none;
  }
  .page-template-template-contact .footer-info .container .left .picture-container.inverse:before,
  .espanol-template-template-contact .footer-info .container .left .picture-container.inverse:before {
    -webkit-transform: translate(-40px, -40px) !important;
            transform: translate(-40px, -40px) !important;
  }
  .page-template-template-contact .footer-info .container .left .picture-container.inverse:after,
  .espanol-template-template-contact .footer-info .container .left .picture-container.inverse:after {
    -webkit-transform: translate(-50px, -30px) !important;
            transform: translate(-50px, -30px) !important;
  }
  .page-template-template-contact .footer-info .container .left img,
  .espanol-template-template-contact .footer-info .container .left img {
    max-width: 100%;
  }
  .page-template-template-contact .footer-info .footer-info-items .social-links,
  .espanol-template-template-contact .footer-info .footer-info-items .social-links {
    margin-top: 45px;
    text-align: center;
  }
  .page-template-template-contact .footer-info .footer-info-items .location-container .info-item:first-child, 
  .espanol-template-template-contact .footer-info .footer-info-items .location-container .info-item:first-child {
    margin-right: 0 !important;
  }
  .page-template-template-contact .footer-info .footer-info-items .location-container .info-item, 
  .espanol-template-template-contact .footer-info .footer-info-items .location-container .info-item {
    width: 45%;
  }
  .page-template-template-contact .footer-info .footer-info-items .location-container,
  .espanol-template-template-contact .footer-info .footer-info-items .location-container {
    justify-content: space-around;
  }
  .page-template-template-contact .footer-info .footer-info-items .contact-title,
  .espanol-template-template-contact .footer-info .footer-info-items .contact-title {
    font-size: 4.76em !important;
  }
  .page-template-template-contact .footer-info .footer-info-items .contact-title-container,
  .espanol-template-template-contact .footer-info .footer-info-items .contact-title-container {
    text-align: center;
  }
  .page-template-template-contact .footer-info .footer-info-items .info-item,
  .espanol-template-template-contact .footer-info .footer-info-items .info-item {
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 701px) and (max-width: 1300px) {
  .footer .footer-form-title {
    font-size: 3.9168em;
    max-width: 570px;
  }
  .footer .footer-form .gform_wrapper .gform_footer {
    margin: 0;
  }
  .footer .footer-info .container .left img {
    max-width: 250px;
  }
  .footer .footer-info .container .footer-info-items {
    max-width: 675px;
  }
  .footer .footer-info .container .footer-info-items .info-item .phone-number {
    font-size: 1.4976em;
  }
  .footer .footer-info .container .footer-info-items .info-item-title {
    font-size: 1.44em;
  }
  .footer .footer-info .container .footer-info-items .info-item .btn.s-regular {
    font-size: 0.8064em;
  }
  .footer .footer-copy .container .left p {
    font-size: 0.672em;
  }
}

@media (max-width: 1550px) {
  /* .footer .footer-copy .container .center a:first-child svg { */
    /* width:32px; */
    /* height:32px; */
  /* } */
  .footer .footer-copy .container .center a img,
  .footer .footer-copy .container .center a svg {
  width:25px;
  height:25px;
  }
  .footer .footer-copy .container .center a {
    max-width:32px;
    max-height:32px;
    margin:0 12px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .page-template-template-contact .footer-info,
  .espanol-template-template-contact .footer-info {
    padding: 6rem 3rem !important;
  }
  .page-template-template-contact .footer-info .container,
  .espanol-template-template-contact .footer-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .page-template-template-contact .footer-info .container .left,
  .espanol-template-template-contact .footer-info .container .left {
    margin-bottom: 0;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .page-template-template-contact .footer-info .container .left .picture-container,
  .espanol-template-template-contact .footer-info .container .left .picture-container {
    width: 400px;
    height: 510px;
  }
  .page-template-template-contact .footer-info .container .left img,
  .espanol-template-template-contact .footer-info .container .left img {
    max-width: 100%;
  }
  .page-template-template-contact .footer-info .footer-info-items,
  .espanol-template-template-contact .footer-info .footer-info-items {
    max-width: 100% !important;
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .page-template-template-contact .footer-info .footer-info-items .social-links,
  .espanol-template-template-contact .footer-info .footer-info-items .social-links {
    width: 100%;
  }
  .page-template-template-contact .footer-info .footer-info-items .location-container,
  .espanol-template-template-contact .footer-info .footer-info-items .location-container {
    margin-top: 0 !important;
    width: 66%;
  }
  .page-template-template-contact .footer-info .footer-info-items .contact-title-container,
  .espanol-template-template-contact .footer-info .footer-info-items .contact-title-container {
    margin-bottom: 65px;
  }
  .page-template-template-contact .footer-info .footer-info-items .info-item,
  .espanol-template-template-contact .footer-info .footer-info-items .info-item {
    width: 33%;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .page-template-template-contact .footer-info .container,
  .espanol-template-template-contact .footer-info .container {
    max-width: 1100px !important;
  }
  .page-template-template-contact .footer-info .container .footer-info-items,
  .espanol-template-template-contact .footer-info .container .footer-info-items {
    max-width: 465px !important;
  }
  .page-template-template-contact .footer-info .container .footer-info-items .contact-title,
  .espanol-template-template-contact .footer-info .container .footer-info-items .contact-title {
    font-size: 4.76em;
  }
  .page-template-template-contact .footer-info .container .left .picture-container,
  .espanol-template-template-contact .footer-info .container .left .picture-container {
    width: 365px;
    height: 475px;
  }
  .page-template-template-contact .footer-info .container .left .picture-container img,
  .espanol-template-template-contact .footer-info .container .left .picture-container img {
    max-width: 100%;
  }
}

@media (min-width: 1151px) and (max-width: 1550px) {
  .page-template-template-contact .footer-info .container,
  .espanol-template-template-contact .footer-info .container {
    max-width: 1100px !important;
  }
  .page-template-template-contact .footer-info .container .footer-info-items,
  .espanol-template-template-contact .footer-info .container .footer-info-items {
    max-width: 510px !important;
  }
  .page-template-template-contact .footer-info .container .left .picture-container img,
  .espanol-template-template-contact .footer-info .container .left .picture-container img {
    max-width: 100%;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  .footer .footer-form-title {
    font-size: 4.032em;
    max-width: 585px;
  }
  .footer .footer-form .gform_wrapper .gform_footer {
    margin: 0;
  }
  .footer .footer-info .container .left img {
    max-width: 250px;
  }
  .footer .footer-info .container .footer-info-items {
    max-width: 745px;
  }
  .footer .footer-info .container .footer-info-items .info-item .phone-number {
    font-size: 1.4976em;
  }
  .footer .footer-info .container .footer-info-items .info-item-title {
    font-size: 1.4976em;
  }
  .footer .footer-info .container .footer-info-items .info-item .btn.s-regular {
    font-size: 0.8064em;
  }
  .footer .footer-copy .container .left p {
    font-size: 0.6912em;
  }
}

#section-1 {
  background: #f4f4f4;
  padding: 6rem 3rem;
}

#section-1 .container {
  max-width: 1640px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#section-1 .selling-points {
  max-width: calc(100% - 620px);
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#section-1 .selling-points .selling-point {
  width: calc((100% / 3) - 45px);
}

#section-1 .selling-points .selling-point img {
  display: block;
  max-height: 70px;
  max-width: 95px;
  height: 100%;
  margin-bottom: 20px;
}

#section-1 .selling-points .selling-point-title {
  color: #333743;
  text-transform: uppercase;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.0944em;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#section-1 .selling-points .selling-point-title:after {
  content: '';
  height: 7px;
  width: 100%;
  display: block;
  background: #c08d54;
  margin-top: 20px;
}

#section-1 .selling-points .selling-point-desc {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #718495;
  font-size: 1.1em;
  line-height: 1.6;
  margin: 30px 0 15px;
}

#section-1 .testimonials {
  max-width: 540px;
  width: 100%;
}

#section-1 .testimonials .testimonial-content img {
  margin-bottom: 25px;
  max-width: 170px;
}

#section-1 .container > * {
  opacity: 0;
  transition: all 600ms linear, transform 1000ms cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transform: translateY(50px);
}

body.ready #section-1 .container > * {
  opacity: 1;
  transition-delay: 600ms;
  transform: translateY(0);
}

#section-1 .testimonials .testimonial-container {
  margin-top: -230px;
  height: 585px;
  position: relative;
}

#section-1 .testimonials .testimonial-more {
  padding-left: 4px;
}

#section-1 .testimonials .testimonial-more .btn {
  font-size: 13px;
  width: 125px;
  height: 40px;
  line-height: 40px;
}


#section-1 .testimonials .testimonial-cont-title {
  position: absolute;
  top: 60px;
  color: #718495;
  z-index: 1;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  left: 6rem;
}

#section-1 .testimonials .testimonial-cont-title:before {
  content: '';
  display: inline-block;
  width: 5rem;
  left: -6rem;
  position: absolute;
  height: 7px;
  z-index: 1;
  background: #718495;
  top: 5px;
}

#section-1 .testimonials .testimonial-slider {
  background: #171e30;
  position: relative;
  height: 100%;
  padding: 8.5rem 6rem 4rem;
}

#section-1 .testimonials .testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#section-1 .testimonials .testimonial-slider .slick-arrow.test-next {
  right: 0;
}

#section-1 .testimonials .testimonial-slider .slick-arrow.test-prev {
  left: 0;
}

#section-1 .testimonials .testimonial-quote {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#section-1 .testimonials .testimonial-info span {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #718495;
  font-size: 0.9em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#section-1 .testimonials .testimonial-info {
  margin-bottom: 40px;
  font-size: 14px;
}

#section-1 .testimonials .testimonial-info span:not(:last-child):after {
  content: '\2022';
  color: inherit;
  margin-left: 5px;
}

@media (max-width: 400px) {
  #section-1 .selling-points .selling-point-title:after {
    margin-top: 0 !important;
  }
  #section-1 .selling-points .selling-point .btn.s-regular {
    line-height: 1.655 !important;
  }
}

@media (max-width: 700px) {
  #section-1 {
    padding: 0;
  }
  #section-1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #section-1 .container .selling-points {
    max-width: 100%;
    padding: 3rem;
  }
  #section-1 .container .selling-points .selling-point {
    text-align: center;
  }
  #section-1 .container .selling-points .selling-point-title {
    line-height: 2;
    display: inline-block;
  }
  #section-1 .container .selling-points .selling-point img {
    margin: 0 auto 15px;
  }
  #section-1 .container .selling-points .selling-point-desc {
    margin: 20px 0 10px;
  }
  #section-1 .container .testimonials .testimonial-info span {
    font-size: 0.7488em;
  }
  #section-1 .container .testimonials .testimonial-quote {
    font-size: 1.3824em;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #section-1 .container .testimonials .testimonial-cont-title {
    display: none;
  }
  #section-1 .container .testimonials .testimonial-container {
    margin-top: 0;
    height: unset;
  }
  #section-1 .container .testimonials .testimonial-slider {
    padding: 5rem;
  }
  #section-1 .container .testimonials .testimonial-content {
    text-align: center;
  }
  #section-1 .container .testimonials .testimonial-content img {
    margin: 0 auto 25px;
    max-width: 135px;
  }
  #section-1 .container .testimonials {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
    #section-1 .selling-points .selling-point img {
        max-width: 70px;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    #section-1 .selling-points .selling-point:first-child img {
        max-height: 80px;
        margin-top: -10px;
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
  #section-1 .selling-points {
    padding: 5rem 7rem !important;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  #section-1 {
    padding: 0;
    height: 500px;
  }
  #section-1 .testimonials {
    max-width: 430px;
  }
  #section-1 .testimonials .testimonial-container {
    margin-top: 0;
    height: 500px;
  }
  #section-1 .testimonials .testimonial-container .testimonial-quote {
    font-size: 20px;
  }
  #section-1 .testimonials .testimonial-info {
    margin-bottom: 30px;
  }
  #section-1 .selling-points {
    max-width: calc(100% - 430px);
    padding: 5rem 4rem;
    -webkit-box-align: center;
            align-items: center;
  }
  #section-1 .selling-points .selling-point-title {
    font-size: 1.0368em;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  #section-1 .testimonials {
    max-width: 375px;
  }
  #section-1 .selling-points {
    max-width: calc(100% - 415px);
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  #section-1 {
    padding: 6rem 3rem 5rem;
  }
  #section-1 .testimonials {
    max-width: 410px;
  }
  #section-1 .testimonials .testimonial-slider {
    padding: 8rem 5rem 5rem;
  }
  #section-1 .testimonials .testimonial-container {
    margin-top: -130px;
    height: 505px;
  }
  #section-1 .testimonials .testimonial-quote {
    font-size: 1.3824em;
  }
  #section-1 .selling-points {
    max-width: calc(100% - 460px);
  }
  #section-1 .selling-points .selling-point {
    width: calc((100% / 3) - 25px);
  }
  #section-1 .selling-points .selling-point-title {
    font-size: 1.0368em;
    width: 100px;
  }
  #section-1 .selling-points .selling-point-title:after {
    width: calc(100% + 90px);
  }
  #section-1 .selling-points .selling-point-desc {
    font-size: 0.9216em;
    margin: 20px 0 10px;
    padding-right: 20px;
  }
  #section-1 .selling-points .selling-point .btn.s-regular {
    font-size: 0.8064em;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  #section-1 {
    padding: 6rem 5rem 5rem;
  }
  #section-1 .testimonials {
    max-width: 430px;
  }
  #section-1 .testimonials .testimonial-slider {
    padding: 9rem 5rem 5rem;
  }
  #section-1 .testimonials .testimonial-container {
    margin-top: -185px;
    height: 545px;
  }
  #section-1 .testimonials .testimonial-quote {
    font-size: 1.5552em;
  }
  #section-1 .selling-points {
    max-width: calc(100% - 460px);
  }
  #section-1 .selling-points .selling-point {
    width: calc((100% / 3) - 25px);
  }
  #section-1 .selling-points .selling-point-title {
    font-size: 1.0368em;
    width: 100px;
  }
  #section-1 .selling-points .selling-point-title:after {
    width: calc(100% + 90px);
  }
  #section-1 .selling-points .selling-point-desc {
    font-size: 0.9216em;
    margin: 20px 0 10px;
    padding-right: 55px;
  }
  #section-1 .selling-points .selling-point .btn.s-regular {
    font-size: 0.8064em;
  }
}

#section-2 {
  padding: 10rem 3rem;
}

#section-2 .container {
  max-width: 1325px;
  margin: 0 auto;
}

#section-2 .container .buttons {
  margin: 0 auto 115px;
  text-align: center;
}

#section-2 .container .buttons a:last-child {
  margin-left: 15px;
}

#section-2 .container .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.picture-container-text {
    font-family: 'Assistant', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #171e30;
    max-width:345px;
}

.picture-container-text span {
    color: #c08d54;
}

.header-espanol #section-2 .container .content-title {
    max-width: 1000px;
}

#section-2 .container .content-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 4.032em;
  line-height: 1.2;
  color: #3e5869;
  max-width: 950px;
  margin: 0 auto 50px;
  text-align: center;
}

#section-2 .container .content .left {
  max-width: 700px;
}

#section-2 .container .content .left p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.9;
  color: #171e30;
  margin-bottom: 35px;
}

#section-2 .container .content .left p strong,
#section-2 .container .content .left h2 {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: inherit;
  font-size: 1.2672em;
  line-height: 1.4;
  margin-bottom: 15px;
}

#section-2 .container .content .right .picture-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#section-2 .container .content .right .picture-container.animated.bgZoom img {
  -webkit-animation: bgZoom 1s ease-in-out forwards;
  animation: bgZoom 1s ease-in-out forwards;
}

#section-2 .container .content .right .picture-container.animated.bgZoom .play-btn:not(:hover) {
  -webkit-animation: playBtnZoom 1s ease-in-out forwards;
  animation: playBtnZoom 1s ease-in-out forwards;
}

#section-2 .container .content .right .picture-container .play-btn {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media (max-width: 400px) {
  #section-2 .container .buttons .btn {
    padding: 0 10px !important;
  }
  #section-2 .container .content-title {
    margin: 0 auto 40px !important;
  }
}

@media (max-width: 700px) {
  #section-2 {
    padding: 4rem 1rem;
  }
  #section-2 .container .buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 auto 25px;
  }
  #section-2 .container .buttons a:last-child {
    margin-left: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #section-2 .container .buttons .btn {
    font-size: 0.65em;
    padding: 0 1rem;
  }
  #section-2 .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 1rem;
  }
  #section-2 .container .content-title {
    font-size: 2.0736em;
  }
  #section-2 .container .content .picture-container {
    width: 280px;
    height: 355px;
  }
  #section-2 .container .content .picture-container .play-btn {
    height: 65px;
    width: 65px;
  }
  #section-2 .container .content .picture-container .play-btn:before {
    border-width: 20px;
    height: 105px;
    width: 105px;
    margin: -20px;
  }
  #section-2 .container .content .picture-container .play-btn:after {
    border-width: .3em .3em 0 0;
    height: 1em;
    width: 1em;
  }
  #section-2 .container .content .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .picture-container-text {
    text-align: center;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  #section-2 {
    padding: 6rem 3rem;
  }
  #section-2 .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  #section-2 .container .content-title {
    font-size: 2.6496em;
    margin: 0 auto 30px;
  }
  #section-2 .container .content .right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #section-2 .container .content .right .picture-container {
    width: 340px;
    height: 430px;
    margin: 60px 0 60px -45px;
  }
  #section-2 .container .buttons {
    margin: 0 auto 80px;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  #section-2 .container .content .left {
    padding-right: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  #section-2 {
    padding: 7rem 5rem;
  }
  #section-2 .container {
    max-width: 1000px;
  }
  #section-2 .container .content-title {
    font-size: 3.456em;
    max-width: 815px;
    margin: 0 auto 40px;
  }
  #section-2 .container .buttons {
    margin: 0 auto 90px;
  }
  #section-2 .container .buttons .btn {
    font-size: 0.9216em;
  }
  #section-2 .container .content .left {
    max-width: 600px;
    padding-right: 75px;
  }
  #section-2 .container .content .left p {
    margin-bottom: 25px;
    font-size: 0.9216em;
  }
  #section-2 .container .content .left p strong,
  #section-2 .container .content .left h2 {
    font-size: 1.152em;
  }
  #section-2 .container .content .right .picture-container {
    width: 400px;
    height: 510px;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  #section-2 {
    padding: 8rem 3rem;
  }
  #section-2 .container {
    max-width: 1135px;
  }
  #section-2 .container .content-title {
    font-size: 3.5712em;
    max-width: 840px;
    margin: 0 auto 40px;
  }
  #section-2 .container .buttons .btn {
    font-size: 0.9216em;
  }
  #section-2 .container .content .left {
    max-width: 630px;
    padding-right: 100px;
  }
  #section-2 .container .content .left p {
    margin-bottom: 30px;
    font-size: 0.9792em;
  }
  #section-2 .container .content .left p strong,
  #section-2 .container .content .left h2 {
    font-size: 1.2672em;
  }
  #section-2 .container .content .right .picture-container {
    width: 460px;
    height: 590px;
    margin-right: 45px;
  }
}

#section-3 {
  background: #171e30;
  padding: 8rem 3rem;
}

#section-3 .container {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#section-3 .container .left {
    max-width: 500px;
}

.header-espanol #section-3 .container .left .gradient-heading {
    line-height: 1.1;
}

#section-3 .container .left .block-letter {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 11.9712em;
  line-height: 1;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section-3 .container .left .gradient-heading {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  color: #c08d54;
  font-size: 5em;
  line-height: 1;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

#section-3 .container .left .buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#section-3 .container .left .buttons a:last-child {
  margin-left: 25px;
}

#section-3 .container .left p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 50px;
}

#section-3 .selling-point-grid {
  width: calc(100% - 700px);
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#section-3 .selling-point-grid .selling-point {
  width: calc((100% / 2) - 130px);
  margin-bottom: 65px;
}

#section-3 .selling-point-grid .selling-point:nth-child(n+5) {
  margin-bottom: 0;
}

#section-3 .selling-point-grid .selling-point-icon {
  max-width: 90px;
  max-height: 78px;
  width: 100%;
  height: 100%;
  display: block;
}

#section-3 .selling-point-grid .selling-point-title {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0 15px;
}

#section-3 .selling-point-grid .selling-point p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.6;
  color: #fff;
}

#section-3 .selling-point-grid .selling-point-extra {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.4;
  color: #718495;
  margin-top: 15px;
  display: block;
}

@media (max-width: 400px) {
  #section-3 .container .left .gradient-heading {
    font-size: 2.5em !important;
  }
  #section-3 .container .left .buttons .btn {
    padding: 0 10px !important;
  }
  #section-3 .container .left .buttons .btn.s-regular.blue-bg {
    width: 120px !important;
  }
}

@media (max-width: 600px) {
  #section-3 {
    padding: 4rem 0;
  }
  #section-3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #section-3 .container .left {
    max-width: 100%;
    padding: 0 2rem 5rem;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.1);
  }
  #section-3 .container .left p {
    margin-top: 30px;
    clear: both;
    font-size: 0.864em;
    margin-bottom: 35px;
  }
  #section-3 .container .left .block-letter {
    font-size: 7.646em;
    float: left;
  }
  #section-3 .container .left .gradient-heading {
    font-size: 3em;
    margin: 10px 0 0 90px;
  }
  #section-3 .container .left .buttons {
    -webkit-box-pack: center;
            justify-content: center;
  }
  #section-3 .container .left .buttons .btn {
    font-size: 0.7488em;
    padding: 0 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #section-3 .container .left .buttons .btn span {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #section-3 .container .left .buttons .btn.s-gradient.blue-bg {
    width: 145px;
    height: 40px;
  }
  #section-3 .container .left .buttons .btn:last-child {
    margin-left: 15px;
  }
  #section-3 .container .selling-point-grid {
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
    margin-top: 75px;
    padding: 0 5rem;
  }
  #section-3 .container .selling-point-grid .selling-point {
    margin-bottom: 0;
    text-align: center;
  }
  #section-3 .container .selling-point-grid .selling-point-icon {
    margin: 0 auto;
  }
  #section-3 .container .selling-point-grid .sp-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  #section-3 .container .selling-point-grid .sp-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  #section-3 {
    padding: 0;
  }
  #section-3 .container {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #section-3 .container .left {
    max-width: 100%;
    width: 100%;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
  }
  #section-3 .container .left .heading-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 500px;
  }
  #section-3 .container .left .block-letter {
    float: left;
    font-size: 9.6456em;
    margin-right: 20px;
    margin-left: 20px;
  }
  #section-3 .container .left .gradient-heading {
    font-size: 3.696em;
    margin: 12px auto 30px;
  }
  #section-3 .container .left p {
    clear: both;
    margin: 0 auto 35px;
    max-width: 450px;
  }
  #section-3 .container .left .buttons {
    -webkit-box-pack: center;
            justify-content: center;
  }
  #section-3 .container .left .buttons a:last-child {
    margin-left: 15px;
  }
  #section-3 .container .left .buttons a.btn {
    padding: 0 1.5rem;
  }
  #section-3 .container .left .buttons a.btn.s-gradient.blue-bg {
    width: 180px;
  }
  #section-3 .container .selling-point-grid {
    width: 100%;
    padding: 4rem 5rem;
  }
  #section-3 .container .selling-point-grid .selling-point {
    margin-bottom: 40px;
    padding: 0 2rem;
    width: calc((100% / 2) - 25px);
  }
  #section-3 .container .selling-point-grid .selling-point img {
    /* margin: 0 auto; */
    height: 90px;
  }
  #section-3 .container .selling-point-grid .selling-point-title {
    text-align: left;
  }
  #section-3 .container .selling-point-grid .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #section-3 .container .selling-point-grid .slick-arrow.sp-prev {
    left: 0;
  }
  #section-3 .container .selling-point-grid .slick-arrow.sp-next {
    right: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  #section-3 .container .selling-point-grid {
    width: calc(100% - 485px);
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  #section-3 .container .left .buttons .btn {
    font-size: 0.864em !important;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  #section-3 .container {
    max-width: 1130px;
  }
  .header-espanol #section-3 .container {
    max-width: 1245px;
  }
  .header-espanol #section-3 .container .selling-point-grid {
    width: calc(100% - 600px);
  }
  .header-espanol #section-3 .container .left {
    max-width: 510px;
  }
}

@media (min-width: 1025px) and (max-width: 1550px) {
  #section-3 .container .left {
    max-width: 400px;
  }
  .header-espanol #section-3 .container .left {
    max-width: 440px;
  }
  #section-3 .container .left .block-letter {
    font-size: 11.9712em;
  }
  #section-3 .container .left .gradient-heading {
    font-size: 4.5864em;
    margin-bottom: 20px;
  }
  .header-espanol #section-3 .container .left .gradient-heading {
    font-size: 4em;
  }
  #section-3 .container .left p {
    font-size: 1.0368em;
    margin-bottom: 35px;
  }
  #section-3 .container .left .buttons .btn {
    font-size: 0.864em;
    padding: 0 1.25rem;
  }
  #section-3 .container .left .buttons .btn.s-gradient.blue-bg {
    width: 152px;
    height: 47px;
  }
  #section-3 .container .left .buttons .btn:last-child {
    margin-left: 15px;
  }
  #section-3 .container .selling-point-grid {
    width: calc(100% - 535px);
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #section-3 .container .selling-point-grid .selling-point {
    width: calc((100% / 2) - 35px);
    margin-bottom: 55px;
  }
  #section-3 .container .selling-point-grid .selling-point:nth-child(n+5) {
    margin-bottom: 0;
  }
  #section-3 .container .selling-point-grid .selling-point-icon {
    max-width: 80px;
    max-height: 80px;
  }
}

@media (min-width: 1551px) {
    .header-espanol #section-3 .container .left {
        max-width: 555px;
    }
}

@media (min-width: 701px) {
    #section-3 .container .selling-point-grid .selling-point:first-child img {
        max-height: 88px;
        margin-top: -10px;
    }
}

.header-espanol #section-4 {
    display: none;
}

#section-4 {
  padding: 10rem 3rem;
}

#section-4 .container {
  max-width: 1270px;
  margin: 0 auto;
}

#section-4 .container .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#section-4 .container .content-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 4.032em;
  line-height: 1.2;
  color: #3e5869;
  max-width: 780px;
  margin: 0 auto 110px;
  text-align: center;
}

#section-4 .container .content .left .picture-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#section-4 .container .content .left .picture-container.animated.bgZoom img {
  -webkit-animation: bgZoom 1s ease-in-out forwards;
  animation: bgZoom 1s ease-in-out forwards;
}

#section-4 .container .content .left .picture-container.animated.bgZoom .play-btn:not(:hover) {
  -webkit-animation: playBtnZoom 1s ease-in-out forwards;
  animation: playBtnZoom 1s ease-in-out forwards;
}

#section-4 .container .content .left .picture-container .play-btn {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#section-4 .container .content .right {
  max-width: 620px;
}

#section-4 .container .content .right:before {
  content: '';
  display: block;
  height: 7px;
  width: 145px;
  background: #c08d54;
  margin-bottom: 60px;
}

#section-4 .container .content .right p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.9;
  color: #171e30;
  margin-bottom: 35px;
}

#section-4 .container .content .right h2 {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: inherit;
  font-size: 1.2672em;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 400px) {
  #section-4 .container .content .right:before {
    width: 90px !important;
  }
  #section-4 .container .content .left .picture-container {
    margin-right: -7px !important;
  }
}

@media (max-width: 700px) {
  #section-4 {
    padding: 4rem 2rem;
  }
  #section-4 .container .content-title {
    font-size: 2.0736em;
    margin: 0 auto 45px;
  }
  #section-4 .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  #section-4 .container .content .right:before {
    margin: 0 auto 45px;
  }
  #section-4 .container .content .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #section-4 .container .content .left .picture-container {
    width: 280px;
    height: 355px;
    margin-right: 0;
    display: none;
  }
  #section-4 .container .content .left .picture-container .play-btn {
    display: none;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  #section-4 {
    padding: 6rem 3rem;
  }
  #section-4 .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
            align-items: center;
  }
  #section-4 .container .content-title {
    font-size: 2.9952em;
    margin: 0 auto 30px;
  }
  #section-4 .container .content .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #section-4 .container .content .left .picture-container {
    width: 340px;
    height: 430px;
    margin: 60px -45px 0 0;
  }
  #section-4 .container .content .right:before {
    margin: 15px auto 45px;
    width: 90px;
  }
  #section-4 .container .buttons {
    margin: 0 auto 80px;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  #section-4 .container .content .right {
    max-width: 415px;
  }
  #section-4 .container .content .left {
    margin-right: 45px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  #section-4 {
    padding: 7rem 5rem;
  }
  #section-4 .container .content-title {
    font-size: 3.9168em;
    margin: 0 auto 90px;
  }
  #section-4 .container .content .left .picture-container {
    width: 400px;
    height: 510px;
    margin-left: 45px;
  }
  #section-4 .container .content .left .picture-container .play-btn {
    display: none;
  }
  #section-4 .container .content .right {
    max-width: 510px;
  }
  #section-4 .container .content .right:before {
    margin-bottom: 45px;
  }
  #section-4 .container .content .right p {
    margin-bottom: 25px;
    font-size: 0.9216em;
  }
  #section-4 .container .content .right h2 {
    font-size: 1.152em;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  #section-4 {
    padding: 8rem 2rem;
  }
  #section-4 .container {
    max-width: 1135px;
  }
  #section-4 .container .content-title {
    font-size: 4.032em;
    margin: 0 auto 90px;
  }
  #section-4 .container .content .left .picture-container {
    width: 460px;
    height: 590px;
    margin-left: 45px;
  }
  #section-4 .container .content .left .picture-container .play-btn {
    display: none;
  }
  #section-4 .container .content .right {
    max-width: 510px;
  }
  #section-4 .container .content .right:before {
    margin-bottom: 45px;
  }
  #section-4 .container .content .right p {
    margin-bottom: 25px;
    font-size: 0.9792em;
  }
  #section-4 .container .content .right h2 {
    font-size: 1.2672em;
  }
}

#section-5 {
  background: #f4f4f4;
  padding: 8rem 3rem;
}

#section-5 .container {
  max-width: 1550px;
  margin: 0 auto;
}

#section-5 .case-results {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

#section-5 .case-results-title {
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #171e30;
  font-size: 1.9584em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#section-5 .case-results-title span {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  color: #718495;
  font-size: 2em;
  margin: 0 15px;
}

#section-5 .case-results .case-result {
  width: calc((100% / 4) - 35px);
  background: #fff;
  padding: 8rem 3rem;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.14);
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#section-5 .case-results .case-result-amount {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 4.032em;
  line-height: 1;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  background: -webkit-linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  text-align: center;
  -webkit-text-fill-color: transparent;
  display: initial;
}

#section-5 .case-results .case-result-amount:after {
  content: '';
  width: 40px;
  height: 4px;
  display: block;
  background: #718495;
  margin: 45px auto;
}

#section-5 .case-results .case-result-type {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.35;
  letter-spacing: 0.14em;
  color: #171e30;
  text-transform: uppercase;
  text-align: center;
}

#section-5 .more-results {
  text-align: center;
}

@media (min-width: 1301px) {
  #section-5 .case-results .case-result:hover{
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  #section-5 .case-results .case-result:hover .case-result-description {
    opacity: 1;
  }
}

@media (max-width: 400px) {
  #section-5 .container .case-results {
    padding: 0 1.5rem !important;
  }
  #section-5 .container .case-results .btn.s-arrow {
    padding: 2.25rem 1rem !important;
  }
  #section-5 .container .case-results .sp-prev .btn, #section-5 .container .case-results .sp-next .btn {
    width: 45px !important;
  }
  #section-5 .container .more-results .btn {
    padding: 0 10px !important;
    font-size: 0.7488em !important;
    width: 175px !important;
    height: 40px !important;
  }
}

@media (max-width: 700px) {
  #section-5 {
    padding: 4rem 2rem;
  }
  #section-5 .container .case-results {
    padding: 0 2.5rem;
    margin-bottom: 50px;
  }
  #section-5 .container .case-results .slick-list {
    box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.14);
    background: #fff;
  }
  #section-5 .container .case-results .sp-prev, #section-5 .container .case-results .sp-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #section-5 .container .case-results .sp-prev .btn, #section-5 .container .case-results .sp-next .btn {
    background: #171e30;
    height: 90px;
    width: 52px;
  }
  #section-5 .container .case-results .sp-prev .btn:before, #section-5 .container .case-results .sp-next .btn:before {
    border-width: .2em .2em 0 0;
    height: .85em;
    width: .85em;
  }
  #section-5 .container .case-results .sp-prev {
    left: -2rem;
  }
  #section-5 .container .case-results .sp-next {
    right: -2rem;
  }
  #section-5 .container .case-results .case-result {
    padding: 7rem 2rem 6rem;
    box-shadow: none;
  }
  #section-5 .container .case-results .case-result-amount {
    font-size: 3.456em;
  }
  #section-5 .container .case-results .case-result-amount:before {
    margin: 35px auto;
  }
  #section-5 .container .case-results-title {
    font-size: 1.2096em;
  }
  #section-5 .container .case-results-title span {
    font-size: 2.304em;
  }
}

@media (min-width: 701px) and (max-width: 1150px) {
  #section-5 {
    padding: 6rem 0;
  }
  #section-5 .case-results {
    padding: 0 5rem;
    height: 420px;
    margin-bottom: 55px;
  }
  #section-5 .case-results-title {
    font-size: 1.728em;
  }
  #section-5 .case-results-title span {
    font-size: 1.9584em;
  }
  #section-5 .case-results .slick-slide {
    margin: 0 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  }
  #section-5 .case-results .case-result {
    padding: 8rem 2rem;
    max-height: 400px;
    box-shadow: none;
  }
  #section-5 .case-results .case-result-amount {
    font-size: 3.456em;
  }
  #section-5 .case-results .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #section-5 .case-results .slick-arrow .btn {
    background: #171e30;
    height: 90px;
    width: 52px;
  }
  #section-5 .case-results .slick-arrow .btn:before {
    border-width: .2em .2em 0 0;
    height: .85em;
    width: .85em;
  }
  #section-5 .case-results .slick-arrow.sp-prev {
    left: 0;
  }
  #section-5 .case-results .slick-arrow.sp-next {
    right: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  #section-5 {
    padding: 6rem 2rem;
  }
  #section-5 .container .case-results {
    margin-bottom: 60px;
  }
  #section-5 .container .case-results-title {
    font-size: 1.8432em;
  }
  #section-5 .container .case-results-title span {
    font-size: 1.9584em;
  }
  #section-5 .container .case-results .case-result {
    padding: 8rem 2rem;
    width: calc((100% / 4) - 10px);
  }
  #section-5 .container .case-results .case-result-amount {
    font-size: 3.456em;
  }
  #section-5 .container .case-results .case-result-type {
    font-size: 0.9792em;
  }
  #section-5 .container .btn.s-gradient.grey-bg {
    font-size: 0.9216em;
    padding: 0 1.25rem;
    width: 230px;
    height: 49px;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  #section-5 {
    padding: 6rem 2rem;
  }
  #section-5 .container .case-results {
    margin-bottom: 70px;
  }
  #section-5 .container .case-results-title {
    font-size: 1.9584em;
  }
  #section-5 .container .case-results-title span {
    font-size: 1.9584em;
  }
  #section-5 .container .case-results .case-result {
    padding: 8rem 3rem;
    width: calc((100% / 4) - 15px);
  }
  #section-5 .container .case-results .case-result-amount {
    font-size: 3.8016em;
  }
  #section-5 .container .case-results .case-result-type {
    font-size: 0.9792em;
  }
  #section-5 .container .btn.s-gradient.grey-bg {
    font-size: 0.9216em;
    padding: 0 1.25rem;
    width: 230px;
    height: 49px;
  }
}

#internal-page, .default-page {
  padding: 5rem 3rem;
}

#internal-page .page-title, .default-page .page-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 5.184em;
  line-height: 1.5;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: inline-block;
  opacity: 0;
  transition: all 300ms linear, transform 1000ms cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transform: translateY(50px);
}

body.ready #internal-page .page-title-container,
body.ready .default-page .page-title-container,
body.ready #internal-page .page-title,
body.ready .team-page .team-category-title {
  opacity: 1;
  transition-delay: 300ms;
  transform: translateY(0);
}

#internal-page .page-title-container, .default-page .page-title-container {
  text-align: center;
  margin-bottom: 5rem;
  width: 100%;
  opacity: 0;
  transition: all 300ms linear, transform 1000ms cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transform: translateY(50px);
}

#internal-page .page-title-container .intro-paragraph, .default-page .page-title-container .intro-paragraph {
  max-width: 786px;
  margin: 0 auto 50px;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.9;
}

#internal-page .page-subtitle, .default-page .page-subtitle {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #718495;
  text-transform: uppercase;
  font-size: 1.152em;
  line-height: 1.2;
  letter-spacing: 0.14em;
  margin-top: 15px;
}

#internal-page .container, .default-page .container {
  max-width: 1350px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#internal-page .container .main-content p a,
#internal-page .container .main-content li a,
.default-page .container .main-content li a,
.default-page .container .main-content p a {
    color: #c08d54;
    text-decoration: underline;
}

#internal-page .container .main-content h1,
#internal-page .container .main-content .blog-title a, .default-page .container .main-content h1,
.default-page .container .main-content .blog-title a {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 3.0528em;
  line-height: 1.2;
  color: #3e5869;
  margin-bottom: 50px;
  text-transform: none;
  letter-spacing: normal;
}

#internal-page .container .main-content .blog-title a, .default-page .container .main-content .blog-title a {
  font-size: 2.7648em;
  margin-bottom: 15px;
}

#internal-page .container .main-content .blog-meta, .default-page .container .main-content .blog-meta {
  color: #c08d54;
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9216em;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
}

#internal-page .container .main-content .pagination {
  text-align: right;
}

#internal-page .container .main-content .pagination .page-numbers {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #171e30;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

#internal-page .container .main-content .pagination .page-numbers:hover {
  color: #c08d54;
}

#internal-page .container .main-content .pagination .page-numbers.current {
  color: #c08d54;
}

#internal-page .container .main-content .blog-meta span:not(:last-child), .default-page .container .main-content .blog-meta span:not(:last-child) {
  margin-right: 5px;
}

#internal-page .container .main-content .blog-meta span:not(:first-child), .default-page .container .main-content .blog-meta span:not(:first-child) {
  margin-left: 5px;
}

#internal-page .container .main-content .blog-post p, .default-page .container .main-content .blog-post p {
  margin-bottom: 40px;
}

#internal-page .container .main-content .blog-post a.btn, .default-page .container .main-content .blog-post a.btn {
  margin-bottom: 50px;
  font-size: 0.9216em;
  padding: 0 1.5rem;
}

#internal-page .container .main-content .blog-post:after, .default-page .container .main-content .blog-post:after {
  content: '';
  width: 100%;
  height: 7px;
  background: #c08d54;
  margin-bottom: 40px;
  display: block;
}

#internal-page .container .main-content h2, .default-page .container .main-content h2 {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.2672em;
  line-height: 1.8;
  color: #171e30;
  margin-bottom: 20px;
  margin-top: 60px;
}

#internal-page .container .main-content h2:before, .default-page .container .main-content h2:before {
  content: '';
  width: 100%;
  height: 7px;
  background: #c08d54;
  margin-bottom: 25px;
  display: block;
}

#internal-page .container .main-content h3, .default-page .container .main-content h3 {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.025em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #c08d54;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}

#internal-page .container .main-content p, #internal-page .container .main-content li, .default-page .container .main-content p, .default-page .container .main-content li {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #171e30;
  font-size: 1.1em;
  line-height: 1.9;
}

#internal-page .container .main-content p, 
.default-page .container .main-content p {
  margin-bottom: 25px;
}

#internal-page .container .main-content li, 
.default-page .container .main-content li {
  margin-bottom: 0;
}

#internal-page .container .main-content p strong, #internal-page .container .main-content li strong, .default-page .container .main-content p strong, .default-page .container .main-content li strong {
  font-weight: 900;
  font-size: 16px;
}

#internal-page .container .main-content li, .default-page .container .main-content li {
  padding-left: 2rem;
  position: relative;
}

#internal-page .container .main-content ul li:before, .default-page .container .main-content ul li:before {
  content: '\2022';
  font-size: 30px;
  color: #c08d54;
  position: absolute;
  left: 0;
  line-height: 1;
}

#internal-page .container .main-content ol, .default-page .container .main-content ol {
  counter-reset: content-list;
}

#internal-page .container .main-content ol li:before, .default-page .container .main-content ol li:before {
  content: counter(content-list) ". ";
  counter-increment: content-list;
  font-family: inherit;
  font-weight: 800;
  color: #c08d54;
  position: absolute;
  left: 0;
}

#internal-page .container .sidebar, .default-page .container .sidebar {
  max-width: 450px;
  width: 100%;
  margin-right: 75px;
}

#internal-page .container .sidebar .widget, .default-page .container .sidebar .widget {
  background: #171e30;
  margin-bottom: 20px;
}

#internal-page .container .sidebar .widget .widget-title, 
#internal-page .container .sidebar .widget .widgettitle, .default-page .container .sidebar .widget .widget-title, .default-page .container .sidebar .widget .widgettitle {
  color: #718495;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4rem 4rem 0 5rem; 
  position: relative;
}

#internal-page .container .sidebar .widget .widget-title:before, #internal-page .container .sidebar .widget .widgettitle:before, .default-page .container .sidebar .widget .widget-title:before, .default-page .container .sidebar .widget .widgettitle:before {
  content: '';
  display: inline-block;
  width: 4rem;
  height: 7px;
  background: #718495;
  margin-right: 18px;
  position: absolute;
  left: 0;
  top: 4.5rem;
}

#internal-page .container .sidebar .widget ul, .default-page .container .sidebar .widget ul {
  padding: 1rem 0 3rem;
}

#internal-page .container .sidebar .widget .menu li > .sub-menu,
.default-page .container .sidebar .widget .menu li > .sub-menu {
    display: none;
}

#internal-page .container .sidebar .widget ul li, 
.default-page .container .sidebar .widget ul li {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* padding: 1.25rem calc(5rem + 5px); */
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

#internal-page .container .sidebar .widget.widget_categories ul li, 
.default-page .container .sidebar .widget.widget_categories ul li {
    position: relative;
    justify-content: flex-end;
    padding: 1.25rem calc(5rem + 5px);
}

#internal-page .container .sidebar .widget.widget_categories ul li a, 
.default-page .container .sidebar .widget.widget_categories ul li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem calc(5rem + 5px);
}

#internal-page .container .sidebar .widget ul li:hover, .default-page .container .sidebar .widget ul li:hover {
    background: #c08d54;
}

#internal-page .container .sidebar .widget ul li a, 
.default-page .container .sidebar .widget ul li a {
    color: #fff;
    padding: 1.25rem calc(5rem + 5px);
    width: 100%;
}

.error404 header .banner {
  display: none;
}

.error404 #internal-page .page-title-container {
  margin-bottom: 3rem;
}

.error404 #internal-page .page-title-container .intro-paragraph {
  max-width: 615px;
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .disable-banner #internal-page .container, .disable-banner .default-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #internal-page, .default-page {
    padding: 3rem 2rem;
  }
  #internal-page .container, .default-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  #internal-page .container .sidebar, .default-page .container .sidebar {
    margin-top: 35px;
  }
  #internal-page .container .sidebar .widget .widget-title:before, #internal-page .container .sidebar .widget .widgettitle:before, .default-page .container .sidebar .widget .widget-title:before, .default-page .container .sidebar .widget .widgettitle:before {
    width: 2rem;
  }
  #internal-page .container .sidebar .widget .widget-title, #internal-page .container .sidebar .widget .widgettitle, .default-page .container .sidebar .widget .widget-title, .default-page .container .sidebar .widget .widgettitle {
    padding-left: 3rem;
  }
  #internal-page .container .sidebar .widget ul li a, .default-page .container .sidebar .widget ul li a {
    padding: 1.25rem calc(3rem + 5px);
  }
  #internal-page .container .sidebar .widget.widget_categories ul li a, 
.default-page .container .sidebar .widget.widget_categories ul li a {
    padding: 1.25rem calc(3rem + 5px);
}
  #internal-page .container .main-content h1, .default-page .container .main-content h1 {
    font-size: 1.8864em;
    margin-bottom: 35px;
  }
  #internal-page .container .main-content .blog-title a, .default-page .container .main-content .blog-title a {
    font-size: 1.68em;
  }
  #internal-page .page-title, .default-page .page-title {
    font-size: 2.76em;
    line-height: 1;
  }
  #internal-page .page-title-container, .default-page .page-title-container {
    margin-bottom: 3rem !important;
  }
  #internal-page .page-subtitle, .default-page .page-subtitle {
    font-size: 0.9216em;
  }
}

@media (max-width: 1024px) {
  #internal-page .container .main-content .pagination {
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .page-template-default #internal-page .container .main-content, 
  .default-page .container .main-content {
    max-width: calc(100% - 385px);
  }
  #internal-page .container .sidebar, 
  .default-page .container .sidebar {
    margin-right: 45px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .disable-banner #internal-page .container, .disable-banner .default-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  #internal-page, .default-page {
    padding: 4rem 3rem;
  }
  #internal-page .container, .default-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
            align-items: center;
  }
  #internal-page .container .sidebar, .default-page .container .sidebar {
    margin-top: 45px;
    max-width: 100%;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  #internal-page .container .main-content .blog-title a, .default-page .container .main-content .blog-title a {
    font-size: 2.46em;
  }
  #internal-page .container .main-content h1, .default-page .container .main-content h1 {
    font-size: 2.52em;
  }
  #internal-page .page-title, .default-page .page-title {
    font-size: 3.456em;
  }
  #internal-page .page-title-container, .default-page .page-title-container {
    margin-bottom: 3rem !important;
  }
  #internal-page .page-subtitle, .default-page .page-subtitle {
    font-size: 1.26em;
  }
}

/* @media (min-width: 1301px) and (max-width: 1550px) {
  #internal-page .container .main-content, .default-page .container .main-content {
    padding-left: 65px;
  }
} */

@media (min-width: 1025px) and (max-width: 1300px) {
  #internal-page, .default-page {
    padding: 4rem 3rem;
  }
  #internal-page .container .sidebar, .default-page .container .sidebar {
    max-width: 385px;
  }
  #internal-page .page-title, .default-page .page-title {
    font-size: 4.224em;
  }
  #internal-page .page-title-container, .default-page .page-title-container {
    margin-bottom: 4rem !important;
  }
  #internal-page .page-subtitle, .default-page .page-subtitle {
    font-size: 1.44em;
  }
}

@media (min-width: 1301px) {
    .page-template-default #internal-page .container .main-content, 
    .default-page .container .main-content {
        max-width: calc(100% - 450px);
        width: 100%;
    }
}

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

.team-page .team-cat-title-container {
  text-align: center;
}

.team-page .team-category-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 5.184em;
  line-height: 1.5;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: inline-block;
  opacity: 0;
  transition: all 300ms linear, transform 1000ms cubic-bezier(0.17, 0.66, 0.34, 0.98);
  transform: translateY(50px);
}

.team-page .team-members {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.team-page .team-members .team-member {
  width: calc((100% / 4) - 30px);
  margin: 15px 15px 80px;
}

.team-page .team-members.hide-info .team-member {
  margin-bottom: 60px;
}

.team-page .team-members .team-member-image {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-page .team-members:not(.hide-info) .team-member-image:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.team-page .team-members.hide-info .team-member-link {
    display: none;
}

.team-page .team-members:not(.hide-info) .team-member-image:hover:before {
  opacity: 1;
}

.team-page .team-members:not(.hide-info) .team-member-image:hover .team-member-link {
  opacity: 1;
}

.team-page .team-members:not(.hide-info) .team-member-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 4px);
  background: rgba(23, 30, 48, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-page .team-members .team-member-image img {
  max-width: 100%;
  height: unset;
}

.team-page .team-members .team-member-link {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.team-page .team-members .team-member-name {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  text-align: center;
  margin-top: 20px;
  font-size: 1.8432em;
  line-height: 1;
  color: #3e5869;
}

.team-page .team-members .team-member-name:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 4px;
  background: #c08d54;
}

.team-page .team-members .team-member-position {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.9216em;
  line-height: 1;
  color: #718495;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.team-page .team-members.hide-info .team-member-position {
    display: none;
}

@media (max-width: 700px) {
  .team-page .team-category-title {
    font-size: 2.76em;
  }
  .team-page .team-members {
    margin-top: 3rem;
  }
  .team-page .team-members .team-member {
    width: 100%;
    margin: 0 0 4.5rem;
  }
  .team-page .team-members .team-member-image img {
    width: 100%;
  }
  .team-page .team-members .team-member-name {
    font-size: 1.74em;
  }
  .team-page .team-members .team-member-position {
    font-size: 0.8688em;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .team-page .team-category-title {
    font-size: 3.456em;
  }
  .team-page .team-members {
    margin-top: 4rem;
  }
  .team-page .team-members .team-member {
    width: calc((100% / 2) - 20px);
    margin: 0 10px 4.5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .team-page .team-members {
    margin-top: 4rem;
  }
  .team-page .team-members .team-member {
    width: calc((100% / 3) - 30px);
    margin: 0 15px 4.5rem;
  }
}

@media (min-width: 801px) and (max-width: 1300px) {
  .team-page .team-category-title {
    font-size: 4.224em;
  }
}

.attorney-page .main-content h3:before {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: #718495;
  margin-bottom: 20px;
  margin-top: 50px;
}

.attorney-page .container .left .picture-container .member-badge {
    width: 250px;
    height: 250px;
    bottom: -100px;
    left: -100px;
    top: unset;
    right: unset;
}

.attorney-page .main-content p strong {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: inherit;
  font-size: 1.2672em;
  line-height: 1.6;
}

.attorney-page .container .right {
    padding-left: 65px;
}

@media (max-width: 700px) {
  .attorney-page .container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .attorney-page .container .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .attorney-page .container .left .picture-container {
    width: 280px;
    height: 350px;
    margin-right: -30px;
  }
  .attorney-page .container .left .picture-container .member-badge {
    width: 170px;
    height: 170px;
    bottom: -85px;
    left: -75px;
  }
  .attorney-page .container .right.has-member-badge {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
    .attorney-page .container .right {
        padding-left: 0;
    }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .attorney-page .container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .attorney-page .container .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .attorney-page .container .left .picture-container {
    width: 340px;
    height: 430px;
    margin-right: -30px;
  }
  .attorney-page .container .left .picture-container .member-badge {
    width: 190px;
    height: 190px;
  }
  .attorney-page .container .right.has-member-badge {
    margin-top: 85px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .attorney-page .container {
    max-width: 1000px !important;
  }
  .attorney-page .container .left .picture-container {
    width: 400px;
    height: 500px;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  .attorney-page .container {
    max-width: 1200px !important;
  }
}

.about-page .page-title-container {
  margin-bottom: 8rem !important;
}

.about-page .container {
  max-width: 1240px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.about-page .container .top-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 115px;
}

.about-page .container .top-content .left {
  max-width: 600px;
}

.about-page .container .bottom-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.about-page .container .bottom-content .right {
  max-width: 600px;
}

.about-page .main-content h3:before {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: #718495;
  margin-bottom: 20px;
  margin-top: 50px;
}

.about-page .main-content:before {
  content: '';
  display: block;
  height: 7px;
  width: 145px;
  background: #c08d54;
  margin-bottom: 40px;
}

.about-page .main-content p strong {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: inherit;
  font-size: 1.2672em;
  line-height: 1.6;
}

#about-section-2 {
  padding: 7rem 3rem;
  background: #171e30;
}

#about-section-2 .container {
  max-width: 1240px;
  margin: 0 auto;
}

#about-section-2 .container .section-2-title {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 1.2672em;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

#about-section-2 .container .section-2-title:after {
  content: '';
  display: block;
  margin: 40px auto;
  background: #718495;
  width: 140px;
  height: 6px;
}

#about-section-2 .container .section-2-cta {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.88em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}

#about-section-3 {
  padding: 8rem 3rem;
}

#about-section-3 .container {
  max-width: 1350px;
  margin: 0 auto;
}

#about-section-3 .container .content {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#about-section-3 .container .content .left {
  width: 40%;
}

#about-section-3 .container .content .left .section-3-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 4.608em;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about-section-3 .container .content .left p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2672em;
  line-height: 1.8;
}

#about-section-3 .container .content .left p strong {
  font-weight: 800;
}

#about-section-3 .container .content .right {
  width: 50%;
}

#about-section-3 .container .content .right p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.9;
}

#about-section-3 .container .section-3-logos {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#about-section-3 .container .section-3-logos .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#about-section-3 .container .section-3-logos .slick-arrow .btn.s-arrow {
  background: #f4f4f4;
}

#about-section-3 .container .section-3-logos .slick-arrow .btn.s-arrow:before {
  border-color: #333743;
}

#about-section-3 .container .section-3-logos .slick-arrow.sp-prev {
  left: -4rem;
}

#about-section-3 .container .section-3-logos .slick-arrow.sp-next {
  right: -4rem;
}

#about-section-3 .container .section-3-logo-container {
  width: calc((100% / 4) - 40px);
  margin: 20px 20px 60px;
}

#about-section-3 .container .section-3-logo-container img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .about-page .main-content:before {
    width: 90px;
    margin: 0 auto 40px;
  }
  .about-page .container .top-content {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .about-page .container .bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .about-page .container .picture-container {
    width: 280px;
    height: 350px;
    margin-left: 20px;
  }
  .about-page .container .picture-container .play-btn {
    height: 65px;
    width: 65px;
  }
  .about-page .container .picture-container .play-btn:before {
    border-width: 20px;
    height: 105px;
    width: 105px;
    margin: -20px;
  }
  .about-page .container .picture-container .play-btn:after {
    border-width: .3em .3em 0 0;
    height: 1em;
    width: 1em;
  }
  .about-page .container .picture-container:before {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
  }
  .about-page .container .picture-container:after {
    -webkit-transform: translate(40px, -20px);
            transform: translate(40px, -20px);
  }
  #about-section-2 {
    padding: 5rem 2rem;
  }
  #about-section-2 .container .section-2-title {
    font-size: 1em;
  }
  #about-section-2 .container .section-2-title:after {
    width: 90px;
  }
  #about-section-2 .container .section-2-cta {
    font-size: 1.8em;
  }
  #about-section-2 .container .btn {
    font-size: 0.7488em;
    padding: 0 1.25rem;
  }
  #about-section-3 {
    padding: 5rem 2rem;
  }
  #about-section-3 .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #about-section-3 .container .content .left {
    width: 100%;
    margin-bottom: 35px;
  }
  #about-section-3 .container .content .left .section-3-title {
    font-size: 3.074em;
  }
  #about-section-3 .container .content .right {
    width: 100%;
  }
  #about-section-3 .container .section-3-logos {
    margin-top: 30px;
  }
  #about-section-3 .container .section-3-logos .section-3-logo-container {
    margin: 0;
  }
  #about-section-3 .container .section-3-logos .slick-arrow.sp-prev {
    left: -2rem;
  }
  
  #about-section-3 .container .section-3-logos .slick-arrow.sp-next {
    right: -2rem;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .about-page .container .top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .about-page .container .top-content .left {
    margin-bottom: 30px;
  }
  .about-page .container .top-content .right .picture-container {
    width: 340px;
    height: 430px;
    margin: 60px auto 30px -45px;
  }
  .about-page .container .bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
            align-items: center;
  }
  .about-page .container .bottom-content .left .picture-container {
    width: 340px;
    height: 430px;
    margin: 60px auto 30px -45px;
  }
  .about-page .container .bottom-content .right {
    margin-bottom: 30px;
  }
  .about-page .container .main-content:before {
    width: 100px;
    margin: 0 auto 40px;
  }
  #about-section-2 {
    padding: 5rem 4rem;
  }
  #about-section-2 .container .section-2-title {
    font-size: 1.0368em;
  }
  #about-section-2 .container .section-2-cta {
    font-size: 2.34em;
  }
  #about-section-2 .container .text-center .btn {
    font-size: 0.8736em;
    padding: 0 1.25rem;
  }
  #about-section-3 {
    padding: 5rem 4rem;
  }
  #about-section-3 .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #about-section-3 .container .content .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #about-section-3 .container .content .right {
    width: 100%;
  }
  #about-section-3 .container .section-3-logos .section-3-logo-container {
    margin: 0;
  }
  #about-section-3 .container .section-3-logos .section-3-logo-container img {
    max-width: 175px;
  }
  #about-section-3 .container .section-3-logos {
    margin-top: 60px;
    padding: 0 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .about-page .container {
    max-width: 960px !important;
  }
  .about-page .container .picture-container {
    width: 400px;
    height: 500px;
  }
  .about-page .container .main-content {
    padding-left: 0 !important;
    max-width: 485px !important;
  }
  .about-page .container .bottom-content {
    margin-right: -30px;
  }
  .about-page .container .bottom-content .left {
    margin-left: -30px;
  }
  #about-section-2 .container {
    max-width: 1000px;
  }
  #about-section-3 {
    padding: 6rem 3rem 2rem;
  }
  #about-section-3 .container {
    max-width: 1000px;
  }
  #about-section-3 .container .content .left {
    width: 45%;
  }
  #about-section-3 .container .content .right {
    width: 48%;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  .about-page .container {
    max-width: 1000px !important;
  }
  .about-page .container .picture-container {
    width: 400px;
    height: 500px;
  }
  .about-page .container .main-content {
    padding-left: 0 !important;
    max-width: 485px !important;
  }
  .about-page .container .bottom-content {
    margin-right: -30px;
  }
  .about-page .container .bottom-content .left {
    margin-left: -30px;
  }
  #about-section-2 .container {
    max-width: 1000px;
  }
  #about-section-3 {
    padding: 7rem 3rem 3rem;
  }
  #about-section-3 .container {
    max-width: 1000px;
  }
  #about-section-3 .container .content .left {
    width: 45%;
  }
  #about-section-3 .container .content .right {
    width: 48%;
  }
}

.case-results-page {
  background: #f4f4f4;
}

.case-results-page .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 1550px !important;
  width: 100%;
}

.case-results-page .container .page-title-container .intro-paragraph:before {
  content: '';
  display: block;
  margin: 35px auto 45px;
  width: 140px;
  height: 7px;
  background: #c08d54;
}

.case-results-page .container .case-results {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.case-results-page .container .case-results-title {
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #171e30;
  font-size: 1.9584em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}

.case-results-page .container .case-results-title span {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  color: #718495;
  font-size: 2em;
  margin: 0 15px;
}

.case-results-page .container .case-results .case-result {
  width: calc((100% / 4) - 35px);
  background: #fff;
  padding: 8rem 3rem;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.14);
  margin-bottom: 60px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.case-results-page .container .case-results .case-result:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.case-results-page .container .case-results .case-result:hover .case-result-description {
  opacity: 1;
}

.case-results-page .container .case-results .case-result-amount {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 4.032em;
  line-height: 1;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  text-align: center;
  -webkit-text-fill-color: transparent;
  display: initial;
}

.case-results-page .container .case-results .case-result-amount:after {
  content: '';
  width: 40px;
  height: 4px;
  display: block;
  background: #718495;
  margin: 45px auto;
}

.case-results-page .container .case-results .case-result-type {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.0368em;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #171e30;
  text-transform: uppercase;
  text-align: center;
}

.case-results-page .container .case-results .case-result-description,
#section-5 .case-results .case-result .case-result-description {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6rem 3rem;
  background: #3e5869;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-results-page .container .case-results .case-result-description p,
#section-5 .case-results .case-result .case-result-description p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.9;
  color: #fff;
  text-align: center;
}

@media (max-width: 750px) {
  .case-results-page .container .case-results {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .case-results-page .container .case-results .case-result {
    max-width: 350px !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .case-results-page .container .case-results .case-result-amount {
    font-size: 3.456em;
  }
}

@media (min-width: 701px) and (max-width: 950px) {
  .case-results-page .container .case-results .case-result {
    width: calc((100% / 2) - 10px);
    margin-bottom: 20px;
  }
  .case-results-page .container .case-results .case-result-amount {
    font-size: 3.456em;
  }
}

@media (min-width: 951px) and (max-width: 1300px) {
  .case-results-page .container .case-results .case-result {
    width: calc((100% / 3) - 20px);
    margin-bottom: 40px;
    padding: 8rem 1rem;
  }
  .case-results-page .container .case-results .case-result-amount {
    font-size: 3.456em;
  }
  .case-results-page .container .case-results .case-result-type {
    font-size: 0.9792em;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  .case-results-page .container .case-results .case-result {
    width: calc((100% / 4) - 20px);
    margin-bottom: 22px;
    padding: 8rem 2rem;
  }
  .case-results-page .container .case-results .case-result-amount {
    font-size: 3.456em;
  }
  .case-results-page .container .case-results .case-result-type {
    font-size: 0.9792em;
  }
}

.testimonials-page {
  background: #f4f4f4;
}

.testimonials-page .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.testimonials-page .container .featured-testimonial {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
  margin-bottom: 7rem;
}

.testimonials-page .container .featured-testimonial .testimonial {
  background: #171e30;
  max-width: 780px;
  position: relative;
  box-shadow: none;
  margin-left: -45px;
}

.testimonials-page .container .featured-testimonial .testimonial-title {
  color: #fff;
  font-size: 2.304em;
}

.testimonials-page .container .featured-testimonial .testimonial-quote {
  color: #fff;
  font-size: 1.152em;
}

.testimonials-page .container .featured-testimonial .testimonial:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(45px, -45px);
          transform: translate(45px, -45px);
  border-width: 4px;
  -webkit-border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
       -o-border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
          border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  border-image-slice: 1;
  border-style: solid;
  z-index: -1;
  background: transparent;
}

.testimonials-page .container .featured-testimonial .testimonial:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.17);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -2;
  -webkit-transform: translate(52px, -30px);
          transform: translate(52px, -30px);
}

.testimonials-page .container .testimonials {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}

.testimonials-page .container .testimonials .testimonial {
  display: inline-block;
  margin-bottom: 65px;
}

.testimonials-page .container .testimonial {
  padding: 4rem 5rem;
  background: #fff;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.14);
}

.testimonials-page .container .testimonial img {
  max-width: 170px;
  margin-bottom: 20px;
}

.testimonials-page .container .testimonial-title {
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  font-size: 1.7em;
  color: #171e30;
  line-height: 1.3;
  margin-bottom: 20px;
}

.testimonials-page .container .testimonial-quote {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  color: #171e30;
  line-height: 1.8;
  margin-bottom: 30px;
}

.testimonials-page .container .testimonial span {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.2;
  letter-spacing: 0.2em;
  display: block;
  text-transform: uppercase;
  color: #718495;
}

@media (max-width: 700px) {
  .testimonials-page .container .featured-testimonial {
    margin-bottom: 4rem;
  }
  .testimonials-page .container .featured-testimonial .testimonial {
    max-width: 350px;
    margin-left: -30px;
    padding: 4rem 3rem;
  }
  .testimonials-page .container .featured-testimonial .testimonial:before {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
  }
  .testimonials-page .container .featured-testimonial .testimonial:after {
    -webkit-transform: translate(35px, -18px);
            transform: translate(35px, -18px);
  }
  .testimonials-page .container .featured-testimonial .testimonial-title {
    font-size: 1.3824em;
  }
  .testimonials-page .container .featured-testimonial .testimonial-quote {
    font-size: 0.9216em;
  }
  .testimonials-page .container .featured-testimonial .testimonial span {
    font-size: 0.7488em;
  }
  .testimonials-page .container .featured-testimonial .testimonial img {
    max-width: 125px;
  }
  .testimonials-page .container .testimonials {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .testimonials-page .container .testimonials .testimonial {
    margin-bottom: 30px;
  }
  .testimonials-page .container .testimonial {
    padding: 4rem 3rem;
  }
  .testimonials-page .container .testimonial-title {
    font-size: 1.3824em;
  }
  .testimonials-page .container .testimonial-quote {
    font-size: 0.9216em;
  }
  .testimonials-page .container .testimonial span {
    font-size: 0.7488em;
  }
  .testimonials-page .container .testimonial img {
    max-width: 125px;
  }
}

@media (min-width: 701px) and (max-width: 950px) {
  .testimonials-page .container .featured-testimonial .testimonial {
    max-width: 500px;
    margin-left: -30px;
    padding: 4rem 3rem;
  }
  .testimonials-page .container .testimonials {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    max-width: 530px;
    margin: 0 auto;
  }
  .testimonials-page .container .testimonials .testimonial {
    margin-bottom: 45px;
  }
  .testimonials-page .container .testimonial {
    padding: 4rem 3rem;
  }
}

@media (min-width: 951px) and (max-width: 1300px) {
  .testimonials-page .container {
    max-width: 1200px;
  }
  .testimonials-page .container .testimonials {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .testimonials-page .container .testimonials .testimonial {
    margin-bottom: 30px;
  }
}

.video-center-page .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 1685px !important;
}

.video-center-page .container .picture-container {
  height: 300px;
  margin-bottom: 50px;
}

.video-center-page .container .picture-container .play-btn {
    height: 80px;
    width: 80px;
}

.video-center-page .container .picture-container .play-btn:before {
    border-width: 20px;
    height: 120px;
    width: 120px;
    margin: -20px;
}

.video-center-page .container .about-video-container p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.5;
  color: #171e30;
  max-width: 400px;
}

.video-center-page .container .about-video-container {
  max-width: 425px;
  margin: 0 60px 60px;
}

.video-center-page .container .about-video-title {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.2;
  color: #718495;
  letter-spacing: 0.14em;
}

.video-center-page .container .about-videos {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 1100px;/ */
  width: 100%;
  margin: 0 auto 100px -30px;
}

.video-center-page .container .testimonial-video-container .picture-container {
  margin-bottom: 30px;
  max-width: 100%;
  margin-top: 0;
}

.video-center-page .container .testimonial-video-container .picture-container:before, .video-center-page .container .testimonial-video-container .picture-container:after {
  display: none;
}

.video-center-page .container .testimonial-video-container p {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.5;
  color: #171e30;
  max-width: 400px;
}

.video-center-page .container .testimonial-video-container .stars {
  max-width: 170px;
  margin-bottom: 20px;
}

.video-center-page .container .testimonial-video-title {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.2;
  color: #718495;
  letter-spacing: 0.14em;
}

.video-center-page .container .testimonial-videos {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8rem;
  flex-wrap: wrap;
  justify-content: center;
}

.video-center-page .container .testimonial-videos .testimonial-video-container {
    margin: 0 30px 70px;
}

@media (max-width: 475px) {
  .video-center-page .container .about-videos .picture-container {
    width: 300px !important;
    height: 200px !important;
    margin: 30px auto !important;
  }
}

@media (max-width: 700px) {
  .video-center-page .container .about-videos {
    margin: 0 auto 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-items: center;
  }
  .video-center-page .container .picture-container:before,
  .video-center-page .container .picture-container:after {
    display: none;
  }
  .video-center-page .container .about-videos .about-video-container {
    margin-bottom: 60px;
  }
  .video-center-page .container .about-videos .about-video-container p {
    font-size: 0.9216em;
  }
  .video-center-page .container .about-videos .about-video-title {
    font-size: 0.9216em;
  }
  .video-center-page .container .about-videos .picture-container {
    width: 375px;
    margin: 30px 0 30px 15px;
    height: 245px;
  }
  .video-center-page .container .about-videos .picture-container .play-btn {
    height: 55px;
    width: 55px;
  }
  .video-center-page .container .about-videos .picture-container .play-btn:before {
    border-width: 15px;
    height: 85px;
    width: 85px;
    margin: -15px;
  }
  .video-center-page .container .about-videos .picture-container .play-btn:after {
    border-width: .2em .2em 0 0;
    width: 1em;
    height: 1em;
  }
  .video-center-page .container .about-videos .picture-container:before {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
  }
  .video-center-page .container .about-videos .picture-container:after {
    -webkit-transform: translate(35px, -18px);
            transform: translate(35px, -18px);
  }
  .video-center-page .container .testimonial-videos {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container {
    margin-bottom: 60px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container {
    margin: 0 auto 30px;
    width: 100%;
    height: 235px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn {
    height: 55px;
    width: 55px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn:before {
    border-width: 15px;
    height: 85px;
    width: 85px;
    margin: -15px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn:after {
    border-width: .2em .2em 0 0;
    width: 1em;
    height: 1em;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container p {
    font-size: 0.9216em;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-title {
    font-size: 0.9216em;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .video-center-page .container .about-videos {
    margin: 0 auto 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  .video-center-page .container .about-videos .about-video-container {
    margin-bottom: 60px;
    margin-left: -30px;
    max-width: 450px;
  }
  .video-center-page .container .about-videos .about-video-container .picture-container .play-btn {
    height: 75px;
    width: 75px;
  }
  .video-center-page .container .about-videos .about-video-container .picture-container .play-btn:before {
    border-width: 20px;
    height: 115px;
    width: 115px;
    margin: -20px;
  }
  .video-center-page .container .about-videos .about-video-container .picture-container .play-btn:after {
    border-width: .3em .3em 0 0;
  }
  .video-center-page .container .testimonial-videos {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container {
    margin-bottom: 60px;
    max-width: 450px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn {
    height: 75px;
    width: 75px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn:before {
    border-width: 20px;
    height: 115px;
    width: 115px;
    margin: -20px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn:after {
    border-width: .3em .3em 0 0;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .video-center-page .container .about-videos {
    max-width: 920px;
  }
  .video-center-page .container .about-videos .about-video-container .picture-container {
    width: 350px;
    height: 235px;
  }
  .video-center-page .container .about-videos .about-video-container .picture-container .play-btn {
    height: 75px;
    width: 75px;
  }
  .video-center-page .container .about-videos .about-video-container .picture-container .play-btn:before {
    border-width: 20px;
    height: 115px;
    width: 115px;
    margin: -20px;
  }
  .video-center-page .container .about-video-container {
      max-width: 385px;
  }
  .video-center-page .container .about-videos .about-video-container .picture-container .play-btn:after {
    border-width: .3em .3em 0 0;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container {
    width: calc((100% / 3) - 20px);
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container {
    width: 100%;
    height: 235px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn {
    height: 75px;
    width: 75px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn:before {
    border-width: 20px;
    height: 115px;
    width: 115px;
    margin: -20px;
  }
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container .play-btn:after {
    border-width: .3em .3em 0 0;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  .video-center-page .container .testimonial-videos .testimonial-video-container .picture-container {
    height: 250px;
    width: 350px;
    margin: 60px auto 30px;
  }
}

.page-template-template-contact .footer-copy .container .center,
.espanol-template-template-contact .footer-copy .container .center {
  display: none;
}

.page-template-template-contact .footer-info,
.espanol-template-template-contact .footer-info {
  -webkit-box-ordinal-group: 2;
          order: 1;
  padding: 8rem 3rem 6rem;
}

.page-template-template-contact .footer-info .container,
.espanol-template-template-contact .footer-info .container {
  max-width: 1330px;
}

.page-template-template-contact .footer-info .container .left .picture-container,
.espanol-template-template-contact .footer-info .container .left .picture-container {
  margin-left: 50px;
}

.page-template-template-contact .footer-info .container .left .picture-container.inverse:before,
.espanol-template-template-contact .footer-info .container .left .picture-container.inverse:before {
  -webkit-transform: translate(-60px, -60px);
          transform: translate(-60px, -60px);
}

.page-template-template-contact .footer-info .container .left .picture-container.inverse:after,
.espanol-template-template-contact .footer-info .container .left .picture-container.inverse:after {
  -webkit-transform: translate(-70px, -45px);
          transform: translate(-70px, -45px);
}

.page-template-template-contact .footer-info .picture-container,
.espanol-template-template-contact .footer-info .picture-container {
  z-index: 1;
}

.page-template-template-contact .footer-info .footer-info-items,
.espanol-template-template-contact .footer-info .footer-info-items {
  max-width: 640px;
  display: block;
}

.page-template-template-contact .footer-info .footer-info-items .info-item .phone-text,
.espanol-template-template-contact .footer-info .footer-info-items .info-item .phone-text {
  color: #c08d54;
}

.page-template-template-contact .footer-info .footer-info-items .info-item .phone-number a,
.espanol-template-template-contact .footer-info .footer-info-items .info-item .phone-number a {
  color: #fff;
}

.page-template-template-contact .footer-info .footer-info-items .social-links,
.espanol-template-template-contact .footer-info .footer-info-items .social-links {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.page-template-template-contact .footer-info .footer-info-items .social-link,
.espanol-template-template-contact .footer-info .footer-info-items .social-link {
    max-width: 45px;
    max-height: 45px;
    margin: 0 12px;
}

.page-template-template-contact .footer-info .footer-info-items .social-link img, 
.page-template-template-contact .footer-info .footer-info-items .social-link svg,
.espanol-template-template-contact .footer-info .footer-info-items .social-link img,
.espanol-template-template-contact .footer-info .footer-info-items .social-link svg {
    width: 30px;
    height: 30px;
}

/* .page-template-template-contact .footer-info .footer-info-items .social-link:first-child img, 
.page-template-template-contact .footer-info .footer-info-items .social-link:first-child svg,
.espanol-template-template-contact .footer-info .footer-info-items .social-link:first-child img,
.espanol-template-template-contact .footer-info .footer-info-items .social-link:first-child svg {
    width: 40px;
    height: 40px;
} */

.page-template-template-contact .footer-info .footer-info-items .social-link img .st0, 
.page-template-template-contact .footer-info .footer-info-items .social-link svg .st0,
.espanol-template-template-contact .footer-info .footer-info-items .social-link img .st0,
.espanol-template-template-contact .footer-info .footer-info-items .social-link svg .st0 {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-template-template-contact .footer-info .footer-info-items .social-link:hover svg .st0,
.espanol-template-template-contact .footer-info .footer-info-items .social-link:hover svg .st0 {
  fill: #fac671;
}

.page-template-template-contact .footer-info .footer-info-items .location-container,
.espanol-template-template-contact .footer-info .footer-info-items .location-container {
  display: -webkit-box;
  display: flex;
  margin-top: 65px;
}

.page-template-template-contact .footer-info .footer-info-items .location-container .info-item:first-child,
.espanol-template-template-contact .footer-info .footer-info-items .location-container .info-item:first-child {
  margin-right: 90px;
}

.page-template-template-contact .footer-info .footer-info-items .contact-title,
.espanol-template-template-contact .footer-info .footer-info-items .contact-title {
  display: inline-block;
  font-family: 'Yeseva One', cursive;
  font-weight: normal;
  font-style: cursive;
  color: #c08d54;
  background: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.76em;
  line-height: 1.2;
}

.page-template-template-contact .footer-info .footer-info-items .contact-title-container,
.espanol-template-template-contact .footer-info .footer-info-items .contact-title-container {
  width: 100%;
  margin-bottom: 50px;
}

.page-template-template-contact .footer-form,
.espanol-template-template-contact .footer-form {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media (max-width: 1024px) {
    .page-template-template-contact .footer-info .footer-info-items .social-links,
    .espanol-template-template-contact .footer-info .footer-info-items .social-links {
        justify-content: center;
    }
}

@media (max-width: 1550px) {
    .page-template-template-contact .footer-info .footer-info-items .social-link,
    .espanol-template-template-contact .footer-info .footer-info-items .social-link {
        max-width: 32px;
        max-height: 32px;
        margin: 0 12px;
    }

    .page-template-template-contact .footer-info .footer-info-items .social-link img, 
    .page-template-template-contact .footer-info .footer-info-items .social-link svg,
    .espanol-template-template-contact .footer-info .footer-info-items .social-link img,
    .espanol-template-template-contact .footer-info .footer-info-items .social-link svg {
        width: 25px;
        height: 25px;
    }

    /* .page-template-template-contact .footer-info .footer-info-items .social-link:first-child img, 
    .page-template-template-contact .footer-info .footer-info-items .social-link:first-child svg,
    .espanol-template-template-contact .footer-info .footer-info-items .social-link:first-child img,
    .espanol-template-template-contact .footer-info .footer-info-items .social-link:first-child svg {
        width: 32px;
        height: 32px;
    } */
}

.page-template-template-contact .footer-copy,
.espanol-template-template-contact .footer-copy {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.practice-areas-page {
  background: #f4f4f4;
}

.practice-areas-page .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.practice-areas-page .container .practice-area-title {
  position: absolute;
  top: 3.5rem;
  left: 0;
  padding-left: 80px;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.152em;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #718495;
  text-transform: uppercase;
}

.practice-areas-page .container .practice-area-title:before {
  content: '';
  display: inline-block;
  width: 65px;
  height: 7px;
  background: #718495;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}

.practice-areas-page .container .practice-area-grid {
  background: #fff;
  padding: 7rem 3rem 6rem;
  position: relative;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.14);
  margin-bottom: 8rem;
}

.practice-areas-page .container .practice-area-grid .menu {
  max-width: 1100px;
  margin: 15px auto 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.practice-areas-page .container .practice-area-grid .menu .menu-item {
  width: calc((100% / 3) - 30px);
}

.practice-areas-page .container .practice-area-grid .menu .menu-item a {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 1.25rem 3rem;
  width: 100%;
  display: block;
  color: #171e30;
  font-size: 1.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.practice-areas-page .container .practice-area-grid .menu .menu-item a:hover {
  background: #c08d54;
  color: #fff;
}

.practice-areas-page .container .practice-area-grid:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(45px, -45px);
          transform: translate(45px, -45px);
  border-width: 4px;
  -webkit-border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
       -o-border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
          border-image: linear-gradient(-35deg, #b78144 0%, #fac671 52%, #c08d54 95%);
  border-image-slice: 1;
  border-style: solid;
  z-index: -1;
  background: transparent;
}

.practice-areas-page .container .practice-area-grid:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.17);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -2;
  -webkit-transform: translate(50px, -30px);
          transform: translate(50px, -30px);
}

@media (max-width: 400px) {
  .practice-areas-page .container .practice-area-grid {
    margin-left: -5px !important;
  }
}

@media (max-width: 700px) {
  .page-template-template-practice-areas #internal-page.practice-areas-page .container .page-title-container {
    margin-bottom: 5rem !important;
  }
  .practice-areas-page .container .practice-area-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-width: calc(100% - 30px);
    margin-left: 15px;
    padding: 5rem 2rem;
  }
  .practice-areas-page .container .practice-area-grid:last-child {
    margin-bottom: 2rem;
  }
  .practice-areas-page .container .practice-area-grid .practice-area-title {
    top: 3rem;
    padding-left: 45px;
    font-size: 1em;
  }
  .practice-areas-page .container .practice-area-grid .practice-area-title:before {
    width: 30px;
  }
  .practice-areas-page .container .practice-area-grid .menu .menu-item {
    width: 100%;
  }
  .practice-areas-page .container .practice-area-grid .menu .menu-item a {
    padding: 1.25rem 1rem;
  }
  .practice-areas-page .container .practice-area-grid:before {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
  }
  .practice-areas-page .container .practice-area-grid:after {
    -webkit-transform: translate(40px, -20px);
            transform: translate(40px, -20px);
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .page-template-template-practice-areas #internal-page.practice-areas-page {
    padding: 4rem;
  }
  .page-template-template-practice-areas #internal-page.practice-areas-page .container .page-title-container {
    margin-bottom: 5rem !important;
  }
  .practice-areas-page .container .practice-area-grid {
    margin-right: 15px;
  }
  .practice-areas-page .container .practice-area-grid:last-child {
    margin-bottom: 2rem;
  }
  .practice-areas-page .container .practice-area-grid .menu .menu-item {
    width: calc((100% / 2) - 15px);
  }
  .practice-areas-page .container .practice-area-grid .menu .menu-item a {
    padding: 1.25rem 2rem;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .page-template-template-practice-areas #internal-page.practice-areas-page .container .page-title-container {
    margin-bottom: 6rem !important;
  }
  .practice-areas-page .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  .practice-areas-page .container {
    max-width: 1200px !important;
  }
}

.main-content ul {
    margin-bottom: 50px;
}

.espanol-template-template-about .top-content .left .main-content h3:before,
.page-template-template-about .top-content .left .main-content h3:before {
    display: none;
}   

@media screen and (min-width: 641px) {
    #footer .footer-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }
}

#section-2 a:not(.btn) {
    color: #c08d54;
}

#section-2 a:not(.btn):hover {
    color: #3e5869;
}

#section-4 a:not(.btn) {
    color: #c08d54;
}

#section-4 a:not(.btn):hover {
    color: #3e5869;
}

.lity {
    z-index: 100000;
}

.section-two-badge {
    max-width: 250px;
    margin-top: 20px;
}

/*Reviews Page*/

.review-container {
    width: 100%
}

.review-container h2 {
    text-align: center;
}

.review-container h3 {
    text-align: center;
    padding-bottom: 30px;
}

.review-left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.review-right {
    width: 48%;
    float: right;
    margin-right: 0;
}

.review-bottom {
    width: 48%;
    float: none;
    margin: 0 auto;
}

.review-left img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 54px;
    width: auto;
}

.review-right img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 54px;
    width: auto;
}

.review-bottom img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    width: auto;
    padding-top: 20px;
}
.review-bottom{ clear:both; }

.review-button {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    background-color: #c08d54; /* change */
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    font-family: 'Gotham-Black'; /* only if necessary */
}

a.review-button:hover {
   color: #fff!important; /* change if needed */
   background-color: #171e30; /* change if needed */
}
a.review-button {
color:#fff!important;}


.wistia-review {
    padding-top: 40px;
}

@media (max-width:767px){
    .review-left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .review-right {
        width: 100%;
        float: none;
    }

    .review-bottom {
        width: 100%;
    }

    .review-right img {
        padding-top: 30px;
    }

    .review-bottom img {
        padding-top: 30px;
    }
}

/* homepage additions */

.case-results-disclaimer, .testimonial-disclaimer {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #718495;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 85px;
}

.page-template-template-testimonials .testimonial-disclaimer {
  margin-top: 18px;
  margin-bottom: 0px;
}

#section-5 .container .case-results-title span:last-of-type {
  margin: 0 5px;
  font-size: 20px;
}

@media (max-width: 1550px) {
  .case-results-disclaimer {
    margin-bottom: 75px;
  }
}

@media (max-width: 1025px) {
  .case-results-disclaimer {
    margin-bottom: 60px;
  }
  #section-5 .container .case-results-title span:last-of-type {
    font-size: 16px;
  }
}

.testimonials .case-results-disclaimer {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .testimonials .case-results-disclaimer {
    position: absolute;
    bottom: 20px;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}

/* case results mods */

.page-template-template-case-results .page-title span, .page-template-template-testimonials .page-title span, .postid-394 .page-title span, .postid-2778 .page-title span {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #718495;
  background: transparent;
  -webkit-text-fill-color: #718495;
  position: relative;
  bottom: 21px;
  left: 4px;
}

.page-template-template-case-results .case-results-disclaimer, .postid-394 .case-results-disclaimer {
  margin-bottom: 0;
  margin-top: 18px;
}

@media (max-width: 701px) {
  .page-template-template-case-results .page-title span, .page-template-template-testimonials .page-title span {
    font-size: 20px;
    bottom: 14px;
  }
}

/* About Slider */

#about-slider {
  padding: 50px;
}

#about-slider h3 {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #c08d54;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 0 35px;
}

#about-slider h3 span {
  color: #718495;
  font-size: 30px;
}

#about-slider p {
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #718495;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
  padding: 0 35px;
}

#about-slider .award-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#about-slider .award-slider {
  padding: 50px;
}

#about-slider .award-slider-container {
  padding-top: 50px;
} 

#about-slider .award-slider .award-slide {
  display: flex !important;
  height: 113px;
  margin: 0 auto;
}

#about-slider .award-slider .award-slide img {
  display: flex;
  margin: 0 auto;
  align-self: center;
}

#about-slider .award-slider .slick-arrow.test-prev {
  left: 0;
}

#about-slider .award-slider .slick-arrow.test-next {
  right: 0;
}

@media (max-width: 1400px) {
  #about-slider {
    padding: 50px 0;
  }
}

@media (max-width: 999px) {
  #about-slider .award-slider .award-slide img {
    max-width: 200px;
  }
}

@media (max-width: 701px) {
  #about-slider h3 {
    font-size: 16px;
  }
}

.awards-disclaimer a {
  color: #718495;
  text-decoration: underline;
}

.awards-disclaimer a:hover {
  text-decoration: none;
}

/* POST LIVE TASK | Mark S. 30JUN21 */.page-template-template-content-nosidebar #internal-page {
  padding: 48px 25px;
  max-width: 360px;
  margin: 0 auto;
}

.page-template-template-content-nosidebar .main-content:before {
  background: unset;
  margin: unset;
  padding: unset;
  width: unset;
  height: unset;
}

.page-template-template-content-nosidebar .page-title-container {
  display: none;
}

.page-template-template-content-nosidebar b {
  font-weight: 600;
}

.page-template-template-content-nosidebar .section {
  margin-bottom: 60px;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(4) {
  margin-bottom: 10px;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(8) .title {
  max-width: 276px;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(10) .section-heading {
  margin-bottom: 0;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(10) .title {
  max-width: 295px;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(12) {
  margin-bottom: 33px;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(12) p {
  line-height: 20px !important;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(13) {
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(13) .section-heading .title {
  max-width: 300px;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(13) p {
  line-height: 20px !important;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(14) .section-heading .title {
  max-width: 292px;
  margin: 0 auto;
}

.page-template-template-content-nosidebar .main-content > .section:nth-child(15) .section-heading .title {
  max-width: 189px;
  margin: 0 auto;
}

.page-template-template-content-nosidebar .section .section-content {
  border: unset;
}

.page-template-template-content-nosidebar #banner {
  display: flex;
  justify-content: center;
}

.page-template-template-content-nosidebar #banner .banner-text h1 {
  color: #FFFFFF;
  font-family: Yeseva One;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  font-weight: normal;
}

.page-template-template-content-nosidebar #internal-page .container .main-content .text-highlighted {
  color: #C08D54;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 31px auto;
  max-width: 309px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Assistant', sans-serif;
  font-weight: 500;
  margin-bottom: 35px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content h2 {
  font-size: 17px;
  margin: 0 0 13px 0;
  line-height: 19px;
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
}

.page-template-template-content-nosidebar #internal-page .container .main-content h2:nth-child(2) {
  margin-bottom: 18px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content h2:before {
  display: none;
  background: unset;
}

.page-template-template-content-nosidebar #internal-page .container .main-content h3 {
  color: #708395;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-family: 'Assistant',sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 16px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content .section-content h3:nth-child(4) {
  margin-bottom: 17px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content h3:before {
  display: none;
}

.page-template-template-content-nosidebar #internal-page .container .main-content li {
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  padding: 0 5px 0px 12px;
  font-weight: 500;
}

.page-template-template-content-nosidebar #internal-page .container .main-content li strong {
  font-weight: 900;
  margin-right: 5px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content .list-block div {
  margin-bottom: 19px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content ul li:before, .page-template-template-content-nosidebar .default-page .container .main-content ul li:before {
  top: -8px;
  left: -4px;
}

.page-template-template-content-nosidebar #internal-page .callout-block {
  background-color: #161D2F;
  color: #EDB968;
  font-size: 26px;
  padding: 48px 37px;
  font-family: Yeseva One;
  margin-bottom: 66px;
  line-height: 32px;
}

.page-template-template-content-nosidebar .section .section-heading .title {
  color: #C08D54;
  font-size: 24px;
  font-family: Yeseva One;
  margin-bottom: 14px;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}

.page-template-template-content-nosidebar .section .section-heading .title.title-01 {
  width: 301px;
}

.page-template-template-content-nosidebar .section .section-heading .sub-title {
  color: #708395;
  font-size: 14px;
  font-family: 'Assistant', sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.page-template-template-content-nosidebar .section .chart {
  box-shadow: 0 3px 10px rgb(0 0 0 / 17%);
  margin-bottom: 40px;
}

.page-template-template-content-nosidebar .section .chart img {
  width: 100%;
  height: 100%;
  display: block;
}

.page-template-template-content-nosidebar .section .chart img.chart-202106 {
  max-width: 309px;
}

.page-template-template-content-nosidebar .section .image-group {
  /*   box-shadow: 0 3px 10px rgb(0 0 0 / 17%); */
  /*   padding: 40px 28px; */
  /*   margin-bottom: 34px; */
  /*   margin: 0 auto 0 auto; */
  /*   max-width: 309px; */
}

.page-template-template-content-nosidebar .section .image-group-container.igc-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-template-template-content-nosidebar .section .image-group-container.igc-01 .image-group {
  margin-bottom: 34px;
  max-width: 293px;
}

.page-template-template-content-nosidebar .section .image-group-container.igc-01 .image-group:nth-child(2) {
  margin: 0;
}

.page-template-template-content-nosidebar .section:nth-child(3) .image-group {
  margin-bottom: 62px;
}

.page-template-template-content-nosidebar .section .image-group img {
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 17%);
}

.page-template-template-content-nosidebar .section .image-group .mobile {
  width: 100%;
  max-width: 309px;
  margin: 0 auto;
}

.page-template-template-content-nosidebar .section .image-group .desktop {
  display: none;
}

.page-template-template-content-nosidebar #internal-page .container .main-content ul ul {
  margin-top: 15px;
  margin-bottom: 21px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content ul ul li {
  padding-left: 15px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content ul ul li:before {
  content: "-";
  top: -8px;
  left: 2px;
}

.page-template-template-content-nosidebar .section .section-content ol {
  margin-bottom: 30px;
}

.page-template-template-content-nosidebar #internal-page .container {
  align-items: center;
}

.page-template-template-content-nosidebar .container .main-content > .section:nth-child(10) .section-content p:first-of-type {
  line-height: 20px !important;
}

.page-template-template-content-nosidebar .container .main-content .list-type-01 li {
  margin-bottom: 9px !important;
}

.page-template-template-content-nosidebar #internal-page .container .main-content ol li {
  padding: 0 5px 0px 27px;
  margin-bottom: 10px;
}

.page-template-template-content-nosidebar #internal-page .container .main-content ol li:before, .page-template-template-content-nosidebar .default-page .container .main-content ol li:before {
}

.page-template-template-content-nosidebar #internal-page .main-content > .section .section-heading p {
  display: none;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(14) .title  {
  margin-bottom: 14px;
}

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(15) .title {
    max-width:unset;
    margin-bottom: 15px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(3) .sub-title {
      margin-bottom: 15px;
  }


  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(15) .sub-title {
      margin-bottom: 15px;
  }

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(15) .section-content p {
  line-height: 20px;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(16) .section-heading .title {
  margin-bottom: 23px;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(16) .section-heading .sub-title {
  text-align: left;
  margin-bottom: 0;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(16) .section-heading {
  margin-bottom: 13px;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(16) ul:first-of-type {
  margin-bottom: 32px;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(16) ul {
  width: 306px;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(16) ul b {
  font-weight: 800;
}

.page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(16) p {
  line-height: 20px;
}

/* Breakpoint 760 */
@media (min-width: 760px) {
  .page-template-template-content-nosidebar #internal-page {
      padding: 48px 25px;
      max-width: 760px;
      margin: 0 auto;
      margin-bottom: 60px;
  }

  .page-template-template-content-nosidebar #internal-page .callout-block {
      max-width: 486px;
      margin-left: auto;
      margin-right: auto;
      font-size: 25px;
      line-height: 29px;
      padding-left: 50px;
      padding-right: 50px;
  }

  .page-template-template-content-nosidebar b {
      font-weight: 900;
      font-size: 17px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content li {
      font-size: 17px;
      line-height: 22px;
  }

  .page-template-template-content-nosidebar .section .chart {
      max-width: 640px;
      margin: 0 auto 37px auto;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section {
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section.overview p:nth-child(2) {
      line-height: 28px;
      max-width: 598px;
      margin-bottom: 50px;
  }

  .page-template-template-content-nosidebar header {
      margin-bottom: 63px;
  }

  .page-template-template-content-nosidebar #banner .banner-text h1 {
      font-size: 60px;
      line-height: 69px;
      max-width: 500px;
  }

  .page-template-template-content-nosidebar #internal-page {
      padding: 0 77px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content:before {
      margin: 0;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content .text-highlighted {
      font-size: 22px;
      text-align: center;
      line-height: 32px;
      max-width: 577px;
      margin-bottom: 42px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content p {
      font-size: 17px;
      line-height: 22px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content h2 {
      font-size: 19px;
      line-height: 22px;
      margin-bottom: 24px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content >.section h3 {
      font-size: 16px;
      letter-spacing: 1.6px;
      line-height: 32px;
  }

  .page-template-template-content-nosidebar .section .section-heading .title {
      font-size: 32px;
      margin: 0 auto 45px auto;
      line-height: 34px;
      max-width: unset;
  }

  .page-template-template-content-nosidebar .section .section-heading .sub-title {
      font-size: 16px;
  }

  .page-template-template-content-nosidebar .section .image-group {
      padding: 0;
      max-width: unset;
  }

  .page-template-template-content-nosidebar .section .image-group .mobile {
      display: none;
  }

  .page-template-template-content-nosidebar .section .image-group .desktop {
      display: block;
      height: auto;
      margin: 0 auto;
  }

  .page-template-template-content-nosidebar .section .image-group-container {
      display: flex;
      justify-content: space-between:
  }

  .page-template-template-content-nosidebar .section .image-group-container.igc-01 {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      max-width: 605px;
  }

  .page-template-template-content-nosidebar .section .image-group-container.igc-01 .image-group {
      margin: 0;
      width: 293px;
  }

  .page-template-template-content-nosidebar .section .image-group-container .image-group {
      margin: 0 8px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(2) {
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(2) .title {
      width: 426px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(2) .chart {
      width: 602px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 69px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(3) {
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(3) .title {
      width: 514px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(3) .section-heading {
      margin-bottom: 37px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(3) .title {
      margin-bottom: 17px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(3) h3:nth-child(6) {
      margin-bottom: 30px;
  }

  .page-template-template-content-nosidebar .section .section-heading .title.title-01 {
      width: 536px;
  }

  .page-template-template-content-nosidebar .main-content > .section:nth-child(4) {
      margin-bottom: 87px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(6) ul {
      max-width: 600px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(8) .title {
      max-width: unset;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(9) ul.list-type-01 li {
      margin-bottom: 0 !important;
      line-height: 28px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content > .section:nth-child(9) ul li:before, .page-template-template-content-nosidebar .default-page .container .main-content > .section:nth-child(9) ul li:before {
      top: -5px;
  }

  .page-template-template-content-nosidebar .main-content > .section:nth-child(10) .section-heading .title {
      max-width: unset;
  }

  .page-template-template-content-nosidebar .main-content > .section:nth-child(13) .section-heading .title {
      max-width: 602px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(13) .callout-block {
      padding-right: 25px;
      margin-bottom: 80px;
      margin-top: 80px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(13) .chart {
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(13) .chart .chart-image {
      width: 100%;
      max-width: unset;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(14) .section-heading {
      margin-bottom: 30px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(14) .title {
      max-width: 450px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(14) ul li {
      padding-right: 18px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(15) {
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(15) .title {
      max-width: 400px;
      margin-bottom: 40px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(15) .sub-title {
      text-align: left;
      margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .page-template-template-content-nosidebar #internal-page {
    max-width: 850px;
    padding: 0;
    margin-bottom: 120px;
  }

  .page-template-template-content-nosidebar .section .image-group-container.igc-01 {
      justify-content: space-between;
      max-width: unset;
  }
  .page-template-template-content-nosidebar .section .image-group-container.igc-01 .image-group {
      width: unset;
      max-width: 400px;
  }
  .page-template-template-content-nosidebar #internal-page .main-content > .section.overview p:nth-child(2) {
      max-width:unset;
  }
}

@media (min-width: 1551px) {
  .page-template-template-content-nosidebar #internal-page .container .main-content ul li:before, .page-template-template-content-nosidebar .default-page .container .main-content ul li:before {
      top: -9px;
  }
}

@media (min-width: 1350px) {
  .page-template-template-content-nosidebar #internal-page {
    max-width: 960px;
    padding: 0;
  }

  .page-template-template-content-nosidebar .section .section-heading .title {
    max-width: unset;
    width: unset;
    font-size: 38px;
    line-height: 32px;
  }

  .page-template-template-content-nosidebar .section .chart {    
    max-width: 640px;
  }

  .page-template-template-content-nosidebar #internal-page .callout-block {
    font-size: 36px;
    line-height: 42px;
    max-width: 610px;
    padding-right: 58px;
    margin: 100px auto;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content .text-highlighted {
    font-size: 24px;
    line-height: 34px !important;
    margin-bottom: 54px;
    max-width: 838px;
    font-weight: 800;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content p {
    font-size: 17px;
    line-height: 22px !important;
  }

  .page-template-template-content-nosidebar #banner {
    min-height: 501px;
  }

  .page-template-template-content-nosidebar header {
    margin-bottom: 98px;
  }

  .page-template-template-content-nosidebar #banner .banner-text h1 {
    max-width: unset;
    font-size: 80px;
    line-height: 92px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content li {
    font-size: 17px;
    padding: 0 30px 0px 12px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(2) .chart {
    width: 700px;
    margin-bottom: 92px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section.overview p:nth-child(2) {
    max-width: 950px;
    padding-right: 0px;
    line-height: 32px !important;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(2) .title {
    width: unset;
    margin-bottom: 51px;
  }

  .page-template-template-content-nosidebar .main-content {
      max-width: 960px;
      margin: 0 auto;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(3) .title {
    width:unset;
  }

  .page-template-template-content-nosidebar .section .section-heading .sub-title {
    font-size: 18px;
    letter-spacing: 1.8px;
    font-weight: 900;
  }

  .page-template-template-content-nosidebar .section .section-heading .title.title-01 {
    width:630px;
    line-height: 42px;
  }

  .page-template-template-content-nosidebar .section .image-group-container.igc-01 .image-group {
    width: unset;
    max-width: unset;
  }
  .page-template-template-content-nosidebar .section .image-group-container.igc-01 {
    max-width: unset;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content ul ul {
    margin-left: 61px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(5) .section-content > ul > li:last-of-type {
    padding-right: 80px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(6) ul {
    max-width:unset;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(7) {
    margin-bottom: 123px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(8) {}

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(8) .callout-block {
    padding-right: 92px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(10) p:nth-child(4) {
    margin-bottom: 75px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(10) .chart {
    margin-bottom: 104px;
  } 

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(10) h2 {
    padding-right: 90px;
    line-height: 20px;
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content ol li {

  }

  #internal-page .container .main-content ol, .default-page .container .main-content ol {
    margin-bottom: 61px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(13) .title {
    width: unset;
    max-width: unset;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(13) .callout-block {
    padding-right: 60px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(14) .section-heading {
    margin-bottom: 53px;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(14) .title {
    width: unset;
    max-width: unset;
  }

  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(15) .title {
    width: unset;
    max-width: unset;    
  }

  .page-template-template-content-nosidebar #internal-page .container .main-content >.section h3 {
    font-size: 18px;
  }

}

@media (min-width: 1400px) {
      .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(2) .chart {
      max-width: 640px;      
  }
  .page-template-template-content-nosidebar #internal-page .main-content > .section:nth-child(13) .chart {
      max-width: 600px;
  }
}


/* Mark S 26OCT21 */
body:not(.home):not(.page-template-template-home) header .banner {
	display: flex;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-right .play-btn:before {
    display: none;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-right {
    display:none
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-internal-left {

}

body:not(.home):not(.page-template-template-home) header .banner .container {
    justify-content:center;
}

.btn.s-blue__solid {
    font-size: 12px;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-tagline {
    line-height: 20px;
}

body:not(.home):not(.page-template-template-home) header .banner .container .banner-headline {
    font-size: 30px;
}

body:not(.home):not(.page-template-template-home) header .banner {
    height: 300px;
}

#banner .btn.s-blue__solid {
    white-space:nowrap;
}