@charset "UTF-8";
/* FONTS
   ========================================================================== */
@font-face {
  font-family: "Aller Display";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/aller-display/AllerDisplay.woff") format("woff"), url("../fonts/aller-display/AllerDisplay.woff2") format("woff2");
}
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #707070;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #002337;
  color: #ffffff;
}
body ::selection {
  background: #002337;
  color: #ffffff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
  border: 1px solid #e1e1e1;
  background: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 60px;
  width: 100%;
  color: #707070;
  padding: 0 20px;
}
@media (max-width: 480px) {
  input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
    height: 40px;
    padding: 0 12px;
  }
}
input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #707070;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 1;
  color: #707070;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #707070;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  border-color: #002337;
}
textarea {
  resize: none;
  height: 140px;
  padding: 15px 20px;
}
@media (max-width: 480px) {
  textarea {
    padding: 10px 12px;
  }
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="search"], input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 85px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 38px;
  }
}
h2 {
  font-size: 80px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 38px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 480px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 26px;
}
@media (max-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 20px;
}
a {
  color: #002337;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1460px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #002337;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #00131e;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*="col-"] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap1184 {
  margin: 0 auto;
  width: 1184px;
  max-width: 94%;
  position: relative;
}
.wrap {
  margin: 0 auto;
  width: 1460px;
  max-width: 94%;
  position: relative;
}
.wrap1566 {
  margin: 0 auto;
  width: 1566px;
  max-width: 94%;
  position: relative;
}
.wrap1682 {
  margin: 0 auto;
  width: 1682px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1460px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: "";
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #002337;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 18px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #002337;
  border: none;
  outline: 0;
  min-width: 150px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #D8C20D;
  letter-spacing: 1.2px;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 15px 18px;
  }
}
.btn:hover {
  background: #002337;
  color: #D8C20D;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #908109;
}
.btn.blue {
  background: #002337;
  color: #D8C20D;
}
/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1, .wysiwyg h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 "Open Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ff5f5f;
  background: #eeeeee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 12px;
  }
}
.wpcf7 .btn {
  margin-top: 30px;
}
@media (max-width: 1460px) {
  .wpcf7 .btn {
    margin-top: 0;
  }
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 8px 10px;
  color: #fff;
}
.wpcf7-list-item label {
  display: inline-block;
}
.wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top;
  color: #D8C20D;
}
.wpcf7-list-item label span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #fff;
}
.wpcf7-list-item label span:after {
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: 2px;
  content: "✓";
  opacity: 0;
  color: #fff;
}
.wpcf7-list-item label input {
  display: none;
}
.wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 35px;
  padding: 5px;
  border: 2px solid #44A5CB;
  border-radius: 10px;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:last-child {
  margin-right: 0;
}
.s-link a:before {
  font-size: 20px;
  color: #44A5CB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
}
.s-link a:hover:before {
  color: #fff;
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #D8C20D;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #cccccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #002337;
  background: #002337;
}
#top {
  min-height: 1080px;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  margin-top: 140px;
}
@media (max-width: 1366px) {
  #top {
    min-height: 750px;
  }
}
@media (max-width: 1280px) {
  #top {
    margin-top: 192px;
  }
}
@media (max-width: 1024px) {
  #top {
    min-height: 560px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 390px;
  }
}
#top.yellow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  background: linear-gradient(90deg, #d8c20d 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
  z-index: 9;
}
#top.blue:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #44a5cb;
  background: linear-gradient(90deg, #44a5cb 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
  z-index: 9;
}
#top video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#top .info {
  position: relative;
  z-index: 99;
}
#top h1 {
  font-size: 250px;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  display: inline-block;
}
#top h1:before {
  content: url("../img/title-before.png");
  position: absolute;
  top: 75px;
  right: -200px;
  z-index: -1;
}
@media (max-width: 1366px) {
  #top h1 {
    font-size: 185px;
  }
}
@media (max-width: 1024px) {
  #top h1 {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  #top h1 {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  #top h1 {
    font-size: 38px;
  }
  #top h1:before {
    display: none;
  }
}
#top h2 {
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  z-index: 9;
}
@media (max-width: 1366px) {
  #top h2 {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  #top h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #top h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #top h2 {
    font-size: 28px;
  }
}
#top h3 {
  font-size: 36px;
  position: relative;
  z-index: 9;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#top h3 em {
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1366px) {
  #top h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  #top h3 {
    font-size: 24px;
  }
}
#top h4 {
  text-transform: initial;
}
#top .btn {
  margin-top: 50px;
  font-size: 16px;
}
@media (max-width: 768px) {
  #top .btn {
    margin-top: 10px;
  }
}
.desctop_hide {
  display: none;
}
@media (max-width: 1024px) {
  /* resp_menu_active
========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: fixed;
    z-index: 1001;
    top: 25px;
    right: 25px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #002337;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #ffffff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 60px solid #000304;
    border-bottom: 3px solid #000304;
    background: #002337;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #003351;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #00131e;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #ffffff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #00436a;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #003351;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #003351;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.investment-page {
  background: #002337;
}
.investment-page .bring-block {
  position: relative;
  overflow: hidden;
  min-height: 1550px;
}
@media (max-width: 1024px) {
  .investment-page .bring-block {
    min-height: 1250px;
  }
}
@media (max-width: 768px) {
  .investment-page .bring-block {
    min-height: auto;
  }
}
.investment-page .bring-info-block {
  max-width: 860px;
  padding: 145px 0;
}
@media (max-width: 1400px) {
  .investment-page .bring-info-block {
    padding: 85px 0;
  }
}
@media (max-width: 768px) {
  .investment-page .bring-info-block {
    padding: 65px 0;
  }
}
@media (max-width: 480px) {
  .investment-page .bring-info-block {
    padding: 45px 0;
  }
}
.investment-page .bring-info-block .bring-info {
  padding-right: 40px;
  color: #fff;
}
@media (max-width: 1400px) {
  .investment-page .bring-info-block .bring-info {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .investment-page .bring-info-block .bring-info {
    text-align: center;
  }
}
.investment-page .bring-info-block .bring-info h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .investment-page .bring-info-block .bring-info h2 {
    margin-bottom: 20px;
  }
}
.investment-page .bring-info-block .bring-blockquote {
  padding: 80px 100px;
}
@media (max-width: 1600px) {
  .investment-page .bring-info-block .bring-blockquote {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1024px) {
  .investment-page .bring-info-block .bring-blockquote {
    padding: 30px 20px 10px 100px;
  }
}
@media (max-width: 768px) {
  .investment-page .bring-info-block .bring-blockquote {
    padding: 20px 20px 10px 80px;
  }
}
@media (max-width: 480px) {
  .investment-page .bring-info-block .bring-blockquote {
    padding: 20px 20px 10px 50px;
  }
}
.investment-page .bring-info-block .bring-blockquote blockquote {
  position: relative;
}
.investment-page .bring-info-block .bring-blockquote blockquote:before {
  content: url("../img/mark.png");
  position: absolute;
  top: 0;
  left: -190px;
  color: #D8C20D;
}
@media (max-width: 1600px) {
  .investment-page .bring-info-block .bring-blockquote blockquote:before {
    left: -120px;
  }
}
@media (max-width: 1024px) {
  .investment-page .bring-info-block .bring-blockquote blockquote:before {
    left: -100px;
    top: -10px;
    transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .investment-page .bring-info-block .bring-blockquote blockquote:before {
    transform: scale(0.5);
    top: -20px;
    left: -80px;
  }
}
@media (max-width: 480px) {
  .investment-page .bring-info-block .bring-blockquote blockquote:before {
    transform: scale(0.3);
    top: -30px;
    left: -70px;
  }
}
.investment-page .bring-info-block .bring-blockquote blockquote p {
  color: #44A5CB;
  font-size: 50px;
  font-style: italic;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .investment-page .bring-info-block .bring-blockquote blockquote p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .investment-page .bring-info-block .bring-blockquote blockquote p {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .investment-page .bring-info-block .bring-blockquote blockquote p {
    font-size: 20px;
  }
}
.investment-page .bring-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.investment-page .bring-image img {
  max-width: 100%;
}
.tac {
  text-align: center;
  position: relative;
}
.form-box {
  background: #707070;
  color: #fff;
  padding: 110px 0 60px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .form-box {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .form-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .form-box {
    padding: 25px 0;
  }
}
.form-box > .wrap {
  width: 830px;
}
.form-box form {
  max-width: 770px;
  margin: 22px auto 0;
}
@media (max-width: 768px) {
  .form-box form {
    margin: 0 auto;
  }
}
.form-box h2 {
  font-size: 100px;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 1;
  position: relative;
  z-index: 0;
}
.form-box h2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 258px;
  height: 258px;
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  z-index: -1;
  -webkit-transform: translate(60%, -50%);
  -moz-transform: translate(60%, -50%);
  -ms-transform: translate(60%, -50%);
  transform: translate(60%, -50%);
}
@media (max-width: 1024px) {
  .form-box h2::before {
    width: 20%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 1366px) {
  .form-box h2 {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .form-box h2 {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .form-box h2 {
    font-size: 35px;
  }
}
.form-box h3 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 18px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: initial;
}
@media (max-width: 1024px) {
  .form-box h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .form-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.owners-box {
  background: #F2F2F2;
  padding: 120px 0 130px;
}
@media (max-width: 1366px) {
  .owners-box {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .owners-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .owners-box {
    padding: 25px 0;
  }
}
.owners-box .top-text {
  margin-bottom: 90px;
}
@media (max-width: 1366px) {
  .owners-box .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .owners-box .top-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .owners-box .top-text {
    margin-bottom: 10px;
  }
}
.owners-box .top-text > .wrap {
  width: 1300px;
}
.owners-box .top-text h3 {
  font-size: 80px;
  line-height: 1;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -1.5px;
}
@media (max-width: 1366px) {
  .owners-box .top-text h3 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .owners-box .top-text h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .owners-box .top-text h3 {
    font-size: 26px;
  }
}
.owners-box .top-text h2 {
  font-size: 185px;
  text-transform: uppercase;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  line-height: 0.9;
  letter-spacing: -4px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .owners-box .top-text h2 {
    font-size: 140px;
  }
}
@media (max-width: 768px) {
  .owners-box .top-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .owners-box .top-text h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.owners-box .top-text p {
  color: #000;
  font-weight: 300;
  line-height: 1.5;
}
.owners-box .owners-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.owners-box .owners-wrapper > .wrap {
  width: 1560px;
}
.owners-box .owners-wrapper .owners-slider {
  overflow: initial;
}
.owners-box .swiper-slide {
  min-height: 25.5vw;
  height: auto;
  position: relative;
  z-index: 0;
  background: #334e5e;
  pointer-events: none;
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  .owners-box .swiper-slide {
    min-height: 45vw;
  }
}
@media (max-width: 600px) {
  .owners-box .swiper-slide {
    min-height: 80vw;
  }
}
.owners-box .swiper-slide .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owners-box .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .owners-box .swiper-slide .photo img {
    opacity: 0.1;
  }
}
.owners-box .swiper-slide .info {
  position: relative;
  opacity: 0;
  color: #fff;
  text-align: center;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .owners-box .swiper-slide .info {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .owners-box .swiper-slide .info {
    opacity: 1;
  }
}
.owners-box .swiper-slide .video {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 37px;
  border-radius: 50%;
  border: 3px solid #44A5CB;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .owners-box .swiper-slide .video {
    margin: 0 auto 15px;
  }
}
.owners-box .swiper-slide .video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 55%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #44A5CB;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owners-box .swiper-slide .video:hover {
  border-color: #D8C20D;
}
.owners-box .swiper-slide .video:hover::before {
  border-color: transparent transparent transparent #D8C20D;
}
.owners-box .swiper-slide .name {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.owners-box .swiper-slide .position {
  font-size: 16px;
  color: #D8C20D;
  letter-spacing: -0.5px;
}
.owners-box .swiper-slide .location {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.owners-box .swiper-slide .link {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 0;
  padding-right: 30px;
}
.owners-box .swiper-slide .link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #D8C20D;
  border-right: 2px solid #D8C20D;
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
}
.owners-box .swiper-slide .link:hover {
  text-decoration: none;
  color: #D8C20D;
}
.owners-box .swiper-slide.swiper-slide-active {
  pointer-events: initial;
}
.owners-box .swiper-slide.swiper-slide-active + .swiper-slide {
  pointer-events: initial;
}
.owners-box .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  pointer-events: initial;
}
.owners-box .swiper-slide:hover .photo img {
  opacity: 0.1;
}
.owners-box .swiper-slide:hover .info {
  opacity: 1;
}
.owners-box .swiper-button-next, .owners-box .swiper-button-prev {
  color: #002337;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owners-box .swiper-button-next::after, .owners-box .swiper-button-prev::after {
  font-size: 60px;
}
@media (max-width: 1024px) {
  .owners-box .swiper-button-next::after, .owners-box .swiper-button-prev::after {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .owners-box .swiper-button-next::after, .owners-box .swiper-button-prev::after {
    font-size: 30px;
  }
}
.owners-box .swiper-button-next:hover, .owners-box .swiper-button-prev:hover {
  color: #D8C20D;
}
.owners-box .swiper-button-next {
  right: 2%;
}
@media (max-width: 768px) {
  .owners-box .swiper-button-next {
    right: 20px;
  }
}
.owners-box .swiper-button-prev {
  left: 2%;
}
@media (max-width: 768px) {
  .owners-box .swiper-button-prev {
    left: 20px;
  }
}
.tpl-contact .gform_validation_errors {
  margin: 30px 0 !important;
}
.tpl-contact .gform_confirmation_message {
  padding: 100px 0;
  font-size: 20px;
  font-weight: 700;
}
.tpl-contact #top {
  min-height: 600px;
}
@media (max-width: 1024px) {
  .tpl-contact #top {
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .tpl-contact #top {
    min-height: 300px;
  }
}
.tpl-contact #top.v-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.tpl-contact #top .info {
  margin-top: 180px;
}
.tpl-contact #top .info h1 {
  font-size: 233px;
}
@media (max-width: 1440px) {
  .tpl-contact #top .info h1 {
    font-size: 160px;
  }
}
@media (max-width: 1024px) {
  .tpl-contact #top .info h1 {
    margin-top: 100px;
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .tpl-contact #top .info h1 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .tpl-contact #top .info h1 {
    font-size: 46px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .tpl-contact #top .info {
    margin-top: 60px;
  }
}
.tpl-contact #top br {
  display: none;
}
.tpl-contact #top:before {
  background: rgba(73, 166, 208, 0.7);
  opacity: 0.7;
}
.tpl-contact #top h1::before {
  top: -23%;
  right: -92px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .tpl-contact #top h1::before {
    top: -50%;
  }
}
@media (max-width: 1024px) {
  .tpl-contact #top h1::before {
    top: -100px;
  }
}
@media (max-width: 768px) {
  .tpl-contact #top h1::before {
    display: none;
  }
}
.tpl-contact #top .scroll {
  background: #D8C20D;
  padding: 13px 35px;
  border-radius: 13px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
  z-index: 9;
  cursor: pointer;
  max-width: 120px;
  width: 100%;
  height: 52px;
}
@media (max-width: 1024px) {
  .tpl-contact #top .scroll {
    max-width: 60px;
    height: 35px;
  }
  .tpl-contact #top .scroll svg {
    width: 50%;
  }
}
.tpl-contact #top .scroll svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tpl-contact .contact-box {
  padding: 0;
}
.wrap-contact-us-form .button {
  background: #002337 !important;
  color: #D8C20D !important;
  text-transform: uppercase !important;
  padding: 18px 45px !important;
}
.wrap-contact-us-form .form-title {
  background: #49A6D0;
  padding: 45px 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .wrap-contact-us-form .form-title {
    padding: 25px;
  }
}
.wrap-contact-us-form .gform_heading {
  display: none;
}
.wrap-contact-us-form .gsection_title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.wrap-contact-us-form .gfield {
  border: none !important;
}
.wrap-contact-us-form .gform-theme--foundation .gform_fields {
  row-gap: 15px;
  margin-bottom: 30px;
}
.wrap-contact-us-form input[type="text"], .wrap-contact-us-form input[type="number"], .wrap-contact-us-form input[type="email"], .wrap-contact-us-form input[type="password"], .wrap-contact-us-form input[type="search"], .wrap-contact-us-form input[type="tel"], .wrap-contact-us-form textarea, .wrap-contact-us-form select {
  background: #D7F3FF !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border: none !important;
}
.wrap-contact-us-form h2 {
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 86px;
  font-family: "Aller Display";
}
@media (max-width: 768px) {
  .wrap-contact-us-form h2 {
    font-size: 35px;
  }
}
.wrap-contact-us-form h3 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .wrap-contact-us-form h3 {
    font-size: 30px;
  }
}
.wrap-contact-us-form p {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
  .wrap-contact-us-form p {
    font-size: 15px;
  }
}
.wrap-contact-us-form form {
  padding: 50px 0;
}
.contact-box {
  z-index: 10;
}
@media (max-width: 1366px) {
  .contact-box {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .contact-box {
    margin-top: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .contact-box {
    padding: 25px 0;
  }
}
.contact-box .button {
  background: #002337 !important;
  color: #D8C20D !important;
  text-transform: uppercase !important;
  padding: 18px 45px !important;
}
.contact-box .wrap-contact-form .gform_heading {
  display: none;
}
.contact-box .wrap-contact-form .gsection_title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-box .wrap-contact-form .gfield {
  border: none;
}
.contact-box .wrap-contact-form .gform-theme--foundation .gform_fields {
  row-gap: 15px;
  margin-bottom: 30px;
}
.contact-box .wrap-contact-form input[type="text"], .contact-box .wrap-contact-form input[type="number"], .contact-box .wrap-contact-form input[type="email"], .contact-box .wrap-contact-form input[type="password"], .contact-box .wrap-contact-form input[type="search"], .contact-box .wrap-contact-form input[type="tel"], .contact-box .wrap-contact-form textarea, .contact-box .wrap-contact-form select {
  background: #D7F3FF !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border: none !important;
}
.contact-box h2 {
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 86px;
  font-family: "Aller Display";
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .contact-box h2 {
    font-size: 35px;
  }
}
.contact-box h3 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-box h3 {
    font-size: 30px;
  }
}
.contact-box p {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
  .contact-box p {
    font-size: 15px;
  }
}
.contact-box form {
  padding: 50px 0;
}
.form-title {
  background: #49A6D0;
  padding: 38px 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .form-title {
    padding: 25px;
  }
}
.requirements {
  background: #002337;
  color: #fff;
  padding: 150px 0 80px;
}
@media (max-width: 1366px) {
  .requirements {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .requirements {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .requirements {
    padding: 25px 0;
  }
}
.requirements .top-text {
  margin-bottom: 140px;
  max-width: 1020px;
}
@media (max-width: 1366px) {
  .requirements .top-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .requirements .top-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .requirements .top-text {
    margin-bottom: 10px;
  }
}
.requirements .top-text h2 {
  font-size: 85px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.15;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (max-width: 1366px) {
  .requirements .top-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .requirements .top-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .requirements .top-text h2 {
    font-size: 24px;
  }
}
.requirements .top-text h2 strong {
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
}
.requirements .title {
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #D8C20D;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 130px;
}
@media (max-width: 1366px) {
  .requirements .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .requirements .title {
    margin-bottom: 40px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 480px) {
  .requirements .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.requirements .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5.25%;
  width: 110.5%;
}
.requirements .items > * {
  width: 22.8333333333%;
  margin: 0 5.25% 7em;
}
@media (max-width: 1366px) {
  .requirements .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  .requirements .items > * {
    width: 29.3333333333%;
    margin: 0 2% 2.6666666667em;
  }
}
@media (max-width: 1024px) {
  .requirements .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  .requirements .items > * {
    width: 46%;
    margin: 0 2% 3em;
  }
}
@media (max-width: 768px) {
  .requirements .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .requirements .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 480px) {
  .requirements .item p {
    font-size: 15px;
  }
}
.requirements .item .icon {
  min-height: 110px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .requirements .item .icon {
    min-height: auto;
    margin-bottom: 12px;
  }
}
.requirements .item .icon img {
  max-height: 110px;
}
@media (max-width: 768px) {
  .requirements .item .icon img {
    max-height: 80px;
  }
}
.requirements .item .item-title {
  font-size: 30px;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  padding-right: 25px;
}
@media (max-width: 480px) {
  .requirements .item .item-title {
    font-size: 20px;
  }
}
.requirements .item .item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 16px;
  height: 4px;
  background: #D8C20D;
}
.requirements .item .item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 6px;
  width: 4px;
  height: 16px;
  background: #D8C20D;
}
.blue-box {
  background: #44A5CB;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 1024px) {
  .blue-box {
    display: block;
  }
}
.blue-box .blue-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.blue-box .blue-box-flex h2 {
  margin-right: 20px;
}
.blue-box .left-wrapper, .blue-box .right-wrapper {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.blue-box .left-wrapper {
  position: relative;
  z-index: 0;
  padding: 8% 9%;
  color: #fff;
}
@media (max-width: 1650px) {
  .blue-box .left-wrapper {
    padding: 30px;
  }
}
.blue-box .left-wrapper .plus {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 27px;
}
.blue-box .left-wrapper .plus::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #D8C20D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blue-box .left-wrapper .plus::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #D8C20D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blue-box .left-wrapper .text {
  position: relative;
  z-index: 0;
  min-height: 100%;
  padding: 70px;
}
@media (max-width: 768px) {
  .blue-box .left-wrapper .text {
    padding: 30px;
  }
}
.blue-box .left-wrapper .text::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.blue-box .left-wrapper h2 {
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .blue-box .left-wrapper h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .blue-box .left-wrapper h2 {
    font-size: 30px;
  }
}
.blue-box .left-wrapper p {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .blue-box .left-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blue-box .left-wrapper p {
    font-size: 16px;
  }
}
.blue-box .left-wrapper .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blue-box .left-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.blue-box .right-wrapper {
  color: #fff;
  padding: 6.5% 7%;
}
@media (max-width: 1600px) {
  .blue-box .right-wrapper {
    padding: 60px;
  }
}
@media (max-width: 1440px) {
  .blue-box .right-wrapper {
    padding: 30px;
  }
}
.blue-box .right-wrapper h2 {
  font-size: 90px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .blue-box .right-wrapper h2 {
    font-size: 60px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .blue-box .right-wrapper h2 {
    font-size: 30px;
  }
}
.blue-box .right-wrapper h2 span[style="font-size: 10pt;"] {
  font-size: 26px;
}
.blue-box .right-wrapper h4 {
  font-size: 26px;
  letter-spacing: 11.5px;
  color: #002337;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
@media (max-width: 768px) {
  .blue-box .right-wrapper h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.blue-box .right-wrapper p, .blue-box .right-wrapper li {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .blue-box .right-wrapper p, .blue-box .right-wrapper li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blue-box .right-wrapper p, .blue-box .right-wrapper li {
    font-size: 16px;
  }
}
.blue-box .right-wrapper ul li {
  padding-left: 36px;
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .blue-box .right-wrapper ul li {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .blue-box .right-wrapper ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .blue-box .right-wrapper ul li {
    padding-left: 25px;
  }
}
.blue-box .right-wrapper ul li::before {
  content: "+";
  left: 0;
  top: 0;
  font-weight: 700;
  color: #D8C20D;
  position: absolute;
}
.blue-box.alt .left-wrapper .image img {
  opacity: 1;
}
.blue-box.alt .left-wrapper .text::before {
  background-color: rgba(68, 165, 203, 0.8);
}
.investment-bottom-info {
  color: #002337;
  background: #F2F2F2;
}
@media (max-width: 1024px) {
  .investment-bottom-info > .flex {
    display: block;
  }
}
.investment-bottom-info .left-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 150px 0 30px;
}
@media (max-width: 1366px) {
  .investment-bottom-info .left-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .investment-bottom-info .left-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .investment-bottom-info .left-wrapper {
    padding: 25px 0;
  }
}
.investment-bottom-info .left-wrapper .plus {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 27px;
}
.investment-bottom-info .left-wrapper .plus::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #D8C20D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.investment-bottom-info .left-wrapper .plus::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #D8C20D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.investment-bottom-info .left-wrapper .title {
  color: #44A5CB;
  font-weight: 400;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  margin-bottom: 55px;
}
@media (max-width: 1366px) {
  .investment-bottom-info .left-wrapper .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .investment-bottom-info .left-wrapper .title {
    margin-bottom: 15px;
  }
}
.investment-bottom-info .left-wrapper .item {
  padding: 80px 0 70px;
  border-top: 1px solid #002337;
}
@media (max-width: 1366px) {
  .investment-bottom-info .left-wrapper .item {
    padding: 40px 0 30px;
  }
}
@media (max-width: 1024px) {
  .investment-bottom-info .left-wrapper .item {
    padding: 20px 0 15px;
  }
}
.investment-bottom-info .left-wrapper h3 {
  text-transform: inherit;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.investment-bottom-info .right-wrapper {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%;
  margin-left: 7%;
}
@media (max-width: 1024px) {
  .investment-bottom-info .right-wrapper {
    margin: 0 auto;
    max-width: 400px;
    padding-bottom: 30px;
  }
}
.investment-bottom-info .investment-logo-slider .swiper-slide {
  height: auto;
}
.investment-bottom-info .swiper-pagination {
  position: static;
  padding-top: 55px;
}
@media (max-width: 1024px) {
  .investment-bottom-info .swiper-pagination {
    padding-top: 20px;
  }
}
.investment-bottom-info .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #969696;
  margin: 0 27px;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .investment-bottom-info .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
.investment-bottom-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .investment-bottom-info .swiper-pagination .swiper-pagination-bullet:hover {
  background: #44A5CB;
}
.tpl-investment .blue-box .left-wrapper h2 {
  font-size: 185px;
  line-height: 0.8;
}
@media (max-width: 1440px) {
  .tpl-investment .blue-box .left-wrapper h2 {
    font-size: 60px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .tpl-investment .blue-box .left-wrapper h2 {
    font-size: 30px;
  }
}
.revolution-info {
  padding: 120px 0 60px;
}
@media (max-width: 1366px) {
  .revolution-info {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .revolution-info {
    padding: 40px 0;
  }
}
.revolution-info h4 {
  font-size: 60px;
  color: #44A5CB;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .revolution-info h4 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .revolution-info h4 {
    font-size: 25px;
  }
}
.revolution-info h2 {
  font-size: 185px;
  color: #002337;
  letter-spacing: -4px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .revolution-info h2 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .revolution-info h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .revolution-info h2 {
    font-size: 35px;
  }
}
.revolution-info p {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .revolution-info p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .revolution-info p {
    font-size: 16px;
  }
}
.video-box {
  display: block;
  position: relative;
  z-index: 0;
}
.video-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 148px;
  height: 148px;
  border: 3px solid #44A5CB;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .video-box::before {
    width: 70px;
    height: 70px;
  }
}
.video-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 34px 55px;
  border-color: transparent transparent transparent #44A5CB;
  -webkit-transform: translate(-35%, -50%);
  -moz-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .video-box::after {
    border-width: 17px 0 17px 27px;
  }
}
.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box:hover {
  opacity: 0.8;
}
.video-box:hover::before {
  border-color: #D8C20D;
}
.video-box:hover::after {
  border-color: transparent transparent transparent #D8C20D;
}
.investment-bottom-info {
  background: #fff;
}
@media (max-width: 1024px) {
  .investment-bottom-info {
    display: block;
  }
}
.investment-bottom-info .text-wrapper, .investment-bottom-info .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.investment-bottom-info .text-wrapper {
  padding: 8% 8%;
}
@media (max-width: 1366px) {
  .investment-bottom-info .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .investment-bottom-info .text-wrapper {
    padding: 20px;
  }
}
.investment-bottom-info .text-wrapper h2 {
  color: #44A5CB;
}
.investment-bottom-info .text-wrapper h4 {
  font-size: 20px;
  letter-spacing: 11px;
  color: #002337;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .investment-bottom-info .text-wrapper h4 {
    letter-spacing: 4px;
  }
}
.investment-bottom-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-box {
  background: #002337;
  color: #fff;
  padding: 135px 0 65px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .process-box {
    padding: 60px 0;
  }
  .process-box > .flex {
    display: block;
  }
}
@media (max-width: 480px) {
  .process-box {
    padding: 25px 0;
  }
}
.process-box > .wrap {
  width: 1100px;
}
.process-box .plus {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 27px;
}
.process-box .plus::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #D8C20D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.process-box .plus::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #D8C20D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.process-box .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .process-box .left-text {
    margin-bottom: 40px;
  }
}
.process-box .left-text .text-process {
  padding-bottom: 130px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .process-box .left-text .text-process {
    padding-bottom: 20px;
    font-size: 60px;
  }
}
.process-box .left-text .text-process::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 335px;
  background: #44A5CB;
}
@media (max-width: 768px) {
  .process-box .left-text .text-process::before {
    display: none;
  }
}
.process-box .left-text h2 {
  font-size: 100px;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 0.9;
  text-transform: initial;
}
.process-box .left-text h2 strong {
  font-size: 180px;
  font-weight: 400;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .process-box .left-text h2 strong {
    font-size: 70px;
  }
}
.process-box .process-swiper {
  -webkit-flex-basis: 525px;
  -moz-flex-basis: 525px;
  -ms-flex-basis: 525px;
  flex-basis: 525px;
  max-width: 525px;
  margin-left: 5%;
}
@media (max-width: 1024px) {
  .process-box .process-swiper {
    margin-left: 0;
    max-width: 100%;
  }
}
.process-box .swiper-slide {
  height: auto;
}
.process-box .swiper-slide .image {
  display: block;
  border-bottom: 3px solid #D8C20D;
  padding-bottom: 50px;
  margin-bottom: 45px;
}
.process-box .swiper-slide h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.process-box .swiper-slide p, .process-box .swiper-slide li {
  font-size: 20px;
}
.process-box .swiper-slide ul li {
  padding-left: 30px;
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .process-box .swiper-slide ul li {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .process-box .swiper-slide ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .process-box .swiper-slide ul li {
    padding-left: 25px;
  }
}
.process-box .swiper-slide ul li::before {
  content: "+";
  left: 0;
  top: 0;
  font-weight: 700;
  color: #D8C20D;
  position: absolute;
}
.process-box .swiper-pagination {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  position: relative;
  outline: none;
  display: block;
  font-size: 0;
  margin-top: 55px;
  overflow: hidden;
  padding: 55px 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .process-box .swiper-pagination {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .process-box .swiper-pagination {
    padding: 15px 0;
  }
}
.process-box .swiper-pagination::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
}
.process-box .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  outline: none;
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #fff;
  margin: 0 60px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .process-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5%;
  }
}
.process-box .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  display: block;
  border: 3px solid #D8C20D;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.process-box .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 100vw;
  height: 4px;
  background: #D8C20D;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.process-box .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.process-box .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.process-box .swiper-pagination .swiper-pagination-bullet .pagination-text {
  font-size: 20px;
  text-transform: uppercase;
  color: #44A5CB;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 40px;
  letter-spacing: 4px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .process-box .swiper-pagination .swiper-pagination-bullet .pagination-text {
    display: none;
  }
}
.process-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .process-box .swiper-pagination .swiper-pagination-bullet:hover {
  background: #D8C20D;
}
.process-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .pagination-text, .process-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .process-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .process-box .swiper-pagination .swiper-pagination-bullet:hover .pagination-text, .process-box .swiper-pagination .swiper-pagination-bullet:hover::after, .process-box .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: #95989A;
  z-index: 999;
}
.header .logo {
  opacity: 1;
  color: #181818;
  display: block;
  margin-right: 65px;
  max-width: 198px;
  width: 100%;
}
.header .logo:hover {
  opacity: 0.8;
}
@media (max-width: 1910px) {
  .header .logo {
    margin-right: 30px;
  }
}
.header .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 26px 72px;
}
@media (max-width: 1500px) {
  .header .left {
    padding: 26px 35px;
  }
}
@media (max-width: 1366px) {
  .header .left {
    padding: 26px 15px;
  }
}
.header .header-button {
  -webkit-flex-basis: 511px;
  -moz-flex-basis: 511px;
  -ms-flex-basis: 511px;
  flex-basis: 511px;
  padding: 15px;
  background: #002337;
  color: #D8C20D;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
}
.header .header-button:hover {
  text-decoration: none;
}
@media (max-width: 1800px) {
  .header .header-button {
    -webkit-flex-basis: 380px;
    -moz-flex-basis: 380px;
    -ms-flex-basis: 380px;
    flex-basis: 380px;
  }
}
@media (max-width: 1440px) {
  .header .header-button {
    -webkit-flex-basis: 320px;
    -moz-flex-basis: 320px;
    -ms-flex-basis: 320px;
    flex-basis: 320px;
    text-align: center;
    letter-spacing: 2px;
  }
}
@media (max-width: 1279px) {
  .header .header-button {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  font-size: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li {
  margin-right: 47px;
}
@media (max-width: 1910px) {
  .main_nav .level_a > li {
    margin-right: 20px;
  }
}
.main_nav .level_a > li:last-child {
  margin-right: 0;
}
.main_nav .level_a > li > a {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 1750px) {
  .main_nav .level_a > li > a {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1366px) {
  .main_nav .level_a > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1279px) {
  .main_nav .level_a > li > a {
    font-size: 18px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #002337;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: "";
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #00436a;
  border-bottom: 3px solid #00436a;
  background: #002337;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #ffffff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #00649d;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer .top {
  background: #002337;
  padding: 62px 0;
}
@media (max-width: 1024px) {
  footer .top {
    text-align: center;
    padding: 35px 0;
  }
}
footer .top .logo-footer {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  footer .top .logo-footer {
    margin-bottom: 20px;
  }
}
footer .top .footer-contact-info {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  footer .top .footer-contact-info {
    margin-bottom: 20px;
  }
}
footer .top .footer-contact-info mark a {
  font-size: 24px;
  color: #D8C20D;
}
footer .top .footer-contact-info a {
  font-size: 20px;
  color: #fff;
}
footer .top .foot-nav ul li {
  margin-bottom: 20px;
}
footer .top .foot-nav ul li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 1366px) {
  footer .top .foot-nav ul li a {
    font-size: 15px;
  }
}
footer .top .footer-form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  footer .top .footer-form .flex {
    display: block;
  }
}
footer .top .footer-form h4 {
  font-size: 23px;
  color: #44A5CB;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  text-align: center;
}
footer .top .footer-form .input-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 29px;
}
@media (max-width: 480px) {
  footer .top .footer-form .input-field {
    margin-right: 0;
  }
}
footer .top .footer-form .input-field input {
  height: 40px;
  background: transparent;
  border: 1px solid #707070;
  color: #fff;
}
footer .top .footer-form .relative {
  -webkit-flex-basis: 154px;
  -moz-flex-basis: 154px;
  -ms-flex-basis: 154px;
  flex-basis: 154px;
}
footer .top .footer-form .btn {
  margin-top: 0;
  padding: 14px 20px;
}
@media (max-width: 1024px) {
  footer .top .right {
    text-align: center;
  }
}
footer .bottom {
  padding: 32px 0;
  background: #707070;
}
footer .bottom .copyright {
  color: #fff;
  font-size: 20px;
}
.text-right {
  text-align: right;
}
.home #top h3 {
  text-transform: initial;
}
.home-community {
  position: relative;
  margin-bottom: 258px;
}
@media (max-width: 768px) {
  .home-community {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .home-community .comunity-bg {
    min-height: 550px;
  }
}
.home-community .comunity-before {
  position: absolute;
  bottom: -258px;
  right: 8%;
}
@media (max-width: 1280px) {
  .home-community .comunity-before {
    right: 0;
  }
}
@media (max-width: 768px) {
  .home-community .comunity-before {
    position: static;
    padding-top: 20px;
  }
}
.home-community .community-image {
  min-height: 935px;
}
@media (max-width: 1366px) {
  .home-community .community-image {
    min-height: 750px;
  }
}
.home-community .community-info {
  background: #44A5CB;
  padding: 101px 50px 160px 129px;
  color: #fff;
  height: 100%;
}
@media (max-width: 1280px) {
  .home-community .community-info {
    padding: 35px 25px 160px 30px;
  }
}
@media (max-width: 768px) {
  .home-community .community-info {
    padding: 35px 25px 50px 30px;
  }
}
.home-community .community-info .info {
  max-width: 644px;
  width: 100%;
}
@media (max-width: 1280px) {
  .home-community .community-info .info {
    max-width: 100%;
  }
}
.home-community .community-info .info h2 {
  line-height: 1;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.home-community .community-info .info h2 strong {
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.our-story {
  padding: 112px 0 162px;
}
@media (max-width: 1024px) {
  .our-story {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .our-story {
    padding: 45px 0;
  }
}
.our-story .os-video {
  position: relative;
  display: block;
}
.our-story .os-video .play {
  width: 102px;
  height: 102px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-story .os-video .play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 55%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 30px;
  border-color: transparent transparent transparent #2698fb;
}
.our-story .os-video .play:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.our-story .os-video img {
  width: 100%;
}
.our-story .our-story-info {
  max-width: 640px;
  width: 100%;
  padding-left: 6px;
  padding-bottom: 200px;
}
@media (max-width: 1480px) {
  .our-story .our-story-info {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .our-story .our-story-info {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.our-story .our-story-info h4 {
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #002337;
}
.our-story .our-story-info h2 {
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  color: #44A5CB;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: -1.7px;
}
.our-story .our-story-info p {
  line-height: 30px;
}
.our-story .bottom-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-top: -173px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1480px) {
  .our-story .bottom-info {
    margin-top: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.our-story .os-short-info {
  padding-bottom: 45px;
  padding-left: 90px;
}
@media (max-width: 1480px) {
  .our-story .os-short-info {
    padding-left: 0;
  }
}
.our-story .os-short-info h4 {
  text-transform: uppercase;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  font-size: 36px;
  letter-spacing: -1px;
  color: #44A5CB;
}
.our-story .os-short-info .learn-more {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  color: #002337;
  position: relative;
  font-weight: 700;
}
.our-story .os-short-info .learn-more:before {
  content: "+";
  color: #D8C20D;
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 12px;
  line-height: 16px;
}
.our-story .quote {
  background: #002337;
  padding: 63px 73px;
}
@media (max-width: 768px) {
  .our-story .quote {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .our-story .quote {
    padding: 25px;
  }
}
.our-story .quote .founder-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 38px;
}
.our-story .quote .founder-info .img {
  margin-right: 40px;
}
.our-story .quote .founder-info .img img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.our-story .quote .founder-info .name {
  font-size: 26px;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  color: #44A5CB;
  text-transform: uppercase;
}
.our-story .quote .founder-info .position {
  color: #D8C20D;
  font-size: 16px;
}
.our-story .quote .os-quote p {
  color: #fff;
  font-style: italic;
  line-height: 36px;
  padding-bottom: 0;
}
.opportunity {
  padding: 75px 0 55px;
  background: #F2F2F2;
}
@media (max-width: 1024px) {
  .opportunity {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .opportunity {
    padding: 35px 0;
  }
}
.opportunity > .flex {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 1024px) {
  .opportunity > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.opportunity h2 {
  color: #44A5CB;
}
.acc .item {
  position: relative;
  margin-bottom: 10px;
}
.acc .item h3 {
  font-size: 27px;
  cursor: pointer;
  color: #969696;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #969696;
}
@media (max-width: 480px) {
  .acc .item h3 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.acc .item h3.active {
  color: #D8C20D;
}
.acc .item h3.active span:before, .acc .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info {
  display: none;
}
.acc-title .item {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #969696;
  max-width: 606px;
  width: 100%;
}
@media (max-width: 1024px) {
  .acc-title .item {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .acc-title .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.acc-title .item .title h3 {
  font-size: 27px;
  cursor: pointer;
  color: #969696;
  position: relative;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 5.4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc-title .item .title h3:hover {
  color: #fff;
}
.acc-title .item .title h3.active {
  color: #fff;
}
.acc-title .item .title h3.active ~ .sub-title {
  color: #D8C20D;
}
.acc-title .item .title .sub-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.acc-title .item .info {
  display: none;
  color: #fff;
}
.join-s {
  padding: 104px 0 66px;
}
@media (max-width: 768px) {
  .join-s {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .join-s {
    padding: 35px 0;
  }
}
.join-s .img {
  text-align: right;
}
@media (max-width: 768px) {
  .join-s .img {
    display: none;
  }
}
.join-s .info {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
}
@media (max-width: 768px) {
  .join-s .info {
    position: static;
  }
}
.join-s .info h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #002337;
  letter-spacing: 6px;
  margin-bottom: 50px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.join-s .info h2 {
  color: #44A5CB;
  letter-spacing: -1.2px;
  line-height: 1;
}
.join-s .info h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 60px;
  color: #002337;
}
@media (max-width: 768px) {
  .join-s .info h3 {
    font-size: 35px;
  }
  .join-s .info h3 br {
    display: none;
  }
}
.left-right-acc {
  background: #002337;
}
.left-right-acc > .flex {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 1024px) {
  .left-right-acc > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.left-right-acc .left {
  min-height: 1418px;
}
@media (max-width: 1024px) {
  .left-right-acc .left {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .left-right-acc .left {
    min-height: 500px;
  }
}
.left-right-acc .left .info {
  padding: 45px 124px 45px 163px;
  color: #fff;
}
@media (max-width: 768px) {
  .left-right-acc .left .info {
    padding: 45px 35px 45px 35px;
  }
}
.left-right-acc .left .info h4 {
  color: #D8C20D;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 70px;
}
.left-right-acc .left .info h3 {
  font-size: 20px;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.left-right-acc .right {
  padding-top: 211px;
  padding-left: 160px;
  padding-bottom: 50px;
  padding-right: 35px;
}
@media (max-width: 1366px) {
  .left-right-acc .right {
    padding-top: 100px;
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .left-right-acc .right {
    padding-top: 50px;
    padding-left: 45px;
  }
}
@media (max-width: 480px) {
  .left-right-acc .right {
    padding-top: 30px;
    padding-left: 30px;
  }
}
.left-right-acc .top-info {
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .left-right-acc .top-info {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .left-right-acc .top-info {
    margin-bottom: 50px;
  }
}
.left-right-acc .top-info h2 {
  color: #44A5CB;
  letter-spacing: -1.6px;
}
.left-right-acc .acc {
  max-width: 606px;
  width: 100%;
}
@media (max-width: 1024px) {
  .left-right-acc .acc {
    max-width: 100%;
  }
}
.left-right-acc.alt .left .info {
  -webkit-flex-basis: 660px;
  -moz-flex-basis: 660px;
  -ms-flex-basis: 660px;
  flex-basis: 660px;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .left-right-acc.alt .left .info {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  .left-right-acc.alt .left .info {
    max-width: 100%;
  }
}
.meet-quote {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .meet-quote {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .meet-quote {
    padding: 45px 0;
  }
}
.meet-quote .quote {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
  padding-left: 108px;
  position: relative;
  font-style: italic;
}
@media (max-width: 1200px) {
  .meet-quote .quote {
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .meet-quote .quote {
    margin: 0 auto 35px;
  }
}
.meet-quote .quote:before {
  content: "“";
  font-size: 300px;
  color: #D8C20D;
  font-style: normal;
  letter-spacing: -6px;
  position: absolute;
  left: -80px;
  top: -20px;
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media (max-width: 1200px) {
  .meet-quote .quote:before {
    display: none;
  }
}
.meet-quote .quote p {
  font-size: 41px;
  color: #44A5CB;
  font-style: italic;
}
@media (max-width: 768px) {
  .meet-quote .quote p {
    font-size: 25px;
  }
}
.meet-quote .meet-info {
  background: #002337;
}
@media (max-width: 1500px) {
  .meet-quote .meet-info {
    padding: 35px 25px 15px;
  }
}
@media (max-width: 1280px) {
  .meet-quote .meet-info .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.meet-quote .meet-info .img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 735px;
  width: 100%;
}
@media (max-width: 1500px) {
  .meet-quote .meet-info .img {
    position: static;
  }
}
@media (max-width: 1280px) {
  .meet-quote .meet-info .img {
    margin: 0 auto;
  }
}
.meet-quote .meet-info .right {
  padding: 35px 117px 65px 30px;
}
@media (max-width: 1280px) {
  .meet-quote .meet-info .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 20px;
  }
}
.meet-quote .meet-info .right h3 {
  font-size: 36px;
  letter-spacing: 18px;
  color: #44A5CB;
  margin-bottom: 30px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.meet-quote .meet-info .right h2 {
  font-size: 70px;
  letter-spacing: -1.4px;
  color: #fff;
  margin-bottom: 50px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 768px) {
  .meet-quote .meet-info .right h2 {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .meet-quote .meet-info .right h2 {
    font-size: 35px;
  }
}
.meet-quote .meet-info .right p {
  color: #fff;
}
.bottom-info-section {
  padding: 160px 0 100px;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .bottom-info-section {
    padding: 100px 0 60px;
  }
}
@media (max-width: 768px) {
  .bottom-info-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .bottom-info-section {
    padding: 35px 0;
  }
}
.bottom-info-section .fr-top-info h4 {
  font-size: 90px;
  color: #D8C20D;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
}
.bottom-info-section .fr-top-info h3 {
  font-size: 36px;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.bottom-info-section .fr-top-info h2 {
  line-height: 1;
}
.bottom-info-section .fr-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5%;
  width: 105%;
  max-width: 960px;
  width: 100%;
}
.bottom-info-section .fr-items > * {
  width: 45%;
  margin: 0 2.5% 3.75em;
}
@media (max-width: 768px) {
  .bottom-info-section .fr-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .bottom-info-section .fr-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.bottom-info-section .fr-items .item {
  margin-bottom: 75px;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .bottom-info-section .fr-items .item {
    margin-bottom: 50px;
  }
}
.bottom-info-section .fr-items .item:before {
  content: "+";
  position: absolute;
  left: 0;
  top: -7px;
  color: #D8C20D;
  font-size: 35px;
  font-weight: 700;
}
.bottom-info-section .fr-items .item h3 {
  font-size: 27px;
  letter-spacing: 5.4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}
.testimonials {
  padding: 88px 0 94px;
  position: relative;
}
.testimonials:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1078px;
  background: #F2F2F2;
}
.testimonials .top-testimonials {
  text-align: center;
  margin-bottom: 65px;
}
.testimonials .top-testimonials h2 {
  color: #44A5CB;
  letter-spacing: -1.6px;
  line-height: 1;
}
.testimonials .top-testimonials h2 strong {
  font-size: 185px;
  color: #D8C20D;
}
@media (max-width: 1024px) {
  .testimonials .top-testimonials h2 strong {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .testimonials .top-testimonials h2 strong {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .testimonials .top-testimonials h2 strong {
    font-size: 45px;
  }
}
.testimonials .item {
  margin-bottom: 40px;
}
.testimonials .item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
.testimonials .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials .item .right {
  background: #002337;
  padding: 67px 69px;
}
@media (max-width: 768px) {
  .testimonials .item .right {
    padding: 35px;
  }
}
.testimonials .item .right .img-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 23px;
}
.testimonials .item .right .img-name .avatar {
  margin-right: 21px;
}
.testimonials .item .right .img-name .avatar img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials .item .right .img-name .name {
  font-family: "Aller Display", Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #44A5CB;
  text-transform: uppercase;
}
.testimonials .item .right .img-name .position {
  color: #D8C20D;
}
.testimonials .item .testimonial-info {
  color: #fff;
  font-style: italic;
}
.slider-team {
  background: #F2F2F2;
  padding: 150px 0 250px;
}
@media (max-width: 1366px) {
  .slider-team {
    padding: 100px 0 150px;
  }
}
@media (max-width: 1280px) {
  .slider-team {
    padding: 60px 0;
  }
}
.slider-team .swiper-slide {
  padding: 70px;
  position: relative;
  min-height: 615px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.slider-team .swiper-slide:before {
  content: "";
  width: 80%;
  background: #002337;
  position: absolute;
  top: 115px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .slider-team .swiper-slide:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slider-team .swiper-slide:before {
    top: 0;
    padding: 20px;
  }
}
.slider-team .swiper-slide img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .slider-team .swiper-slide img {
    position: static;
    z-index: 9;
  }
}
.slider-team .left, .slider-team .right {
  display: inline-block;
  vertical-align: middle;
}
.slider-team .left {
  width: 58%;
  position: relative;
}
@media (max-width: 1280px) {
  .slider-team .left {
    width: 100%;
  }
}
.slider-team .left .name-info {
  padding-top: 100px;
  position: relative;
  max-width: 250px;
  width: 100%;
}
@media (max-width: 768px) {
  .slider-team .left .name-info {
    padding-top: 0;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.slider-team .left .name {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
.slider-team .left .position {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 10px;
  color: #44A5CB;
  position: relative;
  z-index: 9;
  font-weight: 800;
}
.slider-team .left .links {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .slider-team .left .links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.slider-team .left .links a {
  display: block;
  color: #fff;
  margin-right: 20px;
  width: 35px;
  height: 35px;
  position: relative;
}
.slider-team .left .links a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-team .left .links a.linkedin {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.slider-team .left .links a.play {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 14px;
}
.slider-team .left .links a.play i {
  left: 53%;
}
@media (max-width: 1280px) {
  .slider-team .hide-desktop {
    display: none;
  }
}
.slider-team .show-mobile {
  display: none;
  margin-bottom: 35px;
}
@media (max-width: 1280px) {
  .slider-team .show-mobile {
    display: block;
  }
}
.slider-team .right {
  width: 41%;
  padding-left: 50px;
}
@media (max-width: 1280px) {
  .slider-team .right {
    width: 100%;
  }
}
.slider-team .right h4 {
  font-size: 36px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  color: #002337;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.slider-team .right h2 {
  font-size: 180px;
  color: #002337;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media (max-width: 1366px) {
  .slider-team .right h2 {
    font-size: 150px;
  }
}
@media (max-width: 768px) {
  .slider-team .right h2 {
    font-size: 100px;
  }
}
@media (max-width: 480px) {
  .slider-team .right h2 {
    font-size: 60px;
  }
}
.slider-team .right h2:before {
  content: url("../img/title-before1.png");
  position: absolute;
  right: -31px;
  top: -84px;
}
@media (max-width: 768px) {
  .slider-team .right h2:before {
    display: none;
  }
}
.slider-team .right p {
  color: #44A5CB;
}
.slider-team .swiper-pagination {
  bottom: -102px;
}
@media (max-width: 768px) {
  .slider-team .swiper-pagination {
    bottom: 15px;
  }
}
.slider-team .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 15px;
}
.slider-team .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  background: #44A5CB;
}
.logo-slider {
  padding: 165px 0 110px;
}
@media (max-width: 1024px) {
  .logo-slider {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .logo-slider {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .logo-slider {
    padding: 35px 0;
  }
}
.logo-slider .wrap {
  width: 1736px;
}
.logo-slider .logo-slider-wrap {
  position: relative;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .logo-slider .logo-slider-wrap {
    padding: 20px 0;
  }
}
.logo-slider h3 {
  text-align: center;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 18px;
  text-transform: uppercase;
  margin-bottom: 45px;
  color: #002337;
}
@media (max-width: 480px) {
  .logo-slider h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.logo-slider .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 9;
}
.logo-slider .swiper-button i {
  font-size: 26px;
  font-weight: 300;
}
.logo-slider .swiper-button.button-next {
  right: 0;
}
.logo-slider .swiper-button.button-prev {
  left: 0;
}
.button-scroll {
  width: 50px;
  height: 50px;
  background: #D8C20D;
  border-radius: 5px;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  cursor: pointer;
}
.button-scroll i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #002337;
}
.tpl-dynamic .left-right-acc .left .info h3 {
  font-size: 36px;
}
.tpl-dynamic #top h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.default-page main {
  margin-top: 150px;
}
.default-page main .page-title {
  color: #002337;
  font-size: 60px;
}
.default-page main h2 {
  color: #002337;
}
#chart {
  position: relative;
  height: 428px;
  margin: 40px 10px;
  z-index: 1;
}
#chart > span {
  position: absolute;
  left: 33px;
  right: 0;
  background: #b1b1b1;
  height: 2px;
  bottom: 0;
}
#chart > span:before {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  color: #b1b1b1;
  padding: 0 12px 0 0;
}
#chart div {
  -webkit-transition: height 2s ease;
  -moz-transition: height 2s ease;
  -o-transition: height 2s ease;
  position: absolute;
  width: 10%;
  left: 13%;
  background: #D8C20D;
  height: 0;
  bottom: 0;
}
#chart div:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 60%;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #b6b1b3 100%);
  max-height: 60px;
  transform-origin: 0 0;
  transform: rotate(17deg);
  z-index: -1;
}
#chart div b {
  content: attr(data-label);
  position: absolute;
  top: -67px;
  font-weight: 800;
  left: 50%;
  transform: translateX(-50%);
  font-size: 46px;
}
#chart div:last-child {
  background: #44A5CB;
}
#chart div:after {
  content: attr(data-label);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.graph {
  max-width: 660px;
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .graph {
    padding-left: 0;
    margin-top: 60px;
  }
}
.graph h5 {
  letter-spacing: 4px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .graph h5 {
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .graph h5 {
    font-size: 14px;
    letter-spacing: initial;
  }
}
@media (max-width: 768px) {
  #chart {
    height: 350px;
  }
}
@media (max-width: 480px) {
  #chart {
    height: 250px;
  }
}
@media (max-width: 768px) {
  #chart div b {
    font-size: 26px;
    top: -33px;
  }
}
.ul-default-style ul {
  list-style-type: disc;
}
#hidden-form {
  background: #44A5CB;
}
.fancybox-button svg path {
  fill: #fff;
}
@media (max-width: 480px) {
  .fancybox-content {
    padding: 25px;
  }
}
.wpcf7-recaptcha > div {
  margin: 0 auto;
}
.tpl-thank-you .form-box {
  display: none;
}
.text-center {
  text-align: center;
}
ul.formFields.textLeft li > label {
  display: block !important;
  width: 100% !important;
}
.center {
  text-align: center;
}
.popup-form h3 {
  color: #fff;
}
