@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300400,500,600,700,800,900&display=swap");
.site-btn {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  border-radius: 4px;
  min-height: 50px;
  padding: 10px 20px;
  min-width: 195px;
  justify-content: center;
  background: #42C1C4;
}
.site-btn:hover {
  text-decoration: none;
  color: inherit;
}
.site-btn--white {
  background: #FFFFFF;
  color: #212424;
}
.site-btn--primaryInverse {
  border: 2px solid #42C1C4;
  color: #42C1C4;
  background: transparent;
  transition: all 0.3s;
}
.site-btn--primaryInverse:hover {
  border: 2px solid #42C1C4;
  color: #42C1C4;
  background: transparent;
}
.site-btn--primaryInverse:hover {
  background: rgba(66, 193, 196, 0.2);
  transition: all 0.3s;
}
.site-btn--primaryFilled {
  border-color: #42C1C4;
  color: #2A3232;
  background: #42C1C4;
  transition: all 0.3s;
}
.site-btn--primaryFilled:hover {
  background: #31A6A9;
  transition: all 0.3s;
}
.site-btn--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-btn--icon img {
  margin-right: 25px;
}

@media (max-width: 768px) {
  .site-btn-mblFull {
    width: calc(100% - 40px);
    position: relative;
    left: 20px;
  }
}

.site-link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #42C1C4;
}
.site-link:hover {
  color: #42C1C4;
}
.site-link.site-link-arrow {
  text-decoration: none;
}
.site-link.site-link-arrow span {
  text-decoration: underline;
}
.site-link.site-link-arrow:hover span {
  text-decoration: none;
}
.site-link--inverse {
  color: #fff;
}

.section-title, .landing-tab h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  color: #FFFFFF;
}

.section-subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 159% */
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip.show {
  opacity: 1;
}

.tooltip {
  margin-top: 18px;
}
.tooltip-inner {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #FEFEFE;
  background: #353D3D;
  border-radius: 10px;
  min-width: 351px;
  padding: 12px;
}
@media (max-width: 575px) {
  .tooltip-inner {
    min-width: 250px;
    max-width: 80vw;
    margin: 0 auto;
  }
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 14px 14px;
  border-bottom-color: #353D3D;
}

.tooltip .arrow {
  transform: translateX(-6px);
}

@media (max-width: 768px) {
  .section-title, .landing-tab h2 {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
  }

  .site-btn {
    min-height: 54px;
    min-height: 44px;
    font-size: 14px;
    line-height: 17px;
  }
}
.page-title {
  color: #42C1C4;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.page-title-small {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
}
.page-title-small p {
  margin-bottom: 0;
}
.page-title-small--bold {
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .page-title-small--bold {
    font-size: 23px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

.join-now ol,
.join-now ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  counter-reset: custom_ol;
}
.join-now ol li,
.join-now ul li {
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 39px;
}
@media (max-width: 991px) {
  .join-now ol li,
.join-now ul li {
    margin-bottom: 18px;
    line-height: 20px;
  }
}
.join-now ol li a,
.join-now ul li a {
  color: #42C1C4;
  text-decoration: underline;
}
.join-now ol li:before,
.join-now ul li:before {
  counter-increment: custom_ol;
  content: counter(custom_ol);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #A2B4B1;
  border-radius: 50%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #A2B4B1;
  line-height: 24px;
  text-align: center;
}

.join-now ul li:before {
  content: "";
  background: url("../images/icons/ul-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner-img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .inner-banner-img {
    margin-top: 50px;
  }
}

.portfolio-card {
  padding: 0 12px;
}
@media (min-width: 992px) {
  .portfolio-card {
    min-width: 275px;
  }
}
.portfolio-card h3 a {
  color: #2a3232;
}
.portfolio-card-top {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 130px;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .portfolio-card-top {
    min-height: 110px;
  }
}
.portfolio-card-top .overlay {
  background: #42C1C4;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  border-radius: 10px 10px 0px 0px;
}
.portfolio-card-top img {
  z-index: 1;
  object-fit: contain;
}
.portfolio-card-bottom {
  background: #fff;
  padding: 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.portfolio-card-bottom h3 {
  font-family: Montserrat;
  font-style: normal;
  font-size: 22px;
  color: #262c2c;
  font-weight: 500;
  margin-bottom: 15px;
}
.portfolio-card-bottom h3 span {
  display: inline-block;
}
.portfolio-card-bottom h3 span:last-child {
  font-weight: bold;
}
.portfolio-card-bottom p {
  color: #262c2c;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.portfolio-card-bottom a.site-btn {
  margin-top: 12px;
  font-size: 14px;
  line-height: 17px;
  max-width: 185px;
  padding: 10px;
}

.deactive {
  pointer-events: none;
}

.dots-arrow {
  position: absolute;
  bottom: 10px;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.dots-arrow .slick-prev,
.dots-arrow .slick-next {
  margin-top: 0px;
  height: 12px;
  cursor: pointer;
}
.dots-arrow .slick-prev {
  margin-right: 10px;
}
.dots-arrow .slick-next {
  margin-left: 4px;
}
.dots-arrow .slick-dots {
  list-style: none;
  padding-left: 0;
  display: inline-flex !important;
  height: 10px;
  margin: 0;
  align-items: flex-end;
  position: relative;
  top: 2px;
}
.dots-arrow .slick-dots li.slick-active button, .dots-arrow .slick-dots li:hover button {
  background: #42C1C4;
}
.dots-arrow .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #596664;
  border-radius: 50%;
  margin-right: 7px;
  border: 0;
}

.ajax-loader {
  text-align: center;
}
.ajax-loader .fa {
  color: #fff;
}

.portfolio-card {
  display: inline-flex !important;
  flex-direction: column;
}
.portfolio-card .portfolio-card-bottom {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  padding: 28px;
  height: auto !important;
  justify-content: space-between;
}
.portfolio-card .portfolio-card-bottom .content {
  margin-bottom: auto;
  height: auto !important;
}
.portfolio-card .portfolio-card-bottom .content p:last-of-type {
  margin-bottom: 0px;
}
.portfolio-card .portfolio-card-bottom h3 {
  height: auto !important;
}
.portfolio-card .portfolio-card-bottom .site-btn {
  margin-top: 22px;
  margin-bottom: 0;
}

.portfolio-slick .slick-list {
  display: flex;
}
.portfolio-slick .slick-track {
  display: flex;
}
.portfolio-slick .slick-track .slick-slide {
  height: 100%;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
}
.portfolio-slick .slick-track .slick-slide > div {
  height: 100%;
  display: flex;
  flex: 1 1 100%;
}

@media (max-width: 768px) {
  .blog-listing-bottom .portfolio-card {
    flex-direction: row;
  }
}

* {
  font-family: Montserrat;
}

body {
  overflow-x: hidden;
}
body:not(.home) {
  padding-top: 104px;
  background-color: #2a3232;
}
@media (max-width: 991px) {
  body:not(.home) {
    padding-top: 104px;
  }
}
body.admin-bar:not(.home) {
  padding-top: 73px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@media (max-width: 991px) {
  .home #header .navbar-nav .nav-link {
    color: #6F8487;
  }
}
.home #header .navbar-nav li:hover > a {
  color: #42C1C4;
}

body:not(.home) #header .navbar-nav > li:hover .nav-link {
  color: #42C1C4;
}
body:not(.home) #header .navbar-nav .site-btn--primaryInverse .nav-link {
  color: #42C1C4;
}

#header {
  position: absolute;
  width: 100%;
  padding-top: 30px;
  z-index: 100;
  top: 0;
}
@media (min-width: 992px) {
  #header {
    padding-top: 0;
  }
}
#header .navbar {
  padding: 0;
}
#header .navbar-expand-lg .navbar-nav {
  align-items: center;
}
#header .navbar-brand {
  margin-right: 70px;
  max-width: 198px;
}
#header .navbar-brand svg, #header .navbar-brand img {
  width: 100%;
}
#header .navbar-nav .nav-link {
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #A2B4B1;
  border-bottom: 2px solid transparent;
  padding: 0;
  margin: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  #header .navbar-nav .nav-link {
    padding: 31px 0;
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  #header .navbar-nav .nav-link {
    color: #6F8487;
    font-weight: 600;
  }
}
#header .navbar-nav .nav-link .dropdown-menu {
  margin: 0;
}
#header .navbar-nav li {
  margin-right: 14px;
}
#header .navbar-nav .site-btn {
  min-height: 46px;
  min-width: 108px;
  margin-right: 22px;
  border: 1.5px solid #42C1C4;
  padding: 0px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
}
#header .navbar-nav .site-btn a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 500;
}
#header .navbar-nav .site-btn--primaryFilled {
  margin-right: 0;
  border: none;
}
#header .navbar-nav .site-btn--primaryFilled .nav-link {
  color: #2A3232;
}
#header .navbar-nav .site-btn--primaryFilled:hover a {
  color: #212424 !important;
}
#header .navbar-nav .site-btn--primaryInverse {
  margin-left: 5px;
}
#header .navbar-nav .site-btn--primaryInverse a {
  color: #42C1C4;
}

body.mobile-menu-opened {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

body:not(.home) #header {
  z-index: 100;
  background: #212424;
  min-height: 104px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  body:not(.home) #header {
    padding: 0;
  }
}

.dropdown-menu {
  background: #212424;
  min-width: 428px;
  left: -60px;
  padding: 20px;
}
.dropdown-menu li {
  margin-right: 0;
  margin-bottom: 5px;
}
.dropdown-menu a {
  color: #fff;
  padding: 0;
  margin-bottom: 15px;
}
.dropdown-menu a:hover {
  color: #42C1C4;
  text-decoration: underline;
  background: transparent;
}

.dropdown-toggle::after {
  display: none;
}

button.navbar-toggler {
  outline: none;
  border: none;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  width: 20px;
  height: 2px;
}

.navbar-toggler[aria-expanded=true] {
  transform: translateY(-12px);
}

.navbar-toggler[aria-expanded=true] .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  width: 24px;
}

.navbar-toggler[aria-expanded=true] .bar2 {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true] .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -3px);
  transform: rotate(45deg) translate(-5px, -3px);
  width: 24px;
}

#header .navbar-nav .dropdown-menu {
  margin: 0;
}
#header .navbar-nav .dropdown-menu a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 0px;
}
#header .navbar-nav .dropdown-menu a:hover, #header .navbar-nav .dropdown-menu a:focus {
  background: none;
  color: #42C1C4;
  border-color: #42C1C4;
}
@media (max-width: 768px) {
  #header .navbar-nav .dropdown-menu a {
    line-height: 35px;
    font-weight: 300;
  }
}
#header .navbar-nav .dropdown-menu .has-mega-menu-label:not(:first-child) {
  margin-top: 30px;
}
#header .navbar-nav .dropdown-menu .has-mega-menu-label .dropdown-item {
  margin-bottom: 0px;
}
#header .navbar-nav .dropdown-menu .has-mega-menu-label a:hover {
  text-decoration: none;
}
#header .navbar-nav .dropdown-menu .has-mega-menu-label span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #596664;
  font-size: 14px;
  line-height: 32px;
}
#header .navbar-nav .menu-item-has-children:hover > a {
  border-bottom-color: #42C1C4;
}
#header .navbar-nav .menu-item-has-children:hover .dropdown-menu {
  display: block;
}

.mobile-login-join {
  display: none;
}

@media (min-width: 992px) {
  #nav_menu-4 {
    padding-top: 15px;
  }

  .navbar-collapse {
    justify-content: flex-end !important;
  }
}
#menu-item-839 a {
  text-transform: capitalize;
}

@media (min-width: 992px) {
  #header .navbar-nav li.hidden-md {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  #header .navbar-brand {
    margin-right: 10px;
  }

  #header .navbar-nav .site-btn {
    min-width: 80px;
  }

  #header .navbar-nav .site-btn a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #header .navbar-nav .menu-item-has-children {
    padding-bottom: 20px;
  }

  #header {
    padding-top: 14px;
    position: fixed;
    min-height: 70px;
    background: #212424;
  }
  #header .navbar {
    justify-content: flex-end;
  }
  #header .navbar-brand {
    position: absolute;
    left: 0;
    top: -3px;
  }
  #header .navbar-brand svg,
#header .navbar-brand img {
    max-width: 158px;
  }
  #header .navbar-toggler {
    margin-left: 8px;
  }
  #header .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 70px;
    height: 100%;
    height: calc(100% - 70px);
    background: #212424;
    z-index: 15;
    padding: 0 20px 80px;
    overflow: auto;
    padding-bottom: 80px;
    padding-top: 22px;
    left: auto;
    right: 0;
    padding-left: 98px;
  }
  #header .navbar-collapse:before {
    content: "";
    background: #000;
    position: fixed;
    right: 0;
    left: 0;
    height: 100%;
    top: 0px;
    width: 65px;
    opacity: 0.7;
    z-index: -1;
  }
  #header .navbar-collapse.collapsing {
    transition: none;
  }
  #header .navbar-nav .dropdown-menu {
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    min-width: auto;
    border: none;
  }
  #header .navbar-nav li {
    width: 100%;
  }
  #header .navbar-nav li.hidden-xs {
    display: none;
  }
  #header .navbar-nav > li > a,
#header .navbar-nav > li > .nav-link {
    color: #6f8487;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid rgba(53, 61, 61, 0.5);
    padding-top: 30px;
    line-height: 1;
    margin: 0;
  }
  #header .navbar-brand {
    margin-right: 0;
  }
  #header .mobile-login-join {
    display: flex;
  }
  #header .mobile-login-join .site-btn {
    display: none;
    width: 100px;
    min-width: auto;
    min-height: auto;
    padding: 0;
    height: 40px;
    line-height: 40px;
    left: 0;
  }
  #header .mobile-login-join .site-btn a {
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    align-items: center;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #212424;
    height: 40px;
    line-height: 40px;
  }
  #header .mobile-login-join .site-btn--primaryFilled {
    display: block;
  }
  #header .mobile-login-join .site-btn--primaryInverse {
    margin-right: 20px;
  }
  #header .mobile-login-join .site-btn--primaryInverse a {
    color: #42C1C4;
  }
  #header .navbar-collapse .site-btn {
    display: none;
  }
  #header .dropdown-menu {
    display: block;
    padding: 0;
  }
  #header .dropdown-menu a {
    font-weight: 300 !important;
  }

  #header .navbar-nav .dropdown-menu .has-mega-menu-label {
    position: relative;
  }
  #header .navbar-nav .dropdown-menu .has-mega-menu-label > a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
  }
  #header .navbar-nav .dropdown-menu .has-mega-menu-label span {
    font-weight: 300;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: inherit;
  }

  #header .navbar-nav .dropdown-menu a:hover {
    border-color: transparent;
  }
  #header .navbar-nav .dropdown-menu a:hover span {
    color: #fff;
  }

  #header .navbar-nav .dropdown-menu a:hover {
    color: #fff;
  }

  #header .navbar-nav .menu-item-has-children:hover > a {
    border-bottom-color: transparent;
  }

  #header .navbar-nav .dropdown-menu .has-mega-menu-label:not(:first-child) {
    margin-top: 0;
  }

  #header .mobile-accordion .is-open .dropdown-item {
    color: #42C1C4 !important;
  }
  #header .mobile-accordion .is-open .dropdown-item span {
    color: #42C1C4 !important;
    text-decoration: underline;
  }
  #header .mobile-accordion .is-open .dropdown-item::after {
    transform: rotate(180deg);
  }
  #header .mobile-accordion li:not(.has-mega-menu-label) a {
    margin-bottom: 10px;
    color: #a2b4b1;
  }
  #header .mobile-accordion .has-mega-menu-label a.dropdown-item {
    margin-bottom: 0 !important;
  }
  #header .mobile-accordion li:not(.has-mega-menu-label) {
    display: none;
  }
}
.mobile-view-display {
  display: block;
}
.mobile-view-display a {
  border-top: none !important;
  padding: 8px 0 !important;
  color: #fff !important;
  letter-spacing: 0.01em !important;
  font-weight: 300 !important;
}
@media (min-width: 769px) {
  .mobile-view-display a .mobile-view-display a {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 992px) {
  .mobile-view-display {
    display: none;
  }
}
@media (max-width: 768px) {
  .has-mega-menu:hover > a {
    color: #6f8487 !important;
  }
}
.footer {
  background: #212424;
  padding-top: 42px;
  border-top: 1px solid #596664;
  padding-bottom: 50px;
}
.footer h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 143% */
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  /* GREY / White */
  color: #F7F7F7;
  margin-bottom: 20px;
}
.footer a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #A2B4B1;
}
.footer .custom-html-widget a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #A2B4B1;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer ul.footer-social, .footer .blog-single-article .card--big .portfolio-card-bottom .social-share ul, .blog-single-article .card--big .portfolio-card-bottom .social-share .footer ul {
  margin-top: 22px;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #A2B4B1;
}
.footer ul li a span {
  font-weight: 500;
}
.footer .col-lg-3 h4 {
  margin-top: 45px;
}
.footer .col-lg-3 h4:first-of-type {
  margin-top: 0;
}
.footer .two-col ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
@media (min-width: 769px) {
  .footer .two-col ul {
    max-height: 384px;
  }
}
.footer .two-col li {
  width: 50%;
}
.footer-social, .blog-single-article .card--big .portfolio-card-bottom .social-share ul {
  display: inline-flex;
  margin-top: 60px;
}
.footer-social li a, .blog-single-article .card--big .portfolio-card-bottom .social-share ul li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #42C1C4;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.footer-social li a:hover, .blog-single-article .card--big .portfolio-card-bottom .social-share ul li a:hover {
  text-decoration: none;
}
.footer-social li a i, .blog-single-article .card--big .portfolio-card-bottom .social-share ul li a i {
  color: #42C1C4;
  font-size: 20px;
}
.footer-social li:not(:last-child) a, .blog-single-article .card--big .portfolio-card-bottom .social-share ul li:not(:last-child) a {
  margin-right: 20px;
}

.copyright {
  border-top: 1px solid #596664;
  padding-top: 12px;
  padding-bottom: 40px;
  background: #212424;
}
.copyright ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.copyright ul li {
  margin-right: 15px;
}
.copyright ul li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #8E9695;
}
.copyright p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #8E9695;
}

@media (max-width: 768px) {
  .footer .two-col li {
    width: 100%;
  }

  .footer h4 {
    font-size: 13px;
    position: relative;
    margin: 0;
    line-height: 28px;
  }
  .footer h4:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4d5050;
    right: 0;
    position: absolute;
  }
  .footer h4.is-open {
    color: #42C1C4;
  }
  .footer h4.is-open:after {
    transform: rotate(180deg);
    color: #42C1C4;
  }
  .footer h4 + div {
    display: none;
  }

  .footer .widget {
    padding: 5px 0 7px 0;
    border-top: 1px solid rgba(89, 102, 100, 0.2);
  }

  .footer .row [class|=col]:last-child .widget {
    border-bottom: 1px solid rgba(89, 102, 100, 0.2);
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
    border: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .footer .custom-html-widget {
    padding-bottom: 15px;
  }

  .footer-social, .blog-single-article .card--big .portfolio-card-bottom .social-share ul {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .footer ul.footer-social, .footer .blog-single-article .card--big .portfolio-card-bottom .social-share ul, .blog-single-article .card--big .portfolio-card-bottom .social-share .footer ul {
    padding-top: 0;
    margin-top: 47px;
  }

  .copyright {
    border: none;
    padding-bottom: 30px;
  }
  .copyright p {
    max-width: 80%;
    font-size: 11px;
    line-height: 18px;
    color: #A2B4B1;
  }
  .copyright ul {
    margin-bottom: 30px;
  }
  .copyright ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .copyright ul li a {
    font-size: 13px;
    line-height: 18px;
    color: #A2B4B1;
  }
}
.list-blocks {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list-blocks-item {
  line-height: 28px;
  display: flex;
}
.list-blocks-link {
  line-height: 28px;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}
.list-blocks-link:hover {
  text-decoration: none;
}
.list-blocks--arrow-links .list-blocks-item:before {
  content: ">";
  color: #42C1C4;
  margin-right: 8px;
}

.landing-banner {
  background: linear-gradient(161.02deg, #2a3232 22.4%, #212424 60.37%);
  min-height: 50vh;
  padding-top: 90px;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .landing-banner {
    min-height: 810px;
    padding-bottom: 200px;
  }
}
.landing-banner .container {
  align-self: center;
}
@media (min-width: 768px) {
  .landing-banner {
    flex-direction: row;
  }
}
.landing-banner-text {
  max-width: 660px;
}
.landing-banner .banner-canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  overflow-x: hidden;
}
.landing-banner .banner-canvas .mini-pie {
  position: absolute;
  left: 0;
  top: 0;
  width: 1366px;
  height: 810px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .landing-banner .banner-canvas .mini-pie {
    display: none;
  }
}
.landing-banner .banner-canvas .mini-pie #mini-pie {
  position: absolute;
  left: 63.5%;
  top: 30%;
  pointer-events: none;
  transition: all 1s linear;
  width: 117px;
  height: 117px;
}
.landing-banner .banner-canvas img,
.landing-banner .banner-canvas .animate-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1400px;
  object-fit: cover;
}
.landing-banner .banner-canvas img .cus-stroke,
.landing-banner .banner-canvas .animate-img .cus-stroke {
  stroke-width: 0.1px;
}
@media (max-width: 991px) {
  .landing-banner .banner-canvas img,
.landing-banner .banner-canvas .animate-img {
    display: none;
  }
}
.landing-banner .banner-canvas .animate-img {
  pointer-events: none;
  width: 1366px;
  height: 810px;
}
.landing-banner .banner-canvas .non-animate-img {
  display: none;
}
@media (max-width: 991px) {
  .landing-banner .banner-canvas .non-animate-img {
    display: block;
  }
}
.landing-banner h1 {
  color: #42C1C4;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 54px;
  /* identical to box height, or 79% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.landing-banner p {
  font-family: Montserrat;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (min-width: 992px) {
  .landing-banner p {
    padding-right: 48px;
  }
}
.landing-banner p:last-of-type {
  margin-bottom: 0;
}
.landing-banner .site-btn {
  margin-top: 35px;
  margin-top: 55px;
  min-height: 63px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .landing-banner .site-btn {
    min-height: 50px;
    font-size: 14px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .landing-banner .site-btn {
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .landing-banner-text {
    max-width: 450px;
  }

  .site-btn-mblFull {
    width: auto;
  }

  .landing-banner h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .landing-banner {
    padding-top: 100px;
    min-height: 130vh;
  }

  .landing-banner-text {
    max-width: 450px;
  }

  .landing-banner h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .landing-banner h1 {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }

  .landing-banner {
    padding-top: 135px;
    padding-bottom: 40px;
    min-height: 1264px;
  }

  .landing-banner p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .landing-banner-text {
    text-align: center;
  }
}
@media (max-width: 575px) and (min-width: 768px) and (max-width: 1024px) {
  .landing-banner-text {
    text-align: left;
    width: 65%;
  }
}
@media (max-width: 575px) {
  .landing-banner .banner-canvas img {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .landing-banner {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
    min-height: auto;
    z-index: 1;
    justify-content: flex-start;
  }
  .landing-banner .banner-canvas {
    order: 2;
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
    background-image: none !important;
    margin-top: -75px;
  }
  .landing-banner .banner-canvas img,
.landing-banner .banner-canvas .animate-img {
    opacity: 1;
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 78%;
  }
  .landing-banner > .container {
    order: 1;
    z-index: 100;
  }
  .landing-banner .banner-logos {
    order: 3;
    position: absolute;
    margin: 0;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .mobile-select {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .landing-tab .mobile-select {
    z-index: 1;
    margin: 0;
    margin-top: -1px;
    padding: 0 20px 22px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#389093+0,399295+100 */
    background: #389093;
    /* Old browsers */
    background: -moz-linear-gradient(left, #389093 0%, #399295 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #389093 0%, #399295 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #389093 0%, #399295 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#389093", endColorstr="#399295",GradientType=1 );
    /* IE6-9 */
    width: 100%;
  }
  .landing-tab .mobile-select .tab-select {
    margin: 0 auto;
  }

  .mobile-select .nav {
    left: 20px;
    right: 20px;
    width: auto !important;
  }
}
@media (width: 1024px) {
  .landing-banner .banner-canvas .animate-img {
    position: relative;
    left: -14%;
  }

  .landing-banner .banner-canvas .mini-pie {
    left: -14%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .landing-banner-text {
    padding-top: 100px;
  }
}
.page-template-term-and-condition .tac {
  position: relative;
  background: url(../images/terms-banner-bg.png) no-repeat top center;
  background-size: contain;
}

.banner-logos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .banner-logos {
    margin: 0 -15px 0;
  }
}
.banner-logos .container {
  max-width: 735px;
}
.banner-logos ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: baseline;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .banner-logos ul {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .banner-logos ul {
    height: auto;
  }
}
.banner-logos ul img {
  width: auto;
  object-fit: none;
}
@media (min-width: 1024px) {
  .banner-logos ul li {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .banner-logos ul {
    flex-wrap: wrap;
    height: auto;
  }
  .banner-logos ul img {
    width: auto;
    height: auto;
    transform: scale(0.8);
  }

  .banner-logos {
    margin-bottom: 0;
    bottom: 0;
  }
  .banner-logos li {
    margin-bottom: 10px;
  }
}
.landing-tab {
  background: #212424;
  padding-bottom: 86px;
}
.landing-tab .tab-card-item {
  padding: 30px 20px;
}
.landing-tab .tab-card-item a {
  text-decoration: underline;
  color: #42C1C4;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: none;
  display: inline-block;
  padding: 0;
  min-height: 1px;
  text-align: left;
}
.landing-tab .tab-card-item a:hover {
  color: #42C1C4;
  text-decoration: none;
}
.landing-tab .tab-card-item img {
  margin-bottom: 30px;
}
.landing-tab * {
  color: #fff;
}
.landing-tab * a:hover {
  color: #fff;
}
.landing-tab h2 {
  text-align: center;
  padding: 80px 0 40px;
}
.landing-tab h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #42C1C4;
}
.landing-tab p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.landing-tab .nav-tabs .nav-link {
  border: none;
  background: transparent;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 30px 0;
  margin-right: 90px;
  font-size: 14px;
  line-height: 17px;
}
.landing-tab .nav-tabs .nav-link:hover, .landing-tab .nav-tabs .nav-link.active {
  border-bottom: 2px solid #42C1C4;
}
@media (max-width: 768px) {
  .landing-tab .nav-tabs .nav-link:hover, .landing-tab .nav-tabs .nav-link.active {
    border: none;
  }
}
.landing-tab .nav {
  border-bottom: 1px solid #2A3232;
  padding: 0 50px;
  max-width: 1024px;
  margin: 0 auto;
  border: 0;
}
.landing-tab .landing-tab-top {
  background: #121212;
}
.tab-card-item {
  border-radius: 10px;
  background: #2A3232;
  padding: 30px;
}
.tab-card-item img {
  height: 65px;
  object-fit: contain;
  margin-bottom: 35px;
}
.tab-card-item h3 {
  margin-bottom: 25px;
}

.mobile-select {
  width: 100%;
  width: calc(100% - 40px);
  margin-left: 20px;
  position: relative;
}
.mobile-select .tab-select {
  height: 50px;
  left: 819px;
  top: 1191px;
  background: #006E6D;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 20px;
  width: 100%;
}
.mobile-select .tab-select span {
  font-size: 16px;
  line-height: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
}

.mobile-select {
  display: none;
}

@media (min-width: 992px) {
  .vertical-tab .col-4 {
    flex: 0 0 39.73%;
    max-width: 39.73%;
  }
  .vertical-tab .col-8 {
    flex: 0 0 60.27%;
    max-width: 60.27%;
  }
}
@media (max-width: 991px) {
  .landing-tab {
    padding-bottom: 28px;
  }
  .landing-tab h2 {
    padding: 50px 15px 25px;
  }
  .landing-tab .nav {
    display: none;
  }
  .landing-tab .mobile-select {
    display: block;
    position: relative;
    padding-top: 40px;
  }
  .landing-tab .mobile-select .nav-tabs .nav-link {
    padding: 0;
  }
  .landing-tab .mobile-select .nav {
    display: none;
    padding: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    border-top: 0;
    padding-left: 0px;
    z-index: 10;
  }
  .landing-tab .mobile-select .nav .nav-link {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #2A3232;
    margin: 0;
    padding: 0 20px;
    font-weight: 500;
  }
  .landing-tab .mobile-select .nav .nav-link.active {
    border: 0;
    background: #EAF0F1;
  }
  .landing-tab .tab-card-item {
    padding: 30px 20px 20px;
    margin-bottom: 22px;
  }
  .landing-tab .tab-card-item img {
    display: none;
  }
}
@media (min-width: 992px) {
  .landing-tab .row {
    margin-left: -11px;
    margin-right: -11px;
  }
  .landing-tab .col-lg-4 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.compare-wrap {
  display: flex;
}
@media (max-width: 768px) {
  .compare-wrap.aos-init {
    opacity: 1;
    transform: translateZ(0);
    transition: none;
  }
}
.compare-wrap .compare-right + .dots-arrow {
  top: -15px;
  bottom: auto;
  right: 28px;
  left: auto;
  display: none;
}
@media (max-width: 768px) {
  .compare-wrap .compare-right + .dots-arrow {
    display: flex;
  }
}
@media (max-width: 768px) {
  .compare-wrap .slick-current div:last-child {
    border-radius: 0 0 0 10px;
  }
  .compare-wrap .compare-middle div:last-child {
    border-radius: 0 0 10px 10px;
  }
  .compare-wrap .slick-slide:last-child div:last-child {
    border-radius: 0 0 10px 0;
  }
}

.compare {
  background: #2A3232;
  padding-top: 90px;
  padding-bottom: 60px;
}
.compare .disclaimer {
  margin-top: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  color: #A2B4B1;
}
.compare .slick-slide img {
  display: inline-block;
}
.compare .section-title, .compare .landing-tab h2, .landing-tab .compare h2 {
  margin-bottom: 80px;
}
.compare * {
  color: #fff;
}
.compare .section-title, .compare .landing-tab h2, .landing-tab .compare h2 {
  text-align: center;
}
.compare .gray {
  background: #212424;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  /* GREY / LIGHT GREY */
  color: #ECF2F3;
  margin-top: 4px;
  margin-bottom: 4px;
}
.compare .tooltip-info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.01em;
  /* GREY / LIGHT GREY */
  color: #ECF2F3;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(89, 102, 100, 0.2);
  margin-left: 8px;
  padding-left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  width: calc(100% - 18px);
  padding-right: 18px;
}
.compare .tooltip-info:last-child {
  border: none;
}
.compare .tooltip-info.last {
  border: none;
}
.compare .tooltip-info img {
  margin-left: 8px;
}
.compare .check,
.compare .minus,
.compare .limited {
  height: 42px;
  background: #fff;
  text-align: center;
  line-height: 42px;
  border: 1px solid rgba(42, 50, 50, 0.3);
}
.compare .check img {
  width: 17px;
}
.compare .limited {
  color: #8E9695;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  /* identical to box height, or 141% */
  letter-spacing: -0.01em;
}
.compare .minus {
  position: relative;
}
.compare .minus:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  left: 50%;
  top: 50%;
  background: #A2B4B1;
  transform: translate(-50%, -50%);
}
.compare-left {
  width: 37%;
}
.compare-left .compare-head {
  font-size: 0;
}
.compare-left .compare-head {
  background: transparent;
}
.compare-left .gray {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.compare-middle {
  width: 22%;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.compare-middle .compare-head {
  border-radius: 10px 10px 0px 0px;
  background: #212424;
}
.compare-middle .compare-head img {
  max-width: 100%;
  height: auto;
}
.compare-middle .check {
  border-right-color: #2a3232;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-middle .check:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #9ea8a7;
}
.compare-right {
  display: flex;
  width: 41%;
  flex-wrap: wrap;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.compare-right .compare-head {
  text-align: center;
}
.compare-right-item {
  flex: 1;
}
@media (min-width: 769px) {
  .compare-right-item:first-child .compare-head {
    border-radius: 10px 0px 0px 0px;
  }
  .compare-right-item:not(:last-child) {
    margin-right: 1px;
  }
  .compare-right-item:last-child .compare-head {
    border-radius: 0px 10px 0px 0px;
  }
}
.compare-right .slick-slide.slick-current .compare-head {
  border-radius: 10px 0px 0px 0px;
}
.compare-right .slick-slide:first-child .compare-head {
  border-radius: 10px 0px 0px 0px;
}
.compare-right .slick-slide:not(:last-child) {
  margin-right: 1px;
}
.compare-right .slick-slide:last-child .compare-head {
  border-radius: 0px 10px 0px 0px;
}

.compare-head {
  height: 48px;
  background: #596664;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  /* identical to box height, or 200% */
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  padding: 5px;
  color: #FFFFFF;
  border: 1px solid #2A3232;
  margin-bottom: 4px;
}

.compare-head-mbl {
  display: none;
}

.manage-money-section {
  padding-top: 0;
}
@media (min-width: 992px) {
  .manage-money-section {
    padding-bottom: 85px;
  }
}
.manage-money-section .compare-wrap {
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .manage-money-section .compare-wrap {
    align-items: flex-start;
  }
}
.manage-money-section .compare-left {
  width: 20%;
}
@media (max-width: 768px) {
  .manage-money-section .compare-left {
    width: 40%;
  }
}
.manage-money-section .compare-left .gray {
  background: transparent;
  text-transform: initial;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  word-wrap: break-word;
  max-width: 56%;
}
@media (max-width: 768px) {
  .manage-money-section .compare-left .gray {
    margin: 0;
  }
}
.manage-money-section .compare-middle {
  width: 23%;
  margin-right: 1px;
}
.manage-money-section .compare-right {
  width: 40%;
}

@media (max-width: 991px) {
  .compare-wrap {
    margin-right: -15px;
  }

  .compare-right-item .limited,
.compare-right-item .check {
    line-height: 60px;
  }

  .compare-middle .check,
.compare .check,
.compare .minus,
.compare .limited,
.compare .gray,
.compare .compare-left .tooltip-info,
.compare-left .compare-head,
.compare-middle .compare-head-mbl.compare-head,
.compare-right-item:last-child .compare-head,
.compare-head {
    height: 60px;
    overflow: hidden;
  }

  .compare .gray {
    border: 1px solid transparent;
    display: flex;
    align-items: center;
  }

  .compare {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .compare .gray {
    font-size: 13px;
  }
  .compare .tooltip-info {
    font-size: 12px;
  }
  .compare .section-title, .compare .landing-tab h2, .landing-tab .compare h2 {
    margin-bottom: 35px;
  }
  .compare .disclaimer {
    padding-top: 20px;
    text-align: left;
  }

  .compare-head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    /* identical to box height, or 300% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
  }

  .compare-middle,
.compare-right {
    width: 20%;
    min-width: 70px;
    min-width: 55px;
  }

  .compare-left {
    width: 80%;
  }

  .compare-right {
    width: 35%;
  }
  .compare-right .slick-list {
    padding-right: 15px;
  }

  .compare .compare-left .tooltip-info {
    padding-right: 30px;
    padding-left: 0;
    display: flex;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .compare .compare-left .tooltip-info {
    padding-right: 0;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .compare .compare-left .tooltip-info img {
    max-width: 15px;
  }
}
@media (max-width: 991px) {
  .compare-head-mbl {
    display: block;
  }
}
@media (max-width: 991px) {
  .compare-middle .compare-head-mbl.compare-head {
    display: flex;
  }
  .compare-middle .compare-head {
    display: none;
  }
}
@media (max-width: 991px) {
  .compare-left .compare-head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    /* or 123% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
  }
}
.compare .section-title, .compare .landing-tab h2, .landing-tab .compare h2 {
  margin-bottom: 45px;
}

.page-template-template-manage-money .compare-wrap .compare-right + .dots-arrow {
  right: 40px;
}
.page-template-template-manage-money .inner-banner {
  position: relative;
  z-index: 1;
}
.page-template-template-manage-money .inner-banner:before {
  content: "";
  height: 440px;
  position: absolute;
  width: 100%;
  top: -110px;
  background: url("../images/how-we-banner.svg") no-repeat;
  background-position: 50% 30%;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .page-template-template-manage-money .inner-banner:before {
    background-position: 50% 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-manage-money .inner-banner:before {
    top: -40px;
    background-position: top center;
    background-size: contain;
  }
}
.page-template-template-manage-money .inner-banner .inner-banner-title {
  max-width: 1030px;
}
@media (min-width: 992px) {
  .page-template-template-manage-money .inner-banner .inner-banner-title {
    margin-bottom: 55px;
  }
}
.page-template-template-manage-money .inner-banner .page-title-small {
  max-width: 860px;
  margin: 0 auto;
}

.home .compare .gray {
  margin-bottom: 0;
  padding-left: 16px;
  height: 40px;
  line-height: 42px;
}
.home .compare .tooltip-info {
  margin-left: 18px;
  min-height: 42px;
}
.home .compare .compare-right-item:not(:last-child) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .compare-wrap .compare-left {
    width: 48%;
  }
  .compare-wrap .compare-middle,
.compare-wrap .compare-right {
    width: 26%;
  }
  .compare-wrap .compare-middle {
    width: calc(26% - 10px);
  }
  .compare-wrap .compare-right {
    width: calc(26% + 20px);
  }

  #compare-us .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .compare .compare-left .tooltip-info img {
    margin-right: 6px;
  }

  .compare-right .slick-list {
    padding-right: 25px;
  }

  .compare-wrap {
    margin-right: -20px;
  }

  .compare-middle .compare-head-mbl.compare-head {
    height: 47px;
  }

  .compare-right-item:last-child .compare-head, .compare-head {
    height: 47px;
  }

  .compare-left .compare-head {
    height: 47px;
  }
}
.risk-profile {
  background: #596664;
  overflow: hidden;
}
.risk-profile-left {
  padding: 20px 0;
}
.risk-profile .section-title, .risk-profile .landing-tab h2, .landing-tab .risk-profile h2 {
  margin-bottom: 30px;
}
.risk-profile .row {
  align-items: center;
}
.risk-profile p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  max-width: 560px;
}
.risk-profile p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .risk-profile p {
    margin-left: auto;
    margin-right: auto;
  }
}
.risk-profile .site-btn {
  margin-top: 35px;
}
.risk-profile .iphone-wrap #slick-prev,
.risk-profile .iphone-wrap #slick-next {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.risk-profile .iphone-wrap #slick-prev {
  left: 110px;
  top: 4px;
}
.risk-profile .iphone-wrap #slick-next {
  right: 68px;
  top: 4px;
}
.risk-profile .iphone-wrap .iphone-slider {
  max-width: 350px;
  margin: 0 auto;
  position: absolute;
  top: 225px;
  left: 40px;
}
.risk-profile .iphone-wrap .iphone-slider li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: auto;
  color: #29CBCB;
  margin-bottom: 50px;
}
.risk-profile .iphone-wrap > img {
  width: 100%;
  height: 603px;
}
.risk-profile .iphone-wrap .iphone-thumb {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1) translateY(0px);
  transition: all 0.6s;
}
.risk-profile .iphone-wrap .iphone-thumb.animate {
  animation: zoomInOut 1s;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1) translateY(0px);
  }
  50% {
    transform: scale(0.5) translateY(42px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.risk-profile .iphone-wrap .slick-dots {
  padding-left: 0;
  display: inline-flex;
  list-style: none;
  width: 100%;
  justify-content: center;
}
.risk-profile .iphone-wrap .slick-dots {
  position: relative;
}
.risk-profile .iphone-wrap .slick-dots:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 20%;
  height: 10px;
  background: #42C1C4;
  transform: translateX(-50%);
  width: calc(20% - 5px);
  left: calc(50% - 3px);
}
.risk-profile .iphone-wrap .slick-dots.animate:after {
  animation: move_line 1.1s;
}
.risk-profile .iphone-wrap .slick-dots.animate li:nth-child(3):before {
  transition: all 1s;
  transform: skewX(12deg) translateX(-50%) scale(0.8);
}
.risk-profile .iphone-wrap .slick-dots.animate.animate-prev:after {
  animation: move_line_prev 1.1s;
}
@keyframes move_line {
  from {
    transform: translateX(30%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes move_line_prev {
  from {
    transform: translateX(-160%);
  }
  to {
    transform: translateX(-50%);
  }
}
.risk-profile .iphone-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 63px;
  height: 10px;
  background: #B8DDDD;
  margin-right: 5px;
  cursor: pointer;
}
.risk-profile .iphone-wrap .slick-dots li.slick-active {
  pointer-events: none;
}
.risk-profile .iphone-wrap .slick-dots li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.risk-profile .iphone-wrap .slick-dots li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.risk-profile .iphone-wrap .slick-dots li button {
  display: none;
}
.risk-profile .iphone-wrap .slick-dots li:hover {
  background: #42C1C4;
}
.risk-profile .iphone-wrap .slick-dots li:nth-child(3):before {
  content: "";
  background-image: url(../images/location.svg);
  position: absolute;
  top: -30px;
  width: 24px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  transform: skewX(0deg) translateX(-50%) scale(1);
}

@media (max-width: 768px) {
  .risk-profile {
    padding: 30px 0;
  }
  .risk-profile-left {
    text-align: center;
  }
  .risk-profile .section-title, .risk-profile .landing-tab h2, .landing-tab .risk-profile h2 {
    padding: 0 40px;
  }
  .risk-profile p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .risk-profile .iphone-wrap {
    margin-top: 40px;
  }
  .risk-profile .iphone-wrap > img {
    transform: scale(1.3);
  }

  .risk-profile .iphone-wrap .iphone-slider {
    left: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
#risk-test .container {
  overflow: hidden;
  z-index: 99;
  position: relative;
}
@media (max-width: 575px) {
  #risk-test .container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .iphone-wrap {
    display: none;
  }
}
#risk-profile .aos-init ul.slick-dots {
  opacity: 0;
  transform: translateY(50px);
}

#risk-profile .aos-init.aos-animate ul.slick-dots {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s;
  transition-delay: 0.4s;
}

.ring-slider {
  background: #353D3D;
  overflow: hidden;
}
.ring-slider .section-title, .ring-slider .landing-tab h2, .landing-tab .ring-slider h2 {
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 25px;
}
.ring-slider .row {
  align-items: center;
}
.ring-slider-left ul {
  list-style: none;
  padding-left: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 40px;
}
.ring-slider-left ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.ring-slider-left ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/TICK.svg");
  width: 22px;
  height: 22px;
  background-size: contain;
}
.ring-slider-right {
  position: relative;
  height: 683px;
  margin: 0 -30px;
}
.ring-slider-right .ring-iphone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 683px;
}
.ring-slider-right #ring {
  text-align: center;
  z-index: 10;
  position: relative;
  transform: translateY(130px) translateX(8px);
}
.ring-slider-right .ring-slick-wrap {
  position: absolute;
  width: 100%;
  bottom: 125px;
  left: -10px;
}
.ring-slider-right .ring-slick-wrap .ring-slick li {
  height: 220px;
  width: 160px;
  padding-right: 10px;
  transition: all 0.2s;
}
.ring-slider-right .ring-slick-wrap .ring-slick li img {
  width: 100%;
  object-fit: contain;
  transition: all 0.2s;
  object-position: center;
}
.ring-slider-right .ring-slick-wrap .ring-slick .slick-track {
  padding-top: 60px;
}
.ring-slider-right .ring-slick-wrap .ring-slick .slick-center li {
  width: 200px;
  transition: all 0.4s;
}
.ring-slider-right .ring-slick-wrap .ring-slick .slick-center li img {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .ring-slider-right .ring-slick-wrap .ring-slick .slick-center li img {
    object-fit: scale-down;
  }
}
.ring-slider-right .ring-slick-wrap .ring-slick .isLeft img {
  transform: scale(0.7);
  transform-origin: right;
}
.ring-slider-right .ring-slick-wrap .ring-slick .isRight img {
  transform: scale(0.7);
  transform-origin: left;
}

#ring svg,
#ring .ring-image {
  transform: rotate(0deg);
  pointer-events: none;
}
#ring svg[data-rotate],
#ring .ring-image[data-rotate] {
  transition: all 0.5s;
}
#ring svg[data-rotate="#6b379c"],
#ring .ring-image[data-rotate="#6b379c"] {
  transform: rotate(550deg);
}
#ring svg[data-rotate="#54bf80"],
#ring .ring-image[data-rotate="#54bf80"] {
  transform: rotate(0deg);
}
#ring svg[data-rotate="#d387f0"],
#ring .ring-image[data-rotate="#d387f0"] {
  transform: rotate(135deg);
}
#ring svg[data-rotate="#56ccf2"],
#ring .ring-image[data-rotate="#56ccf2"] {
  transform: rotate(247deg);
}
#ring svg[data-rotate="#337e7e"],
#ring .ring-image[data-rotate="#337e7e"] {
  transform: rotate(73deg);
}

@media (max-width: 991px) {
  .ring-slider {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .ring-slick {
    padding-left: 0;
  }

  .ring-slider {
    padding-top: 40px;
  }
  .ring-slider .section-title, .ring-slider .landing-tab h2, .landing-tab .ring-slider h2 {
    text-align: center;
  }

  .ring-slider-left ul {
    margin-bottom: 50px;
  }
  .ring-slider-left ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .ring-slider-right #ring {
    pointer-events: none;
  }

  .ring-slider-right .ring-iphone {
    transform: scale(1.2);
  }

  .ring-slider-right,
.ring-slider-right .ring-iphone {
    height: 490px;
  }

  .ring-slider-right .ring-slick-wrap {
    bottom: -5px;
    left: 10px;
  }

  .ring-slider-right #ring {
    transform: translateY(70px) translateX(8px);
  }

  .ring-slider-right .ring-slick-wrap .ring-slick li {
    padding-right: 8px;
  }
}
.vertical-tab-wrap {
  background: #212424;
  padding-top: 77px;
  padding-bottom: 87px;
}
.vertical-tab-wrap .vertical-tab {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .vertical-tab-wrap .vertical-tab .col-lg-8 {
    padding-left: 8px;
  }
}
.vertical-tab-wrap .section-title, .vertical-tab-wrap .landing-tab h2, .landing-tab .vertical-tab-wrap h2 {
  margin-bottom: 20px;
}
.vertical-tab-wrap .nav-pills .nav-link.active {
  background: #212424;
}
.vertical-tab-wrap .nav-pills .nav-link {
  padding: 0;
  width: 100%;
}
.vertical-tab-wrap .nav-link:hover .vertical-tab-title,
.vertical-tab-wrap .nav-link.active .vertical-tab-title {
  background: #42C1C4;
  color: #212424;
}
.vertical-tab-wrap .nav-link:hover .vertical-tab-title svg path,
.vertical-tab-wrap .nav-link.active .vertical-tab-title svg path {
  fill: #212424;
  stroke-width: 0;
  opacity: 1;
}
.vertical-tab-wrap .nav-link:hover .vertical-tab-title .right svg,
.vertical-tab-wrap .nav-link.active .vertical-tab-title .right svg {
  stroke: #212424;
  opacity: 1;
}
.vertical-tab-wrap .tab-card {
  border-radius: 10px;
}
.vertical-tab-wrap .tab-card-top {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 140px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.vertical-tab-wrap .tab-card-top .overlay {
  background: #42C1C4;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  border-radius: 10px 10px 0px 0px;
}
.vertical-tab-wrap .tab-card-top img {
  z-index: 1;
  object-fit: contain;
  min-width: 52px;
}
.vertical-tab-wrap .tab-card-middle {
  padding: 30px;
  padding-bottom: 8px;
  background: #fff;
}
@media (min-width: 992px) {
  .vertical-tab-wrap .tab-card-middle {
    height: 234px;
  }
}
.vertical-tab-wrap .tab-card-middle h3 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
}
.vertical-tab-wrap .tab-card-middle p {
  font-family: Montserrat;
  font-weight: 500;
  color: #212424;
  font-size: 14px;
  line-height: 20px;
}
.vertical-tab-wrap .tab-card-middle p:empty {
  display: none;
}
.vertical-tab-wrap .tab-card-middle .site-btn {
  font-size: 14px;
  line-height: 17px;
}
.vertical-tab-wrap .tab-card-bottom {
  border-radius: 0px 0px 10px 10px;
  padding: 27px 30px;
  background: rgba(236, 242, 243, 0.56);
  background: #f4f7f8;
}
.vertical-tab-wrap .tab-card-bottom .title {
  color: #212424;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: bold;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #212424;
}
.vertical-tab-wrap .tab-card-bottom .title span {
  font-weight: 700;
}
.vertical-tab-wrap .tab-card-bottom ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.vertical-tab-wrap .tab-card-bottom ul li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #596664;
  width: 20%;
  margin-right: 7px;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.vertical-tab-wrap .tab-card-bottom ul li:hover {
  cursor: pointer;
}
.vertical-tab-wrap .tab-card-bottom ul li:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #353D3D;
  position: absolute;
  top: 0;
  left: 0;
}
.vertical-tab-wrap .tab-card-bottom ul li a {
  text-decoration: none;
  color: #596664;
  font-weight: 500;
  font-size: 13px;
}
.vertical-tab-wrap .tab-card-bottom ul li:first-child:before {
  border-radius: 20px 0px 0px 20px;
}
.vertical-tab-wrap .tab-card-bottom ul li:last-child:before {
  border-radius: 0px 20px 20px 0px;
}
.vertical-tab-wrap .tab-card-bottom ul li.faded {
  color: #A2B4B1;
  pointer-events: none;
}
.vertical-tab-wrap .tab-card-bottom ul li.faded a {
  color: #D0DBD9;
}
.vertical-tab-wrap .tab-card-bottom ul li.faded:before {
  background: #D0DBD9;
}
.vertical-tab-wrap .tab-card-bottom ul li:hover, .vertical-tab-wrap .tab-card-bottom ul li.active {
  color: #42C1C4;
}
.vertical-tab-wrap .tab-card-bottom ul li:hover a, .vertical-tab-wrap .tab-card-bottom ul li.active a {
  color: #42C1C4;
}
.vertical-tab-wrap .tab-card-bottom ul li:hover:before, .vertical-tab-wrap .tab-card-bottom ul li.active:before {
  background: #42C1C4;
}
.vertical-tab-wrap .tab-card .site-link.site-link-arrow {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.vertical-tab-wrap .tab-card .site-link.site-link-arrow svg {
  width: 20px;
  height: 20px;
}
.vertical-tab-wrap .tab-card .card-btns {
  margin-bottom: 30px;
  margin-top: 34px;
}
.vertical-tab-wrap .tab-card .card-btns .site-btn {
  min-height: 40px;
  min-width: 154px;
  padding: 6px 16px;
  display: inline-flex;
  justify-content: space-between;
  padding-right: 6px;
}
.vertical-tab-wrap .tab-card .card-btns .site-btn:not(:last-child) {
  margin-right: 10px;
}

.tab-card-item {
  border-radius: 10px;
  background: #2A3232;
  padding: 30px;
}
.tab-card-item img {
  height: 65px;
  object-fit: contain;
  margin-bottom: 35px;
}
.tab-card-item h3 {
  margin-bottom: 25px;
}

.vertical-tab-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  background: #2A3232;
  color: #FFFFFF;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  border-radius: 10px;
  height: 87px;
  font-size: 14px;
  line-height: 26px;
}
.vertical-tab-title .left {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.vertical-tab-title .left img, .vertical-tab-title .left svg {
  margin-right: 20px;
  object-fit: none;
  height: 44px;
}
.vertical-tab-title .left svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.vertical-tab-title .left svg path {
  fill: #fff;
}
.vertical-tab-title .right svg {
  stroke: #ECF2F3;
  opacity: 0.3;
  width: 37px;
  height: 37px;
}

@media (max-width: 991px) {
  .vertical-tab-wrap .tab-card-middle p {
    max-height: unset;
  }

  .vertical-tab-wrap .tab-card-top {
    min-height: 110px;
  }
}
@media (max-width: 768px) {
  .vertical-tab-wrap {
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .vertical-tab-wrap .vertical-tab {
    display: none;
  }

  .vertical-tab-title .left img, .vertical-tab-title .left svg {
    object-fit: contain;
  }
}
[aria-labelledby=v-pills-5-tab] .tab-card-bottom {
  padding-bottom: 33px;
}

.vertical-accordion {
  padding-top: 60px;
}
@media (min-width: 769px) {
  .vertical-accordion {
    display: none;
  }
}
@media (max-width: 768px) {
  .vertical-accordion {
    padding-top: 30px;
  }
  .vertical-accordion .tab-card-bottom .site-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.vertical-accordion .site-btn {
  width: 100%;
  margin-bottom: 20px;
  min-height: 54px;
  display: flex;
  justify-content: space-between;
}
.vertical-accordion .tab-card-bottom .title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.vertical-accordion .vertical-tab-title {
  margin: 0;
  width: 100%;
  position: relative;
  border-radius: 0;
  align-items: flex-start;
  padding-top: 18px;
  height: 70px;
}
@media (max-width: 768px) {
  .vertical-accordion .vertical-tab-title {
    height: 60px;
    padding-top: 15px;
    border-radius: 10px;
  }
}
.vertical-accordion .vertical-tab-title svg {
  stroke: #42C1C4;
}
.vertical-accordion .vertical-tab-title .tab-card-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 20px 20px 0 0px;
  opacity: 0;
}
@media (max-width: 768px) {
  .vertical-accordion .vertical-tab-title .tab-card-top {
    border-radius: 10px 10px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.vertical-accordion .vertical-tab-title .tab-card-top .overlay {
  border-radius: 0;
}
@media (max-width: 768px) {
  .vertical-accordion .vertical-tab-title .tab-card-top .overlay {
    background: #42C1C4;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    border-radius: 10px 10px 0 0;
    pointer-events: none;
  }
}
.vertical-accordion .vertical-tab-title .tab-card-top .icons-overlay-img {
  position: relative;
}
.vertical-accordion .vertical-tab-title .left,
.vertical-accordion .vertical-tab-title .right {
  z-index: 10;
}
.vertical-accordion .btn {
  width: 100%;
  padding: 0;
  border: none;
  margin: 0;
}
.vertical-accordion .btn:hover, .vertical-accordion .btn:focus {
  text-decoration: none;
  outline: none;
}
.vertical-accordion .card-header {
  padding: 0;
  border: none;
}
.vertical-accordion .card {
  border: none;
  background: transparent;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .vertical-accordion .card {
    margin-bottom: 6px;
    background: #cdcfc7;
    border-radius: 15px;
  }
}
.vertical-accordion .card .collapose.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.vertical-accordion .card-body {
  background: #fff;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
.vertical-accordion .tab-card-middle p {
  font-size: 16px;
  line-height: 26px;
}
.vertical-accordion .tab-card-middle {
  padding: 22px;
}
.vertical-accordion .vertical-tab-title .left img {
  height: 35px;
}
@media (max-width: 768px) {
  .vertical-accordion .vertical-tab-title .left img {
    height: 24px;
    max-width: 30px;
  }
}
.vertical-accordion .vertical-tab-title .left {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 768px) {
  .vertical-accordion .vertical-tab-title .left {
    font-size: 14px;
    line-height: 27px;
  }
}
.vertical-accordion [aria-expanded=true] .left {
  opacity: 0;
}
.vertical-accordion [aria-expanded=true] .vertical-tab-title {
  height: 203px;
  padding-top: 20px;
}
.vertical-accordion [aria-expanded=true] .vertical-tab-title svg {
  stroke: #fff;
  transform: rotate(45deg);
  opacity: 0.7;
}
.vertical-accordion [aria-expanded=true] .vertical-tab-title .svg {
  transform: rotate(0deg);
  height: 100%;
  width: 40px;
  opacity: 1;
}
.vertical-accordion [aria-expanded=true] .tab-card-top {
  opacity: 1;
}
@media (max-width: 768px) {
  .vertical-accordion .tab-card-middle h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .vertical-accordion .tab-card-middle p {
    font-size: 14px;
    line-height: 20px;
  }
}

.portfolio-risk-wrap .mobile-select {
  display: none;
}

@media (max-width: 768px) {
  .portfolio-risk-wrap {
    position: relative;
  }
  .portfolio-risk-wrap .deactive {
    color: rgba(33, 36, 36, 0.5);
  }
  .portfolio-risk-wrap .mobile-dropdown {
    display: block;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding-left: 18px;
    padding-right: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .portfolio-risk-wrap .mobile-dropdown svg {
    stroke: #a2b4b1;
  }
  .portfolio-risk-wrap .mobile-dropdown.is-open {
    background: #a2b4b1;
    color: #fff;
  }
  .portfolio-risk-wrap .mobile-dropdown.is-open svg {
    stroke: #fff;
    transform: rotate(180deg);
  }

  .vertical-tab-wrap .tab-card-bottom ul {
    display: none;
    position: absolute;
    top: 54px;
    width: 100%;
    left: 0;
    z-index: 12;
    background: #f7f7f7;
  }
  .vertical-tab-wrap .tab-card-bottom ul li {
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 18px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .vertical-tab-wrap .tab-card-bottom ul li.active {
    background: #a2b4b1;
    color: #212424;
  }
  .vertical-tab-wrap .tab-card-bottom ul li.faded {
    color: rgba(33, 36, 36, 0.3);
  }
  .vertical-tab-wrap .tab-card-bottom ul li:before {
    display: none;
  }

  .vertical-accordion [aria-expanded=true] .vertical-tab-title {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .vertical-accordion .vertical-tab-title .right svg {
    stroke: #ecf2f3;
    opacity: 0.3;
    height: 22px;
    width: 22px;
  }

  .vertical-accordion [aria-expanded=true] .vertical-tab-title svg {
    stroke: #fff;
    opacity: 0.8;
  }

  .portfolio-risk-wrap .mobile-dropdown {
    cursor: pointer;
  }
  .portfolio-risk-wrap .mobile-dropdown > span {
    color: #a2b4b1;
  }
  .portfolio-risk-wrap .mobile-dropdown svg {
    transition: 0.3s;
  }
  .portfolio-risk-wrap .mobile-dropdown.is-open {
    background: white;
  }
  .portfolio-risk-wrap .mobile-dropdown.is-open > span {
    color: #2a3232;
  }
  .portfolio-risk-wrap .mobile-dropdown.is-open svg {
    stroke: #2a3232;
  }
  .portfolio-risk-wrap .mobile-dropdown + ul {
    background: white;
    top: 56px;
    border-radius: 4px;
    overflow: hidden;
  }
  .portfolio-risk-wrap .mobile-dropdown + ul li {
    height: auto;
    line-height: 17px;
  }
  .portfolio-risk-wrap .mobile-dropdown + ul li a {
    font-weight: normal;
    font-size: 14px;
    color: #2a3232;
    line-height: 17px;
    padding: 15px 0;
    display: block;
  }
  .portfolio-risk-wrap .mobile-dropdown + ul li:not(.faded):not(.decative):hover {
    background: #42C1C4;
  }
  .portfolio-risk-wrap .mobile-dropdown + ul li:not(.faded):not(.decative):hover a {
    color: #2a3232;
  }
}
.join-tomorrow {
  background: #212424;
  padding: 40px 0;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .join-tomorrow {
    padding: 20px;
  }
}
.join-tomorrow .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #42C1C4;
}
.join-tomorrow .title span {
  color: #fff;
  padding-left: 5px;
}
.join-tomorrow-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-tomorrow-content .site-btn {
  min-width: 104px;
  min-height: 44px;
}
@media (max-width: 991px) {
  .join-tomorrow-content .site-btn {
    min-height: 35px;
    color: #212424;
    background: #42C1C4;
    line-height: 1;
    padding: 6px 10px;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .join-tomorrow {
    padding: 55px 0;
    overflow-x: hidden;
  }
  .join-tomorrow .title {
    width: 60%;
    display: block;
    font-size: 18px;
    line-height: 20px;
  }
}
.team {
  padding: 80px 0 65px;
  background: #2A3232;
}
@media (min-width: 992px) {
  .team .site-btn {
    min-width: 250px;
  }
}
.team .text-center {
  padding: 0 15px;
  max-width: 1050px;
  margin: 0 auto;
}
.team .section-title, .team .landing-tab h2, .landing-tab .team h2 {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 44px;
}
.team .section-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.team-slider {
  padding-top: 10px;
  padding-bottom: 50px;
}
.team-slider-item {
  padding: 8px;
}
.team-slider img {
  border-radius: 50%;
  margin-bottom: 25px;
  width: 100%;
}
.team-slider .name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #42C1C4;
}
.team-slider .position {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.team-slider .slick-slide img {
  transform: scale(0.8);
  opacity: 0.5;
  transition: all 0.4s;
  transform-origin: bottom;
}
.team-slider .slick-slide.farLeft img {
  transform-origin: right bottom;
}
.team-slider .slick-slide.farLeft .name,
.team-slider .slick-slide.farLeft .position {
  padding-left: 30px;
}
.team-slider .slick-slide.farRight img {
  transform-origin: left bottom;
}
.team-slider .slick-slide.farRight .name,
.team-slider .slick-slide.farRight .position {
  padding-right: 30px;
}
.team-slider .slick-slide.nearCenter img {
  transition: all 0.5s;
  transform-origin: bottom;
  opacity: 0.9;
  transform: scale(0.93);
}
@media (max-width: 768px) {
  .team-slider .slick-slide.nearCenter img {
    transform: scale(0.8);
    transform-origin: center;
  }
}
.team-slider .slick-slide.slick-center img {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .team .team-slider-wrap + .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team .site-btn-mblFull {
    width: 100%;
    max-width: 296px;
  }
}

.team-slider-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #team-prev path, #team-next path {
    fill: #4A4A4A;
  }

  #team-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    margin-top: -46px;
    z-index: 999;
  }

  #team-next {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    margin-top: -46px;
    z-index: 999;
  }

  .team .site-btn.site-btn--primaryFilled {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #team-prev {
    left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #team-next {
    right: -10px;
  }
}

@media (min-width: 992px) {
  .site-btn:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  #team-prev, #team-next {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .site-btn {
    left: 0;
  }

  .site-btn:not(:last-child) {
    margin-bottom: 20px;
  }

  #team-next {
    margin-left: 112px;
  }

  #team-prev {
    margin-left: -112px;
  }

  .team {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .team .section-title, .team .landing-tab h2, .landing-tab .team h2 {
    margin-bottom: 20px;
  }

  .team-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team-slider .name {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .team-slider .position {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .team-slider-item {
    padding: 12px;
  }
  .team-slider .slick-center .name, .team-slider .slick-center .position {
    opacity: 1;
    transition: all 0.3s;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .things-download .site-btn--primaryFilled {
    width: 100%;
  }
  .things-download .site-btn--primaryFilled:before {
    content: "";
    background: url("../images/download-icon.svg") no-repeat left center;
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .page-template-template-team .inner-banner-img {
    margin-top: 40px;
  }
}

.body-has-overlay .join-tomorrow,
.body-has-overlay .copyright,
.body-has-overlay .footer {
  position: relative;
}
.body-has-overlay .join-tomorrow:after,
.body-has-overlay .copyright:after,
.body-has-overlay .footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2A3232;
  opacity: 0.8;
  top: 0;
  left: 0;
}

#join-now .modal-dialog {
  max-width: 733px;
}
#join-now .join-form {
  background: #42C1C4;
  padding: 64px 66px;
}
@media (max-width: 575px) {
  #join-now .join-form {
    padding: 30px;
  }
}
#join-now .modal-body {
  padding: 0;
}
#join-now .close {
  opacity: 1;
  color: #fff;
  margin: 2px 10px;
  display: none;
}
#join-now h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}
#join-now p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #F7F7F7;
}
#join-now .mc4wp-form-fields p {
  display: flex;
  background: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 575px) {
  #join-now .mc4wp-form-fields p {
    display: block;
    background: none;
  }
}
#join-now .mc4wp-alert.mc4wp-error p {
  color: #e31313 !important;
}
#join-now input {
  height: 64px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: calc(100% - 195px);
}
@media (max-width: 575px) {
  #join-now input {
    max-width: 100% !important;
    height: 44px;
    font-size: 14px !important;
    width: 100%;
    border-radius: 4px;
  }
}
#join-now input[type=email] {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.01em;
  padding: 0 22px;
  border: 0;
}
@media (max-width: 575px) {
  #join-now input[type=email] {
    margin-bottom: 12px;
  }
}
#join-now input[type=email] ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.56;
  color: #353D3D;
  font-weight: 400;
}
#join-now input[type=email] ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.56;
  color: #353D3D;
  font-weight: 400;
}
#join-now input[type=email] :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.56;
  color: #353D3D;
  font-weight: 400;
}
#join-now input[type=email] :-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.56;
  color: #353D3D;
  font-weight: 400;
}
#join-now input[type=submit] {
  max-width: 195px;
  border: 0;
  background: #353D3D;
  border-radius: 4px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #F7F7F7;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding-top: 10px;
  z-index: 99;
}
@media (max-width: 575px) {
  #return-to-top {
    width: 35px;
    height: 35px;
    padding-top: 4px;
  }
}
#return-to-top svg {
  stroke: #fff;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

@media (max-width: 768px) {
  .landing-tab .scrollspy {
    display: none;
  }
}
@media (max-width: 1024px) {
  .landing-tab .scrollspy .nav {
    display: flex;
    justify-content: space-between;
  }
  .landing-tab .scrollspy .nav-tabs .nav-link {
    margin-right: 0;
  }
}
.landing-tab .scrollspy .nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
}
.landing-tab .scrollspy .nav-tabs .nav-link.active, .landing-tab .scrollspy .nav-tabs .nav-link:hover {
  border-color: #42C1C4;
}
.landing-tab .scrollspy.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.inner-banner {
  padding-top: 80px;
  padding-bottom: 25px;
  background: #2a3232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.inner-banner .container {
  max-width: 100%;
}
.inner-banner p a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #42C1C4;
  text-align: center;
  text-decoration-line: underline;
}
@media (max-width: 575px) {
  .inner-banner {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 32px;
    background: url("../images/mobile-banner.svg") no-repeat !important;
    background-position: 100% -120% !important;
    background-position-y: -35px !important;
    background-size: 120% !important;
  }
  .inner-banner:before {
    background: none !important;
  }
}
.inner-banner .inner-banner-title {
  max-width: 860px;
  margin: 0 auto;
}
.single-portfolio .inner-banner .inner-banner-title {
  max-width: 675px;
}

@media (max-width: 768px) {
  .inner-banner .inner-banner-title {
    padding: 0 2px;
  }
}

.related-block {
  padding-top: 70px;
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  .related-block {
    padding-bottom: 50px;
  }
}
.related-block h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .related-block h2 {
    padding: 0 80px;
    font-size: 23px;
    line-height: 27px;
  }
}
.related-block .view-more {
  text-align: center;
  margin-top: 44px;
}
.related-block .view-more .site-btn {
  min-width: 333px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.related-block .related-block-cards {
  display: flex;
}
.related-block .related-block-cards .tag {
  z-index: 1;
}
.related-block .related-block-cards .portfolio-card {
  position: relative;
}
@media (min-width: 769px) {
  .related-block .related-block-cards {
    flex-wrap: wrap;
  }
  .related-block .related-block-cards .portfolio-card {
    width: 33.33%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .related-block .related-block-cards .portfolio-card {
    width: 50%;
    margin-bottom: 15px;
  }
}
.related-block .related-block-cards .portfolio-card-bottom {
  padding: 40px 29px;
}
@media (max-width: 768px) {
  .related-block .related-block-cards {
    flex-wrap: wrap;
  }
  .related-block .portfolio-card {
    display: flex;
    margin-bottom: 18px;
    width: 100%;
  }
  .related-block .portfolio-card .portfolio-card-top {
    min-width: 103px;
    min-height: 103px;
    flex-basis: 103px;
  }
  .related-block .portfolio-card .portfolio-card-bottom {
    width: 100%;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px;
  }
  .related-block .portfolio-card .portfolio-card-bottom p,
.related-block .portfolio-card .date {
    display: none;
  }
  .related-block .portfolio-card h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .related-block .portfolio-card h3 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #212424;
  }
  .related-block .portfolio-card h3 a:hover {
    color: #42C1C4;
    text-decoration: underline;
  }
  .related-block .portfolio-card .tag {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 12px;
    width: auto;
    min-width: 73px;
    display: inline-block;
    line-height: 18px;
  }
  .related-block .portfolio-card .site-btn {
    display: none;
  }
}

.ring-slider, .vertical-tab-wrap, .team {
  overflow-x: hidden;
}

.fee {
  background: #2a3232;
  padding-bottom: 40px;
}
.fee-card {
  margin-bottom: 42px;
  border-radius: 10px;
  overflow: hidden;
}
.fee-card-head {
  background: #596664;
  border-radius: 10px 10px 0px 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  color: #F7F7F7;
  padding-left: 46px;
  margin-bottom: 0;
}
.fee-card-body {
  background: #fff;
  padding: 46px;
  padding-top: 40px;
  padding-bottom: 22px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fee-card-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.fee-card-title.title-plus {
  font-size: 14px;
}
.fee-card .fee-note {
  background: rgba(236, 242, 243, 0.5);
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 40px;
  padding-left: 14px;
  align-items: center;
  margin-bottom: 5px;
}
.fee-card .fee-note span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  width: 50%;
  font-weight: 400;
}
.fee-card .fee-note--gray span {
  color: #596664;
}
.fee-card hr {
  margin-top: 45px;
  margin-bottom: 35px;
  background: #A2B4B1;
}
.fee-card .plus {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  border: 1.5px solid #212424;
  box-sizing: border-box;
  border-radius: 5px;
  width: 55px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  height: 25px;
}
.fee-card p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.fee-card p b {
  font-weight: 600;
}
.fee-card p.plus-paragraph {
  position: relative;
  padding-left: 65px;
  margin-top: 40px;
  max-width: 790px;
}
.fee-card p.plus-paragraph .plus {
  position: absolute;
  left: 0;
  top: 0;
}
.fee .fee-card-third {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.fee .fee-card-third .fee-card-tr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #A2B4B1;
}
.fee .fee-card-third b {
  font-weight: 700;
  max-width: 340px;
  display: inline-block;
}
.fee .fee-card-third span {
  font-weight: 700;
  display: inline-block;
  color: #596664;
}
.fee .fee-card-second .plus-paragraph {
  margin-top: 0;
}

.tomorrow-super-desc {
  font-size: 14px;
}

.things-download {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.things-download .is-open svg {
  transform: rotate(180deg);
}
.things-download-content {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: none;
}

@media (max-width: 768px) {
  .fee {
    padding-bottom: 20px;
  }

  .fee-card-body {
    padding: 20px;
  }

  .fee-card-head {
    padding-left: 20px;
  }

  .fee-card-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .fee-card .fee-note span {
    width: auto;
    padding-right: 12px;
  }

  .fee-card-title.title-plus {
    padding-left: 77px;
    position: relative;
  }
  .fee-card-title.title-plus .plus {
    position: absolute;
    left: 0;
    top: 2px;
  }

  .things-download {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .things-download .site-link-arrow {
    margin-top: 38px;
  }
}
.page-template-template-fee-and-pricing .inner-banner {
  position: relative;
  z-index: 1;
}
.page-template-template-fee-and-pricing .inner-banner:before {
  content: "";
  height: 425px;
  position: absolute;
  width: 78%;
  top: -160px;
  background: url("../images/fee-pricing.svg") no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .page-template-template-fee-and-pricing .inner-banner:before {
    height: 385px;
    top: -130px;
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-fee-and-pricing .inner-banner:before {
    width: 100%;
    background-size: contain;
    top: -80px;
  }
}

.fee-card-body .row > div {
  padding: 0 15px;
}

#faq-content {
  background: #2a3232;
  padding-bottom: 86px;
}
#faq-content .faq-accordion {
  border-bottom: 1px solid rgba(162, 180, 177, 0.32);
}
#faq-content .faq-accordion p {
  max-width: 932px;
}
#faq-content .nav-tabs {
  border: none;
}
#faq-content .nav-tabs a {
  background: #444d4d;
  border-radius: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  /* or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  padding: 16px 20px;
  width: 33.33%;
  width: calc(33.33% - 10px);
  margin: 5px;
  color: #FFFFFF;
}
#faq-content .nav-tabs a:hover, #faq-content .nav-tabs a.active {
  text-decoration: none;
  color: #212424;
  background: #42C1C4;
}
#faq-content .tab-pane {
  margin-top: 43px;
  color: #fff;
}
#faq-content .tab-pane .card-body {
  padding: 0;
  padding-bottom: 12px;
  font-size: 14px;
}
#faq-content .tab-pane [data-toggle=collapse] {
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0.01em;
  color: #F7F7F7;
  box-shadow: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(162, 180, 177, 0.32);
  text-align: left;
  position: relative;
  padding-right: 32px;
  outline: none;
  padding: 0;
  padding-right: 30px;
  font-weight: 500;
}
#faq-content .tab-pane [data-toggle=collapse] svg {
  position: absolute;
  right: 0;
  top: 12px;
  stroke: #A2B4B1;
  width: 30px;
  height: 30px;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
#faq-content .tab-pane button[aria-expanded=true] {
  color: #42C1C4;
}
#faq-content .tab-pane button[aria-expanded=true] svg {
  stroke: #42C1C4;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#accord-mbl {
  background: #2a3232;
  padding: 0 20px 50px;
}
#accord-mbl > h2 {
  height: 60px;
  padding: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #F7F7F7;
  position: relative;
  background: #444D4D;
  border-radius: 10px;
  margin-bottom: 5px;
}
#accord-mbl > h2:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-plus.svg);
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
#accord-mbl > h2[aria-expanded=true] {
  background: #42C1C4;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#accord-mbl > h2[aria-expanded=true]:after {
  background-image: url(../images/icons/icon-minus.svg);
}
#accord-mbl > h2 + div {
  background: #F7F7F7;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#accord-mbl > h2 + div h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #212424;
  padding: 20px;
  border-bottom: 1px solid #707C7D;
  padding-right: 65px;
  position: relative;
}
#accord-mbl > h2 + div h2:last-of-type {
  border: none;
}
#accord-mbl > h2 + div h2 + div {
  opacity: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
#accord-mbl > h2 + div h2:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/icon-down.svg);
  right: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 28px;
}
#accord-mbl > h2 + div h2[aria-expanded=true] {
  color: #42C1C4;
  border-color: transparent;
  margin-bottom: 0;
}
#accord-mbl > h2 + div h2[aria-expanded=true]:after {
  background-image: url(../images/icons/icon-up.svg);
}
#accord-mbl > h2 + div h2[aria-expanded=true] + div {
  padding: 20px;
  opacity: 1;
  padding-top: 0;
  border-bottom: 1px solid #707C7D;
}
#accord-mbl > h2 + div h2[aria-expanded=true] + div:last-child {
  border-color: transparent;
}

.page-template-template-faqs .inner-banner {
  background: url(../images/faq_banner.svg) no-repeat;
  background-position: 100% 75%;
  background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .page-template-template-faqs .inner-banner {
    background-position: 50% 150%;
  }
}
@media (min-width: 992px) {
  .page-template-template-faqs .inner-banner .inner-banner-title {
    margin-bottom: 55px;
  }
}

#risk-test {
  background-color: #2a3232;
  background-image: url("../images/risk-test-bg.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
@media (max-width: 575px) {
  #risk-test {
    background: none;
  }
}
#risk-test .inner-banner-title {
  max-width: 100%;
}
#risk-test .inner-banner {
  padding-top: 76px;
  padding-bottom: 85px;
  background: transparent;
}
#risk-test .inner-banner p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #risk-test .inner-banner {
    padding-left: 27px;
    padding-right: 27px;
  }
}
#risk-test .risk-start {
  margin-top: 80px;
}
#risk-test picture {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: auto;
}

.risk-step-nav {
  margin-top: 10px;
  text-align: right;
}
.risk-step-nav a {
  min-width: 134px;
}
.risk-step-nav a:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 575px) {
  .risk-step-nav a:not(:last-child) {
    font-weight: 700;
    letter-spacing: 0.5px;
  }
}

.risk-dots {
  padding-top: 75px;
  text-align: center;
  margin-bottom: 40px;
}
.risk-dots ul {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  margin-top: 35px;
}
.risk-dots ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 7px;
  background: #596664;
  cursor: pointer;
}
.risk-dots ul li.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.risk-dots ul li.active, .risk-dots ul li:hover {
  background: #42C1C4;
}
.risk-dots-step {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 54px;
  /* or 104% */
  text-align: center;
  text-transform: uppercase;
  /* GREEN / BRIGHT */
  color: #42C1C4;
}

.risk-step {
  position: relative;
}
.risk-step .error-msg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.risk-step-content {
  background: rgba(53, 61, 61, 0.8);
  border-radius: 10px;
  padding: 60px 90px;
}
.risk-step-content .top-label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #fff;
}
.risk-step-content .top-label img {
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.risk-step-content .top-label span {
  color: #a2b4b1;
}
.risk-step-content .top-label code {
  color: #d387f0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  /* or 183% */
  letter-spacing: 0.01em;
  color: #D387F0;
}
.risk-step-content .top-label .age, .risk-step-content .top-label .age-minus {
  color: #fff;
  font-weight: bold;
}
.risk-step-content input, .risk-step-content textarea {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #F7F7F7;
  width: 100%;
  padding: 0;
}
.risk-step-content input:focus, .risk-step-content textarea:focus {
  outline: none;
}
.risk-step-content textarea,
.risk-step-content input[type=number],
.risk-step-content input[type=text] {
  background: transparent;
  margin-bottom: 77px;
  border: none;
  margin-top: 8px;
}
.risk-step-content input::placeholder {
  color: #596664;
}
.risk-step-content textarea::placeholder {
  color: #596664;
}
.risk-step-content input[type=number]::placeholder {
  color: #596664;
}

.radio-container,
.check-container {
  margin-top: 40px;
}

.check-wrap input, .radio-wrap input {
  display: none;
}
.check-wrap label, .radio-wrap label {
  position: relative;
  padding-left: 35px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 0;
  margin-bottom: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #F7F7F7;
}
.check-wrap label:before, .radio-wrap label:before {
  content: "";
  background-image: url("../images/icons/box-blank.svg");
  position: absolute;
  left: 0;
  top: -3px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.check-wrap input:checked + label:before, .radio-wrap input:checked + label:before {
  background-image: url("../images/icons/Box_tick.svg");
}

.radio-wrap label {
  line-height: 33px;
}
.radio-wrap label:before {
  background-image: url("../images/icons/radio-unchecked.svg");
  width: 24px;
  height: 24px;
  top: 4px;
}
.radio-wrap input:checked + label:before {
  background-image: url("../images/icons/radio-checked.svg");
}

.error-msg {
  color: #c74949;
  margin-top: 8px;
}

.risk-steps {
  padding-bottom: 85px;
}
@media (max-width: 575px) {
  .risk-steps {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  #risk-test {
    padding-bottom: 18px;
  }
  #risk-test .inner-banner .page-title {
    margin-bottom: 30px;
  }
  #risk-test .inner-banner .risk-start {
    margin-top: 12px;
    width: calc(100% - 10px);
    position: relative;
    height: 50px;
  }

  .risk-dots {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 35px;
  }
  .risk-dots ul {
    margin-top: 0;
  }

  .risk-dots-step {
    font-size: 49px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .risk-step[data-risk="1"] .risk-step-content,
.risk-step[data-risk="2"] .risk-step-content {
    padding-top: 80px;
  }

  .risk-step-content {
    padding: 25px 20px;
  }
  .risk-step-content .top-label {
    font-size: 14px;
    line-height: 20px;
    line-height: 20px;
  }
  .risk-step-content input[type=number] {
    margin: 0;
    margin-top: 10px;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 55px;
  }

  .risk-step-nav {
    margin-top: 25px;
  }
  .risk-step-nav a {
    min-width: 180px;
    height: 50px;
  }

  .risk-step .error-msg {
    position: relative;
  }

  .risk-back {
    font-size: 14px;
    line-height: 17px;
  }

  .radio-container, .check-container {
    margin-top: 15px;
  }

  .check-wrap label,
.radio-wrap label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .check-wrap label:before, .radio-wrap label:before {
    top: 0;
    transform: translateY(0);
  }

  .risk-step-content .top-label img {
    margin: 25px auto;
    width: 100%;
  }
}
.risk-result {
  background-color: #2a3232;
  background-image: url(../images/risk-test-bg.svg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 86px;
  padding-bottom: 65px;
}
.risk-result-title {
  text-align: center;
}
.risk-result-title .page-title {
  margin-bottom: 25px;
}
.risk-result-title p.page-title-small {
  text-align: left;
}
.risk-result-title .info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #42C1C4;
  display: block;
  margin-bottom: 10px;
}
.risk-result-title .site-btn {
  margin-top: 42px;
}
.risk-result .site-btn {
  margin-top: 45px;
  min-width: 228px;
}

.risk-result-list {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.risk-result-list ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .risk-result-list ul {
    justify-content: center;
  }
}
.risk-result-list ul li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #596664;
  width: 20%;
  margin-right: 7px;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .risk-result-list ul li {
    width: 15.333%;
  }
}
.risk-result-list ul li.faded, .risk-result-list ul li.deactive {
  pointer-events: none;
}
.risk-result-list ul li:after {
  content: "";
  background-image: url(../images/location.svg);
  position: absolute;
  top: -32px;
  width: 28px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.risk-result-list ul li:hover {
  cursor: pointer;
}
.risk-result-list ul li:hover:after {
  opacity: 1;
}
.risk-result-list ul li:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #353D3D;
  background: #b8dddd;
  position: absolute;
  top: 0;
  left: 0;
}
.risk-result-list ul li a {
  text-decoration: none;
  color: #A2B4B1;
  opacity: 0.6;
}
.risk-result-list ul li:first-child:before {
  border-radius: 20px 0px 0px 20px;
}
.risk-result-list ul li:last-child:before {
  border-radius: 0px 20px 20px 0px;
}
.risk-result-list ul li.faded, .risk-result-list ul li.deactive {
  color: #B8DDDD;
}
.risk-result-list ul li.faded:before, .risk-result-list ul li.deactive:before {
  background: #353D3D;
}
.risk-result-list ul li:hover, .risk-result-list ul li.active {
  color: #42C1C4;
}
.risk-result-list ul li:hover a, .risk-result-list ul li.active a {
  color: #42C1C4;
}
.risk-result-list ul li:hover:before, .risk-result-list ul li.active:before {
  background: #42C1C4 !important;
}
.risk-result-list ul li:hover:after, .risk-result-list ul li.active:after {
  opacity: 1;
}
@media (max-width: 575px) {
  .risk-result-list ul li:last-child {
    margin-right: 0;
  }
}

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

body.page-template-risk-profile-detail .risk-result-list ul li.faded:not(.active):not(:hover):before {
  background: #b8dddd;
}

@media (min-width: 769px) {
  .portfolio-index {
    background: #262c2c;
  }
}
.portfolio-index .portfolio-index-image:first-child {
  margin-top: 0;
}
.portfolio-index--container {
  max-width: 873px;
  margin: 0 auto;
}
.portfolio-index--container .returns-desc p {
  color: #707C7D;
  line-height: 12px;
  font-size: 9px;
}

.portfolio-index-choose {
  background: #313939;
  min-height: 138px;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .portfolio-index-choose {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .portfolio-index-choose .dark-choose {
    flex-wrap: wrap;
  }
}
.portfolio-index-choose .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #A2B4B1;
}
@media (max-width: 768px) {
  .portfolio-index-choose .title {
    width: 100%;
    text-align: center;
  }
}
.portfolio-index-choose .dark-choose {
  width: 100%;
  max-width: 873px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
  justify-content: center;
}
.portfolio-index-choose .dark-choose .prev svg {
  margin-right: 15px;
  position: relative;
  left: -10px;
}
.portfolio-index-choose .dark-choose .next svg {
  margin-left: 15px;
}
.portfolio-index-choose .dark-choose .risk-result-list {
  max-width: 645px;
  margin: 0;
  width: 100%;
}
.portfolio-index-choose .dark-choose .risk-result-list ul {
  margin: 0;
}
.portfolio-index-choose:not(.result-page) .risk-result-list ul li.faded:before, .portfolio-index-choose:not(.result-page) .risk-result-list ul li.deactive:before {
  background: #495755;
}

.portfolio-index-video {
  margin-bottom: 75px;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .portfolio-index-video {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
.portfolio-index-video h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 30px;
  color: #F7F7F7;
}
@media (max-width: 768px) {
  .portfolio-index-video h3 {
    font-size: 23px;
    line-height: 27px;
  }
}
.portfolio-index-video h3 span {
  font-weight: bold;
}
.portfolio-index-video p {
  color: #F7F7F7;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat;
}
.portfolio-index-video p a {
  color: #42C1C4;
}
.portfolio-index-video .video-wrap {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .portfolio-index-video .video-wrap {
    margin-top: 30px;
  }
}
.portfolio-index-video .video-wrap img,
.portfolio-index-video .video-wrap video {
  max-width: 100%;
}
.portfolio-index-video .video-wrap:after {
  content: "";
  width: 127px;
  height: 158px;
  background-image: url("../images/play.svg") !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 991px) {
  .portfolio-index-video .video-wrap:after {
    width: 48px;
    height: 60px;
    background-size: contain;
  }
}

.portfolio-index-image {
  margin: 75px auto;
  text-align: center;
}
.portfolio-index-image .site-btn {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .portfolio-index-image {
    padding: 0 15px;
    margin: 50px auto;
  }
}
.portfolio-index-image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.portfolio-index-image h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 45px;
  color: #42C1C4;
}
@media (max-width: 768px) {
  .portfolio-index-image h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
  }
}
.portfolio-index-image p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.portfolio-index-image p span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.portfolio-index-image p:last-of-type img {
  margin-top: 22px;
}

.portfolio-index-slider {
  padding-bottom: 137px;
  background: #2a3232;
  padding-top: 70px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.portfolio-index-slider .slick-list,
.portfolio-index-slider .slick-track {
  width: 100%;
  margin: 0;
}
.portfolio-index-slider .dots-arrow {
  width: 100%;
  justify-content: center;
  bottom: 87px;
}
.portfolio-index-slider h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .portfolio-index-slider h2 {
    font-size: 23px;
    line-height: 27px;
  }
}
.portfolio-index-slider .portfolio-slick {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.portfolio-index-slider .portfolio-slick .portfolio-card-top img {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.portfolio-index-slider .portfolio-slick .slick-dots {
  position: absolute;
  bottom: -50px;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-index-slider .portfolio-slick .slick-dots li.slick-active button, .portfolio-index-slider .portfolio-slick .slick-dots li:hover button {
  background: #42C1C4;
}
.portfolio-index-slider .portfolio-slick .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #596664;
  border-radius: 50%;
  margin-right: 7px;
  border: 0;
}

.portfolio-index-tab {
  text-align: center;
  margin-top: 35px;
  background: #2a3232;
  padding-top: 70px;
  padding-bottom: 85px;
}
@media (max-width: 575px) {
  .portfolio-index-tab {
    padding: 0;
  }
}
.portfolio-index-tab .container {
  margin-top: 38px;
}
.portfolio-index-tab .portfolio-index--container > h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #F7F7F7;
}
.portfolio-index-tab .portfolio-index--container > h3 span {
  font-weight: bold;
}
.portfolio-index-tab .portfolio-index--container > p {
  color: #F7F7F7;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-index-tab [class*=col-] {
  padding: 0;
}
.portfolio-index-tab .nav-pills {
  padding-right: 16px;
}
.portfolio-index-tab .nav-link {
  background: #212424;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 7px;
  position: relative;
  text-align: left;
}
.portfolio-index-tab .nav-link .feather-chevron-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  stroke: #ECF2F3;
  opacity: 0.3;
}
.portfolio-index-tab .nav-link.active, .portfolio-index-tab .nav-link:hover {
  background: #42C1C4;
}
.portfolio-index-tab .nav-link.active .feather-chevron-right, .portfolio-index-tab .nav-link:hover .feather-chevron-right {
  stroke: #212424;
  opacity: 1;
}
.portfolio-index-tab .nav-link h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0;
}
.portfolio-index-tab .nav-link h4 {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}

.portfolio-index-tab-wrap {
  background: #D0DBD9;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  padding-bottom: 32px;
  z-index: 10;
  position: relative;
}
.portfolio-index-tab-wrap .dots-arrow .slick-prev, .portfolio-index-tab-wrap .dots-arrow .slick-next {
  height: 10px;
}
.portfolio-index-tab-wrap .portfolio-card-bottom p {
  text-align: left !important;
}
.portfolio-index-tab-wrap .portfolio-card-bottom p:last-child {
  margin-bottom: 0;
}
.portfolio-index-tab-wrap .portfolio-card-bottom .site-btn {
  margin-top: 15px;
}
.portfolio-index-tab-wrap.no_slides {
  padding: 20px 10px;
}
.portfolio-index-tab-wrap.no_slides .slick-list {
  padding-right: 0;
}
.portfolio-index-tab-wrap.no_slides .portfolio-index-tab-slider .slick-track {
  margin-left: 0;
}

.portfolio-index-tab-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-index-tab-slider .portfolio-card {
  padding: 0 4px;
}
.portfolio-index-tab-slider .portfolio-card-bottom {
  padding-bottom: 30px;
  text-align: left;
  min-height: 325px;
}
.portfolio-index-tab-slider .slick-list {
  width: 100%;
  padding-right: 40px;
}
.portfolio-index-tab-slider .slick-track {
  min-width: 350px;
}
.portfolio-index-tab-slider [class*=col-] {
  padding: 0;
}

.portfolio-index--container .tab-content {
  position: relative;
}
.portfolio-index--container .tab-content:before {
  content: "";
  border: 5px solid #f3f3f3;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  /* Light grey */
  border-top: 5px solid #42c1c4;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.result-seprate-page .risk-result-list ul li.faded {
  pointer-events: all;
}
.result-seprate-page.portfolio-index-choose {
  background: transparent;
  margin-top: 70px;
}
.result-seprate-page.portfolio-index-choose .dark-choose {
  justify-content: center;
}
.result-seprate-page.portfolio-index-choose .dark-choose .risk-result-list {
  max-width: 745px;
}
.result-seprate-page.portfolio-index-choose .title {
  display: none;
}
@media (max-width: 768px) {
  .result-seprate-page {
    display: none;
  }
}

@media (max-width: 768px) {
  .portfolio-page-ajax {
    padding-top: 0;
  }
  .portfolio-page-ajax .risk-sections {
    margin-bottom: 15px;
  }
  .portfolio-page-ajax .page-title {
    margin-bottom: 36px;
  }
  .portfolio-page-ajax .portfolio-index-tab .portfolio-index--container > p {
    padding: 0 20px;
  }
  .portfolio-page-ajax .specialty-portfolio-accordion {
    margin-top: 45px;
  }
}
.portfolio-page-ajax .inner-banner .site-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .portfolio-page-ajax .inner-banner .site-btn {
    background: #42C1C4;
    color: #212424;
    max-width: 296px;
    width: 100%;
  }
}
.portfolio-page-ajax .portfolio-index {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .portfolio-page-ajax .portfolio-index {
    padding-top: 0;
  }
}
.portfolio-page-ajax .portfolio-index-image h3 {
  font-size: 26px;
  line-height: 22px;
  color: #42C1C4;
}

.single-portfolio .inner-banner {
  padding-bottom: 45px;
  min-height: 265px;
  padding-top: 70px;
}

.page-template-risk-profile-detail {
  background: #262C2C !important;
}
@media (min-width: 769px) {
  .page-template-risk-profile-detail .inner-banner .inner-banner-title {
    padding-bottom: 55px;
  }
}

.risk-sections {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #42C1C4;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .risk-sections {
    font-weight: 700;
  }
}

.result-page {
  background: #2a3232;
  padding-top: 120px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .result-page {
    display: none;
  }
}
.result-page .dark-choose {
  justify-content: center;
}
.result-page .dark-choose .risk-result-list {
  max-width: 715px;
}

@media (max-width: 991px) {
  .result-porfolio-page.portfolio-button-wrap {
    padding: 40px;
  }
  .result-porfolio-page.portfolio-button-wrap .dark-choose {
    flex-wrap: wrap;
  }
  .result-porfolio-page.portfolio-button-wrap .dark-choose .title,
.result-porfolio-page.portfolio-button-wrap .dark-choose .site-btn {
    width: 100%;
    text-align: center;
  }
  .result-porfolio-page.portfolio-button-wrap .dark-choose .title {
    margin-bottom: 15px;
  }
  .result-porfolio-page.portfolio-button-wrap .dark-choose .title + div {
    width: 100%;
  }
  .result-porfolio-page.portfolio-button-wrap .dark-choose .site-btn {
    margin-bottom: 13px;
  }
}
.result-porfolio-page.portfolio-button-wrap ul {
  margin-bottom: 0;
  padding: 0;
}
.result-porfolio-page.portfolio-button-wrap.portfolio-index-choose .dark-choose {
  align-items: center;
}
.result-porfolio-page.portfolio-button-wrap .dark-choose .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
}
.result-porfolio-page.portfolio-button-wrap .site-btn {
  font-weight: 400;
  cursor: pointer;
  background: #B8DDDD;
}
.result-porfolio-page.portfolio-button-wrap .site-btn span {
  font-weight: 700;
}
.result-porfolio-page.portfolio-button-wrap .site-btn:hover, .result-porfolio-page.portfolio-button-wrap .site-btn.active {
  background: #42C1C4;
}
.result-porfolio-page.portfolio-button-wrap .site-btn b {
  font-weight: 700;
}
.result-porfolio-page.portfolio-button-wrap .site-btn.feed.active {
  background: #42C1C4;
}

@media (max-width: 768px) {
  .portfolio-index-slider {
    padding: 0;
  }
  .portfolio-index-slider .portfolio-slick,
.portfolio-index-slider .dots-arrow {
    display: none;
  }
}
.allocation-wrp {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .allocation-wrp {
    background: #212424;
  }
}
@media (max-width: 767px) {
  .allocation-wrp .allocation-desktop {
    display: block;
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .allocation-wrp .allocation-xs {
    display: none;
  }
}
.allocation-wrp .allocation-desc {
  padding: 20px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .allocation-wrp .allocation-desc {
    margin-top: 0;
    padding-top: 0;
  }
}
.allocation-wrp .allocation-desc p {
  font-size: 9px;
  color: #707C7D;
  line-height: 12px;
}

@media (min-width: 992px) {
  .page-template-template-fee-and-pricing .inner-banner-title {
    margin-bottom: 55px;
  }
}
.page-template-template-fee-and-pricing .page-title-small p:first-child {
  max-width: 697px;
  margin: 0 auto;
}

.portfolio-template-default,
.page-template-risk-profile-detail {
  position: relative;
}
.portfolio-template-default:after,
.page-template-risk-profile-detail:after {
  content: "";
  background-image: url("../images/portfolio-banner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 321px;
  z-index: 10;
  background-position: bottom;
  pointer-events: none;
}
@media (max-width: 575px) {
  .portfolio-template-default:after,
.page-template-risk-profile-detail:after {
    background-image: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .portfolio-template-default:after,
.page-template-risk-profile-detail:after {
    top: -80px;
    background-size: contain;
  }
}

.portfolio-accordion-mbl {
  padding: 0px 20px 50px;
}
.portfolio-accordion-mbl .vertical-tab-title {
  background: #353D3D;
  border-radius: 10px;
  height: 60px;
}
.portfolio-accordion-mbl .vertical-tab-title svg {
  stroke: #6c7373;
}
.portfolio-accordion-mbl .card-body {
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  .portfolio-accordion-mbl .card-body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .portfolio-accordion-mbl .card-body .tab-card h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .portfolio-accordion-mbl .card-body .tab-card .card-btns {
    margin-top: 25px;
  }
  .portfolio-accordion-mbl .card-body .tab-card .card-btns .site-btn {
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .portfolio-index-choose .dark-choose {
    justify-content: center;
  }
  .portfolio-index-choose .dark-choose .risk-result-list {
    margin-top: 45px;
  }
  .portfolio-index-choose .dark-choose .prev svg {
    top: -5px;
    left: 0;
  }
  .portfolio-index-choose .dark-choose .next svg {
    margin-left: 15px;
    top: -5px;
    position: relative;
    right: 0;
  }

  .portfolio-index-choose .risk-result-list ul li:before {
    height: 6px;
  }
  .portfolio-index-choose .risk-result-list ul li a {
    display: none;
  }
  .portfolio-index-choose .risk-result-list ul li:after {
    top: -35px;
  }

  .specialty-portfolio-accordion .portfolio-card {
    padding: 0 4px;
  }
  .specialty-portfolio-accordion .portfolio-slick {
    margin: 0;
  }
  .specialty-portfolio-accordion .slick-list {
    padding-left: 0 !important;
  }
  .specialty-portfolio-accordion .tab-card-middle {
    padding: 20px;
    padding-top: 5px;
  }
  .specialty-portfolio-accordion .tab-card-middle h3 {
    color: #212424;
    font-weight: 500;
  }
  .specialty-portfolio-accordion .tab-card-middle h3 span {
    font-weight: 700;
  }
  .specialty-portfolio-accordion [aria-expanded=true] .vertical-tab-title {
    background: #cdcfc7;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .specialty-portfolio-accordion [aria-expanded=true] .vertical-tab-title svg {
    stroke: #212424;
  }
  .specialty-portfolio-accordion [aria-expanded=true] .vertical-tab-title .left h3,
.specialty-portfolio-accordion [aria-expanded=true] .vertical-tab-title .left h4,
.specialty-portfolio-accordion [aria-expanded=true] .vertical-tab-title .left h4 span {
    color: #212424;
  }
  .specialty-portfolio-accordion [aria-expanded=true] .vertical-tab-title .left {
    opacity: 1;
  }
  .specialty-portfolio-accordion .card-body {
    position: relative;
    background: #cdcfc7;
    padding-bottom: 50px;
  }
  .specialty-portfolio-accordion .tab-card-middle .portfolio-slick {
    display: block;
  }
  .specialty-portfolio-accordion .vertical-tab-title {
    background: #596664;
    height: 70px;
    padding: 15px 20px;
  }
  .specialty-portfolio-accordion .vertical-tab-title .left {
    flex-direction: column;
    align-items: baseline;
  }
  .specialty-portfolio-accordion h3 {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
  }
  .specialty-portfolio-accordion h4 span {
    font-weight: 300;
    font-size: 12px;
    line-height: 10px;
    font-style: italic;
    text-transform: capitalize;
    display: block;
  }
  .specialty-portfolio-accordion .dots-arrow {
    display: flex;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .specialty-portfolio-accordion .portfolio-card-bottom .content {
    font-size: 14px;
  }
  .specialty-portfolio-accordion .portfolio-card-bottom h3 {
    font-size: 18px;
    color: #262c2c;
    font-weight: normal;
  }
  .specialty-portfolio-accordion .portfolio-card-bottom a.site-btn {
    max-width: 100%;
    min-height: 44px;
    margin-top: 20px;
  }
}

#portfolio-accordion-mbl .collapse:not(.show) {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#portfolio-accordion-mbl .collapsing {
  background-color: #CDCFC7;
  opacity: 1 !important;
}

.partners {
  background: #2a3232;
  padding-top: 45px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .partners {
    padding: 0px;
  }
}
.partners-card {
  background: #353D3D;
  border-radius: 10px;
  padding: 26px;
}
@media (max-width: 991px) {
  .partners-card {
    text-align: center;
    margin-bottom: 18px;
  }
}
.partners-card img {
  margin-bottom: 25px;
}
.partners-card h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #42C1C4;
  margin-bottom: 20px;
}
.partners-card p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.partners-best {
  padding-bottom: 50px;
  background: #252A2a;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .partners-best {
    background: #2a3232;
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .partners-best .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.partners-best h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 44px;
  color: #FFFFFF;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .partners-best h2 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .partners-best-card {
    text-align: center;
    margin-bottom: 40px;
  }
}
.partners-best-card img {
  border-radius: 6px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 35px;
  height: 92px;
}
@media (max-width: 768px) {
  .partners-best-card img {
    width: 180px;
    height: 68px;
    margin-bottom: 18px;
  }
}
.partners-best-card h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #42C1C4;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .partners-best-card h3 {
    margin-bottom: 15px;
  }
}
.partners-best-card h3 span {
  color: #42C1C4;
  font-weight: 400;
  display: block;
  text-transform: initial;
}
@media (max-width: 768px) {
  .partners-best-card h3 span {
    font-size: 14px;
  }
}
.partners-best-card p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #F7F7F7;
}
.partners-best .partners-footer {
  margin-top: 70px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .partners-best .partners-footer {
    margin-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.partners-best .partners-footer p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #596664;
}
@media (max-width: 768px) {
  .partners-best .partners-footer p {
    margin-bottom: 0;
  }
}

.page-template-partners .inner-banner {
  background: url("../images/partners-banner.svg") no-repeat;
  background-position: 100% 35%;
  background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .page-template-partners .inner-banner {
    background-position: 100% 130%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-partners .inner-banner {
    background-position: 100% -55%;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .page-template-partners .inner-banner .inner-banner-title .page-title {
    margin-bottom: 80px;
  }
}

.case-study {
  background: #2a3232;
}
@media (min-width: 992px) {
  .case-study {
    padding-bottom: 85px;
  }
}
.case-study-block {
  background: #2a3232;
}
@media (max-width: 768px) {
  .case-study-block {
    margin-bottom: 40px;
  }
  .case-study-block:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .case-study-block:last-child .container {
    border-bottom: 0;
  }
}
.case-study-block .container {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(162, 180, 177, 0.1);
}
@media (min-width: 992px) {
  .case-study-block .container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .case-study-block:first-child .container {
    border-top: 1px solid rgba(162, 180, 177, 0.1);
  }
}
.case-study-block .case-study-speech {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .case-study-block .case-study-speech {
    padding-right: 55px;
  }
}
.case-study-block .case-study-speech .speech {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #42C1C4;
}
@media (max-width: 768px) {
  .case-study-block .case-study-speech .speech {
    font-size: 20px;
    line-height: 26px;
  }
}
.case-study-block .case-study-speech .name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: #B8DDDD;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .case-study-block .case-study-speech .name {
    font-size: 12px;
    line-height: 28px;
  }
}
.case-study-block .case-study-speech .name:before {
  content: "—";
  padding-right: 8px;
}
.case-study-block-right .name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 44px;
  color: #F7F7F7;
}
@media (max-width: 768px) {
  .case-study-block-right .name {
    font-size: 18px;
    line-height: 27px;
  }
}
.case-study-block-right .location {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #f6f6f6;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .case-study-block-right .location {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.case-study-block-right .content {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #F7F7F7;
}
.case-study-block-right .content a {
  text-decoration: underline;
  color: #42C1C4;
}

.blog .inner-banner {
  position: relative;
  z-index: 1;
}
.blog .inner-banner:before {
  content: "";
  height: 425px;
  position: absolute;
  width: 100%;
  top: 0;
  background: url("../images/blog-banner.png") no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  right: 0;
}
@media (min-width: 1600px) {
  .blog .inner-banner:before {
    height: 750px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .blog .inner-banner:before {
    height: 385px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog .inner-banner:before {
    width: 100%;
    background-size: cover;
  }
}
.blog .inner-banner .inner-banner-title {
  max-width: 100%;
}
@media (min-width: 992px) {
  .blog .inner-banner .inner-banner-title {
    margin-bottom: 55px;
  }
}

.page-template-case-study .inner-banner {
  position: relative;
  z-index: 1;
}
.page-template-case-study .inner-banner:before {
  content: "";
  height: 523px;
  position: absolute;
  width: 100%;
  top: -104px;
  background: url(../images/case-study.svg) no-repeat;
  background-position: 50% 30%;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .page-template-case-study .inner-banner:before {
    background-position: 50% 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-case-study .inner-banner:before {
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .page-template-case-study .inner-banner .inner-banner-title {
    margin-bottom: 55px;
  }
}

.join-now {
  background: #2a3232;
}
@media (min-width: 992px) {
  .join-now .join-now-block--left {
    padding-bottom: 38px;
  }
}
.join-now-block {
  background: #353D3D;
  border-radius: 10px;
  padding: 26px;
  margin-bottom: 28px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .join-now-block {
    margin-bottom: 17px;
  }
}
.join-now-block h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  color: #42C1C4;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .join-now-block h2 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
.join-now-footer {
  padding-bottom: 80px;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .join-now-footer {
    padding-bottom: 44px;
  }
  .join-now-footer .site-btn {
    margin-top: 25px;
  }
}
.join-now-footer p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .join-now-footer p {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .join-now-footer p {
    text-align: center;
  }
}
.join-now-footer p a {
  color: #42C1C4;
  text-decoration: underline;
}
.join-now-footer .site-btn {
  width: 100%;
}

.page-template-join-now .inner-banner {
  position: relative;
  z-index: 1;
}
.page-template-join-now .inner-banner:before {
  content: "";
  height: 420px;
  position: absolute;
  width: 100%;
  top: -210px;
  background: url("../images/join-now-banner.svg") no-repeat;
  background-position: 100%;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .page-template-join-now .inner-banner:before {
    background-position: 20% 70%;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .page-template-join-now .inner-banner .inner-banner-title {
    margin-bottom: 55px;
  }
}

.team-listing {
  background: #2a3232;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .team-listing {
    padding-top: 20px;
  }
}
.team-listing.has-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2A3232;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.team-listing .team-listing-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .team-listing .team-listing-wrap {
    margin: 0 -44px;
  }
}
.team-listing-item {
  flex-basis: 25%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 77px;
}
@media (max-width: 991px) {
  .team-listing-item {
    flex-basis: 50%;
    margin-bottom: 40px;
  }
  .team-listing-item img {
    width: 100%;
    max-width: 114px;
  }
  .team-listing-item .hover-plus {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .team-listing-item a {
    max-width: 120px;
  }
}
.team-listing-item a:hover {
  text-decoration: none;
}
.team-listing-item .hover-plus {
  margin-bottom: 22px;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .team-listing-item .hover-plus {
    height: 114px;
    width: 114px;
    margin: 0 auto 22px;
  }
}
.team-listing-item .hover-plus:after {
  content: "";
  background-image: url("../images/icons/hover-plus.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media (max-width: 991px) {
  .team-listing-item .hover-plus:after {
    background-position: center;
    background-size: cover;
  }
}
.team-listing-item:hover .hover-plus:after {
  opacity: 1;
  transition: all 0.3s;
}
.team-listing-item .name,
.team-listing-item .position {
  max-width: 193px;
}
.team-listing-item .name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #42C1C4;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .team-listing-item .name {
    margin-bottom: 10px;
  }
}
.team-listing-item .position {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.team-listing-modal {
  max-width: 1086px;
  margin: 0 auto;
  padding: 0px 15px 65px;
  position: relative;
  margin-top: 65px;
  display: flex;
}
@media (max-width: 991px) {
  .team-listing-modal {
    margin-top: 40px;
    flex-wrap: wrap;
    padding-bottom: 35px;
  }
}

.team-listing-detail {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 480px;
  background: #fff;
  z-index: 1;
}
.team-listing-detail-left {
  flex-basis: 35%;
}
@media (max-width: 991px) {
  .team-listing-detail-left {
    text-align: center;
  }
}
.team-listing-detail-left img {
  width: 100%;
  height: 366px;
  object-fit: contain;
  width: 366px;
}
@media (max-width: 991px) {
  .team-listing-detail-left img {
    width: 100%;
    max-width: 257px;
    height: auto;
    margin-bottom: 35px;
  }
}
.team-listing-detail-right {
  flex-basis: 65%;
  padding-right: 50px;
  padding-left: 58px;
}
@media (max-width: 991px) {
  .team-listing-detail-left, .team-listing-detail-right {
    flex-basis: 100%;
    padding: 0;
  }
}
.team-listing-detail .team-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .team-listing-detail .team-close {
    max-width: 50px;
    right: 10px;
    top: -27px;
  }
}
.team-listing-detail .name-pos {
  margin-bottom: 40px;
}
.team-listing-detail .name-pos .name {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.team-listing-detail .name-pos .position {
  color: #42C1C4;
  text-align: left;
  max-width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.team-listing-detail .background .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #A2B4B1;
  margin-bottom: 10px;
}
.team-listing-detail .background ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.team-listing-detail .background ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #596664;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .team-listing-detail .background ul li {
    margin-bottom: 15px;
  }
}
.team-listing-detail .content {
  margin-top: 30px;
}
.team-listing-detail p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.team-video {
  margin-top: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .team-video {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
  .team-video .site-btn--primaryFilled {
    width: 100%;
  }
}

.page-template-template-team .inner-banner {
  position: relative;
  z-index: 1;
}
.page-template-template-team .inner-banner:before {
  content: "";
  height: 425px;
  position: absolute;
  width: 100%;
  top: 0;
  background: url("../images/team.png") no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .page-template-template-team .inner-banner:before {
    height: 385px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-team .inner-banner:before {
    width: 100%;
    background-size: cover;
  }
}

.blog-listing-wrap {
  background: #2a3232;
  padding-bottom: 85px;
}
.blog-listing-wrap .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.blog-listing-wrap .post-categories li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .blog-listing-wrap {
    padding-bottom: 30px;
  }
}

.tag {
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 30px;
  left: 30px;
  border-radius: 2px;
}
.tag ul {
  margin: 0;
  padding: 0;
}
.tag ul li {
  list-style: none;
}
.tag ul li a {
  background: rgba(89, 102, 100, 0.67);
  color: white;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
}
@media (max-width: 575px) {
  .tag ul li a {
    display: inline-block;
    font-size: 10px;
    padding: 3px 7px;
    font-weight: 600;
    border-radius: 2px;
  }
}
@media (max-width: 991px) {
  .tag ul li a {
    background: rgba(89, 102, 100, 0.4);
  }
}

.blog-listing {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .blog-listing .site-btn {
    display: none;
  }
  .blog-listing .blog-listing-featured .portfolio-card {
    margin-bottom: 18px;
  }
  .blog-listing .blog-listing-bottom .portfolio-card {
    display: flex;
    margin-bottom: 18px;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .blog-listing .blog-listing-bottom .portfolio-card .portfolio-card-top {
    min-width: 103px;
    min-height: 103px;
    flex-basis: 103px;
    border-radius: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .blog-listing .blog-listing-bottom .portfolio-card .portfolio-card-top .overlay {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .blog-listing .blog-listing-bottom .portfolio-card .portfolio-card-bottom {
    width: 100%;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .blog-listing .blog-listing-bottom .portfolio-card .portfolio-card-bottom p,
.blog-listing .blog-listing-bottom .portfolio-card .date {
    display: none;
  }
}
@media (max-width: 768px) {
  .blog-listing .blog-listing-bottom .portfolio-card h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .blog-listing .blog-listing-bottom .portfolio-card h3 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #212424;
  }
  .blog-listing .blog-listing-bottom .portfolio-card h3 a:hover {
    color: #42C1C4;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .blog-listing .blog-listing-bottom .portfolio-card .tag {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
    height: 18px;
    width: auto;
    min-width: 73px;
    display: inline-block;
    line-height: 18px;
    background: rgba(89, 102, 100, 0);
    text-align: left;
  }
}
.blog-listing .date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #596664;
  margin-bottom: 30px;
}
.blog-listing-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .blog-listing-bottom {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .blog-listing-featured .portfolio-card-bottom {
    padding-bottom: 12px !important;
  }
  .blog-listing-featured .portfolio-card-bottom .content p:not(:empty) + p,
.blog-listing-featured .portfolio-card-bottom .content p:empty {
    display: none;
  }
}
.blog-listing-featured .portfolio-card {
  padding: 0;
}
.blog-listing-featured .portfolio-card .tag {
  left: 57px;
  top: 43px;
}
@media (max-width: 768px) {
  .blog-listing-featured .portfolio-card .tag {
    top: 22px;
    left: 22px;
  }
}
.blog-listing-featured .portfolio-card-top {
  height: 198px;
}
@media (max-width: 768px) {
  .blog-listing-featured .portfolio-card-top {
    height: 190px;
  }
}
.blog-listing-featured .portfolio-card-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 57px;
}
@media (max-width: 768px) {
  .blog-listing-featured .portfolio-card-bottom {
    padding: 20px;
  }
}
.blog-listing-featured .portfolio-card-bottom h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.blog-listing-featured .portfolio-card-bottom h3 a {
  color: #212424;
}
.blog-listing-featured .portfolio-card-bottom h3 a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .blog-listing-featured .portfolio-card-bottom h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  .blog-listing-featured .portfolio-card-bottom .left,
.blog-listing-featured .portfolio-card-bottom .right {
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .blog-listing-featured .portfolio-card-bottom .right {
    padding-left: 12px;
  }
}
.blog-listing .portfolio-card {
  flex-basis: 33.33%;
  margin-bottom: 35px;
  position: relative;
}
.blog-listing-bottom .portfolio-card {
  min-width: unset;
  max-width: 33.33%;
}
@media (max-width: 768px) {
  .blog-listing-bottom .portfolio-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.blog-listing-bottom p {
  font-weight: 500;
}
.blog-listing-bottom h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.blog-listing-bottom h3 a {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
  text-decoration: none;
  color: #262c2c;
}
.blog-listing-bottom h3 a:hover {
  color: #262c2c;
}

.load-more {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .load-more {
    display: none;
  }
}
.load-more a {
  min-width: 333px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.blog-single-article {
  background: #2a3232;
  padding-top: 86px;
}
@media (max-width: 768px) {
  .blog-single-article {
    padding-top: 0;
  }
  .blog-single-article .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .blog-single-article .card--big {
    padding: 0;
  }
}
.blog-single-article .card--big .portfolio-card {
  width: 100%;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card {
    position: relative;
    padding: 0;
  }
}
.blog-single-article .card--big .portfolio-card-top {
  min-height: 660px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-top {
    min-height: 216px;
  }
}
.blog-single-article .card--big .portfolio-card-top h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-top h3 {
    display: none;
  }
}
.blog-single-article .card--big .portfolio-card-top .title-tag {
  z-index: 1;
  position: relative;
  padding: 90px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-top .title-tag {
    padding: 0;
    position: absolute;
    top: 17px;
    left: 17px;
  }
}
.blog-single-article .card--big .portfolio-card-top .title-tag .tag {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  text-align: left;
}
.blog-single-article .card--big .portfolio-card-bottom {
  padding: 40px 0 0;
}
.blog-single-article .card--big .portfolio-card-bottom h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
.blog-single-article .card--big .portfolio-card-bottom .content-wrap {
  padding: 0 90px;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-bottom .content-wrap {
    padding: 0 15px;
  }
}
.blog-single-article .card--big .portfolio-card-bottom .content p, .blog-single-article .card--big .portfolio-card-bottom .content ul, .blog-single-article .card--big .portfolio-card-bottom .content ol {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.blog-single-article .card--big .portfolio-card-bottom .content h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .blog-single-article .card--big .portfolio-card-bottom .content h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.blog-single-article .card--big .portfolio-card-bottom .content .block-left {
  width: 60%;
  float: left;
}
.blog-single-article .card--big .portfolio-card-bottom .content .block-right {
  width: 38%;
  float: left;
  padding-left: 2%;
}
@media (max-width: 991px) {
  .blog-single-article .card--big .portfolio-card-bottom .content .block-left,
.blog-single-article .card--big .portfolio-card-bottom .content .block-right {
    width: 100%;
  }
}
.blog-single-article .card--big .portfolio-card-bottom .content quote,
.blog-single-article .card--big .portfolio-card-bottom .content blockquote,
.blog-single-article .card--big .portfolio-card-bottom .content blockquote p {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #42c1c4;
}
@media (max-width: 575px) {
  .blog-single-article .card--big .portfolio-card-bottom .content quote,
.blog-single-article .card--big .portfolio-card-bottom .content blockquote,
.blog-single-article .card--big .portfolio-card-bottom .content blockquote p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-bottom .content blockquote {
    margin: 30px 0;
  }
}
.blog-single-article .card--big .portfolio-card-bottom .social-share ul {
  padding-left: 0;
  list-style: none;
  margin-top: 65px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-bottom .social-share ul {
    margin: 0;
    border: 0;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.blog-single-article .card--big .portfolio-card-bottom .social-share ul a:hover {
  text-decoration: none;
}
.blog-single-article .card--big .portfolio-card-bottom .references {
  background: #ecf2f3;
  padding-top: 38px;
  padding-bottom: 35px;
  padding-left: 90px;
  border-radius: 0px 0px 10px 10px;
}
@media (min-width: 992px) {
  .blog-single-article .card--big .portfolio-card-bottom .references {
    padding-right: 90px;
  }
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-bottom .references {
    padding: 20px;
    border-radius: 0;
  }
}
.blog-single-article .card--big .portfolio-card-bottom .references .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #2a3232;
  margin-bottom: 10px;
}
.blog-single-article .card--big .portfolio-card-bottom .references ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.blog-single-article .card--big .portfolio-card-bottom .references ol li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #2a3232;
  margin-bottom: 10px;
}
.blog-single-article .card--big .portfolio-card-bottom .references ol li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #2a3232;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-bottom .references ol li a {
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    word-break: break-all;
  }
}
.blog-single-article .card--big .portfolio-card-bottom .references ol li a:hover {
  text-decoration: none;
}
.blog-single-article .date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #596664;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .blog-single-article .date {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
}

.blog .portfolio-card-bottom {
  padding: 40px 29px;
}
.blog .portfolio-card-bottom a.site-btn {
  font-size: 14px;
  line-height: 1;
  max-width: 148px;
  padding: 10px;
  text-align: left;
  display: flex;
  border-width: 2px;
  justify-content: space-between;
  padding: 6px 12px;
  min-height: 40px;
  width: 100%;
  min-width: 1px;
}
@media (max-width: 768px) {
  .blog .portfolio-card-bottom a.site-btn {
    display: none;
  }
}
.blog .portfolio-card-bottom a.site-btn .feather-chevron-right {
  position: relative;
  right: -7px;
}

.blog .inner-banner-title .page-title-small {
  max-width: 1058px;
  margin: 0 auto;
}

.blog-single-article .card--big .portfolio-card-bottom,
.blog-single-article .card--big .portfolio-card-top {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .blog-single-article .card--big .portfolio-card-bottom,
.blog-single-article .card--big .portfolio-card-top {
    border-radius: 0;
  }
  .blog-single-article .card--big .portfolio-card-bottom .overlay,
.blog-single-article .card--big .portfolio-card-top .overlay {
    border-radius: 0;
  }
}

.blog-single-article {
  background: url("../images/blog-detail-banner-bg.png") no-repeat top center;
  background-size: contain;
}
.blog-single-article .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.blog-single-article .post-categories li:not(:last-child) {
  margin-right: 10px;
}
.blog-single-article .content p {
  color: #212424;
}

.related-block .date {
  color: #A2B4B1;
}
.related-block-cards .portfolio-card-bottom .site-btn {
  justify-content: space-between;
  padding: 6px 6px 6px 12px;
  min-width: auto;
  min-height: auto;
}
.related-block-cards .portfolio-card-bottom .site-btn svg {
  flex: 0 0 auto;
  margin-left: 22px;
}

.tac {
  padding-top: 80px;
  background: #2a3232;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .tac {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.tac .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 54px;
  text-transform: uppercase;
  color: #42C1C4;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .tac .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.tac .tac-card {
  background: #212424;
  border-radius: 10px;
  padding: 30px;
}
.tac .tac-card a {
  color: #42C1C4;
}
.tac .tac-card ul, .tac .tac-card ol, .tac .tac-card table * {
  color: #fff;
  font-size: 10px;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .tac .tac-card {
    padding-bottom: 0;
    padding: 15px;
  }
  .tac .tac-card p:last-of-type {
    margin-bottom: 0;
  }
}
.tac .tac-card p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
}
.tac .tac-card p b {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #a2b4b1;
}

.contact {
  background: #2a3232;
  padding-bottom: 95px;
}
@media (max-width: 575px) {
  .contact {
    padding-bottom: 42px;
  }
}
.contact .wpcf7 {
  background: rgba(89, 102, 100, 0.2);
  border-radius: 10px;
  padding: 0 60px;
  padding-top: 45px;
  padding-bottom: 65px;
  max-width: 691px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .contact .wpcf7 {
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
.contact .wpcf7 label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #F7F7F7;
  width: 100%;
}
@media (max-width: 575px) {
  .contact .wpcf7 label {
    font-size: 12px !important;
    margin-bottom: 0;
  }
}
.contact .wpcf7 span {
  width: 100%;
}
.contact .wpcf7 input:not([type=checkbox]),
.contact .wpcf7 textarea,
.contact .wpcf7 select {
  background: #FFFFFF;
  border-radius: 4px;
  height: 54px;
  border: 0;
  width: 100% !important;
  font-size: 16px !important;
  text-align: center;
  padding: 0 15px !important;
}
.contact .wpcf7 select {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #5C5E5E;
  text-align-last: center;
  background-image: url(../images/icons/icon-down.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 24px;
  background-position-x: calc(100% - 24px);
  cursor: pointer;
}
.contact .wpcf7 select::-ms-expand {
  display: none;
}
.contact .wpcf7 textarea {
  min-height: 157px;
  padding: 15px !important;
}
.contact .wpcf7 input[type=submit] {
  background: #42C1C4;
  border-radius: 4px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #212424;
  margin: 0 !important;
  width: 100% !important;
}
.contact .wpcf7 .cus-checkbox {
  position: relative;
}
.contact .wpcf7 div.wpcf7-validation-errors, .contact .wpcf7 div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
  color: #fff;
}
.contact .wpcf7 span.wpcf7-not-valid-tip {
  margin-top: 5px;
}
.contact .wpcf7 div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-position: center;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
  margin-bottom: 40px !important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error {
  background: none !important;
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_label {
  color: white;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .gform_wrapper ul.gform_fields li.gfield {
    font-size: 12px !important;
    margin-bottom: 20px !important;
  }
}
.gform_wrapper div.validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: white !important;
  font-weight: 400 !important;
}

li#field_1_6 label.gfield_label {
  display: none;
}

.ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 20px;
  left: 7px;
  top: 16px;
  border-bottom: 2px solid #212424;
  border-left: 2px solid #212424;
  transform: rotate(-45deg);
}
@media (max-width: 575px) {
  .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:after {
    height: 7px;
    width: 13px;
    left: 5px;
    top: 16px;
  }
}
.ginput_container_checkbox .gfield_checkbox li label {
  position: relative;
  padding: 12px 0 12px 50px !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 575px) {
  .ginput_container_checkbox .gfield_checkbox li label {
    font-size: 14px !important;
    padding: 12px 0 12px 30px !important;
  }
}
.ginput_container_checkbox .gfield_checkbox li label:before {
  content: "";
  position: absolute;
  background: white;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  left: 0;
  top: 7px;
}
@media (max-width: 575px) {
  .ginput_container_checkbox .gfield_checkbox li label:before {
    height: 22px;
    width: 22px;
    top: 11px;
  }
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .page-template-contact-us .inner-banner {
    padding-bottom: 0;
  }
}

.gfield_error .validation_message {
  color: red !important;
}

.gform_wrapper .gfield_required {
  color: #ff3f3f;
}

.gform_confirmation_message {
  color: #42C1C4;
}

@media (min-width: 992px) {
  .container {
    max-width: 1090px;
  }
}
.only-mobile {
  display: none;
}

@media (max-width: 768px) {
  .only-mobile {
    display: block;
  }

  .only-desktop {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .landing-banner .site-btn {
    line-height: 43px;
  }

  .banner-logos ul img {
    margin-right: 20px;
  }

  .site-btn {
    height: 50px;
  }

  .vertical-tab-wrap .tab-card-top img {
    padding-top: 30px;
  }
}
.git {
  background: #000;
}

/*# sourceMappingURL=styles.css.map */
