@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

[lang=ar-SA] .our-benefit-section .slick-prev {
  transform: rotate(180deg);
}

[lang=ar-SA] .our-benefit-section .slick-next {
  transform: rotate(180deg);
}

[lang=ar-SA] .op-content-section .link-arrow:hover img {
  transform: rotate(180deg);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
a.btn,
button.btn {
  font-size: 16px;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  transition: 0.4s;
  padding: 12px 15px;
  z-index: 2;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 960px) {
  a.btn,
  button.btn {
    padding: 12px 15px;
  }
}
a.btn.btn-orange,
button.btn.btn-orange {
  color: #ffffff;
  min-width: 112px;
  background-color: #c0895f !important;
  border: none;
}
a.btn.btn-orange.btn-get-quote,
button.btn.btn-orange.btn-get-quote {
  min-width: 230px;
}
@media screen and (max-width: 960px) {
  a.btn.btn-orange,
  button.btn.btn-orange {
    font-size: 18px;
  }
}
a.btn.btn-orange img,
button.btn.btn-orange img {
  margin-left: 8px;
}
a.btn.btn-orange.border,
button.btn.btn-orange.border {
  background: transparent;
  border: 1px solid #c0885f;
  color: #c0885f;
}
a.btn.btn-orange.border:hover,
button.btn.btn-orange.border:hover {
  color: #ffffff;
}
a.btn.btn-orange.border:active, a.btn.btn-orange.border:focus, a.btn.btn-orange.border:focus-within,
button.btn.btn-orange.border:active,
button.btn.btn-orange.border:focus,
button.btn.btn-orange.border:focus-within {
  color: #c0885f;
}
a.btn.active,
button.btn.active {
  position: relative;
  box-shadow: none;
}
a.btn.active:hover,
button.btn.active:hover {
  color: #ffffff;
}
a.btn.active:hover img,
button.btn.active:hover img {
  animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
a.btn.active:focus,
button.btn.active:focus {
  color: #ffffff;
}
a.btn.active:focus, a.btn.active:active, a.btn.active:focus-within,
button.btn.active:focus,
button.btn.active:active,
button.btn.active:focus-within {
  color: #ffffff;
}
a.btn.btn-white.border,
button.btn.btn-white.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
a.btn.btn-white.border:after,
button.btn.btn-white.border:after {
  background-color: #ffffff;
}
a.btn.btn-dark-blue,
button.btn.btn-dark-blue {
  background: #2e2e85;
  color: #ffffff;
}
a.btn.btn-dark-blue.border,
button.btn.btn-dark-blue.border {
  background: transparent;
  border: 1px solid #2e2e85;
  color: #2e2e85;
}
a.btn.btn-dark-blue.border.active:hover,
button.btn.btn-dark-blue.border.active:hover {
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
  background: #ffffff;
}
a.btn.btn-dark-blue.active:hover,
button.btn.btn-dark-blue.active:hover {
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
  background-color: #2e2e85;
}
a.btn.btn-dark-blue:after,
button.btn.btn-dark-blue:after {
  background-color: #000072;
  color: #ffffff;
}
a.btn.btn:focus, a.btn.btn:hover,
button.btn.btn:focus,
button.btn.btn:hover {
  outline: none;
}
a.btn.btn[disabled],
button.btn.btn[disabled] {
  transition: 0.4s;
  background-color: #e4e5e7;
  cursor: not-allowed;
  opacity: 1;
  color: #ffffff;
}
a.btn.btn[disabled]:hover, a.btn.btn[disabled]:focus, a.btn.btn[disabled]:focus-within,
button.btn.btn[disabled]:hover,
button.btn.btn[disabled]:focus,
button.btn.btn[disabled]:focus-within {
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .all-slides-btn-container {
    margin: auto;
  }
}
@media screen and (max-width: 960px) {
  .all-slides-btn-container .btn-fixed-bottom {
    position: fixed;
    bottom: 0;
    box-shadow: 0 -4px 10px 0 rgba(153, 153, 153, 0.25);
    left: 0;
    margin: 0;
    padding: 18px 25px;
    width: 100.2%;
    background: #ffffff;
    z-index: 1111;
  }
  .all-slides-btn-container .btn-fixed-bottom.btn-only-back {
    padding: 34px 25px;
  }
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button {
  display: flex;
  margin: 60px 0 30px 0;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 960px) {
  .all-slides-btn-container .btn-fixed-bottom .link-and-button {
    margin: 0;
  }
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link {
  align-self: center;
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a {
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a img {
  margin-right: 5px;
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a:focus, .all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a:hover {
  color: #000072;
  text-decoration: none;
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a:focus img, .all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a:hover img {
  animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a img {
  align-self: center;
}
@media screen and (max-width: 960px) {
  .all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a img {
    margin-top: 2px;
  }
}
@media screen and (max-width: 960px) {
  .all-slides-btn-container .btn-fixed-bottom .link-and-button .go-back-link a {
    font-size: 18px;
  }
}
.all-slides-btn-container .btn-fixed-bottom .link-and-button .button {
  align-self: center;
  width: auto;
}

.right-link-with-arrow {
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #c0885f;
  cursor: pointer;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .right-link-with-arrow {
    font-size: 18px;
  }
}
.right-link-with-arrow img {
  margin-right: 5px;
}
.right-link-with-arrow:hover, .right-link-with-arrow:active, .right-link-with-arrow:visited, .right-link-with-arrow:focus {
  color: #c0885f;
}
.right-link-with-arrow:hover img, .right-link-with-arrow:active img, .right-link-with-arrow:visited img, .right-link-with-arrow:focus img {
  animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes animate-arrow-right {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(10px, 0) scale(1.3, 1);
    transform: translate3d(10px, 0, 0) scale(1.3, 1);
    opacity: 0;
  }
  51% {
    transform: translate(-10px, 0) scale(1.3, 1);
    transform: translate3d(-10px, 0, 0) scale(1.3, 1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}
@keyframes animate-arrow-left {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(-10px, 0) scale(2, 1);
    transform: translate3d(-10px, 0, 0) scale(2, 1);
    opacity: 0;
  }
  51% {
    transform: translate(10px, 0) scale(2, 1);
    transform: translate3d(10px, 0, 0) scale(2, 1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}
.button.blue:hover, .button.blue:active, .button.blue:focus {
  color: #fff;
  background-color: #2e2e85;
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
}

@media (max-width: 992px) {
  .footer-languages-label {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer-bottom-social-light {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
  .footer-social-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .footer-top {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-bottom {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-link {
    height: 33px;
    border-top: unset;
    line-height: 33px;
  }
  .footer-social-top-container {
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
  .footer-social-bottom-container svg {
    width: 20px;
    height: 20px;
  }
  .footer-light-social-top-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer-top-lang-social {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-social-item {
    flex-grow: unset;
  }
  .footer-social-item:first-of-type {
    flex-grow: unset;
  }
  .footer-social-item:last-of-type {
    flex-grow: unset;
  }
  .footer-bottom-social-light {
    height: 50px;
  }
}
@media (min-width: 480px) {
  .footer-language-item:first-child {
    padding-left: 0;
  }
  .footer-social-icon.footer-social-icon-sm {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-copyline-bottom {
    justify-content: center;
    padding-top: 0;
  }
  .footer-languages-bottom-container {
    justify-content: center;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .footer-language-link {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .footer-link-list {
    display: none;
  }
  .footer-link {
    height: 80px;
    padding-right: 50px;
    padding-left: 50px;
    border-top: 1px solid #2425aa;
    font-weight: 400;
    line-height: 80px;
    text-transform: uppercase;
    box-sizing: border-box;
  }
  .footer-link-title {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: 0.01em;
    height: 80px;
    padding-right: 50px;
    padding-left: 50px;
    border-top: 1px solid #2425aa;
    font-weight: 400;
    line-height: 80px;
    box-sizing: border-box;
  }
  .footer-social-top-container {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-social {
    align-items: center;
    height: 120px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-social-icon {
    height: 35px;
  }
}
.container.footer {
  width: 100%;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #3032c1;
}

.clear-gutter,
.footer-last-column,
.footer-links,
.footer-social-bottom-container,
.footer-social-top-container {
  margin-right: 0;
  margin-left: 0;
}

.footer-last-column {
  padding: 0;
}

.clear-gutter,
.footer-last-column,
.footer-links,
.footer-social-bottom-container,
.footer-social-top-container {
  margin-right: 0;
  margin-left: 0;
}

.btn,
.footer-link-title,
.list-group__item,
.mobile-menu__link,
.table-of-contents__heading,
.typo-16, .typo-button,
.typo-footer-main,
.typo-footer-sub {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.footer-link-title {
  padding-bottom: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-social-bottom {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.footer-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-item {
  flex-grow: 2;
}

.footer-social-item:last-of-type {
  flex-grow: 1;
}

.footer-social-item:last-of-type .footer-social-link {
  padding-right: 0;
  text-align: right;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-link svg {
  fill: #fff;
}

svg:not(:root) {
  overflow: hidden;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #494df4;
  background: #2425aa;
}

.footer-social-bottom-container,
.footer-title-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer-social-bottom-container {
  justify-content: flex-end;
}

.axa-arrow-link-blue,
.axa-arrow-link-red,
.axa-icon-link-blue,
.axa-icon-link-red,
.footer-language-link,
.footer-languages-label,
.footer-social-bottom-title,
.typo-14,
.typo-article-header,
.typo-link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.footer-languages-label {
  display: flex;
  align-items: center;
  padding-right: 18px;
}

.footer-social-bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 18px;
  color: #fff;
}

.footer-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-bottom {
  align-items: center;
  justify-content: center;
}

.footer-social-item {
  flex-grow: 2;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

svg:not(:root) {
  overflow: hidden;
}

.footer-social-link svg {
  fill: #fff;
}

.footer-copyline,
.top-content-bar,
.typo-13,
.typo-footer-legal,
.typo-header-bar,
.typo-navigation,
.typo-small-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.footer-copyline, .footer-copyline a {
  color: hsla(0, 0%, 80%, 0.5);
}

.footer-copyline-bottom {
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
}

.footer-copyline-bottom, .footer-languages-bottom-container {
  display: flex;
  flex-grow: 1;
}

.footer-copyline, .footer-copyline a {
  color: hsla(0, 0%, 80%, 0.5);
}

.footer-copyline-top-container {
  display: flex;
  align-items: flex-end;
  height: 145px;
}

.footer-languages {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.footer-language-item {
  padding: 0 18px;
}

.footer-language-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 14px;
}

.footer-language-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.footer-language-link:hover {
  color: #fff;
}

.footer-language-link.active-language {
  color: #fff;
}

.footer-link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-link-list.is-active {
  display: block;
}

.footer-link {
  display: block;
  height: 40px;
  border-top: 1px solid #2425aa;
  color: #fff;
  line-height: 40px;
  box-sizing: border-box;
}

.footer-link:hover {
  color: #c9d8ff;
  text-decoration: none;
}

.footer-link-icon-container {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer-link-icon {
  height: 16px;
  fill: #fff;
}

.footer-back {
  display: none;
}

.footer-back.is-visible {
  display: block;
}

.footer-back > .footer-link {
  display: flex;
  align-items: center;
  height: 120px;
  line-height: 120px;
  text-transform: uppercase;
}

.footer-back-icon {
  height: 20px;
  padding-left: 30px;
  transform: rotate(180deg);
  fill: #fff;
}

.footer-link-title {
  padding-bottom: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-title-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-link:hover {
  color: #c9d8ff;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

.footer__wrapperStyle {
  background-color: #2e2e85;
}

@media (min-width: 992px) {
  .footer__topStyle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
  }
}
.footer__socialStyle {
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
}

.footer__socialStyle > a {
  margin-right: 30px;
}

.footer__socialStyle > a svg {
  fill: #ffffff;
}

.footer__socialStyle > a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer__socialStyle {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__socialStyle {
    width: 40%;
    padding: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .footer__socialStyle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%;
    padding: 0;
  }
  .footer__socialStyle > a {
    margin-right: 25px;
  }
}
.footer__socialTitleStyle {
  display: none;
}

@media (min-width: 992px) {
  .footer__socialTitleStyle {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
  }
}
.footer__logoStyle {
  width: 25px;
  fill: #ffffff;
}

.footer__linksWrapperStyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  padding: 0;
}

@media (max-width: 767px) {
  .footer__linksWrapperStyle {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .footer__linksWrapperStyle {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .footer__linksWrapperStyle {
    width: 75%;
    padding: 0;
  }
}
.footer__linksGroupStyle {
  margin-bottom: 0px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
}

.footer__linksGroupStyle:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer__linksGroupStyle {
    background-color: #00008f;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__linksGroupStyle {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__linksGroupStyle.selected .footer__linksTitleStyle:after {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .footer__linksGroupStyle.selected .footer__linkStyle {
    max-height: 60px;
    padding: 20px 30px;
    border-bottom: 1px solid #494df4;
    opacity: 1;
  }
  .footer__linksGroupStyle.selected .footer__linkStyle:last-child {
    border-bottom: none;
  }
}
.footer__linksTitleStyle {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #2e2e85;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer__linksTitleStyle {
    cursor: pointer;
    margin-top: 1px;
    padding: 20px 30px;
    margin: 0;
  }
  .footer__linksTitleStyle:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 25px;
    margin-left: 10px;
    margin-bottom: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 3px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: all 0.2s;
  }
}
.footer__linkStyle {
  display: block;
  margin-bottom: 10px;
  opacity: 1;
}

.footer__linkStyle:last-child {
  margin-bottom: 0;
}

.footer__linkStyle:hover {
  opacity: 0.65;
}

@media (max-width: 767px) {
  .footer__linkStyle {
    font-size: 16px;
    margin: 0;
    padding: 0 30px;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
  }
  .footer__linkStyle:first-child {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .footer__linkStyle:last-child {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.footer__langsBlockStyle {
  background: #3032c1;
}

.footer__langsInnerStyle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__langsInnerStyle {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 49%;
  }
}
.footer__langStyle {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  padding: 0 10px;
  border-right: 1px solid #494df4;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.1em;
}

.footer__langStyle:last-child {
  border-right: 0 none;
}

.footer__langStyle:hover {
  opacity: 0.5;
}

.footer__langStyle.selected {
  opacity: 1;
  cursor: default;
}

.footer__langStyle.selected:hover {
  opacity: 1;
}

.footer__copyrightStyle {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-align: center;
  padding: 0 0 10px;
}

@media (min-width: 768px) {
  .footer__copyrightStyle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    padding: 0;
  }
}
.footer__wrapperStyle a:hover,
.footer__wrapperStyle a:focus {
  color: #ffffff;
}

.footer__copyrightStyle {
  padding: 20px 0;
}

.footer__socialStyle {
  display: none;
}

.footer__langsInnerStyle .language-entry-long-text {
  text-transform: uppercase;
  display: inline-block;
}

.language-entry-short-text,
.language-entry-long-text {
  color: #ffffff;
  border-left: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0 10px;
}
.language-entry-short-text:nth-child(2),
.language-entry-long-text:nth-child(2) {
  padding-left: 0;
  border-left: none;
}

a.language-entry-short-text,
a.language-entry-long-text {
  opacity: 0.65;
}

@media (min-width: 992px) {
  .footer__socialStyle {
    display: flex;
  }
  .footer__langsInnerStyle .language-entry-long-text {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer-languages-label {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer-bottom-social-light {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
  .footer-social-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .footer-top {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-bottom {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-link {
    height: 33px;
    border-top: unset;
    line-height: 33px;
  }
  .footer-social-top-container {
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
  .footer-social-bottom-container svg {
    width: 20px;
    height: 20px;
  }
  .footer-light-social-top-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer-top-lang-social {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-social-item {
    flex-grow: unset;
  }
  .footer-social-item:first-of-type {
    flex-grow: unset;
  }
  .footer-social-item:last-of-type {
    flex-grow: unset;
  }
  .footer-bottom-social-light {
    height: 50px;
  }
}
@media (min-width: 480px) {
  .footer-language-item:first-child {
    padding-left: 0;
  }
  .footer-social-icon.footer-social-icon-sm {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-copyline-bottom {
    justify-content: center;
    padding-top: 0;
  }
  .footer-languages-bottom-container {
    justify-content: center;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .footer-language-link {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .footer-link-list {
    display: none;
  }
  .footer-link {
    height: 80px;
    padding-right: 50px;
    padding-left: 50px;
    border-top: 1px solid #2425aa;
    font-weight: 400;
    line-height: 80px;
    text-transform: uppercase;
    box-sizing: border-box;
  }
  .footer-link-title {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: 0.01em;
    height: 80px;
    padding-right: 50px;
    padding-left: 50px;
    border-top: 1px solid #2425aa;
    font-weight: 400;
    line-height: 80px;
    box-sizing: border-box;
  }
  .footer-social-top-container {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-social {
    align-items: center;
    height: 120px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-social-icon {
    height: 35px;
  }
}
.container.footer {
  width: 100%;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #3032c1;
}

.clear-gutter,
.footer-last-column,
.footer-links,
.footer-social-bottom-container,
.footer-social-top-container {
  margin-right: 0;
  margin-left: 0;
}

.footer-last-column {
  padding: 0;
}

.clear-gutter,
.footer-last-column,
.footer-links,
.footer-social-bottom-container,
.footer-social-top-container {
  margin-right: 0;
  margin-left: 0;
}

.btn,
.footer-link-title,
.list-group__item,
.mobile-menu__link,
.table-of-contents__heading,
.typo-16, .typo-button,
.typo-footer-main,
.typo-footer-sub {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.footer-link-title {
  padding-bottom: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-social-bottom {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.footer-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-item {
  flex-grow: 2;
}

.footer-social-item:last-of-type {
  flex-grow: 1;
}

.footer-social-item:last-of-type .footer-social-link {
  padding-right: 0;
  text-align: right;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-link svg {
  fill: #fff;
}

svg:not(:root) {
  overflow: hidden;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #494df4;
  background: #2425aa;
}

.footer-social-bottom-container,
.footer-title-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer-social-bottom-container {
  justify-content: flex-end;
}

.axa-arrow-link-blue,
.axa-arrow-link-red,
.axa-icon-link-blue,
.axa-icon-link-red,
.footer-language-link,
.footer-languages-label,
.footer-social-bottom-title,
.typo-14,
.typo-article-header,
.typo-link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.footer-languages-label {
  display: flex;
  align-items: center;
  padding-right: 18px;
}

.footer-social-bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 18px;
  color: #fff;
}

.footer-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-bottom {
  align-items: center;
  justify-content: center;
}

.footer-social-item {
  flex-grow: 2;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

svg:not(:root) {
  overflow: hidden;
}

.footer-social-link svg {
  fill: #fff;
}

.footer-copyline,
.top-content-bar,
.typo-13,
.typo-footer-legal,
.typo-header-bar,
.typo-navigation,
.typo-small-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.footer-copyline, .footer-copyline a {
  color: hsla(0, 0%, 80%, 0.5);
}

.footer-copyline-bottom {
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
}

.footer-copyline-bottom, .footer-languages-bottom-container {
  display: flex;
  flex-grow: 1;
}

.footer-copyline, .footer-copyline a {
  color: hsla(0, 0%, 80%, 0.5);
}

.footer-copyline-top-container {
  display: flex;
  align-items: flex-end;
  height: 145px;
}

.footer-languages {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.footer-language-item {
  padding: 0 18px;
}

.footer-language-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 14px;
}

.footer-language-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.footer-language-link:hover {
  color: #fff;
}

.footer-language-link.active-language {
  color: #fff;
}

.footer-link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-link-list.is-active {
  display: block;
}

.footer-link {
  display: block;
  height: 40px;
  border-top: 1px solid #2425aa;
  color: #fff;
  line-height: 40px;
  box-sizing: border-box;
}

.footer-link:hover {
  color: #c9d8ff;
  text-decoration: none;
}

.footer-link-icon-container {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer-link-icon {
  height: 16px;
  fill: #fff;
}

.footer-back {
  display: none;
}

.footer-back.is-visible {
  display: block;
}

.footer-back > .footer-link {
  display: flex;
  align-items: center;
  height: 120px;
  line-height: 120px;
  text-transform: uppercase;
}

.footer-back-icon {
  height: 20px;
  padding-left: 30px;
  transform: rotate(180deg);
  fill: #fff;
}

.footer-link-title {
  padding-bottom: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-title-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-link:hover {
  color: #c9d8ff;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

.footer__wrapperStyle {
  background-color: #2e2e85;
}

@media (min-width: 992px) {
  .footer__topStyle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
  }
}
.footer__socialStyle {
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
}

.footer__socialStyle > a {
  margin-right: 30px;
}

.footer__socialStyle > a svg {
  fill: #ffffff;
}

.footer__socialStyle > a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer__socialStyle {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__socialStyle {
    width: 40%;
    padding: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .footer__socialStyle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%;
    padding: 0;
  }
  .footer__socialStyle > a {
    margin-right: 25px;
  }
}
.footer__socialTitleStyle {
  display: none;
}

@media (min-width: 992px) {
  .footer__socialTitleStyle {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
  }
}
.footer__logoStyle {
  width: 25px;
  fill: #ffffff;
}

.footer__linksWrapperStyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  padding: 0;
}

@media (max-width: 767px) {
  .footer__linksWrapperStyle {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .footer__linksWrapperStyle {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .footer__linksWrapperStyle {
    width: 75%;
    padding: 0;
  }
}
.footer__linksGroupStyle {
  margin-bottom: 0px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
}

.footer__linksGroupStyle:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer__linksGroupStyle {
    background-color: #00008f;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__linksGroupStyle {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__linksGroupStyle.selected .footer__linksTitleStyle:after {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .footer__linksGroupStyle.selected .footer__linkStyle {
    max-height: 60px;
    padding: 20px 30px;
    border-bottom: 1px solid #494df4;
    opacity: 1;
  }
  .footer__linksGroupStyle.selected .footer__linkStyle:last-child {
    border-bottom: none;
  }
}
.footer__linksTitleStyle {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #2e2e85;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer__linksTitleStyle {
    cursor: pointer;
    margin-top: 1px;
    padding: 20px 30px;
    margin: 0;
  }
  .footer__linksTitleStyle:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 25px;
    margin-left: 10px;
    margin-bottom: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 3px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: all 0.2s;
  }
}
.footer__linkStyle {
  display: block;
  margin-bottom: 10px;
  opacity: 1;
}

.footer__linkStyle:last-child {
  margin-bottom: 0;
}

.footer__linkStyle:hover {
  opacity: 0.65;
}

@media (max-width: 767px) {
  .footer__linkStyle {
    font-size: 16px;
    margin: 0;
    padding: 0 30px;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
  }
  .footer__linkStyle:first-child {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .footer__linkStyle:last-child {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.footer__langsBlockStyle {
  background: #3032c1;
}

.footer__langsInnerStyle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__langsInnerStyle {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 49%;
  }
}
.footer__langStyle {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  padding: 0 10px;
  border-right: 1px solid #494df4;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.1em;
}

.footer__langStyle:last-child {
  border-right: 0 none;
}

.footer__langStyle:hover {
  opacity: 0.5;
}

.footer__langStyle.selected {
  opacity: 1;
  cursor: default;
}

.footer__langStyle.selected:hover {
  opacity: 1;
}

.footer__copyrightStyle {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-align: center;
  padding: 0 0 10px;
}

@media (min-width: 768px) {
  .footer__copyrightStyle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    padding: 0;
  }
}
.footer__wrapperStyle a:hover,
.footer__wrapperStyle a:focus {
  color: #ffffff;
}

.footer__copyrightStyle {
  padding: 20px 0;
}

.footer__socialStyle {
  display: none;
}

.footer__langsInnerStyle .language-entry-long-text {
  text-transform: uppercase;
  display: inline-block;
}

.language-entry-short-text,
.language-entry-long-text {
  color: #ffffff;
  border-left: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0 10px;
}
.language-entry-short-text:nth-child(2),
.language-entry-long-text:nth-child(2) {
  padding-left: 0;
  border-left: none;
}

a.language-entry-short-text,
a.language-entry-long-text {
  opacity: 0.65;
}

@media (min-width: 992px) {
  .footer__socialStyle {
    display: flex;
  }
  .footer__langsInnerStyle .language-entry-long-text {
    display: none;
  }
}
.footer__langsInnerStyle ul {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .footer__topStyle .portlet {
    width: 100%;
  }
  .glf-footer-nav .footer__linksGroupStyle {
    width: 100% !important;
  }
  .glf-footer-nav .footer__copyrightStyle .list-menu ul {
    padding: 15px 10px;
  }
  .glf-footer-nav .footer__langsBlockStyle .container {
    display: block !important;
    padding: 0;
  }
  .glf-images-footer-nav .item-nav:first-of-type .images-container {
    margin-top: 20px;
  }
  .glf-images-footer-nav .list-nav {
    padding: 0;
  }
  .glf-footer-nav .footer__socialTitleStyle {
    display: block;
  }
}
.glf-images-footer-nav .item-nav:nth-of-type(2) img {
  max-width: 96px;
  max-height: 32px;
}

.glf-footer-nav .footer__linksWrapperStyle {
  width: 75%;
  padding: 0;
}
.glf-footer-nav .footer__langsInnerStyle .language-entry-long-text {
  display: none;
}
.glf-footer-nav .footer__topStyle {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 44px 0 0;
}
@media screen and (max-width: 960px) {
  .glf-footer-nav .footer__topStyle {
    padding: 30px 0 0 0;
  }
}
.glf-footer-nav .footer__linksWrapperStyle {
  flex-wrap: wrap;
  width: 81%;
}
.glf-footer-nav .footer__socialStyle {
  width: 19%;
  padding: 0;
  margin-bottom: 20px;
}
.glf-footer-nav .footer_bolder {
  font-weight: bold;
}
.glf-footer-nav .footer_margin_bottom_small {
  margin-bottom: 0;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle {
  margin-top: 20px;
}

.glf-main-nav:hover .menuitemstyle.selected {
  border-bottom: none;
}
.glf-main-nav .subnavblock {
  position: relative;
}
.glf-main-nav .menuitemstyle .subnavmenustyle .subnavblock .subnavitemswraper {
  max-height: 215px;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .stroke {
  bottom: 0;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .firstlevellink {
  font-weight: bold;
  color: #2e2e85;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.rtl .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .firstlevellink {
  letter-spacing: 0;
  font-size: 15px;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle:hover .firstlevellink {
  font-weight: bold;
  color: #2e2e85;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .subnavblock:first-child:nth-last-child(3) {
  padding-left: 0;
  width: 269px;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .subnavblock:first-child:nth-last-child(3) ~ .subnavblock {
  padding-left: 44px;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .subnavblock:first-child:nth-last-child(3) ~ .subnavblock-noborder {
  width: 256px;
  padding-left: 0;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .submenuitemstyle {
  min-width: 200px;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .navbar .header-meta-menu-list .menuitemstyle .submenustyle .two-columns {
  width: 554px;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav li.menuitemstyle > .submenustyle.show-submenu {
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .submenustyle {
  z-index: 0;
  transition: all 0.2s ease;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav.js-animations-on li.menuitemstyle > .submenustyle.show-submenu {
  transition: opacity 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.header__wrapperstyle .wrapperstyle .glf-main-nav.js-animations-on .submenustyle {
  transition: all 0.2s ease;
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
}
.glf-main-nav .nav-list .menuitemstyle .subnavmenustyle .subnavblock-noborder {
  border-left: none;
}

.glf-top-right-nav .menu-mobile-meta .linkmetastyle {
  height: calc(100% - 1px);
}
.glf-top-right-nav .menu-mobile-meta .linkmetastyle:hover {
  color: #5f5f5f;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .line {
  height: 20px;
  margin-top: 8px;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
  background-color: transparent;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .collapse-arrow {
  background-color: #ffffff;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .linkmetastyle:hover {
  background-color: #ffffff;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .collapsed, .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .collapsed:hover {
  background-color: transparent;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue {
  display: inline-block;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue .linkmetastyle {
  color: #ffffff;
  background: #cd8c66 !important;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue .linkmetastyle:hover {
  background-color: #00005b;
}
.glf-top-right-nav .text-blue .linkmetastyle:hover, .glf-top-right-nav .text-blue a:hover, .glf-top-right-nav .language-switch .linkmetastyle:hover, .glf-top-right-nav .language-switch a:hover {
  color: #ffffff;
}
.glf-top-right-nav .linkwrapperstyle .linkmetastyle {
  background-color: transparent;
}
.glf-top-right-nav .language-switch, .glf-top-right-nav .current-site {
  width: auto;
}
.glf-top-right-nav .current-site {
  height: initial;
}
.glf-top-right-nav .current-site img {
  max-width: 15px;
  max-height: 9px;
}
.glf-top-right-nav .current-site .text-page {
  margin-left: 3px;
  margin-right: 3px;
}
.glf-top-right-nav .current-site .collapse-arrow:after {
  padding: 2px;
  top: calc(50% - 1px);
}
.glf-top-right-nav .current-site .collapse-arrow.blue:after {
  border-color: #ffffff;
}
.glf-top-right-nav .current-site .collapsing, .glf-top-right-nav .current-site .collapse {
  width: auto;
  top: 35px;
}
.glf-top-right-nav .current-site .collapsing .collapse-arrow:after, .glf-top-right-nav .current-site .collapse .collapse-arrow:after {
  top: calc(50% - 3px);
}
.glf-top-right-nav .current-site .collapsed:after {
  top: calc(50% - 5px) !important;
}

.rtl .glf-top-right-nav .text-blue img {
  float: none;
}
.rtl .glf-top-right-nav .text-blue .text-page {
  float: right;
  margin-top: 1.5px;
}
.rtl .glf-top-right-nav .switch-lang a {
  font-size: 13.5px;
  margin-top: 2px;
  display: inline-block;
}

.glf-images-footer-nav .list-nav {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.glf-images-footer-nav .item-nav {
  width: auto;
}
.glf-images-footer-nav .item-nav:first-of-type .images-container {
  max-width: none;
}
.glf-images-footer-nav .item-nav:nth-of-type(2) img {
  max-width: 80px;
  max-height: 32px;
}

.glf-meta-nav .linkwrapperstyle .linkmetastyle {
  padding: 0 22px;
  background-color: transparent;
}
.glf-meta-nav .linkwrapperstyle:not(.active) .linkmetastyle:hover {
  background-color: transparent;
}
.glf-meta-nav .active .linkmetastyle {
  background-color: #ffffff;
  padding-bottom: 2px;
  position: relative;
}
.glf-meta-nav .active .linkmetastyle:hover {
  padding-bottom: 3px;
}

.footer-small-light-nav {
  text-align: right;
}

.glf-header-car-journey-nav .have-child {
  padding: 0;
}
.glf-header-car-journey-nav .have-child .lfr-nav-item-link {
  display: none;
}
.glf-header-car-journey-nav .child-menu {
  position: static;
  display: inline-block;
  background-color: transparent;
}
.glf-header-car-journey-nav .lfr-nav-item-child {
  display: inline-block;
  padding: 0 35px;
  font-size: 12px;
  border-bottom: none;
}

.glf-footer-nav .footer__socialStyle {
  margin-top: 0;
}
.glf-footer-nav .footer__linksWrapperStyle {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px 0;
}
.glf-footer-nav .footer__linksGroupStyle {
  width: 33%;
  margin-bottom: 0;
}
.glf-footer-nav .container-plus {
  width: 1140px !important;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center !important;
}
@media screen and (max-width: 960px) {
  .glf-footer-nav .container-plus {
    display: block;
    width: 100% !important;
  }
}
.glf-footer-nav .footer__langsInnerStyle .list-item:last-of-type {
  border-left: none;
}
.glf-footer-nav .footer__langsInnerStyle .collapsing, .glf-footer-nav .footer__langsInnerStyle .collapse {
  bottom: 49px;
}
.glf-footer-nav .footer__copyrightStyle {
  margin: 0;
}
.glf-footer-nav .footer__copyrightStyle .list-menu {
  padding: 0;
}
.glf-footer-nav .footer__copyrightStyle .list-menu ul > .lfr-nav-item:first-of-type .lfr-nav-item {
  padding-left: 0;
}
.glf-footer-nav .footer__copyrightStyle .list-menu ul > .lfr-nav-item:last-of-type {
  padding-right: 0;
}
.glf-footer-nav .footer__copyrightStyle .list-menu ul {
  margin-bottom: 0;
}
.glf-footer-nav .footer_full_width_inline {
  width: 100%;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle {
  padding-left: 0;
}
.glf-footer-nav .footer__langsBlockStyle {
  font-size: 13px;
}

.glf-images-footer-nav {
  padding: 0;
}
.glf-images-footer-nav .item-nav {
  width: auto !important;
}
.glf-images-footer-nav .item-nav:first-of-type .images-container {
  width: 100%;
}
.glf-images-footer-nav .item-nav:nth-of-type(2) img {
  max-width: 96px;
  max-height: 32px;
}

.footer-small-light-nav {
  text-align: center;
}
.footer-small-light-nav .footer-bottom-social-light {
  height: auto;
}
.footer-small-light-nav .footer-copyline {
  max-width: 1140px;
  color: #ffffff;
  display: block;
  flex-grow: 0;
}
.footer-small-light-nav .footer-copyline a {
  color: #ffffff;
}
.footer-small-light-nav .lfr-nav-item {
  display: inline-block;
  padding: 3px 0;
}
.footer-small-light-nav .footer-bottom {
  border-top: none;
}

.glf-footer-nav .footer__topStyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__topStyle {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.glf-footer-nav .footer__topStyle h4.bottom_main_text {
  font-weight: bold;
  width: 25%;
  font-size: 21px;
  font-family: "Source Sans Pro";
  padding: 0;
  margin-top: 0px;
}
@media screen and (max-width: 960px) {
  .glf-footer-nav .footer__topStyle h4.bottom_main_text {
    width: 100%;
    padding: 0px 0px 30px 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.33);
  }
}
.glf-footer-nav .footer__wrapperStyle {
  background: #2e2e85;
}
.glf-footer-nav .footer__socialStyle {
  /*justify-content: space-between;*/
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 22%;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.glf-footer-nav .footer__socialStyle > a {
  margin-right: 30px;
}
.glf-footer-nav .footer__socialStyle > a svg {
  fill: #ffffff;
}
.glf-footer-nav .footer__socialStyle > a:last-child {
  margin-right: 0;
}
.glf-footer-nav .footer__socialStyle > a {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__socialStyle {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .glf-footer-nav .footer_full_width_inline {
    border-bottom: 1px solid #2e2e85;
  }
}
.glf-footer-nav .footer__logoStyle {
  width: 25px;
  fill: #ffffff;
}
.glf-footer-nav .footer__linksWrapperStyle {
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  padding: 0;
  width: calc(100% + 30px);
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksWrapperStyle {
    margin: 0 -15px;
    flex-direction: column;
  }
}
.glf-footer-nav .footer__linksGroupStyle {
  margin-bottom: 0px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  width: 25%;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksGroupStyle {
    border-bottom: solid 1px rgba(255, 255, 255, 0.33);
  }
}
.glf-footer-nav .footer__linksGroupStyle:first-child, .glf-footer-nav .footer__linksGroupStyle:last-child {
  padding-top: 0;
}
.glf-footer-nav .footer__linksGroupStyle img {
  max-width: 12px;
  max-height: 12px;
  margin-right: 11px;
}
.glf-footer-nav .footer__socialStyle .footer__linksGroupStyle {
  border-bottom: 0;
}
.glf-footer-nav .footer__socialStyle .footer__linksGroupStyle .subpage-container {
  background-color: transparent;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksGroupStyle {
    width: 100%;
  }
  .glf-footer-nav .footer__linksGroupStyle .subpage-container {
    background-color: #2e2e85;
  }
  .glf-footer-nav .footer__linksGroupStyle.selected .footer__linksTitleStyle:after {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .glf-footer-nav .footer__linksGroupStyle.selected .footer__linkStyle {
    max-height: 60px;
    padding: 20px 30px;
    border-bottom: 1px solid #494df4;
    opacity: 1;
  }
  .glf-footer-nav .footer__linksGroupStyle.selected .footer__linkStyle:last-child {
    border-bottom: none;
  }
}
.glf-footer-nav .footer__linksTitleStyle {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #2e2e85;
  margin-bottom: 16px;
  letter-spacing: 0.32px;
  width: 60%;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksTitleStyle {
    cursor: pointer;
    margin-top: 1px;
    padding: 15px 30px;
    margin: 0;
    width: 100%;
  }
  .glf-footer-nav .footer__linksTitleStyle:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 15px;
    margin-left: 10px;
    margin-bottom: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 5px;
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    transition: all 0.2s;
  }
}
.glf-footer-nav .footer__linkStyle {
  display: block;
  margin-bottom: 14px;
  opacity: 1;
}
.glf-footer-nav .footer__linkStyle:last-child {
  margin-bottom: 0;
}
.glf-footer-nav .footer__linkStyle:hover {
  opacity: 0.65;
}
.glf-footer-nav .top_right_menu_text_blue {
  font-weight: 600;
}
.glf-footer-nav .no-browsable:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linkStyle {
    font-size: 16px;
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
  }
  .glf-footer-nav .footer__linkStyle:first-child {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .glf-footer-nav .footer__linkStyle:last-child {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .glf-footer-nav .footer__langsInnerStyle ul {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.33);
    border-bottom: solid 1px rgba(255, 255, 255, 0.33);
  }
  .glf-footer-nav .footer__langsInnerStyle ul .list-item {
    width: calc(50% - 2px);
    border-right: solid 1px rgba(255, 255, 255, 0.33);
  }
}
.glf-footer-nav .footer__langsBlockStyle {
  background: #2e2e85;
}
.glf-footer-nav .footer__langsInnerStyle {
  display: flex;
}
.glf-footer-nav .footer__langStyle {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  padding: 0 10px;
  border-right: 1px solid #494df4;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.1em;
}
.glf-footer-nav .footer__langStyle:last-child {
  border-right: 0 none;
}
.glf-footer-nav .footer__langStyle:hover {
  opacity: 0.5;
}
.glf-footer-nav .footer__langStyle.selected {
  opacity: 1;
  cursor: default;
}
.glf-footer-nav .footer__langStyle.selected:hover {
  opacity: 1;
}
.glf-footer-nav .footer__copyrightStyle {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-align: center;
}
.glf-footer-nav .footer__wrapperStyle a:hover,
.glf-footer-nav .footer__wrapperStyle a:focus {
  color: #ffffff;
}
.glf-footer-nav .footer__langsInnerStyle .language-entry-long-text {
  text-transform: uppercase;
  display: inline-block;
}
.glf-footer-nav .language-entry-short-text,
.glf-footer-nav .language-entry-long-text {
  color: #ffffff;
  border-left: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0 10px;
}
.glf-footer-nav .language-entry-short-text:nth-child(2),
.glf-footer-nav .language-entry-long-text:nth-child(2) {
  padding-left: 0;
  border-left: none;
}
.glf-footer-nav a.language-entry-short-text,
.glf-footer-nav a.language-entry-long-text {
  opacity: 0.65;
}
.glf-footer-nav .footer__langsInnerStyle {
  color: #ffffff;
  padding: 0;
}
.glf-footer-nav .footer__langsInnerStyle .list-item {
  display: inline-block;
  letter-spacing: -1px;
}
.glf-footer-nav .footer__langsInnerStyle .list-item:last-of-type .item {
  padding: 17px 25px;
}
.glf-footer-nav .footer__langsInnerStyle .item {
  padding: 17px 12px;
  text-align: center;
}
.glf-footer-nav .footer__langsInnerStyle .collapse-arrow {
  background-color: transparent;
  padding-right: 20px;
  margin: 0 auto;
  display: block;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.glf-footer-nav .footer__langsInnerStyle .collapse-arrow:hover, .glf-footer-nav .footer__langsInnerStyle .collapse-arrow:focus {
  background-color: #2e2e85;
}
.glf-footer-nav .footer__langsInnerStyle .collapsing, .glf-footer-nav .footer__langsInnerStyle .collapse {
  position: absolute;
  z-index: 1;
  background-color: #f5f5f5;
  min-width: 104px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .glf-footer-nav .footer__langsInnerStyle .collapsing, .glf-footer-nav .footer__langsInnerStyle .collapse {
    bottom: 117px;
  }
}
.glf-footer-nav .footer__langsInnerStyle img {
  margin-right: 6px;
}
.glf-footer-nav .footer__langsInnerStyle .site {
  border-bottom: 1px solid #e5e5e5;
}
.glf-footer-nav .footer__langsInnerStyle .site .linkmetastyle {
  padding: 14px;
  display: block;
}
.glf-footer-nav .footer__langsInnerStyle .site img, .glf-footer-nav .footer__langsInnerStyle .site .text-page {
  vertical-align: middle;
}
.glf-footer-nav .footer__langsInnerStyle .site .text-page {
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
}
.glf-footer-nav .footer__copyrightStyle {
  padding: 0 !important;
}
.glf-footer-nav .footer__copyrightStyle .lfr-nav-item {
  display: inline;
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  padding-left: 5px;
  padding-right: 5px;
}
.glf-footer-nav .footer__copyrightStyle .lfr-nav-item .lfr-nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0 10px;
}
.glf-footer-nav .footer__copyrightStyle .lfr-nav-item:last-of-type {
  border-right: none;
  padding: 0 5px;
}
.glf-footer-nav .footer_full_width_inline {
  background-color: transparent;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle {
  padding-right: 0;
  padding-left: 15px;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle:after {
  display: none;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle:last-child {
  box-shadow: none;
}
.glf-footer-nav .footer_full_width_inline .footer__linkStyle {
  padding-left: 0;
  opacity: 1;
  max-height: none;
  box-shadow: none;
  font-weight: normal;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle, .glf-footer-nav .footer_full_width_inline .subpage-container {
  display: inline-block;
}

.collapse-arrow {
  position: relative;
  cursor: pointer;
}

.collapse-arrow:after {
  -ms-transform: rotate(225deg);
  border-radius: 2px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  padding: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(225deg);
  transition: all 0.2s;
}

.collapse-arrow.collapsed:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 7px);
}

.collapse-arrow.blue:after {
  border-color: #fff;
}

.collapse-arrow.white:after {
  border-color: #fff;
}

.glf-footer-nav .footer__copyrightStyle .lfr-nav-item a {
  color: rgba(255, 255, 255, 0.65);
}

.glf-images-footer-nav .footer__linkStyle {
  margin-bottom: 0;
  opacity: 1;
  max-height: none;
}
.glf-images-footer-nav .footer__linkStyle:first-child, .glf-images-footer-nav .footer__linkStyle:last-child {
  box-shadow: none;
}
.glf-images-footer-nav .footer__socialTitleStyle {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .glf-images-footer-nav .footer__socialTitleStyle {
    margin-top: 20px;
  }
}
.glf-images-footer-nav .footer__socialTitleStyle a {
  color: #fff;
  white-space: nowrap;
}
.glf-images-footer-nav .images-container {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
.glf-images-footer-nav .item-nav {
  margin-bottom: 23px;
}
.glf-images-footer-nav .item-nav img {
  max-width: 25px;
  max-height: 23px;
}
.glf-images-footer-nav .item-nav:nth-of-type(2) {
  margin-bottom: 0;
}
.glf-images-footer-nav .item-nav:nth-of-type(2) img {
  max-width: 134px;
  max-height: 41px;
}

.menumobilestyle .glf-mobile-nav .tab {
  background-color: #f5f5f5;
}
.menumobilestyle .glf-mobile-nav .tab .menulinkstyle {
  text-align: center;
  background-color: transparent;
  color: #999999;
  padding: 18px 0px;
  border-right: solid 1px #e5e5e5;
}
@media screen and (max-width: 960px) {
  .menumobilestyle .glf-mobile-nav .tab .menulinkstyle {
    border-right: solid 0px #e5e5e5;
  }
}
.menumobilestyle .glf-mobile-nav .tab.selected {
  background-color: transparent;
}
.menumobilestyle .glf-mobile-nav .tab.selected .menulinkstyle {
  color: #5f5f5f;
}
.menumobilestyle .glf-mobile-nav .tab-content .submenustyle {
  position: static;
  transform: none;
}
.menumobilestyle .glf-mobile-nav .tab-content .menuitemstyle {
  position: relative;
}
.menumobilestyle .glf-mobile-nav .tab-content .menulinkstyle {
  width: calc(100% - 55px);
  display: inline-block;
}
.menumobilestyle .glf-mobile-nav .tab-content .menulinkstyle:nth-of-type(2) {
  width: 51px;
  padding: 0;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
}
.menumobilestyle .glf-mobile-nav .tab-content .submenutitle {
  width: 100%;
}
.rtl .menumobilestyle .glf-mobile-nav .header__wrapperstyle .wrapperstyle {
  letter-spacing: 0;
}
.rtl .menumobilestyle .glf-mobile-nav .menuitemiconstyle {
  transform: translateY(-50%) rotate(90deg);
}
.rtl .menumobilestyle .glf-mobile-nav .submenutitleiconstyle {
  transform: translateY(-50%) rotate(-90deg);
}

.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle {
  letter-spacing: -5px;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle {
  letter-spacing: 0.16px;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
  font-weight: bold;
  padding: 0px 20px;
  display: block;
  text-transform: uppercase;
  color: #ffffff !important;
  background: transparent !important;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
    padding: 18px 30px;
    background-color: #2e2e85 !important;
  }
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle.box-blue .linkmetastyle {
    display: inline-block;
    width: inherit;
    height: 50px;
    background-color: #cd8c66 !important;
  }
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .language-switch {
  width: 50%;
}
.glf-top-right-nav img, .glf-top-right-nav .text-page {
  vertical-align: middle;
}
.glf-top-right-nav .text-page {
  font-weight: 600;
  font-family: "Source Sans Pro";
}
.glf-top-right-nav .none img {
  max-width: 14px;
}
.glf-top-right-nav .text-blue .linkmetastyle, .glf-top-right-nav .language-switch .linkmetastyle {
  color: #ffffff;
}
.glf-top-right-nav .rightLinksWrapperStyle .language-switch, .glf-top-right-nav .rightLinksWrapperStyle .current-site {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .rightLinksWrapperStyle .language-switch, .glf-top-right-nav .rightLinksWrapperStyle .current-site {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .glf-top-right-nav .rightLinksWrapperStyle .language-switch, .glf-top-right-nav .rightLinksWrapperStyle .current-site {
    float: left;
  }
}
.glf-top-right-nav .language-switch {
  width: initial;
}
.glf-top-right-nav .language-switch + .line {
  display: none;
}
@media (max-width: 991px) {
  .glf-top-right-nav .language-switch .linkmetastyle {
    height: 50.65px;
  }
  .ios .glf-top-right-nav .language-switch .linkmetastyle {
    height: 51px;
  }
}
.glf-top-right-nav .current-site {
  position: relative;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .current-site {
    width: 50%;
  }
}
.glf-top-right-nav .current-site .collapse-arrow {
  width: 100%;
  padding-right: 28px;
}
.glf-top-right-nav .current-site .collapse-arrow:after {
  padding: 3px;
  right: 10px;
}
.glf-top-right-nav .current-site .collapsing, .glf-top-right-nav .current-site .collapse {
  position: absolute;
  z-index: 1;
  background-color: #f5f5f5;
  min-width: 165px;
  border: 1px solid #cccccc;
  width: 200%;
  top: 34px;
  padding: 0;
  margin: 0;
}
.glf-top-right-nav .current-site .collapsing a, .glf-top-right-nav .current-site .collapse a {
  color: #191619;
}
.glf-top-right-nav .current-site .collapsing span, .glf-top-right-nav .current-site .collapse span {
  color: #191619;
}
@media (max-width: 991px) {
  .glf-top-right-nav .current-site .collapsing, .glf-top-right-nav .current-site .collapse {
    border-top: none;
    top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .current-site .collapsing .site .linkmetastyle, .glf-top-right-nav .current-site .collapse .site .linkmetastyle {
    background: #f5f5f5 !important;
    color: #191619 !important;
  }
}
.glf-top-right-nav .site .linkmetastyle {
  min-height: 42px;
}
.glf-top-right-nav .site:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.glf-top-right-nav .text-blue img {
  max-width: 11px;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue {
  height: 35px !important;
  background-color: #cd8c66 !important;
  margin: 0 !important;
  display: block;
  color: #ffffff !important;
  box-sizing: content-box;
  margin-top: -1px !important;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue {
    width: 100%;
  }
}
.glf-top-right-nav .box-blue img {
  max-width: 12px;
}
.glf-top-right-nav .box-blue .text-page {
  font-weight: bold;
}
.glf-top-right-nav .box-blue + .line {
  display: none;
}
.glf-top-right-nav .switch-lang {
  letter-spacing: 0;
}

.rtl .glf-top-right-nav .text-page {
  letter-spacing: 0;
}
.rtl .glf-top-right-nav .text-blue {
  direction: rtl;
}
.rtl .glf-top-right-nav .text-blue img {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  float: left;
  margin-top: 12px;
}
.rtl .glf-top-right-nav .text-blue .text-page {
  margin-left: 4px;
}
.rtl .glf-top-right-nav .switch-lang a {
  letter-spacing: 0.65px;
}

.glf-top-right-nav .menu-mobile-meta .linkmetastyle:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

.top-right-nav .header__wrapperstyle .metaheaderstyle .active .linkmetastyle {
  background-color: transparent !important;
  color: #ffffff !important;
}

.glf-top-right-nav .header__wrapperstyle .metaheaderstyle .active .linkmetastyle {
  background-color: transparent !important;
  color: #ffffff !important;
}

.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
  border: 0;
}

.link-text {
  font-family: "Source Sans Pro";
}

.glf-footer-nav .footer__langsBlockStyle .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.container.footer {
  width: 100%;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #3032c1;
}

.clear-gutter,
.footer-last-column,
.footer-links,
.footer-social-bottom-container,
.footer-social-top-container {
  margin-right: 0;
  margin-left: 0;
}

.footer-last-column {
  padding: 0;
}

.clear-gutter,
.footer-last-column,
.footer-links,
.footer-social-bottom-container,
.footer-social-top-container {
  margin-right: 0;
  margin-left: 0;
}

.btn,
.footer-link-title,
.list-group__item,
.mobile-menu__link,
.table-of-contents__heading,
.typo-16, .typo-button,
.typo-footer-main,
.typo-footer-sub {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.footer-link-title {
  padding-bottom: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-social-bottom {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.footer-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-item {
  flex-grow: 2;
}

.footer-social-item:last-of-type {
  flex-grow: 1;
}

.footer-social-item:last-of-type .footer-social-link {
  padding-right: 0;
  text-align: right;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-link svg {
  fill: #fff;
}

svg:not(:root) {
  overflow: hidden;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #494df4;
  background: #2425aa;
}

.footer-social-bottom-container,
.footer-title-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer-social-bottom-container {
  justify-content: flex-end;
}

.axa-arrow-link-blue,
.axa-arrow-link-red,
.axa-icon-link-blue,
.axa-icon-link-red,
.footer-language-link,
.footer-languages-label,
.footer-social-bottom-title,
.typo-14,
.typo-article-header,
.typo-link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.footer-languages-label {
  display: flex;
  align-items: center;
  padding-right: 18px;
}

.footer-social-bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 18px;
  color: #fff;
}

.footer-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-bottom {
  align-items: center;
  justify-content: center;
}

.footer-social-item {
  flex-grow: 2;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

svg:not(:root) {
  overflow: hidden;
}

.footer-social-link svg {
  fill: #fff;
}

.footer-copyline,
.top-content-bar,
.typo-13,
.typo-footer-legal,
.typo-header-bar,
.typo-navigation,
.typo-small-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.footer-copyline, .footer-copyline a {
  color: hsla(0, 0%, 80%, 0.5);
}

.footer-copyline-bottom {
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
}

.footer-copyline-bottom, .footer-languages-bottom-container {
  display: flex;
  flex-grow: 1;
}

.footer-copyline, .footer-copyline a {
  color: hsla(0, 0%, 80%, 0.5);
}

.footer-copyline-top-container {
  display: flex;
  align-items: flex-end;
  height: 145px;
}

.footer-languages {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.footer-language-item {
  padding: 0 18px;
}

.footer-language-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 14px;
}

.footer-language-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.footer-language-link:hover {
  color: #fff;
}

.footer-language-link.active-language {
  color: #fff;
}

.footer-link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-link-list.is-active {
  display: block;
}

.footer-link {
  display: block;
  height: 40px;
  border-top: 1px solid #2425aa;
  color: #fff;
  line-height: 40px;
  box-sizing: border-box;
}

.footer-link:hover {
  color: #c9d8ff;
  text-decoration: none;
}

.footer-link-icon-container {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer-link-icon {
  height: 16px;
  fill: #fff;
}

.footer-back {
  display: none;
}

.footer-back.is-visible {
  display: block;
}

.footer-back > .footer-link {
  display: flex;
  align-items: center;
  height: 120px;
  line-height: 120px;
  text-transform: uppercase;
}

.footer-back-icon {
  height: 20px;
  padding-left: 30px;
  transform: rotate(180deg);
  fill: #fff;
}

.footer-link-title {
  padding-bottom: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-title-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.footer-social-link {
  padding-right: 20px;
  color: #fff;
}

.footer-social-link:hover {
  color: #c9d8ff;
}

.footer-social-icon {
  width: auto;
  height: 25px;
}

html {
  height: auto;
}

body {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  position: relative;
  background-position: left 97%;
  background-size: contain;
  height: auto;
}

body ::-webkit-scrollbar-track {
  background: #f7f7f7;
}

body ::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}

.btn-primary {
  background-color: #c0895f;
  border-color: #c0895f;
  color: #fff;
}

.button {
  align-items: center;
  background-color: #2e2e85;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #fff;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  opacity: 1;
  outline: 0;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: none;
  transition: all 0.25s ease;
  vertical-align: middle;
  border-radius: 3px;
}

.button.danger {
  background-color: #cd8c66;
  border-color: #cd8c66;
  border-radius: 3px;
  font-weight: bold;
}

.button.danger:hover {
  background-color: #cd8c66;
  box-shadow: 0 9px 16px 0 rgba(200, 134, 87, 0.45);
}

.button.white a {
  color: #fff;
  text-decoration: none;
}

.button.large {
  font-size: 16px;
  height: 50px;
  border-radius: 2px;
}

.button.ghost.white {
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  fill: #fff;
}

.btn-outline-secondary {
  border-color: #c0895f;
  color: #c0895f;
}

a {
  text-decoration: none;
}
a:focus, a:active, a:visited {
  outline: 0;
}
a:hover, a:focus, a:active, a:visited {
  transition: 0.2s;
  text-decoration: none;
}

.link-arrow:hover img {
  animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.our-benefit-section {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 75px;
  background-color: #f3fafc;
}
@media screen and (max-width: 960px) {
  .our-benefit-section {
    margin-top: 0px;
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .our-benefit-section .container {
    padding: 0;
    width: auto;
  }
}
.our-benefit-section h1 {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 36px;
  color: #191619;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -1px;
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  .our-benefit-section h1 {
    font-size: 28px;
    line-height: 1.21;
    margin: 0;
  }
}
.our-benefit-section .op-slider .slide {
  width: 790px;
}
@media screen and (max-width: 960px) {
  .our-benefit-section .op-slider .slide {
    width: initial;
  }
}
.our-benefit-section .op-slider .op-item .call-out {
  background: #ffffff;
  padding: 0;
  text-align: left;
  color: #191619;
  border-radius: 6px;
  position: relative;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 9px 18px 0 rgba(112, 144, 176, 0.2);
}
@media screen and (max-width: 960px) {
  .our-benefit-section .op-slider .op-item .call-out {
    padding: 0;
  }
}
.our-benefit-section .op-slider .op-slide-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 27px 0 rgba(112, 144, 176, 0.13);
  margin-right: 23px;
  overflow: hidden;
  margin-left: 23px;
}
@media screen and (max-width: 960px) {
  .our-benefit-section .op-slider .op-slide-item {
    display: block;
    margin: 0 10px;
    min-height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .our-benefit-section .op-slider .op-slide-item .op-main-img {
    width: 100%;
  }
}
.our-benefit-section .op-slider .op-slide-item .op-content-section {
  color: #333333;
  text-align: left;
  max-width: 300px;
  margin: auto auto auto 40px;
}
@media screen and (max-width: 960px) {
  .our-benefit-section .op-slider .op-slide-item .op-content-section {
    text-align: center;
    max-width: initial;
    margin: auto;
    padding: 20px 10px;
  }
}
.our-benefit-section .op-slider .op-slide-item .op-content-section .op-item-title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  color: #333333;
}
.our-benefit-section .op-slider .op-slide-item .op-content-section .op-item-discount-text {
  font-size: 24px;
  line-height: 35px;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  margin: 6px 0px;
}
.our-benefit-section .op-slider .op-slide-item .op-content-section .op-item-brief-text {
  font-size: 16px;
  line-height: 22px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.01px;
}
.our-benefit-section .op-slider .op-slide-item .op-content-section .learn-more-btn {
  margin: 22px 0 0 0;
}
.our-benefit-section .op-slider .op-slide-item .op-content-section .learn-more-btn a {
  color: #c0885f;
  line-height: 26px;
  font-size: 14px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
.our-benefit-section .op-slider .op-slide-item .op-content-section .learn-more-btn a svg,
.our-benefit-section .op-slider .op-slide-item .op-content-section .learn-more-btn a img {
  display: inline;
  margin-left: 4px;
}
@media screen and (max-width: 960px) {
  .our-benefit-section .slick-list {
    padding: 0 30px !important;
  }
}
.our-benefit-section .slick-disabled {
  opacity: 0;
  cursor: auto;
}
.our-benefit-section .slick-prev {
  left: 60px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background: url("../images/icon-circle-arrow-prev.svg");
  z-index: 11;
}
.our-benefit-section .slick-prev::before {
  content: "";
}
.our-benefit-section .slick-next {
  z-index: 11;
  right: 60px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background: url("../images/icon-circle-arrow-next.svg");
}
.our-benefit-section .slick-next::before {
  content: "";
}
.our-benefit-section .slick-dots {
  bottom: -60px;
}
.our-benefit-section .slick-dots li {
  margin: 0;
}
.our-benefit-section .slick-dots li button {
  background: #cfcfd0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.our-benefit-section .slick-dots li button::before {
  content: "";
}
.our-benefit-section .slick-dots li.slick-active button {
  background: #2e2e85;
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 960px) {
  .hideInResponsive {
    display: none;
  }
}

.showInResponsive {
  display: none;
}
@media screen and (max-width: 960px) {
  .showInResponsive {
    display: block;
  }
}

@media (min-width: 992px) {
  .glf-top-right-nav .language-switch,
  .glf-top-right-nav .current-site {
    width: auto;
  }
}
.featured-product {
  padding-top: 60px;
}
.featured-product .op-item {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 960px) {
  .featured-product .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .featured-product .container .section-heading {
    padding: 0 40px;
  }
}
.featured-product .featured-card-content {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  z-index: 1;
}
.featured-product .featured-card-content .fc-card {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .featured-product .featured-card-content .fc-card {
    display: block;
  }
}
.featured-product .featured-card-content .featured-card {
  width: 320px;
  border-radius: 3px;
  border: solid 1px #e2e2e2;
  background: #ffffff;
  padding: 21px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .featured-product .featured-card-content .featured-card {
    width: initial;
    margin: 0 10px;
    min-height: 500px;
  }
}
@media screen and (min-width:992px) and (max-width:1024px) {
  .featured-product .featured-card-content .featured-card {
    width: 280px;
  }
}
.featured-product .featured-card-content .featured-card:hover {
  box-shadow: 0 9px 18px 0 rgba(112, 144, 176, 0.2);
}
.featured-product .featured-card-content .featured-card.travel-smart-card svg,
.featured-product .featured-card-content .featured-card.travel-smart-card img {
  margin-top: -12px;
}
.featured-product .featured-card-content .featured-card.travel-smart-card h4.header {
  margin-top: -10px;
}
.featured-product .featured-card-content .featured-card .chips {
  padding: 4px 8px 4px 7px;
  border-radius: 13px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background: #cd8c66;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .featured-product .featured-card-content .featured-card .chips {
    font-size: 12px;
  }
}
.featured-product .featured-card-content .featured-card .top-element-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.featured-product .featured-card-content .featured-card .header {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  color: #191619;
  margin-bottom: 17px;
}
@media screen and (max-width: 960px) {
  .featured-product .featured-card-content .featured-card .header {
    font-size: 18px;
  }
}
.featured-product .featured-card-content .featured-card .pera-section .description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #29353d;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .featured-product .featured-card-content .featured-card .pera-section .description {
    line-height: 24px;
    font-size: 16px;
  }
}
.featured-product .featured-card-content .featured-card .pera-section .description img {
  margin-right: 9px;
  margin-top: 4px;
}
.featured-product .featured-card-content .featured-card .btn-container .discount-button {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  border-radius: 3px;
  background: #2e2e85;
  border: none;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .featured-product .featured-card-content .featured-card .btn-container .discount-button {
    padding: 10px;
  }
}
.featured-product .featured-card-content .featured-card .btn-container .btn-outline-secondary {
  font-size: 14px;
  text-align: center;
  color: #2e2e85;
  border-radius: 3px;
  border: 1px solid #2e2e85;
  text-transform: uppercase;
  padding: 9px 13px 10px 13px;
}
@media screen and (max-width: 960px) {
  .featured-product .featured-card-content .featured-card .btn-container .btn-outline-secondary {
    padding: 14px;
  }
}
.featured-product .featured-card-content .featured-card .btn-container .btn-outline-secondary:hover {
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
  background: #ffffff;
}
.featured-product .caption-featured-product {
  height: 330px;
  background: #2e2e85;
  margin-top: -200px;
  text-align: center;
  padding-top: 245px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .featured-product .caption-featured-product {
    text-align: center;
    padding: 0;
    text-align: left;
  }
}
.featured-product .caption-featured-product .cf-link {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .featured-product .caption-featured-product .cf-link {
    text-align: left;
    padding-top: 240px;
    margin: auto;
    width: 60%;
  }
}
.featured-product .caption-featured-product .cf-link a {
  font-size: 14px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  margin-right: 60px;
}
@media screen and (max-width: 960px) {
  .featured-product .caption-featured-product .cf-link a {
    margin-right: initial;
    margin-left: 25px;
    line-height: 2;
  }
}
.featured-product .caption-featured-product .cf-link a svg,
.featured-product .caption-featured-product .cf-link a img {
  margin-right: 6px;
  margin-top: -3px;
}
.featured-product .caption-featured-product .img-graphic-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  height: 196px;
}
.featured-product .caption-featured-product .img-graphic-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 282px;
}
@media screen and (max-width: 960px) {
  .featured-product .slick-list {
    padding: 0 30px !important;
  }
}
.featured-product .slick-disabled {
  opacity: 0;
  cursor: auto;
}
.featured-product .slick-dots {
  bottom: -50px;
}
.featured-product .slick-dots li {
  margin: 0;
}
.featured-product .slick-dots li button {
  background: #ffffff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.featured-product .slick-dots li button::before {
  content: "";
}
.featured-product .slick-dots li.slick-active button {
  background: #ffffff;
  width: 13px;
  height: 13px;
}

.quick-link-section {
  background: rgba(238, 238, 234, 0.4);
  padding: 35px 0;
}
.quick-link-section .btns-row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media screen and (max-width: 960px) {
  .quick-link-section .btns-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.quick-link-section .btns-row h4 {
  font-size: 18px;
  text-align: center;
  color: #000000;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 960px) {
  .quick-link-section .btns-row h4 {
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
}
.quick-link-section .btns-row .btn {
  width: 200px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 960px) {
  .quick-link-section .btns-row .btn {
    width: 48.5%;
  }
}
.quick-link-section .btns-row .btn:hover {
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
}
.quick-link-section .btns-row .btn img {
  margin-right: 5px;
}
.quick-link-section .btns-row .btn.btn-medical {
  background: rgba(190, 53, 108, 0.1);
  color: #101254;
}
.quick-link-section .btns-row .btn.btn-renew {
  background: rgba(118, 206, 217, 0.25);
  color: #333330;
}
.quick-link-section .btns-row .btn.btn-submit-claim {
  background: rgba(190, 53, 108, 0.2);
  color: #954468;
}
.quick-link-section .btns-row .btn.btn-branch-locator {
  background: rgba(118, 206, 217, 0.28);
  color: #5f96c0;
}

.ingo-section {
  margin: 60px 0;
}
.ingo-section .ingo-content-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: solid 1px #ffebdf;
  padding-bottom: 50px;
}
.ingo-section .ingo-content-section p.bsc-section {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 960px) {
  .ingo-section .ingo-content-section {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .ingo-section .ingo-content-section .item-img {
    margin-top: 55px;
  }
}
.ingo-section .ingo-content-section .header {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.25;
  color: #191619;
}
@media screen and (max-width: 960px) {
  .ingo-section .ingo-content-section .header {
    font-size: 30px;
  }
}
.ingo-section .ingo-content-section p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .ingo-section .ingo-content-section p {
    font-size: 16px;
  }
}
.ingo-section .ingo-content-section .btn-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .ingo-section .ingo-content-section .btn-container {
    display: block;
  }
}
.ingo-section .ingo-content-section .btn-container .btn {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .ingo-section .ingo-content-section .btn-container .btn {
    margin-bottom: 21px;
  }
}

.mobile-content-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
}
@media screen and (max-width: 960px) {
  .mobile-content-section .container {
    flex-direction: column-reverse;
    margin: 0px auto;
  }
}
.mobile-content-section .container .img-section {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mobile-content-section .container .img-section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mobile-content-section .container .img-section svg,
  .mobile-content-section .container .img-section img {
    width: 100%;
  }
}
.mobile-content-section .container .content-section {
  margin-left: -140px;
}
@media screen and (max-width: 960px) {
  .mobile-content-section .container .content-section {
    margin-left: initial;
    padding: 0 20px;
  }
}
.mobile-content-section .container .content-section .header {
  color: #191619;
  font-size: 36px;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.mobile-content-section .container .content-section p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #29353d;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .mobile-content-section .container .content-section p {
    font-size: 16px;
  }
}
.mobile-content-section .container .content-section .start-j-text {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #191619;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .mobile-content-section .container .content-section .start-j-text {
    font-size: 18px;
  }
}
.mobile-content-section .container .content-section .btn-block {
  display: flex;
}
.mobile-content-section .container .content-section .btn-block .btn {
  width: 154px;
  margin-right: 10px;
  text-transform: uppercase;
  border: 0;
}
.mobile-content-section .container .content-section .btn-block a {
  margin-right: 20px;
}
.mobile-content-section .container .content-section .btn-block a img {
  width: 146px;
  height: 44px;
}

.benefit-section .section-heading,
.featured-product .section-heading,
.offers-section .section-heading {
  margin-bottom: 52px;
}
.benefit-section .section-heading h2.header,
.benefit-section .section-heading .sub-header,
.featured-product .section-heading h2.header,
.featured-product .section-heading .sub-header,
.offers-section .section-heading h2.header,
.offers-section .section-heading .sub-header {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
}
.benefit-section .section-heading .sub-header,
.featured-product .section-heading .sub-header,
.offers-section .section-heading .sub-header {
  font-size: 16px;
  letter-spacing: 1.26px;
  text-align: center;
  color: #191619;
}
.benefit-section .section-heading h2.header,
.featured-product .section-heading h2.header,
.offers-section .section-heading h2.header {
  font-size: 36px;
  color: #191619;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  letter-spacing: -1px;
}
@media screen and (max-width: 960px) {
  .benefit-section .section-heading h2.header,
  .featured-product .section-heading h2.header,
  .offers-section .section-heading h2.header {
    font-size: 28px;
    line-height: 1.21;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.benefit-section {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 960px) {
  .benefit-section {
    padding: 42px 0 0;
  }
}
.benefit-section .section-heading {
  margin-bottom: 36px;
}
.benefit-section .benifit-section-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: solid 1px #ffebdf;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .benefit-section .benifit-section-content {
    display: block;
    padding-bottom: initial;
  }
}
.benefit-section .benifit-section-content .benifit-section-card {
  width: 240px;
}
@media screen and (max-width: 960px) {
  .benefit-section .benifit-section-content .benifit-section-card {
    margin-bottom: 45px;
    width: initial;
  }
}
.benefit-section .benifit-section-content .benifit-section-card .header {
  font-size: 20px;
  color: #191619;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  margin-top: 15px;
  margin-bottom: 10px;
}
.benefit-section .benifit-section-content .benifit-section-card p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #29353d;
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .benefit-section .benifit-section-content .benifit-section-card p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.benefit-section .benifit-section-content .benifit-section-card a {
  font-size: 14px;
  color: #2e2e85;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.benefit-section .benifit-section-content .benifit-section-card a svg,
.benefit-section .benifit-section-content .benifit-section-card a img {
  margin-left: 5px;
}

.offers-section {
  padding: 84px 0;
}
.offers-section .offers-card {
  border-radius: 6px;
  box-shadow: 0 9px 40px 0 rgba(112, 144, 176, 0.2);
  background-color: #ffffff;
}
.offers-section .offers-card .text-section {
  padding: 32px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .offers-section .offers-card .text-section {
    padding: 20px 32px 15px;
  }
}
.offers-section .offers-card .text-section h4.header {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.48;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #191619;
}
.offers-section .offers-card .text-section p.desctiption {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.08px;
  text-align: center;
  color: #191619;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
}
.offers-section .offers-card .text-section a {
  font-size: 13px;
  text-decoration: underline;
  line-height: 1.38;
  letter-spacing: 0.08px;
  color: #333;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.offers-section .offers-card .text-section button {
  width: 149px;
  display: block !important;
  margin: 0 auto;
  margin-top: 17px;
}

.offers-card {
  border-radius: 6px;
}
.offers-card .text-section {
  padding: 32px;
  text-align: center;
}
.offers-card .text-section h4.header {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.48;
  font-family: "Poppins-bold";
  color: #191619;
}
.offers-card .text-section p.description {
  font-family: FreightSansProMedium;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.08px;
  text-align: center;
  color: #191619;
  font-family: "FreightSansProMedium";
}
.offers-card .text-section a {
  font-size: 13px;
  text-decoration: underline;
  line-height: 1.38;
  letter-spacing: 0.08px;
  color: #333;
  font-family: "FreightSansProSemibold";
}
.offers-card .text-section button {
  width: 149px;
  display: block !important;
  margin: 0 auto;
  margin-top: 17px;
}

.main-content {
  padding-top: 50px;
}
.main-content .banner-img {
  position: absolute;
  width: 546px;
  height: 557px;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 960px) {
  .main-content .banner-img {
    height: 240px;
    right: 0px;
    top: -15px;
    width: auto;
  }
}
.main-content .banner-text {
  padding-left: 2rem;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text {
    padding-left: 0rem;
  }
}
.main-content .banner-text .banner-semi-text {
  font-size: 16px;
  line-height: 1.5;
  color: #191619;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .banner-semi-text {
    text-align: center;
    padding: 0 1rem;
  }
}
.main-content .banner-text .banner-semi-text a {
  color: #be895f !important;
}
.main-content .banner-text .btn-container-section {
  display: flex;
  margin-bottom: 50px;
  margin-top: 20px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .btn-container-section {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main-content .banner-text .btn-container-section .btn {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #2e2e85;
  padding: 9px 20px;
  margin-right: 15px;
  width: 160px;
  text-align: center;
  border: solid 1px #2e2e85;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .btn-container-section .btn {
    margin-bottom: 40px;
    padding: 11px 20px;
    margin-right: 0px;
    width: 48%;
  }
}
.main-content .banner-text .btn-container-section .btn.btn-new-policy {
  margin-right: 45px;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .btn-container-section .btn.btn-new-policy {
    margin-right: initial;
  }
}
.main-content .banner-text .btn-container-section .btn img {
  margin-left: 12px;
}
.main-content .banner-text .btn-container-section .btn:hover img {
  animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-content .banner-text .tag-line-text {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 37px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .tag-line-text {
    padding-right: 70px;
    margin-top: 10px;
  }
}
.main-content .banner-text h1.header {
  font-size: 48px;
  line-height: 50px;
  color: #191619;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text h1.header {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.24;
    letter-spacing: -1.4px;
    padding-right: 50px;
  }
}
.main-content .banner-text .banner-content-card {
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px rgba(119, 120, 123, 0.3);
  padding: 18px;
  margin-bottom: 22px;
  width: 210px;
  height: 120px;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .banner-content-card {
    margin-right: 0;
    text-align: center;
    width: 48.5%;
    height: initial;
  }
}
.main-content .banner-text .banner-content-card:hover {
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  text-decoration: none;
}
.main-content .banner-text .banner-content-card:hover svg,
.main-content .banner-text .banner-content-card:hover img {
  animation: animate-image-left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-content .banner-text .banner-content-card svg,
.main-content .banner-text .banner-content-card img {
  margin-bottom: 12px;
}
.main-content .banner-text .banner-content-card h4.header {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  color: #333333;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 0px;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .banner-content-card h4.header {
    justify-content: center;
  }
}
.main-content .banner-text .banner-content-card p {
  font-size: 14px;
  line-height: 20px;
  color: #6d7175;
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
}
.main-content .banner-text .banner-content-card.single-text {
  height: 57px;
  display: flex;
  align-items: center;
  padding: 13px 20px;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .banner-content-card.single-text {
    justify-content: center;
  }
}
.main-content .banner-text .banner-content-card.single-text svg,
.main-content .banner-text .banner-content-card.single-text img {
  margin-right: 11px;
  margin-bottom: 0px;
}
.main-content .banner-text .banner-content-card.travel-card {
  position: relative;
}
.main-content .banner-text .banner-content-card.travel-card .special-text {
  height: 21px;
  background: #cd8c66;
  color: #fff;
  border-radius: 35px 0px 0px 35px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 14px;
  right: 0;
  line-height: 21px;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .banner-content-card.travel-card .special-text {
    border-radius: 0;
    width: 75%;
    top: -9px;
    margin: 0 auto;
    left: 0;
    border-radius: 10px;
  }
}
.main-content .banner-text .banner-head-wrapper {
  display: flex;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .banner-head-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-content .banner-text .banner-head-wrapper .bc-seeall {
    flex: 0 0 100%;
    text-align: center;
  }
}
.main-content .banner-text .banner-cards-wrapper {
  display: flex;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .banner-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-content .banner-text .banner-cards-wrapper .car-card {
    flex: 0 0 100%;
  }
}
.main-content .banner-text .review-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .main-content .banner-text .review-row {
    margin: 0 auto;
    flex: 0 0 100%;
    justify-content: center;
  }
}
.main-content .banner-text .review-row .start-img {
  margin-right: 10px;
}
.main-content .banner-text .review-row .start-img svg,
.main-content .banner-text .review-row .start-img img {
  width: 57px;
  position: relative;
  top: 6px;
}
.main-content .banner-text .review-row .review-start svg,
.main-content .banner-text .review-row .review-start img {
  width: 17px;
}
.main-content .banner-text .review-row .review-start span {
  font-size: 22px;
  color: #191619;
  position: relative;
  top: 5px;
  margin-top: 10px;
  left: 5px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
}
.main-content .banner-text .review-row .review-sub-text {
  font-size: 13px;
  line-height: 21px;
  color: #191619;
  position: relative;
  top: -7px;
}

.responsive-hidden {
  display: block;
}
@media screen and (max-width: 960px) {
  .responsive-hidden {
    display: none;
  }
}

.responsive-block {
  display: none;
}
@media screen and (max-width: 960px) {
  .responsive-block {
    display: block;
  }
}

@keyframes animate-arrow-left {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(-10px, 0) scale(2, 1);
    transform: translate3d(-10px, 0, 0) scale(2, 1);
    opacity: 0;
  }
  51% {
    transform: translate(10px, 0) scale(2, 1);
    transform: translate3d(10px, 0, 0) scale(2, 1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}
@keyframes animate-image-left {
  0% {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-10px, 0);
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  51% {
    transform: translate(10px, 0);
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .glf-footer-nav .footer__langsInnerStyle {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .glf-footer-nav .footer__copyrightStyle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .glf-footer-nav .container-plus {
    width: 1140px;
  }
}
@media screen and (max-width: 960px) {
  .review-row #ekw107 .widget-right {
    width: 120px !important;
  }
}
.see-all-link-container {
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 1111;
  display: none;
}
.see-all-link-container .icon-links-content {
  width: 820px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .see-all-link-container .icon-links-content {
    width: auto;
    margin: 0 20px;
    overflow-y: auto;
  }
}
.see-all-link-container .icon-links-content .see-all-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.see-all-link-container .icon-links-content .see-all-close:hover img {
  transition: 1s;
  transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .see-all-link-container .icon-links-content .see-all-close {
    right: 15px;
    top: 25px;
  }
  .see-all-link-container .icon-links-content .see-all-close img {
    width: 70%;
  }
}
.see-all-link-container .icon-links-content .main-title {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  color: #191619;
}
@media screen and (max-width: 960px) {
  .see-all-link-container .icon-links-content .main-title {
    margin-top: 40px;
    font-size: 26px;
    line-height: normal;
  }
}
.see-all-link-container .icon-links-content .sub-title {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #191619;
  line-height: 2;
  margin-top: 37px;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .see-all-link-container .icon-links-content .sub-title {
    font-size: 22px;
  }
}
.see-all-link-container .icon-links-content .icon-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.see-all-link-container .icon-links-content .icon-links li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 170px;
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .see-all-link-container .icon-links-content .icon-links li {
    margin-top: 25px;
  }
}
.see-all-link-container .icon-links-content .icon-links li a {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  color: #191619;
  letter-spacing: 0.24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}
.see-all-link-container .icon-links-content .icon-links li a img {
  margin-right: 10px;
}
.see-all-link-container .icon-links-content .icon-links li a:hover {
  color: #2e2e85;
}
.see-all-link-container .icon-links-content .icon-links li a:hover img {
  animation: animate-image-left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.see-all-link-container .icon-links-content .links-without-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.see-all-link-container .icon-links-content .links-without-icon li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 180px;
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .see-all-link-container .icon-links-content .links-without-icon li {
    width: 175px;
    margin-bottom: 25px;
  }
}
.see-all-link-container .icon-links-content .links-without-icon li a {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  color: #191619;
  letter-spacing: 0.24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.see-all-link-container .icon-links-content .links-without-icon li a:hover {
  color: #2e2e85;
}

.animate-arrow-right.white {
  color: #fff;
}
.animate-arrow-right.white .icon {
  fill: white;
}
.animate-arrow-right:hover .icon {
  animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.hidden {
  display: none;
}

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