.custom-container {
  max-width: 1920px;
  width: calc(100% - 128px);
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .custom-container {
    width: 100%;
    padding-left: 54px;
    padding-right: 54px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .custom-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.text-primary {
  color: #22233B;
}

.header-black {
  color: #22233B;
}

.text-black {
  color: #22233B;
}

.text-yellow {
  color: #F8D10D;
}

.text-white {
  color: #FFFFFF;
}

.text-red {
  color: #FF0000;
}

.bg-black {
  background-color: #272727;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-grey {
  background-color: #F5F5F5;
}

.bg-yellow {
  background-color: #F8D10D;
}

.bg-yellow-light {
  background-color: rgba(248, 209, 13, 0.8);
}

.bg-blue {
  background-color: #22233B;
}

.bg-orange {
  background-color: #F7991F;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
.cta_button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16.5px 26px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.cta_button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cta_button:after {
  content: url("../../images/icons/icon_arrow_sky.svg");
}
.cta_button.btn_yellow, .cta_button.btn_primary {
  color: #22233B;
  background-color: #F8D10D;
}
.cta_button.btn_yellow:hover, .cta_button.btn_primary:hover {
  background-color: rgb(249.4337349398, 218.421686747, 62.5662650602);
}
.cta_button.btn_orange, .cta_button.btn_secondary {
  color: #22233B;
  background-color: #F7991F;
}
.cta_button.btn_orange:hover, .cta_button.btn_secondary:hover {
  background-color: rgb(248.7586206897, 175.4224137931, 80.2413793103);
}
.cta_button.btn_white, .cta_button.btn_tertiary {
  color: #22233B;
  background-color: #FFFFFF;
}
.cta_button.btn_white:hover, .cta_button.btn_tertiary:hover {
  background-color: #FFFCEA;
}
.cta_button.icon_none:after {
  content: none;
}

.icon {
  display: flex;
  align-items: center;
}
.icon:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon.icon_menu:before {
  background-image: url(../../images/icons/icon_menu.svg);
}
.icon.icon_menu_Form:before, .icon.icon_menu_form:before {
  background-image: url(../../images/icons/icon_menu_Form.svg);
}
.icon.icon_menu_Phone:before, .icon.icon_menu_phone:before {
  background-image: url(../../images/icons/icon_menu_Phone.svg);
}
.icon.icon_menu_Heart:before, .icon.icon_menu_heart:before {
  background-image: url(../../images/icons/icon_menu_Heart.svg);
}
.icon.icon_menu_Clap:before, .icon.icon_menu_clap:before {
  background-image: url(../../images/icons/icon_menu_Clap.svg);
}
.icon.icon_menu_Calculator:before, .icon.icon_menu_calculator:before {
  background-image: url(../../images/icons/icon_menu_Calculator.svg);
}
.icon.icon_menu_Chart:before, .icon.icon_menu_chart:before {
  background-image: url(../../images/icons/icon_menu_Chart.svg);
}
.icon.icon_menu_People:before, .icon.icon_menu_people:before {
  background-image: url(../../images/icons/icon_menu_People.svg);
}
.icon.icon_menu_Hand:before, .icon.icon_menu_hand:before, .icon.icon_menu_Hands:before, .icon.icon_menu_hands:before {
  background-image: url(../../images/icons/icon_menu_Hand.svg);
}

html {
  font-family: "Satoshi";
  font-weight: 400;
}
html * {
  transition-duration: 300ms;
  transition-property: all;
}
html .paragraph {
  z-index: 1;
  position: relative;
}
html body {
  background-color: #F5F5F5;
}
html .nasfund_label {
  padding-left: 36px;
  position: relative;
  width: fit-content;
  color: #22233B;
  letter-spacing: 0.64px;
}
html .nasfund_label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #F7991F;
  position: absolute;
  left: 0;
  top: 2px;
}
html .nasfund_label.nasfund_label_yellow:before {
  background-color: #F8D10D;
}
html .nasfund_label.nasfund_label_small {
  font-size: 12px;
  padding-left: 21px;
}
html .nasfund_label.nasfund_label_small:before {
  width: 12px;
  height: 12px;
  top: 1px;
}
@media (max-width: 640px) {
  html .nasfund_label {
    font-size: 10px;
    padding-left: 21px;
  }
  html .nasfund_label:before {
    width: 12px;
    height: 12px;
    top: 1px;
  }
}

.slick-slide {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

#toolbar-administration + .dialog-off-canvas-main-canvas .menu--main {
  top: 87px;
}
@media (max-width: 991px) {
  #toolbar-administration + .dialog-off-canvas-main-canvas .menu--main {
    top: 24px;
  }
}

.nasfund_container {
  max-width: 1491px;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .nasfund_container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 576px) {
  .nasfund_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 576px) {
  .nasfund_container_sm_0 {
    padding-left: 24px;
    padding-right: 0px;
  }
}

h1 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.92px;
}

h2 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1.67px;
}

h3 {
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -1.44px;
}

h4 {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.264px;
}

h5 {
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.264px;
}

h6 {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #22233B;
}

p, li {
  font-size: 16px;
  color: #22233B;
  letter-spacing: -0.64px;
  line-height: 140%;
}

a {
  text-decoration: underline;
  letter-spacing: -0.64px;
  line-height: 140%;
}

ol {
  list-style: auto;
  padding-left: 20px;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  p, li {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  a {
    letter-spacing: -0.56px;
  }
}
@media (max-width: 991px) {
  #toolbar-administration {
    display: none !important;
  }
}

.branch_tooltip p {
  font-size: 15px;
  font-weight: 500;
}

.gm-style-iw-chr button {
  transform: scale(0.8);
}

.menu--main {
  position: fixed;
  top: 48px;
  z-index: 500;
  width: 100%;
  padding: 0 65px;
}
.menu--main > div {
  background-color: white;
  border-radius: 100px;
  box-shadow: 1px 3px 11px rgba(34, 35, 59, 0.0588235294);
}
.menu--main .mobile_nav {
  display: none;
}
.menu--main .header_logo {
  height: 36px;
}
.menu--main ul.menu-level-0 {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.menu--main ul.menu-level-0 > li {
  color: #22233B;
  list-style-type: none;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded > a,
.menu--main ul.menu-level-0 > li.menu-item--expanded > span {
  display: flex;
  align-items: center;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded > a:after,
.menu--main ul.menu-level-0 > li.menu-item--expanded > span:after {
  content: "";
  width: 12px;
  height: 6px;
  margin-left: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../../images/icons/icon_chevron_down_yellow.svg);
}
.menu--main ul.menu-level-0 > li.menu-item--expanded:hover.menu-item--expanded > a,
.menu--main ul.menu-level-0 > li.menu-item--expanded:hover.menu-item--expanded > span {
  color: #F8D10D;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded:hover.menu-item--expanded > a:after,
.menu--main ul.menu-level-0 > li.menu-item--expanded:hover.menu-item--expanded > span:after {
  transition: 0.3s;
  transform: rotate(180deg);
}
.menu--main ul.menu-level-0 > li.menu-item--expanded:hover.menu-item--expanded > .menu-dropdown-0 {
  display: flex;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 {
  position: absolute;
  background: white;
  top: 87px;
  border-radius: 0px 0px 24px 24px;
  box-shadow: 0px 24px 40px -32px rgba(34, 35, 59, 0.1607843137);
  max-height: 60vh;
  overflow: auto;
  left: 50%;
  transform: translateX(-50%);
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section {
  background-color: #272727;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section img {
  max-width: 235px;
  border-radius: 24px;
  object-fit: cover;
  height: auto;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section a:hover .title {
  color: #F8D10D !important;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section > *:not(.menu-level-1) {
  display: none;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .centre {
  color: #01A0B8;
  position: relative;
  padding-left: 25px;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .centre span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  background-color: #F8D10D;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 {
  padding: 47px 53px 57px 53px;
  margin-left: 0;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 .column {
  min-width: 45%;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 li {
  padding-left: 50px;
  position: relative;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 li .title {
  font-size: 16px;
  font-weight: 700;
  color: #1D3461;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 li .title:hover {
  color: #F8D10D;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 li .title .dot {
  width: 27px;
  height: 27px;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #F8D10D;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 li .title .icon:before {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 9px;
  z-index: 1;
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 li .sublinks a {
  text-decoration: none;
  font-size: 12px;
  color: rgba(29, 52, 97, 0.8);
}
.menu--main ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .menu-level-1 li .sublinks a:hover {
  text-decoration: underline;
}
.menu--main ul.menu-level-0 > li > a,
.menu--main ul.menu-level-0 > li > span {
  text-decoration: none;
  transition: 0.3s;
  padding: 34px 16px;
  display: block;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 120%;
}
.menu--main ul.menu-level-0 > li > a.is-active,
.menu--main ul.menu-level-0 > li > span.is-active {
  font-weight: 900;
}
.menu--main ul.menu-level-0 > li > a:hover,
.menu--main ul.menu-level-0 > li > span:hover {
  color: #F8D10D;
}
.menu--main ul.menu-level-0 > li > a:hover:after,
.menu--main ul.menu-level-0 > li > span:hover:after {
  transition: 0.3s;
  transform: rotate(180deg);
}
.menu--main ul.menu-level-0 > li .menu-dropdown-0 {
  display: none;
}

.region-fluffiness-main-menu .top_link:hover {
  color: #F8D10D;
}

@media (max-width: 1439px) {
  .menu--main {
    padding: 0 24px;
    top: 24px;
  }
  .menu--main .header_logo_mobile {
    height: 36px;
  }
  .menu--main .desktop_nav {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: auto;
    transition: 0.3s;
    box-shadow: 0px 9px 11px rgba(98, 98, 98, 0.05);
    margin-top: -100%;
    margin-right: 0;
    background-color: #FFFFFF;
    right: 0;
    top: -48px;
    padding: 200px 0 61px 0;
    z-index: -1;
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    max-height: 100vh;
    overflow: auto;
  }
  .menu--main .desktop_nav .menu_section {
    padding: 0;
    flex-direction: column;
    gap: 20px;
    background: #FFFFFF;
  }
  .menu--main .desktop_nav .menu_section .menu_section_button {
    padding: 15px 34px 0 34px;
  }
  .menu--main .desktop_nav .menu_section .menu_section_logo {
    display: none;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li {
    position: relative;
    align-items: flex-start;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > span {
    width: 100%;
    min-width: 100%;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > a,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > span {
    padding: 18px 24px !important;
    font-size: 14px;
    justify-content: space-between;
    color: #1D3461;
    display: block;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > a:after,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > span:after {
    position: absolute;
    right: 24px;
    top: 24px;
    pointer-events: none;
    width: 15px;
    height: 8px;
    transition: 0.3s;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > a:after:hover,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > span:after:hover {
    transform: none;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > a:hover,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > span:hover {
    color: #1D3461;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > a:hover:after,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li > span:hover:after {
    transform: none;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded {
    cursor: pointer;
    flex-direction: column;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded > a:after,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded > span:after {
    right: 24px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded:hover > a,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded:hover > span {
    color: #1D3461;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 {
    position: relative;
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    border-radius: 0;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    left: 0;
    transform: translateX(0);
    box-shadow: none;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section {
    width: 100%;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 {
    padding: 0;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
    gap: 24px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column {
    max-width: 100%;
    min-width: 100%;
    gap: 24px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li {
    padding-left: 43px;
    transform: 0.3s;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li > a {
    width: fit-content !important;
    display: block;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li > a:hover .title {
    color: #1D3461;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li.has-child:after {
    content: "";
    width: 12px;
    height: 6px;
    margin-left: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../../images/icons/icon_chevron_down_blue.svg);
    position: absolute;
    right: 2px;
    top: 4px;
    transform: rotate(180deg);
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li .dot {
    left: 0px;
    top: -3px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li .icon:before {
    top: 4px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li .title {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li .title:hover {
    color: #1D3461;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li .sublinks {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li .sublinks a {
    width: 100%;
    display: block;
    padding: 0px 15px 0px 0;
    font-weight: 400;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li.show .sublinks {
    height: auto;
    margin-top: 16px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .left_section .menu-level-1 .column > li.show:after {
    transform: rotate(0deg);
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section {
    background: white;
    padding: 24px;
    min-width: 100%;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .views-element-container {
    background-color: #272727;
    border-radius: 24px;
    padding: 36px 40px;
    width: 100%;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section {
    gap: 12.65px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section a {
    padding: 0;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section a:hover .title {
    color: #FFFFFF !important;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section img {
    border-radius: 12px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section .extra_section_div {
    gap: 20px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section .extra_section_div .news .type {
    margin-bottom: 8px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section .extra_section_div .news .title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 110%;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.menu-item--expanded .menu-dropdown-0 .right_section .extra_section .extra_section_div .news .subtitle {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li a {
    padding: 23px 15px;
    width: fit-content;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.active.menu-item--expanded a,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.active.menu-item--expanded span {
    font-weight: 500;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.active.menu-item--expanded a:after,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.active.menu-item--expanded span:after {
    transform: rotate(180deg);
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.active.menu-item--expanded .menu-dropdown-0 {
    height: auto;
  }
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.active.menu-item--expanded.active > a,
  .menu--main .desktop_nav .menu_section > .menu-level-0 > li.active.menu-item--expanded.active > span {
    font-weight: 900;
  }
  .menu--main .desktop_nav .menu_section .menu_section_button {
    padding: 15px 24px 0 24px;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
    flex-direction: row;
  }
  .menu--main .desktop_nav.show {
    margin-top: -2px;
  }
  .menu--main .mobile_nav {
    display: flex;
    padding: 20px 65px;
    align-items: center;
  }
  .menu--main .mobile_nav .icon_menu:before {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .menu--main .header_logo_mobile {
    height: 18px;
  }
  .menu--main .mobile_nav {
    padding: 14px 20px;
    align-items: center;
  }
  .menu--main .desktop_nav {
    top: -22px;
    height: 101vh;
    border-radius: 0;
    padding: 107px 0;
    margin-top: -110vh;
  }
  .menu--main .desktop_nav .menu_section .menu_section_button {
    flex-direction: column;
  }
  .menu--main .desktop_nav .menu_section .menu_section_button a {
    width: 100%;
  }
  .menu--main .desktop_nav .extra_section_div {
    gap: 31px !important;
  }
  .menu--main .desktop_nav .extra_section_div .news {
    padding: 17px 0;
  }
}
@media (max-width: 576px) {
  .menu--main .desktop_nav .description {
    max-width: 250px;
  }
  .menu--main .desktop_nav .right_section .views-element-container {
    padding: 29px 20px !important;
  }
  .menu--main .desktop_nav .right_section .views-element-container .extra_section {
    gap: 24px !important;
  }
  .menu--main .desktop_nav .right_section .views-element-container .extra_section .extra_section_div {
    gap: 20px;
    align-items: center;
  }
  .menu--main .desktop_nav .right_section .views-element-container .extra_section .extra_section_div img {
    max-width: 71px !important;
    height: 71px;
  }
  .menu--main .desktop_nav .right_section .views-element-container .extra_section .extra_section_div .news {
    padding: 0;
  }
  .menu--main .desktop_nav .right_section .views-element-container .extra_section .extra_section_div .news .content {
    display: none;
  }
  .menu--main .desktop_nav .right_section .views-element-container .extra_section .extra_section_div .news .subtitle {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1439px) and (max-width: 1660px) {
  .menu--main ul.menu-level-0 > li.menu-item--expanded > a,
  .menu--main ul.menu-level-0 > li.menu-item--expanded > span {
    font-size: 12px;
    line-height: 120%;
    padding: 38px 8px;
  }
  .menu--main ul.menu-level-0 > li > a,
  .menu--main ul.menu-level-0 > li > span {
    font-size: 12px;
    line-height: 120%;
    padding: 38px 8px;
  }
  .menu--main .header_logo {
    height: 30px;
  }
  .menu--main {
    padding: 0 54px;
  }
  .menu_section_button {
    gap: 16px;
  }
  .menu--main ul.menu-level-0 {
    justify-content: center;
  }
}
@media (min-width: 1660px) and (max-width: 1760px) {
  .menu--main ul.menu-level-0 > li.menu-item--expanded > a,
  .menu--main ul.menu-level-0 > li.menu-item--expanded > span {
    font-size: 14px;
    line-height: 120%;
    padding: 38px 12px;
  }
  .menu--main ul.menu-level-0 > li > a,
  .menu--main ul.menu-level-0 > li > span {
    font-size: 14px;
    line-height: 120%;
    padding: 38px 12px;
  }
  .menu--main {
    padding: 0 54px;
  }
  .menu_section_button {
    gap: 16px;
  }
}
.navigation .mobile_nav .icon {
  flex-direction: row-reverse;
}
.navigation .mobile_nav .icon span {
  display: none;
  color: #1D3461;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 0.16px;
}

@media (min-width: 1341px) and (max-width: 1439px) {
  .navigation .mobile_nav .icon {
    gap: 24px;
  }
  .navigation .mobile_nav .icon span {
    display: block;
  }
}
.webform-submission-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
}
.webform-submission-form .form-item {
  margin: 0;
  position: relative;
  width: 100%;
}
.webform-submission-form .form-item.w-half {
  width: calc(50% - 12px);
  display: inline-block;
}
@media (max-width: 576px) {
  .webform-submission-form .form-item.w-half {
    width: 100%;
  }
}
.webform-submission-form .form-item .form-required::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  content: "*";
  vertical-align: baseline;
  color: red;
}
.webform-submission-form .form-item input, .webform-submission-form .form-item select, .webform-submission-form .form-item textarea {
  width: 100%;
  outline: none !important;
  -webkit-appearance: none;
  background-color: white;
  text-align: left;
}
.webform-submission-form .form-item input, .webform-submission-form .form-item textarea {
  border-radius: 32px;
  height: 44px;
  font-size: 14px;
  color: rgba(19, 19, 71, 0.6);
  padding-left: 32px;
  padding-right: 32px;
}
.webform-submission-form .form-item input::placeholder, .webform-submission-form .form-item textarea::placeholder {
  color: #131347;
  opacity: 0.6;
}
.webform-submission-form .form-item textarea {
  height: auto;
  padding: 32px;
  border-radius: 16px;
}
.webform-submission-form .form-item input[type=checkbox] {
  border: 0;
}
.webform-submission-form .form-item label {
  color: #1D3461;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.webform-submission-form .form-item.js-form-type-select {
  border-radius: 32px;
  height: 45px;
  font-size: 14px;
  color: rgba(19, 19, 71, 0.6);
  padding-left: 32px;
  padding-right: 0px;
  cursor: pointer;
  background-color: #FFFFFF;
  margin-top: 30px;
}
.webform-submission-form .form-item.js-form-type-select .custom-select-arrow {
  position: relative;
}
.webform-submission-form .form-item.js-form-type-select .custom-select-arrow:after {
  content: url("../../images/icons/icon_chevron_down_black.svg");
  display: inline-block;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 32px;
  top: 12px;
  pointer-events: none;
}
.webform-submission-form .form-item.js-form-type-select label {
  position: absolute;
  top: -30px;
  left: 0;
}
.webform-submission-form .form-item.js-form-type-select select {
  height: 100%;
  cursor: pointer;
  border-radius: 32px;
}
.webform-submission-form .captcha .captcha__title, .webform-submission-form .captcha .captcha__description {
  display: none;
}
.webform-submission-form .form-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
  color: #22233B;
  background-color: #F8D10D;
}
.webform-submission-form .form-actions:after {
  content: url(../../images/icons/icon_arrow_sky.svg);
  position: absolute;
  right: 26px;
  pointer-events: none;
}
.webform-submission-form .form-actions:hover {
  background-color: #FEEC94;
}
.webform-submission-form .form-actions .webform-button--submit {
  padding: 14.5px 59px 14.5px 26px;
}
.webform-submission-form .form-submit {
  cursor: pointer;
  display: block !important;
}

.webform-confirmation .webform-confirmation__message {
  border-radius: 18px;
  background-color: #F8D10D;
  padding: 29px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 536px;
  margin-bottom: 0;
}
.webform-confirmation .webform-confirmation__message h6 {
  font-size: 18px;
}
.webform-confirmation .webform-confirmation__message p, .webform-confirmation .webform-confirmation__message span {
  font-size: 12px;
}
@media (max-width: 991px) {
  .webform-confirmation .webform-confirmation__message {
    max-width: 100%;
    margin-bottom: -30px;
  }
}
.webform-confirmation .webform-confirmation__back {
  display: none;
}

#user-login-form {
  max-width: 900px;
  margin: 120px auto 60px auto;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 0 48px;
}
@media (max-width: 991px) {
  #user-login-form {
    padding: 0 24px;
  }
}
@media (max-width: 640px) {
  #user-login-form {
    padding: 0 16px;
  }
}
#user-login-form label {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
#user-login-form input {
  width: 100%;
  outline: none !important;
  border-radius: 32px;
  height: 44px;
  font-size: 14px;
  color: rgba(19, 19, 71, 0.6);
  padding-left: 32px;
  padding-right: 32px;
  border: 0;
}
#user-login-form .button.js-form-submit.form-submit {
  display: flex;
  padding: 14.5px 26px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  gap: 15px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
  color: #22233B;
  background-color: #F8D10D;
}
#user-login-form .button.js-form-submit.form-submit:hover {
  background-color: #FEEC94;
}

.blk_content_carousel .slick-track, .blk_related_news .slick-track {
  margin-left: 0;
}
.blk_content_carousel .slick-track .slick-slide, .blk_related_news .slick-track .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.blk_content_carousel .slick-track .slick-slide img, .blk_related_news .slick-track .slick-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.blk_content_carousel .slick-track .slick-slide a > div:hover, .blk_related_news .slick-track .slick-slide a > div:hover {
  transform: scale(1.01);
}
.blk_content_carousel .slick-arrow, .blk_related_news .slick-arrow {
  width: 57px;
  height: 57px;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .blk_content_carousel .slick-arrow, .blk_related_news .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
.blk_content_carousel .slick-arrow::before, .blk_related_news .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  mask-size: 56px;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background: black;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .blk_content_carousel .slick-arrow::before, .blk_related_news .slick-arrow::before {
    width: 48px;
    height: 48px;
    mask-size: 48px;
  }
}
.blk_content_carousel .slick-arrow.slick-prev::before, .blk_related_news .slick-arrow.slick-prev::before {
  mask-image: url(../../nasfund-images/left_arrow_w_round.svg);
}
.blk_content_carousel .slick-arrow.slick-next::before, .blk_related_news .slick-arrow.slick-next::before {
  mask-image: url(../../nasfund-images/right_arrow_w_round.svg);
}
@media (min-width: 992px) {
  .blk_content_carousel .slick-arrow:hover::before, .blk_related_news .slick-arrow:hover::before {
    background: #F7991F;
  }
}
.blk_content_carousel .related_news_slider, .blk_related_news .related_news_slider {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 991px) {
  .blk_content_carousel .related_news_slider, .blk_related_news .related_news_slider {
    padding-bottom: 100px;
  }
}
.blk_content_carousel .related_news_slider .slick-arrow, .blk_related_news .related_news_slider .slick-arrow {
  top: -28px;
}
.blk_content_carousel .related_news_slider .slick-arrow.slick-prev, .blk_related_news .related_news_slider .slick-arrow.slick-prev {
  left: unset;
  right: 70px;
}
@media (max-width: 991px) {
  .blk_content_carousel .related_news_slider .slick-arrow.slick-prev, .blk_related_news .related_news_slider .slick-arrow.slick-prev {
    right: unset;
    left: 12px;
  }
}
.blk_content_carousel .related_news_slider .slick-arrow.slick-next, .blk_related_news .related_news_slider .slick-arrow.slick-next {
  left: unset;
  right: 0px;
}
@media (max-width: 991px) {
  .blk_content_carousel .related_news_slider .slick-arrow.slick-next, .blk_related_news .related_news_slider .slick-arrow.slick-next {
    right: unset;
    left: 72px;
  }
}
@media (max-width: 991px) {
  .blk_content_carousel .related_news_slider .slick-arrow, .blk_related_news .related_news_slider .slick-arrow {
    top: unset;
    bottom: -20px;
  }
}
.blk_content_carousel .shareholder_slider, .blk_related_news .shareholder_slider {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 991px) {
  .blk_content_carousel .shareholder_slider, .blk_related_news .shareholder_slider {
    padding-bottom: 100px;
  }
}
.blk_content_carousel .shareholder_slider .slick-arrow, .blk_related_news .shareholder_slider .slick-arrow {
  top: -28px;
}
.blk_content_carousel .shareholder_slider .slick-arrow.slick-prev, .blk_related_news .shareholder_slider .slick-arrow.slick-prev {
  left: unset;
  right: 190px;
}
@media (max-width: 1198px) {
  .blk_content_carousel .shareholder_slider .slick-arrow.slick-prev, .blk_related_news .shareholder_slider .slick-arrow.slick-prev {
    right: 110px;
  }
}
@media (max-width: 991px) {
  .blk_content_carousel .shareholder_slider .slick-arrow.slick-prev, .blk_related_news .shareholder_slider .slick-arrow.slick-prev {
    right: unset;
    left: 12px;
  }
}
.blk_content_carousel .shareholder_slider .slick-arrow.slick-next, .blk_related_news .shareholder_slider .slick-arrow.slick-next {
  left: unset;
  right: 120px;
}
@media (max-width: 1198px) {
  .blk_content_carousel .shareholder_slider .slick-arrow.slick-next, .blk_related_news .shareholder_slider .slick-arrow.slick-next {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .blk_content_carousel .shareholder_slider .slick-arrow.slick-next, .blk_related_news .shareholder_slider .slick-arrow.slick-next {
    right: unset;
    left: 72px;
  }
}
@media (max-width: 991px) {
  .blk_content_carousel .shareholder_slider .slick-arrow, .blk_related_news .shareholder_slider .slick-arrow {
    top: unset;
    bottom: -20px;
  }
}
.blk_content_carousel .news_slider, .blk_related_news .news_slider {
  margin-left: -12px;
  margin-right: -12px;
}
.blk_content_carousel .news_slider .slick-arrow, .blk_related_news .news_slider .slick-arrow {
  bottom: -156px;
}
@media (max-width: 991px) {
  .blk_content_carousel .news_slider .slick-arrow, .blk_related_news .news_slider .slick-arrow {
    bottom: -145px;
  }
}
.blk_content_carousel .news_slider .slick-arrow.slick-prev, .blk_related_news .news_slider .slick-arrow.slick-prev {
  top: unset;
  left: unset;
  right: 190px;
}
@media (max-width: 1198px) {
  .blk_content_carousel .news_slider .slick-arrow.slick-prev, .blk_related_news .news_slider .slick-arrow.slick-prev {
    right: 94px;
  }
}
@media (max-width: 991px) {
  .blk_content_carousel .news_slider .slick-arrow.slick-prev, .blk_related_news .news_slider .slick-arrow.slick-prev {
    right: 70px;
  }
}
.blk_content_carousel .news_slider .slick-arrow.slick-next, .blk_related_news .news_slider .slick-arrow.slick-next {
  top: unset;
  left: unset;
  right: 120px;
}
@media (max-width: 1198px) {
  .blk_content_carousel .news_slider .slick-arrow.slick-next, .blk_related_news .news_slider .slick-arrow.slick-next {
    right: 12px;
  }
}
@media (max-width: 1198px) {
  .blk_content_carousel .add_padding_left, .blk_related_news .add_padding_left {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}
@media (max-width: 576px) {
  .blk_content_carousel .add_padding_left, .blk_related_news .add_padding_left {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

footer .icon {
  width: 18px;
  height: 18px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: white;
}
footer .icon_footer_email {
  mask-image: url("../../images/icons/icon_footer_email.svg");
}
footer .icon_footer_phone {
  mask-image: url("../../images/icons/icon_footer_phone.svg");
}
footer .icon_footer_facebook {
  mask-image: url("../../images/icons/icon_footer_facebook.svg");
}
footer .icon_footer_tiktok {
  mask-image: url("../../images/icons/icon_footer_tiktok.svg");
}
footer .icon_footer_youtube {
  mask-image: url("../../images/icons/icon_footer_youtube.svg");
}
footer .icon_footer_instagram {
  mask-image: url("../../images/icons/icon_footer_instagram.svg");
}
footer .icon_footer_linkedin {
  mask-image: url("../../images/icons/icon_footer_linkedin.svg");
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #F8D10D;
}
footer a:hover .icon {
  background-color: #F8D10D;
}
@media (max-width: 1599px) {
  footer .nasfund_footer_menu {
    gap: 48px;
  }
}
@media (max-width: 1199px) {
  footer .nasfund_footer_menu {
    flex-direction: column;
  }
}
footer .nasfund_footer_menu .footer_menu {
  width: 100%;
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu {
  gap: 24px;
  padding: 0;
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu a, footer .nasfund_footer_menu .footer_menu .menu--footer > .menu p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu a, footer .nasfund_footer_menu .footer_menu .menu--footer > .menu p {
    margin-bottom: 16px;
  }
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu a {
  width: fit-content;
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu a:hover {
  color: #F8D10D;
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 a, footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 p {
  font-size: 12px;
  font-weight: 700;
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 .menu-level-3 {
  margin-bottom: 16px;
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 .menu-level-3 a, footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 .menu-level-3 p {
  font-size: 12px;
  font-weight: 300;
}
footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .single_level .menu-level-2 a, footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .single_level .menu-level-2 p {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 991px) {
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu {
    flex-direction: column;
  }
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .footer-child-set.has-child:after {
    content: "";
    width: 12px;
    height: 6px;
    margin-left: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../../images/icons/icon_chevron_down_white.svg);
    position: absolute;
    right: 2px;
    top: 8px;
  }
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .footer-child-set.has-child.show:after {
    transform: rotate(180deg);
  }
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .footer-child-set.has-child.show .menu-level-2 {
    height: 100%;
  }
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 {
    height: 0;
    overflow: hidden;
  }
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 .has-child:after {
    display: none;
  }
  footer .nasfund_footer_menu .footer_menu .menu--footer > .menu .menu-level-2 .menu-level-3 {
    height: 100%;
  }
}

.blk_document_list .views-exposed-form, .blk_news_list .views-exposed-form, .blk_related_news .views-exposed-form, .blk_people_list .views-exposed-form, .blk_property_list .views-exposed-form, .partner-list-view .views-exposed-form {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 43px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blk_document_list .views-exposed-form, .blk_news_list .views-exposed-form, .blk_related_news .views-exposed-form, .blk_people_list .views-exposed-form, .blk_property_list .views-exposed-form, .partner-list-view .views-exposed-form {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0px;
  }
}
.blk_document_list .views-exposed-form .form-actions, .blk_news_list .views-exposed-form .form-actions, .blk_related_news .views-exposed-form .form-actions, .blk_people_list .views-exposed-form .form-actions, .blk_property_list .views-exposed-form .form-actions, .partner-list-view .views-exposed-form .form-actions {
  display: none;
}
.blk_document_list .views-exposed-form .form-item, .blk_news_list .views-exposed-form .form-item, .blk_related_news .views-exposed-form .form-item, .blk_people_list .views-exposed-form .form-item, .blk_property_list .views-exposed-form .form-item, .partner-list-view .views-exposed-form .form-item {
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blk_document_list .views-exposed-form .form-item, .blk_news_list .views-exposed-form .form-item, .blk_related_news .views-exposed-form .form-item, .blk_people_list .views-exposed-form .form-item, .blk_property_list .views-exposed-form .form-item, .partner-list-view .views-exposed-form .form-item {
    margin-bottom: 12px;
  }
}
.blk_document_list .views-exposed-form .form-item label, .blk_document_list .views-exposed-form .form-item.js-form-item-sort-by, .blk_news_list .views-exposed-form .form-item label, .blk_news_list .views-exposed-form .form-item.js-form-item-sort-by, .blk_related_news .views-exposed-form .form-item label, .blk_related_news .views-exposed-form .form-item.js-form-item-sort-by, .blk_people_list .views-exposed-form .form-item label, .blk_people_list .views-exposed-form .form-item.js-form-item-sort-by, .blk_property_list .views-exposed-form .form-item label, .blk_property_list .views-exposed-form .form-item.js-form-item-sort-by, .partner-list-view .views-exposed-form .form-item label, .partner-list-view .views-exposed-form .form-item.js-form-item-sort-by {
  display: none;
}
.blk_document_list .views-exposed-form .form-item .custom-select-arrow, .blk_news_list .views-exposed-form .form-item .custom-select-arrow, .blk_related_news .views-exposed-form .form-item .custom-select-arrow, .blk_people_list .views-exposed-form .form-item .custom-select-arrow, .blk_property_list .views-exposed-form .form-item .custom-select-arrow, .partner-list-view .views-exposed-form .form-item .custom-select-arrow {
  background-color: #F7991F;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 500;
  height: 47px;
  display: flex;
  padding: 0 26px;
  cursor: pointer;
}
.blk_document_list .views-exposed-form .form-item .custom-select-arrow select, .blk_news_list .views-exposed-form .form-item .custom-select-arrow select, .blk_related_news .views-exposed-form .form-item .custom-select-arrow select, .blk_people_list .views-exposed-form .form-item .custom-select-arrow select, .blk_property_list .views-exposed-form .form-item .custom-select-arrow select, .partner-list-view .views-exposed-form .form-item .custom-select-arrow select {
  cursor: pointer;
}
.blk_document_list .views-exposed-form .form-item.form-item-sort-order, .blk_news_list .views-exposed-form .form-item.form-item-sort-order, .blk_related_news .views-exposed-form .form-item.form-item-sort-order, .blk_people_list .views-exposed-form .form-item.form-item-sort-order, .blk_property_list .views-exposed-form .form-item.form-item-sort-order, .partner-list-view .views-exposed-form .form-item.form-item-sort-order {
  order: 1;
}
.blk_document_list .views-exposed-form .form-item.form-item-sort-order .custom-select-arrow, .blk_news_list .views-exposed-form .form-item.form-item-sort-order .custom-select-arrow, .blk_related_news .views-exposed-form .form-item.form-item-sort-order .custom-select-arrow, .blk_people_list .views-exposed-form .form-item.form-item-sort-order .custom-select-arrow, .blk_property_list .views-exposed-form .form-item.form-item-sort-order .custom-select-arrow, .partner-list-view .views-exposed-form .form-item.form-item-sort-order .custom-select-arrow {
  background-color: #F8D10D;
}
.blk_document_list .views-exposed-form .form-item.form-item-field-pamphlet-category-target-id, .blk_document_list .views-exposed-form .form-item.form-item-field-form-category-target-id, .blk_document_list .views-exposed-form .form-item.form-item-field-video-category-target-id, .blk_document_list .views-exposed-form .form-item.form-item-field-poster-category-target-id, .blk_document_list .views-exposed-form .form-item.form-item-field-news-types-target-id, .blk_news_list .views-exposed-form .form-item.form-item-field-pamphlet-category-target-id, .blk_news_list .views-exposed-form .form-item.form-item-field-form-category-target-id, .blk_news_list .views-exposed-form .form-item.form-item-field-video-category-target-id, .blk_news_list .views-exposed-form .form-item.form-item-field-poster-category-target-id, .blk_news_list .views-exposed-form .form-item.form-item-field-news-types-target-id, .blk_related_news .views-exposed-form .form-item.form-item-field-pamphlet-category-target-id, .blk_related_news .views-exposed-form .form-item.form-item-field-form-category-target-id, .blk_related_news .views-exposed-form .form-item.form-item-field-video-category-target-id, .blk_related_news .views-exposed-form .form-item.form-item-field-poster-category-target-id, .blk_related_news .views-exposed-form .form-item.form-item-field-news-types-target-id, .blk_people_list .views-exposed-form .form-item.form-item-field-pamphlet-category-target-id, .blk_people_list .views-exposed-form .form-item.form-item-field-form-category-target-id, .blk_people_list .views-exposed-form .form-item.form-item-field-video-category-target-id, .blk_people_list .views-exposed-form .form-item.form-item-field-poster-category-target-id, .blk_people_list .views-exposed-form .form-item.form-item-field-news-types-target-id, .blk_property_list .views-exposed-form .form-item.form-item-field-pamphlet-category-target-id, .blk_property_list .views-exposed-form .form-item.form-item-field-form-category-target-id, .blk_property_list .views-exposed-form .form-item.form-item-field-video-category-target-id, .blk_property_list .views-exposed-form .form-item.form-item-field-poster-category-target-id, .blk_property_list .views-exposed-form .form-item.form-item-field-news-types-target-id, .partner-list-view .views-exposed-form .form-item.form-item-field-pamphlet-category-target-id, .partner-list-view .views-exposed-form .form-item.form-item-field-form-category-target-id, .partner-list-view .views-exposed-form .form-item.form-item-field-video-category-target-id, .partner-list-view .views-exposed-form .form-item.form-item-field-poster-category-target-id, .partner-list-view .views-exposed-form .form-item.form-item-field-news-types-target-id {
  order: 2;
}
.blk_document_list .views-exposed-form .form-item.form-item-title, .blk_news_list .views-exposed-form .form-item.form-item-title, .blk_related_news .views-exposed-form .form-item.form-item-title, .blk_people_list .views-exposed-form .form-item.form-item-title, .blk_property_list .views-exposed-form .form-item.form-item-title, .partner-list-view .views-exposed-form .form-item.form-item-title {
  order: 3;
  margin-left: auto;
  background-color: #FFFFFF;
  display: flex;
  border-radius: 24px;
  padding: 0 32px 0 60px;
  width: 30%;
  position: relative;
  font-size: 14px;
  height: 47px;
}
@media (max-width: 767px) {
  .blk_document_list .views-exposed-form .form-item.form-item-title, .blk_news_list .views-exposed-form .form-item.form-item-title, .blk_related_news .views-exposed-form .form-item.form-item-title, .blk_people_list .views-exposed-form .form-item.form-item-title, .blk_property_list .views-exposed-form .form-item.form-item-title, .partner-list-view .views-exposed-form .form-item.form-item-title {
    width: 100%;
  }
}
.blk_document_list .views-exposed-form .form-item.form-item-title label, .blk_news_list .views-exposed-form .form-item.form-item-title label, .blk_related_news .views-exposed-form .form-item.form-item-title label, .blk_people_list .views-exposed-form .form-item.form-item-title label, .blk_property_list .views-exposed-form .form-item.form-item-title label, .partner-list-view .views-exposed-form .form-item.form-item-title label {
  display: block;
  content: "";
  background-image: url("../../images/icons/icon_search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 32px;
  top: 15px;
  background-size: contain;
  cursor: pointer;
}
.blk_document_list .views-exposed-form .form-item select, .blk_document_list .views-exposed-form .form-item input, .blk_news_list .views-exposed-form .form-item select, .blk_news_list .views-exposed-form .form-item input, .blk_related_news .views-exposed-form .form-item select, .blk_related_news .views-exposed-form .form-item input, .blk_people_list .views-exposed-form .form-item select, .blk_people_list .views-exposed-form .form-item input, .blk_property_list .views-exposed-form .form-item select, .blk_property_list .views-exposed-form .form-item input, .partner-list-view .views-exposed-form .form-item select, .partner-list-view .views-exposed-form .form-item input {
  background: transparent;
  width: 100%;
}
.blk_document_list .views-exposed-form .form-item select:active, .blk_document_list .views-exposed-form .form-item select:focus, .blk_document_list .views-exposed-form .form-item select:focus-visible, .blk_document_list .views-exposed-form .form-item input:active, .blk_document_list .views-exposed-form .form-item input:focus, .blk_document_list .views-exposed-form .form-item input:focus-visible, .blk_news_list .views-exposed-form .form-item select:active, .blk_news_list .views-exposed-form .form-item select:focus, .blk_news_list .views-exposed-form .form-item select:focus-visible, .blk_news_list .views-exposed-form .form-item input:active, .blk_news_list .views-exposed-form .form-item input:focus, .blk_news_list .views-exposed-form .form-item input:focus-visible, .blk_related_news .views-exposed-form .form-item select:active, .blk_related_news .views-exposed-form .form-item select:focus, .blk_related_news .views-exposed-form .form-item select:focus-visible, .blk_related_news .views-exposed-form .form-item input:active, .blk_related_news .views-exposed-form .form-item input:focus, .blk_related_news .views-exposed-form .form-item input:focus-visible, .blk_people_list .views-exposed-form .form-item select:active, .blk_people_list .views-exposed-form .form-item select:focus, .blk_people_list .views-exposed-form .form-item select:focus-visible, .blk_people_list .views-exposed-form .form-item input:active, .blk_people_list .views-exposed-form .form-item input:focus, .blk_people_list .views-exposed-form .form-item input:focus-visible, .blk_property_list .views-exposed-form .form-item select:active, .blk_property_list .views-exposed-form .form-item select:focus, .blk_property_list .views-exposed-form .form-item select:focus-visible, .blk_property_list .views-exposed-form .form-item input:active, .blk_property_list .views-exposed-form .form-item input:focus, .blk_property_list .views-exposed-form .form-item input:focus-visible, .partner-list-view .views-exposed-form .form-item select:active, .partner-list-view .views-exposed-form .form-item select:focus, .partner-list-view .views-exposed-form .form-item select:focus-visible, .partner-list-view .views-exposed-form .form-item input:active, .partner-list-view .views-exposed-form .form-item input:focus, .partner-list-view .views-exposed-form .form-item input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
.blk_document_list.hide_filter .views-exposed-form, .blk_news_list.hide_filter .views-exposed-form, .blk_related_news.hide_filter .views-exposed-form, .blk_people_list.hide_filter .views-exposed-form, .blk_property_list.hide_filter .views-exposed-form, .partner-list-view.hide_filter .views-exposed-form {
  display: none !important;
}
.blk_document_list.hide_filter .view-document-form > p, .blk_news_list.hide_filter .view-document-form > p, .blk_related_news.hide_filter .view-document-form > p, .blk_people_list.hide_filter .view-document-form > p, .blk_property_list.hide_filter .view-document-form > p, .partner-list-view.hide_filter .view-document-form > p {
  display: none !important;
}
.blk_document_list .view-pagination, .blk_news_list .view-pagination, .blk_related_news .view-pagination, .blk_people_list .view-pagination, .blk_property_list .view-pagination, .partner-list-view .view-pagination {
  margin-top: 116px;
}
@media (max-width: 767px) {
  .blk_document_list .view-pagination, .blk_news_list .view-pagination, .blk_related_news .view-pagination, .blk_people_list .view-pagination, .blk_property_list .view-pagination, .partner-list-view .view-pagination {
    margin-top: 88px;
  }
}
.blk_document_list .view-pagination .pager__item--first, .blk_document_list .view-pagination .pager__item--last, .blk_news_list .view-pagination .pager__item--first, .blk_news_list .view-pagination .pager__item--last, .blk_related_news .view-pagination .pager__item--first, .blk_related_news .view-pagination .pager__item--last, .blk_people_list .view-pagination .pager__item--first, .blk_people_list .view-pagination .pager__item--last, .blk_property_list .view-pagination .pager__item--first, .blk_property_list .view-pagination .pager__item--last, .partner-list-view .view-pagination .pager__item--first, .partner-list-view .view-pagination .pager__item--last {
  display: none;
}
.blk_document_list .view-pagination .pager__item--previous a, .blk_document_list .view-pagination .pager__item--next a, .blk_news_list .view-pagination .pager__item--previous a, .blk_news_list .view-pagination .pager__item--next a, .blk_related_news .view-pagination .pager__item--previous a, .blk_related_news .view-pagination .pager__item--next a, .blk_people_list .view-pagination .pager__item--previous a, .blk_people_list .view-pagination .pager__item--next a, .blk_property_list .view-pagination .pager__item--previous a, .blk_property_list .view-pagination .pager__item--next a, .partner-list-view .view-pagination .pager__item--previous a, .partner-list-view .view-pagination .pager__item--next a {
  font-weight: 300 !important;
  font-size: 24px;
  width: 37px;
  height: 37px;
  background: #f8d10d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  padding-left: 2px;
}
.blk_document_list .view-pagination .pager__item--previous:hover a, .blk_document_list .view-pagination .pager__item--next:hover a, .blk_news_list .view-pagination .pager__item--previous:hover a, .blk_news_list .view-pagination .pager__item--next:hover a, .blk_related_news .view-pagination .pager__item--previous:hover a, .blk_related_news .view-pagination .pager__item--next:hover a, .blk_people_list .view-pagination .pager__item--previous:hover a, .blk_people_list .view-pagination .pager__item--next:hover a, .blk_property_list .view-pagination .pager__item--previous:hover a, .blk_property_list .view-pagination .pager__item--next:hover a, .partner-list-view .view-pagination .pager__item--previous:hover a, .partner-list-view .view-pagination .pager__item--next:hover a {
  transform: scale(1.1);
}
.blk_document_list .view-pagination ul, .blk_news_list .view-pagination ul, .blk_related_news .view-pagination ul, .blk_people_list .view-pagination ul, .blk_property_list .view-pagination ul, .partner-list-view .view-pagination ul {
  gap: 48px;
  align-items: center;
}
@media (max-width: 599px) {
  .blk_document_list .view-pagination ul, .blk_news_list .view-pagination ul, .blk_related_news .view-pagination ul, .blk_people_list .view-pagination ul, .blk_property_list .view-pagination ul, .partner-list-view .view-pagination ul {
    gap: 30px;
  }
}
.blk_document_list .view-pagination ul li, .blk_news_list .view-pagination ul li, .blk_related_news .view-pagination ul li, .blk_people_list .view-pagination ul li, .blk_property_list .view-pagination ul li, .partner-list-view .view-pagination ul li {
  padding: 0;
}
.blk_document_list .view-pagination ul li a, .blk_news_list .view-pagination ul li a, .blk_related_news .view-pagination ul li a, .blk_people_list .view-pagination ul li a, .blk_property_list .view-pagination ul li a, .partner-list-view .view-pagination ul li a {
  text-decoration: none;
  color: #22233B;
}
.blk_document_list .view-pagination ul li a:hover, .blk_news_list .view-pagination ul li a:hover, .blk_related_news .view-pagination ul li a:hover, .blk_people_list .view-pagination ul li a:hover, .blk_property_list .view-pagination ul li a:hover, .partner-list-view .view-pagination ul li a:hover {
  font-weight: 600;
}
.blk_document_list img, .blk_news_list img, .blk_related_news img, .blk_people_list img, .blk_property_list img, .partner-list-view img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.blk_document_list .poster:hover, .blk_document_list .video:hover, .blk_document_list .news:hover, .blk_document_list .related_news:hover, .blk_document_list .people:hover, .blk_news_list .poster:hover, .blk_news_list .video:hover, .blk_news_list .news:hover, .blk_news_list .related_news:hover, .blk_news_list .people:hover, .blk_related_news .poster:hover, .blk_related_news .video:hover, .blk_related_news .news:hover, .blk_related_news .related_news:hover, .blk_related_news .people:hover, .blk_people_list .poster:hover, .blk_people_list .video:hover, .blk_people_list .news:hover, .blk_people_list .related_news:hover, .blk_people_list .people:hover, .blk_property_list .poster:hover, .blk_property_list .video:hover, .blk_property_list .news:hover, .blk_property_list .related_news:hover, .blk_property_list .people:hover, .partner-list-view .poster:hover, .partner-list-view .video:hover, .partner-list-view .news:hover, .partner-list-view .related_news:hover, .partner-list-view .people:hover {
  transform: scale(1.01);
}
@media (min-width: 991px) {
  .blk_document_list .people img, .blk_news_list .people img, .blk_related_news .people img, .blk_people_list .people img, .blk_property_list .people img, .partner-list-view .people img {
    filter: grayscale(100%);
  }
  .blk_document_list .people:hover img, .blk_news_list .people:hover img, .blk_related_news .people:hover img, .blk_people_list .people:hover img, .blk_property_list .people:hover img, .partner-list-view .people:hover img {
    filter: grayscale(0%);
  }
}
.blk_document_list .video_width, .blk_document_list .news, .blk_document_list .related_news, .blk_document_list .property, .blk_news_list .video_width, .blk_news_list .news, .blk_news_list .related_news, .blk_news_list .property, .blk_related_news .video_width, .blk_related_news .news, .blk_related_news .related_news, .blk_related_news .property, .blk_people_list .video_width, .blk_people_list .news, .blk_people_list .related_news, .blk_people_list .property, .blk_property_list .video_width, .blk_property_list .news, .blk_property_list .related_news, .blk_property_list .property, .partner-list-view .video_width, .partner-list-view .news, .partner-list-view .related_news, .partner-list-view .property {
  width: calc((100% - 54px) / 3);
}
@media (max-width: 1199px) {
  .blk_document_list .video_width, .blk_document_list .news, .blk_document_list .related_news, .blk_document_list .property, .blk_news_list .video_width, .blk_news_list .news, .blk_news_list .related_news, .blk_news_list .property, .blk_related_news .video_width, .blk_related_news .news, .blk_related_news .related_news, .blk_related_news .property, .blk_people_list .video_width, .blk_people_list .news, .blk_people_list .related_news, .blk_people_list .property, .blk_property_list .video_width, .blk_property_list .news, .blk_property_list .related_news, .blk_property_list .property, .partner-list-view .video_width, .partner-list-view .news, .partner-list-view .related_news, .partner-list-view .property {
    width: calc((100% - 27px) / 2);
  }
}
@media (max-width: 639px) {
  .blk_document_list .video_width, .blk_document_list .news, .blk_document_list .related_news, .blk_document_list .property, .blk_news_list .video_width, .blk_news_list .news, .blk_news_list .related_news, .blk_news_list .property, .blk_related_news .video_width, .blk_related_news .news, .blk_related_news .related_news, .blk_related_news .property, .blk_people_list .video_width, .blk_people_list .news, .blk_people_list .related_news, .blk_people_list .property, .blk_property_list .video_width, .blk_property_list .news, .blk_property_list .related_news, .blk_property_list .property, .partner-list-view .video_width, .partner-list-view .news, .partner-list-view .related_news, .partner-list-view .property {
    width: 100%;
  }
}
.blk_document_list .poster_width, .blk_document_list .people, .blk_news_list .poster_width, .blk_news_list .people, .blk_related_news .poster_width, .blk_related_news .people, .blk_people_list .poster_width, .blk_people_list .people, .blk_property_list .poster_width, .blk_property_list .people, .partner-list-view .poster_width, .partner-list-view .people {
  width: calc((100% - 88px) / 5);
}
@media (max-width: 1199px) {
  .blk_document_list .poster_width, .blk_document_list .people, .blk_news_list .poster_width, .blk_news_list .people, .blk_related_news .poster_width, .blk_related_news .people, .blk_people_list .poster_width, .blk_people_list .people, .blk_property_list .poster_width, .blk_property_list .people, .partner-list-view .poster_width, .partner-list-view .people {
    width: calc((100% - 66px) / 4);
  }
}
@media (max-width: 991px) {
  .blk_document_list .poster_width, .blk_document_list .people, .blk_news_list .poster_width, .blk_news_list .people, .blk_related_news .poster_width, .blk_related_news .people, .blk_people_list .poster_width, .blk_people_list .people, .blk_property_list .poster_width, .blk_property_list .people, .partner-list-view .poster_width, .partner-list-view .people {
    width: calc((100% - 44px) / 3);
  }
}
@media (max-width: 639px) {
  .blk_document_list .poster_width, .blk_document_list .people, .blk_news_list .poster_width, .blk_news_list .people, .blk_related_news .poster_width, .blk_related_news .people, .blk_people_list .poster_width, .blk_people_list .people, .blk_property_list .poster_width, .blk_property_list .people, .partner-list-view .poster_width, .partner-list-view .people {
    width: 100%;
  }
}
.blk_document_list .property .icon, .blk_news_list .property .icon, .blk_related_news .property .icon, .blk_people_list .property .icon, .blk_property_list .property .icon, .partner-list-view .property .icon {
  position: absolute;
}
.blk_document_list .property .icon:before, .blk_news_list .property .icon:before, .blk_related_news .property .icon:before, .blk_people_list .property .icon:before, .blk_property_list .property .icon:before, .partner-list-view .property .icon:before {
  background-size: contain;
  background-repeat: no-repeat;
}
.blk_document_list .property .icon.icon_phone, .blk_news_list .property .icon.icon_phone, .blk_related_news .property .icon.icon_phone, .blk_people_list .property .icon.icon_phone, .blk_property_list .property .icon.icon_phone, .partner-list-view .property .icon.icon_phone {
  left: 0px;
  top: 8px;
}
.blk_document_list .property .icon.icon_phone:before, .blk_news_list .property .icon.icon_phone:before, .blk_related_news .property .icon.icon_phone:before, .blk_people_list .property .icon.icon_phone:before, .blk_property_list .property .icon.icon_phone:before, .partner-list-view .property .icon.icon_phone:before {
  width: 14px;
  height: 14px;
  background-image: url(../../images/icons/icon_phone_orange.svg);
}
.blk_document_list .property .icon.icon_email, .blk_news_list .property .icon.icon_email, .blk_related_news .property .icon.icon_email, .blk_people_list .property .icon.icon_email, .blk_property_list .property .icon.icon_email, .partner-list-view .property .icon.icon_email {
  left: 0px;
  top: 5px;
}
.blk_document_list .property .icon.icon_email:before, .blk_news_list .property .icon.icon_email:before, .blk_related_news .property .icon.icon_email:before, .blk_people_list .property .icon.icon_email:before, .blk_property_list .property .icon.icon_email:before, .partner-list-view .property .icon.icon_email:before {
  width: 15px;
  height: 14px;
  background-image: url(../../images/icons/icon_email_orange.svg);
}

.blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-actions {
  display: none;
}
.blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item.form-item-keys {
  background-color: #FFFFFF;
  display: flex;
  border-radius: 24px;
  padding: 0 32px 0 60px;
  width: 100%;
  position: relative;
  font-size: 14px;
  height: 47px;
  margin: 0 0 5px 0;
}
@media (max-width: 767px) {
  .blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item.form-item-keys {
    width: 100%;
  }
}
.blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item.form-item-keys label {
  display: block;
  content: "";
  background-image: url("../../images/icons/icon_search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 32px;
  top: 15px;
  background-size: contain;
  cursor: pointer;
}
.blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item select, .blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item input {
  background: transparent;
  width: 100%;
}
.blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item select:active, .blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item select:focus, .blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item select:focus-visible, .blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item input:active, .blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item input:focus, .blk_branch_list_map .blk_branch_list_map_view .views-exposed-form .form-item input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content {
  padding-bottom: 40px;
  width: 100%;
  height: 513px;
  overflow: auto;
  scrollbar-color: #1D3461 #fff;
  padding-right: 37px;
  position: relative;
}
@media (max-width: 992px) {
  .blk_branch_list_map .blk_branch_list_map_view .view-content {
    height: auto;
    max-height: 513px;
    padding-right: 0px;
  }
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .view-filters {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .branch_header {
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .branch_header:after {
  content: "";
  width: 15px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../../images/icons/icon_chevron_down_yellow.svg);
  position: absolute;
  right: 0;
  top: 9px;
  transition: 0.3s;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .branch_header:hover:after {
  transform: rotate(180deg);
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .branch_content {
  height: 0px;
  overflow: hidden;
  margin-top: 0;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item.active .branch_header:after {
  transform: rotate(180deg);
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item.active .branch_content {
  height: auto;
  margin-top: 20px;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon {
  position: absolute;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon:before {
  background-size: contain;
  background-repeat: no-repeat;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_pin_orange {
  left: 0;
  top: 3px;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_pin_orange:before {
  width: 20px;
  height: 20px;
  background-image: url(../../images/icons/icon_pin_orange.svg);
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_pin_yellow {
  left: 2px;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_pin_yellow:before {
  width: 17px;
  height: 17px;
  background-image: url(../../images/icons/icon_pin_orange_small.svg);
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_user {
  left: 3px;
  top: 0px;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_user:before {
  width: 15px;
  height: 15px;
  background-image: url(../../images/icons/icon_user.svg);
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_phone {
  left: 4px;
  top: 8px;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_phone:before {
  width: 13px;
  height: 13px;
  background-image: url(../../images/icons/icon_phone_orange.svg);
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_email {
  left: 3px;
  top: 8px;
}
.blk_branch_list_map .blk_branch_list_map_view .view-content .branch_item .icon.icon_email:before {
  width: 15px;
  height: 14px;
  background-image: url(../../images/icons/icon_email_orange.svg);
}
.blk_branch_list_map .blk_branch_list_map_view .branch_map {
  height: 513px;
  border-radius: 16px;
  background-color: #272727;
}
@media (max-width: 992px) {
  .blk_branch_list_map .blk_branch_list_map_view .branch_map {
    height: 286px;
  }
}

.video_poster_model {
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(29, 52, 97, 0.368627451);
}
.video_poster_model.active {
  display: flex;
}
.video_poster_model .video-poster-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video_poster_model .video-poster-container.poster_only {
  background: transparent;
  padding: 0;
  overflow: auto;
  height: 80vh;
}
.video_poster_model .video-poster-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_poster_model .video-poster-container img {
  height: 100%;
  width: auto;
  margin: auto;
  object-fit: contain;
}

.blk_calculator .results {
  border: 1px solid rgba(29, 52, 97, 0.8);
}
.blk_calculator .compound-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blk_calculator .compound-form .input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blk_calculator .compound-form .input-group label {
  color: #1D3461;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
}
.blk_calculator .compound-form .input-group label.required::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  content: "*";
  vertical-align: baseline;
  color: red;
}
.blk_calculator .compound-form .input-group input {
  border-radius: 32px;
  height: 45px;
  font-size: 14px;
  color: rgba(19, 19, 71, 0.6);
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  outline: none !important;
  -webkit-appearance: none;
  background-color: white;
  text-align: left;
}

.blk_content_image .bubble {
  width: 277px;
  height: 217px;
  background-image: url(../../images/masks/bubble_left.svg);
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translate(-35%, 45%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_content_image .bubble.bubble_top_right {
  background-image: url(../../images/masks/bubble_right.svg);
  top: 0%;
  right: 0%;
  transform: translate(35%, -45%);
  left: auto;
  bottom: auto;
}
@media (max-width: 1199px) {
  .blk_content_image .bubble {
    width: 115px;
    height: 100px;
    transform: translate(-24px, 50%);
  }
  .blk_content_image .bubble.bubble_top_right {
    transform: translate(24px, -50%);
  }
}
@media (max-width: 1198px) {
  .blk_content_image .nasfund_container_w_padding .blk_cont_img_content {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
  .blk_content_image .nasfund_container_w_padding .blk_cont_img_image.stick_side_left {
    padding-right: 54px;
  }
  .blk_content_image .nasfund_container_w_padding .blk_cont_img_image.stick_side_right {
    padding-left: 54px;
  }
}
@media (max-width: 576px) {
  .blk_content_image .nasfund_container_w_padding .blk_cont_img_content {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .blk_content_image .nasfund_container_w_padding .blk_cont_img_image.stick_side_left {
    padding-right: 24px;
  }
  .blk_content_image .nasfund_container_w_padding .blk_cont_img_image.stick_side_right {
    padding-left: 24px;
  }
}

.blk_content_list .white_curve_mask {
  width: 100%;
  height: 100%;
  background-image: url(../../images/masks/white_curve.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: top right;
}
@media (max-width: 576px) {
  .blk_content_list .white_curve_mask {
    width: 200%;
    background-position: center;
  }
}

.blk_content_list_items:hover .image_section {
  width: 100%;
}

.blk_content .yellow_curve_mask {
  width: 100%;
  height: 100%;
  background-image: url(../../images/masks/yellow_curve.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: bottom right;
}
@media (max-width: 576px) {
  .blk_content .yellow_curve_mask {
    width: 200%;
    transform: translate(100px, 200px);
  }
}

.blk_cta_block .yellow_curve_mask {
  width: 100%;
  height: 100%;
  background-image: url(../../images/masks/yellow_curve.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: bottom right;
}
@media (max-width: 576px) {
  .blk_cta_block .yellow_curve_mask {
    width: 200%;
    transform: translate(100px, 200px);
  }
}
.blk_cta_block .orange_curve_mask {
  width: 100%;
  height: 100%;
  background-image: url(../../images/masks/orange_curve.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: bottom right;
}
@media (max-width: 576px) {
  .blk_cta_block .orange_curve_mask {
    width: 200%;
    transform: translate(100px, 150px);
  }
}
.blk_cta_block .bubble {
  width: 205px;
  height: 296px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_cta_block .bubble.bubble_top_left {
  background-image: url(../../images/masks/bubble_left_top.svg);
  top: 0%;
  left: 0%;
  transform: translate(-50%, -35%);
}
.blk_cta_block .bubble.bubble_bottom_right {
  background-image: url(../../images/masks/bubble_right_bottom.svg);
  bottom: 0%;
  right: 0%;
  transform: translate(50%, 35%);
}
@media (max-width: 1599px) {
  .blk_cta_block .bubble.bubble_top_left {
    transform: translate(-25%, -88px);
  }
  .blk_cta_block .bubble.bubble_bottom_right {
    transform: translate(38%, 88px);
  }
}
@media (max-width: 1199px) {
  .blk_cta_block .bubble {
    width: 115px;
    height: 100px;
  }
  .blk_cta_block .bubble.bubble_top_left {
    transform: translate(-25%, -42px);
  }
  .blk_cta_block .bubble.bubble_bottom_right {
    transform: translate(15%, 35%);
  }
}

.blk_cta_carousel {
  overflow: hidden;
}
.blk_cta_carousel .sub-title-content-wrap .circle-para-content-wrap .circle-para-wrap .circle-wrap {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-color: #f7991f;
  border-radius: 50%;
}
.blk_cta_carousel .sub-title-content-wrap .circle-para-content-wrap .circle-para-wrap .textual-content-wrap {
  flex: 0 0 calc(100% - 18px - 18px);
}
.blk_cta_carousel .sub-title-content-wrap .circle-para-content-wrap .circle-para-wrap .textual-content-wrap .para-text {
  color: #22233b;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.64px;
}
.blk_cta_carousel .title-content-wrap h2.title {
  color: #22233b;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.6px;
}
.blk_cta_carousel .slider-content-wrap .cta-masking-left-small {
  width: 53px;
  height: 53px;
  left: -87px;
  bottom: 194px;
  background-image: url("../../nasfund-images/history-masking-left-small.svg");
  background-size: 53px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_cta_carousel .slider-content-wrap .cta-masking-left-big {
  width: 205px;
  height: 205px;
  left: -115px;
  bottom: -65px;
  background-image: url("../../nasfund-images/history-masking-left-big.svg");
  background-size: 205px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_cta_carousel .slider-content-wrap .cta-masking-right-big {
  width: 205px;
  height: 205px;
  right: -115px;
  top: -85px;
  background-image: url("../../nasfund-images/history-masking-right-big.svg");
  background-size: 205px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_cta_carousel .slider-content-wrap .cta-masking-right-small {
  width: 53px;
  height: 53px;
  right: -87px;
  top: 150px;
  background-image: url("../../nasfund-images/history-masking-right-small.svg");
  background-size: 53px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider .slick-track {
  display: flex;
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow {
  top: unset;
  bottom: 49px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background-size: 57px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-prev {
  z-index: 1;
  left: unset;
  right: 135px;
  transform: rotate(90deg);
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-prev:before {
  background-image: url("../../nasfund-images/basic-arrow.svg");
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-prev:hover::before {
  background-image: url("../../nasfund-images/basic-arrow-active.svg");
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-next {
  right: 60px;
  transform: rotate(-90deg);
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-next:before {
  background-image: url("../../nasfund-images/basic-arrow.svg");
}
.blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-next:hover::before {
  background-image: url("../../nasfund-images/basic-arrow-active.svg");
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide {
  background: #f7991f;
  height: auto;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap {
  flex: 0 0 516px;
  padding: 77px 0 59px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-subtitle .circle-para-content-wrap .circle-para-wrap .circle-wrap {
  width: 18px;
  height: 18px;
  background-color: #f8d10d;
  border-radius: 50%;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-subtitle .circle-para-content-wrap .circle-para-wrap .textual-content-wrap .para-text {
  color: #22233b;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.64px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-title p {
  color: #22233b;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.6px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-text-content {
  max-width: 407px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-text-content p {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.64px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-action-btn-content {
  max-width: fit-content;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-action-btn-content a {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-action-btn-content a .btn-txt {
  color: #22233b;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.24px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-action-btn-content a .img-wrap {
  width: 23px;
  height: 23px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-action-btn-content a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-action-btn-content a:hover {
  background-color: #fffcea;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap {
  flex: 0 0 calc(100% - 516px - 40px);
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap .image-wrapper {
  height: 499px;
  width: 606px;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap .image-wrapper img {
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
  object-fit: contain;
  object-position: bottom;
}
.blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-masking-1 {
  top: 0;
  left: 0;
  background-image: url("../../nasfund-images/cta-masking-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-position: right bottom;
}

@media screen and (max-width: 1200px) {
  .blk_cta_carousel .slider-content-wrap .cta-masking-left-small {
    left: 175px;
    top: -45px;
    bottom: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-masking-left-big {
    left: -40px;
    top: -65px;
    bottom: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-masking-right-big {
    right: -40px;
    bottom: -65px;
    top: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-masking-right-small {
    right: 175px;
    bottom: -45px;
    top: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap {
    flex: 0 0 calc(50% - 10px);
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: -30px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap .image-wrapper {
    width: 100%;
    height: 100%;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap .image-wrapper img {
    object-fit: contain;
    object-position: bottom;
  }
}
@media screen and (max-width: 992px) {
  .blk_cta_carousel .slider-content-wrap .cta-masking-left-small {
    width: 26px;
    height: 26px;
    background-size: 26px;
    left: 55px;
    top: -20px;
    bottom: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-masking-left-big {
    width: 74px;
    height: 74px;
    background-size: 74px;
    left: -30px;
    top: -35px;
    bottom: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-masking-right-big {
    width: 74px;
    height: 74px;
    background-size: 74px;
    right: -30px;
    bottom: -35px;
    top: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-masking-right-small {
    width: 26px;
    height: 26px;
    background-size: 26px;
    right: 55px;
    bottom: -20px;
    top: unset;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap {
    flex: 0 0 100%;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-title {
    display: flex;
    justify-content: center;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-title p {
    max-width: calc(100% - 40px);
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-text-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-text-content p {
    max-width: calc(100% - 40px);
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-action-btn-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap {
    flex: 0 0 100%;
    margin-bottom: 0px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap .image-wrapper img {
    width: 50% !important;
    margin: 0 auto;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-masking-1 {
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  .blk_cta_carousel .sub-title-content-wrap .circle-para-content-wrap .circle-para-wrap .textual-content-wrap .para-text {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.4px;
  }
  .blk_cta_carousel .title-content-wrap h2.title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.8px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button {
    width: 48px;
    height: 48px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow {
    bottom: 42px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow::before {
    width: 42px;
    height: 42px;
    background-size: 42px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-prev {
    right: calc(50% + 8px);
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider.slick-slider button.slick-arrow.slick-next {
    right: calc(50% - 48px - 8px);
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap {
    padding: 48px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-subtitle .circle-para-content-wrap .circle-para-wrap .textual-content-wrap .para-text {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.4px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-title p {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.8px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .left-content-wrap .slide-text-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.56px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap .image-wrapper {
    height: 357px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-slide-inner-wrap .right-content-wrap .image-wrapper img {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    height: 357px;
  }
  .blk_cta_carousel .slider-content-wrap .cta-slider .cta-slide .cta-masking-1 {
    background-size: auto;
  }
}
.blk_faq .mask {
  width: 100%;
  height: 100%;
  background-image: url(../../images/masks/yellow_white_curve.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 576px) {
  .blk_faq .mask {
    width: 200%;
    transform: translate(100px, 200px);
  }
}
.blk_faq .mask_white {
  background-image: url(../../images/masks/white_curve_half.svg);
}
.blk_faq .mask_orange {
  background-image: url(../../images/masks/orange_curve_full.svg);
}
.blk_faq .bubble {
  width: 205px;
  height: 296px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_faq .bubble.bubble_top_left {
  background-image: url(../../images/masks/white_bubble_1.svg);
  top: 0%;
  left: 0%;
  transform: translate(-50%, -35%);
}
.blk_faq .bubble.bubble_bottom_right {
  background-image: url(../../images/masks/white_bubble_2.svg);
  bottom: 0%;
  right: 0%;
  transform: translate(50%, 35%);
}
@media (max-width: 1599px) {
  .blk_faq .bubble.bubble_top_left {
    transform: translate(-25%, -88px);
  }
  .blk_faq .bubble.bubble_bottom_right {
    transform: translate(38%, 88px);
  }
}
@media (max-width: 1199px) {
  .blk_faq .bubble {
    width: 115px;
    height: 100px;
  }
  .blk_faq .bubble.bubble_top_left {
    transform: translate(-25%, -42px);
  }
  .blk_faq .bubble.bubble_bottom_right {
    transform: translate(15%, 35%);
  }
}
.blk_faq .faqs .blue-line:last-child {
  display: none;
}
.blk_faq .faqs .faq .faqQ {
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}
.blk_faq .faqs .faq .faqQ:after {
  content: "";
  width: 24px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../../images/icons/icon_chevron_down_yellow.svg);
  position: absolute;
  right: 0;
  top: 9px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .blk_faq .faqs .faq .faqQ:after {
    width: 13px;
    height: 6px;
  }
}
.blk_faq .faqs .faq .faqQ:hover:after {
  transform: rotate(180deg);
}
.blk_faq .faqs .faq .faqA {
  height: 0;
}
.blk_faq .faqs .faq.active .faqQ:after {
  transform: rotate(180deg);
}
.blk_faq .faqs .faq.active .faqA {
  height: auto;
  padding-top: 29px;
}

.blk_feature_tile .icon:before {
  width: 24px;
  height: 24px;
}
.blk_feature_tile .upper-half {
  margin: 0px auto;
}
.blk_feature_tile .upper-half .upper-content h2 {
  color: #22233B;
  font-size: 40px;
  letter-spacing: -1.6px;
}
.blk_feature_tile .tile-left-arrange .oval-div {
  margin-right: auto;
}
.blk_feature_tile .tile-left-arrange .upper-content {
  margin-right: auto;
}
.blk_feature_tile .tile-left-arrange .upper-content h2 {
  text-align: left;
}
.blk_feature_tile .tile-left-arrange .btn-wrp {
  margin-right: auto;
}
.blk_feature_tile .tiles-card-wrp {
  padding-bottom: 100px;
}
.blk_feature_tile .tiles-card-wrp .tile-card {
  background: #F8D10D;
  margin-right: 20px;
}
.blk_feature_tile .tiles-card-wrp .tile-card .cont h2 {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -1.28px;
  padding-top: 16px;
}
.blk_feature_tile .tiles-card-wrp .tile-card .cont p, .blk_feature_tile .tiles-card-wrp .tile-card .cont li {
  font-size: 14px;
}
.blk_feature_tile .tiles-card-wrp .tile-card .img-wrp {
  border-radius: 18px;
  background: #FFF;
  padding: 17px;
}
.blk_feature_tile .tiles-card-wrp .tile-card .img-wrp img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.blk_feature_tile .tiles-card-wrp .tile-card .mask {
  background-image: url(../../nasfund-images/masks/tile-card.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0 top 0;
  border-radius: 16px;
}
.blk_feature_tile .tiles-card-wrp .tile-card .mask.top-right {
  top: 0;
  right: 0;
}
.blk_feature_tile .tiles-card-wrp .slick-prev {
  left: 0px;
  bottom: 0;
  top: unset;
  width: 57px;
  height: 57px;
  transform: rotate(180deg);
  opacity: 1;
  z-index: 1;
}
.blk_feature_tile .tiles-card-wrp .slick-prev::before {
  mask-image: url(../../nasfund-images/right_arrow_w_round.svg);
}
.blk_feature_tile .tiles-card-wrp .slick-next {
  bottom: 0;
  top: unset;
  right: unset;
  left: 75px;
  width: 57px;
  height: 57px;
  transform: rotate(180deg);
  opacity: 1;
  z-index: 1;
}
.blk_feature_tile .tiles-card-wrp .slick-next::before {
  mask-image: url(../../nasfund-images/left_arrow_w_round.svg);
}
.blk_feature_tile .tiles-card-wrp .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  mask-size: 57px;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background: black;
}
@media (min-width: 992px) {
  .blk_feature_tile .tiles-card-wrp .slick-arrow:hover::before {
    background: #F7991F;
  }
}
.blk_feature_tile .tiles-card-wrp .slick-track {
  display: flex !important;
  margin-left: 0 !important;
}
.blk_feature_tile .tiles-card-wrp .slick-slide {
  height: auto;
}

.btn-wrp a.btn-light-yellow {
  background: #F8D10D;
}
.btn-wrp a.btn-light-yellow span {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.btn-wrp a.btn-light-yellow:hover {
  background: #FEEC94;
}

.blk_feature_tile + .blk_content_image {
  padding-top: 30px !important;
}

@media (max-width: 991px) {
  .blk_feature_tile .tile {
    padding: 48px 0;
  }
  .blk_feature_tile .tile .tiles-card-wrp {
    padding-bottom: 100px;
  }
  .blk_feature_tile .tile .tiles-card-wrp .tile-card .cont span {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
  .blk_feature_tile .tile .tiles-card-wrp .tile-card .cont h2 {
    font-size: 22px;
    letter-spacing: -0.88px;
  }
  .blk_feature_tile .tile .tiles-card-wrp .tile-card .cont p {
    padding-top: 24px;
  }
  .blk_feature_tile .tile .tiles-card-wrp .tile-card .img-wrp {
    padding: 9px;
  }
  .blk_feature_tile .tile .upper-half .upper-content h2 {
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 110%;
  }
  .blk_feature_tile .tile .upper-half .btn-wrp {
    margin-right: auto;
  }
  .blk_feature_tile .tile .upper-half .oval-div {
    margin-right: auto;
  }
}
.blk_feature .icon:before {
  width: 30px;
  height: 30px;
}
.blk_feature .items .orange-line:last-child {
  display: none;
}

.blk_form .mask {
  background-image: url(../../nasfund-images/masks/news-template-mask.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .blk_form .mask {
    background-size: 1800px;
    background-position: top -30px right -835px;
  }
}
.blk_form .icon {
  position: absolute;
}
.blk_form .icon:before {
  background-size: contain;
  background-repeat: no-repeat;
}
.blk_form .icon.icon_pin_orange {
  left: 0;
}
.blk_form .icon.icon_pin_orange:before {
  width: 27px;
  height: 27px;
  background-image: url(../../images/icons/icon_pin_orange.svg);
}
.blk_form .icon.icon_pin_yellow {
  left: 6px;
  top: 4px;
}
.blk_form .icon.icon_pin_yellow:before {
  width: 18px;
  height: 18px;
  background-image: url(../../images/icons/icon_pin_yellow.svg);
}
.blk_form .icon.icon_phone {
  left: 10px;
  top: 8px;
}
.blk_form .icon.icon_phone:before {
  width: 13px;
  height: 12px;
  background-image: url(../../images/icons/icon_phone.svg);
}
.blk_form .icon.icon_time {
  left: 8px;
  top: 0px;
}
.blk_form .icon.icon_time:before {
  width: 18px;
  height: 18px;
  background-image: url(../../images/icons/icon_time.svg);
}
.blk_form .icon.icon_email {
  left: 8px;
  top: 5px;
}
.blk_form .icon.icon_email:before {
  width: 19px;
  height: 19px;
  background-image: url(../../images/icons/icon_email.svg);
}

.blk_global_contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .blk_global_contact img {
    object-position: 60% top;
  }
}
.blk_global_contact h1, .blk_global_contact h2, .blk_global_contact h3, .blk_global_contact h4, .blk_global_contact h5, .blk_global_contact h6, .blk_global_contact p, .blk_global_contact a, .blk_global_contact span, .blk_global_contact li {
  color: #FFFFFF;
}
.blk_global_contact p, .blk_global_contact li {
  letter-spacing: -0.64px;
}
.blk_global_contact .my_cta_button a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 14.5px 26px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
  color: #22233B;
  background-color: #F8D10D;
}
.blk_global_contact .my_cta_button a:hover {
  background-color: rgb(249.4337349398, 218.421686747, 62.5662650602);
}
.blk_global_contact .my_cta_button a:after {
  content: url("../../images/icons/icon_arrow_sky.svg");
}

.blk_history .history-masking-left-big {
  width: 205px;
  height: 205px;
  left: 123px;
  top: 56px;
  background-image: url("../../nasfund-images/history-masking-left-big.svg");
  background-size: 205px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_history .history-masking-left-small {
  width: 72px;
  height: 72px;
  left: 144px;
  top: 280px;
  background-image: url("../../nasfund-images/history-masking-left-small.svg");
  background-size: 72px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_history .history-masking-right-big {
  width: 153px;
  height: 153px;
  right: 152px;
  bottom: 56px;
  background-image: url("../../nasfund-images/history-masking-right-big.svg");
  background-size: 153px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_history .history-masking-right-small {
  width: 64px;
  height: 64px;
  right: 185px;
  bottom: 228px;
  background-image: url("../../nasfund-images/history-masking-right-small.svg");
  background-size: 64px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_history .blk_history-wrapper {
  border-radius: 16px;
  background: #f8d10d;
}
.blk_history .blk_history-wrapper .first-content .circle-para-content-wrap .circle-para-wrap .circle-wrap {
  width: 18px;
  height: 18px;
  background-color: #f7991f;
  border-radius: 50%;
}
.blk_history .blk_history-wrapper .first-content .circle-para-content-wrap .circle-para-wrap .textual-content-wrap .para-text {
  color: #1d3461;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.blk_history .blk_history-wrapper .first-content .title-content-wrap h1.title {
  color: #1d3461;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: -1.44px;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year {
  max-width: 300px;
  width: 100%;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year .history-year {
  color: #1d3461;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  text-align: right;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year .history-content {
  margin-top: 16px;
  color: #1d3461;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: -0.64px;
  text-align: right;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year .history-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper:first-child {
  padding-top: 64px;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper:nth-child(2n) {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper:nth-child(2n) .history-year {
  text-align: left;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper:nth-child(2n) .history-content {
  text-align: left;
}
.blk_history .blk_history-wrapper .year-wrap .year-wrapper:nth-child(2n) .history-content ul {
  align-items: flex-start;
}
.blk_history .blk_history-wrapper .year-wrap .line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 110px;
  transform: translateX(-50%);
}
.blk_history .blk_history-wrapper .year-wrap .line .line-inner-wrap .layer_1 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-0.25px);
}
.blk_history .blk_history-wrapper .year-wrap .line .line-inner-wrap .layer_2 {
  height: 128px;
  width: 3px;
  background: #ffffff;
  margin: 0 auto;
  top: 400px;
  left: 0;
  right: 0;
  transition: 0s;
  position: sticky;
}
.blk_history .blk_history-wrapper .history-masking-1 {
  top: 0;
  left: 0;
  background-image: url("../../nasfund-images/history-masking-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-position: left bottom;
}

@media screen and (max-width: 1600px) {
  .blk_history .history-masking-left-big {
    left: 0px;
  }
  .blk_history .history-masking-left-small {
    left: 220px;
    top: 90px;
  }
  .blk_history .history-masking-right-big {
    right: 0px;
  }
  .blk_history .history-masking-right-small {
    right: 155px;
    bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .blk_history .history-masking-left-big {
    width: 74px;
    height: 74px;
    background-size: 74px;
    left: 0px;
    top: 12px;
  }
  .blk_history .history-masking-left-small {
    width: 26px;
    height: 26px;
    background-size: 26px;
    left: 80px;
    top: 10px;
  }
  .blk_history .history-masking-right-big {
    width: 74px;
    height: 74px;
    background-size: 74px;
    right: 0px;
    bottom: 95px;
  }
  .blk_history .history-masking-right-small {
    width: 26px;
    height: 26px;
    background-size: 26px;
    right: 80px;
    bottom: 90px;
  }
  .blk_history .blk_history-wrapper .first-content .circle-para-content-wrap .circle-para-wrap .circle-wrap {
    width: 12px;
    height: 12px;
  }
  .blk_history .blk_history-wrapper .first-content .circle-para-content-wrap .circle-para-wrap .textual-content-wrap .para-text {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.4px;
  }
  .blk_history .blk_history-wrapper .first-content .title-content-wrap h1.title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.8px;
  }
  .blk_history .blk_history-wrapper .year-wrap .year-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 64px;
    padding-right: 27px;
  }
  .blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year {
    max-width: calc(100% - 70px);
  }
  .blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year .history-year {
    font-size: 16px;
    letter-spacing: -0.96px;
    text-align: left;
  }
  .blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year .history-content {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.56px;
    text-align: left;
  }
  .blk_history .blk_history-wrapper .year-wrap .year-wrapper .inner-year .history-content ul {
    align-items: flex-start;
  }
  .blk_history .blk_history-wrapper .year-wrap .year-wrapper:first-child {
    padding-top: 27px;
  }
  .blk_history .blk_history-wrapper .year-wrap .line {
    left: 34px;
    width: 3px;
  }
  .blk_history .blk_history-wrapper .history-masking-1 {
    background-size: 1200px 2000px;
    background-position: left -220px bottom 10px;
  }
}
@media screen and (max-width: 640px) {
  .blk_history .blk_history-wrapper .first-content .title-content-wrap h1.title {
    max-width: calc(100% - 92px);
  }
}
.blk_history .year-wrapper {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}
.blk_history .year-wrapper.active {
  opacity: 1;
}
.blk_history .history-year,
.blk_history .history-content {
  transition: opacity 0.5s ease-in-out;
}

.blk_media {
  background: #000000;
}
.blk_media .icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.blk_media .icon:before {
  content: "";
  width: 123px;
  height: 123px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../../images/icons/icon_play.svg);
  transition: 0.2s;
}
@media (max-width: 991px) {
  .blk_media .icon:before {
    width: 74px;
    height: 74px;
  }
}
.blk_media .icon:hover:before {
  transform: scale(1.1);
}

.blk_pure_content h2, .blk_pure_content h3, .blk_pure_content h4, .blk_pure_content h5, .blk_pure_content h6, .blk_pure_content p, .blk_pure_content a, .blk_pure_content li {
  color: #1D3461;
}
.blk_pure_content .mask {
  background-image: url(../../nasfund-images/masks/news-template-mask.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .blk_pure_content .mask {
    background-size: 1800px;
    background-position: top -30px right -835px;
  }
}

.blk_statistic .blk_statistic-main-wrp {
  padding: 81px 101px 83px 81px;
  background: #F8D10D;
}
.blk_statistic .blk_statistic-main-wrp .blk_statistic-lft .sm-text p {
  font-size: 16px;
  color: rgba(29, 52, 97, 0.8);
  letter-spacing: -0.64px;
  opacity: 0.6;
}
.blk_statistic .blk_statistic-main-wrp .mask {
  background-image: url(../../nasfund-images/masks/statistical.svg);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: 2000px;
  background-position: right 0 top 0;
  border-radius: 16px;
}
.blk_statistic .blk_statistic-main-wrp .mask.top-right {
  top: 0;
  right: 0;
}
.blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt {
  gap: 88px;
}
.blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt .box {
  max-width: fit-content;
  width: 100%;
  gap: 11px;
}
.blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt .box .number p {
  font-size: 46px;
  color: #22233B;
  letter-spacing: -2.56px;
  line-height: 120%;
}
.blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt .box .number-content span {
  font-size: 14px;
  color: #22233B;
  letter-spacing: 0.56px;
  line-height: 120%;
}
.blk_statistic .cta-masking-left-small {
  width: 53px;
  height: 53px;
  left: -87px;
  top: 164px;
  background-image: url("../../nasfund-images/history-masking-left-small.svg");
  background-size: 53px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_statistic .cta-masking-left-big {
  width: 205px;
  height: 205px;
  left: -115px;
  top: -65px;
  background-image: url("../../nasfund-images/history-masking-left-big.svg");
  background-size: 205px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_statistic .cta-masking-right-big {
  width: 153px;
  height: 153px;
  right: -115px;
  bottom: -30px;
  background-image: url("../../nasfund-images/history-masking-right-big.svg");
  background-size: 153px;
  background-position: center;
  background-repeat: no-repeat;
}
.blk_statistic .cta-masking-right-small {
  width: 53px;
  height: 53px;
  right: -38px;
  top: 84px;
  background-image: url("../../nasfund-images/history-masking-right-small.svg");
  background-size: 53px;
  background-position: center;
  background-repeat: no-repeat;
}

.oval-div .oval {
  width: 18px;
  height: 18px;
  background-color: #f7991f;
  border-radius: 50%;
}
.oval-div .text p {
  font-size: 16px;
  color: #22233B;
  letter-spacing: 0.64px;
}

@media (max-width: 1600px) {
  .blk_statistic .cta-masking-right-big {
    width: 74px;
    height: 74px;
    right: -18px;
    bottom: -40px;
    background-size: 74px;
  }
  .blk_statistic .cta-masking-right-small {
    width: 26px;
    height: 26px;
    right: 73px;
    bottom: -42px;
    background-size: 26px;
    top: unset;
  }
  .blk_statistic .cta-masking-left-big {
    width: 74px;
    height: 74px;
    left: -28px;
    top: -32px;
    background-size: 74px;
  }
  .blk_statistic .cta-masking-left-small {
    width: 26px;
    height: 26px;
    left: 50px;
    top: -30px;
    background-size: 26px;
  }
}
@media (max-width: 1200px) {
  .blk_statistic .blk_statistic-main-wrp .mask {
    background-image: url(../../nasfund-images/masks/statistical.svg);
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: right bottom -300px;
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .oval-div .text p {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
  .blk_statistic .blk_statistic-main-wrp {
    padding: 58px 46px 81px 46px;
    background: #F8D10D;
  }
  .blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-lft .sm-text p {
    font-size: 14px;
    letter-spacing: -0.56px;
    text-align: center;
  }
  .blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt {
    gap: 48px;
  }
  .blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt .box .number p {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
  .blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt .box .number-content span {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
  .oval-div .oval {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 769px) {
  .blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt {
    flex-direction: column;
  }
  .blk_statistic .blk_statistic-main-wrp .blk_statistic-wrp .blk_statistic-rgt .box {
    margin: 0px auto;
  }
}
.bnr_hero .banner-wrap.slick-slider button {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow {
  top: unset;
  bottom: 109px;
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background-size: 57px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-prev {
  z-index: 1;
  left: unset;
  right: 224px;
  transform: rotate(90deg);
}
@media (max-width: 1599px) {
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-prev {
    right: 170px;
  }
}
@media (max-width: 1199px) {
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-prev {
    right: 120px;
  }
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-prev:before {
  background-image: url("../../nasfund-images/basic-arrow.svg");
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-prev:hover::before {
  background-image: url("../../nasfund-images/basic-arrow-active.svg");
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-next {
  right: 147px;
  transform: rotate(-90deg);
}
@media (max-width: 1599px) {
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-next {
    right: 90px;
  }
}
@media (max-width: 1199px) {
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-next {
    right: 45px;
  }
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-next:before {
  background-image: url("../../nasfund-images/basic-arrow.svg");
}
.bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-next:hover::before {
  background-image: url("../../nasfund-images/basic-arrow-active.svg");
}
.bnr_hero .banner-wrap .banner-slide .top-content-wrap {
  background-color: #f8d10d;
  overflow: hidden;
}
.bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap {
  z-index: 1;
}
.bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap {
  max-width: 45%;
}
@media (max-width: 1599px) {
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap {
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap {
    max-width: 100%;
  }
}
.bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap h1 {
  color: #22233b;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 77px;
  letter-spacing: -2.56px;
}
.bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .para-content-wrap {
  max-width: 35%;
}
@media (max-width: 1599px) {
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .para-content-wrap {
    max-width: 45%;
  }
}
@media (max-width: 1199px) {
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .para-content-wrap {
    max-width: 100%;
  }
}
.bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .para-content-wrap p {
  color: #1d3461;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.8px;
}
.bnr_hero .banner-wrap .banner-slide .top-content-wrap .banner-masking-1 {
  top: 0;
  right: 0;
  background-image: url("../../nasfund-images/hero-banner-masking-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap {
  height: calc(100vh - 512px);
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .image-wrap {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap {
  width: 100%;
  bottom: 109px;
  left: 0;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap {
  max-width: 331px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 22px;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap .circle-wrap {
  width: 18px;
  height: 18px;
  background-color: #f7991f;
  border-radius: 50%;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap .textual-content-wrap {
  max-width: 291px;
  width: 100%;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap .textual-content-wrap .para-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow {
  top: -63px;
  right: 160px;
  width: 123px;
  height: 123px;
}
@media (max-width: 1599px) {
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow {
    right: 80px;
  }
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow .image-wrap {
  width: 123px;
  height: 123px;
  background-color: #fff;
  border-radius: 50%;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow .image-wrap svg {
  width: 30px;
  height: 30px;
  object-fit: cover;
  transform: rotate(90deg);
  margin: 0px auto;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow .image-wrap::after {
  display: none;
}
.bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow .image-wrap:hover {
  background-color: #FFFCEA;
}

@media screen and (max-width: 1599px) {
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .banner-masking-1 {
    background-size: 120%;
  }
}
@media screen and (max-width: 1400px) {
  .bnr_hero .banner-wrap.slick-slider button {
    width: 45px;
    height: 45px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow {
    bottom: 70px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow::before {
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap h1 {
    font-size: 50px;
    line-height: 60px;
    /* 76.8px */
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap {
    height: calc(100vh - 434px);
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap {
    bottom: 70px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow {
    top: -45px;
    width: 90px;
    height: 90px;
    right: 45px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow .image-wrap {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 992px) {
  .bnr_hero .banner-wrap.slick-slider button {
    width: 45px;
    height: 45px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow {
    bottom: 70px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow::before {
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap h1 {
    font-size: 50px;
    line-height: 60px;
    /* 76.8px */
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap {
    height: 50vh;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .image-wrap img {
    object-position: unset;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap {
    bottom: 70px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow {
    right: 31px;
    top: -31px;
    width: 63px;
    height: 63px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow .image-wrap {
    width: 63px;
    height: 63px;
  }
}
@media screen and (max-width: 640px) {
  .bnr_hero .banner-wrap.slick-slider button {
    width: 48px;
    height: 48px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow {
    bottom: 90px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow::before {
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-prev {
    right: 86px;
  }
  .bnr_hero .banner-wrap.slick-slider button.slick-arrow.slick-next {
    right: 24px;
  }
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap h1 {
    font-size: 32px;
    line-height: 38px;
    /* 38.4px */
    letter-spacing: -1.28px;
  }
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .para-content-wrap p {
    font-size: 14px;
    line-height: 17px;
    /* 16.8px */
    letter-spacing: -0.56px;
  }
  .bnr_hero .banner-wrap .banner-slide .top-content-wrap .banner-masking-1 {
    background-size: 1000px;
    background-position: left -366px top 103px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap {
    height: 50vh;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .image-wrap img {
    object-position: unset;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap {
    bottom: 90px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap {
    gap: 8px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap .circle-wrap {
    width: 12px;
    height: 12px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap .textual-content-wrap {
    max-width: 130px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .bottom-content-inner-wrap .circle-para-wrap .textual-content-wrap .para-text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow {
    right: 31px;
    top: -31px;
    width: 63px;
    height: 63px;
  }
  .bnr_hero .banner-wrap .banner-slide .bottom-content-wrap .down-side-arrow .image-wrap {
    width: 63px;
    height: 63px;
  }
}
.circle-wrap.hidden {
  display: none;
}

.bnr_image_content {
  background-color: #F8D10D;
}
.bnr_image_content .banner-image-masking {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../../nasfund-images/banner-masking-img-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.bnr_image_content .image-text-content-wrap {
  margin: 0 auto;
}
.bnr_image_content .image-text-content-wrap .image-content-wrap .circle-masking-1 {
  width: 297px;
  height: 297px;
  left: -150px;
  top: 0;
  background-image: url("../../nasfund-images/banner-masking-img-2.svg");
  background-size: 297px;
  background-position: center;
  background-repeat: no-repeat;
}
.bnr_image_content .image-text-content-wrap .image-content-wrap .circle-masking-2 {
  width: 139px;
  height: 139px;
  right: 63px;
  bottom: -50px;
  background-image: url("../../nasfund-images/banner-masking-img-2.svg");
  background-size: 139px;
  background-position: center;
  background-repeat: no-repeat;
}
.bnr_image_content .image-text-content-wrap .image-content-wrap .image-wrap {
  width: 100%;
}
.bnr_image_content .image-text-content-wrap .image-content-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnr_image_content .image-text-content-wrap .textual-content-wrap .subtitle-content-wrap .circle-para-content-wrap .circle-para-wrap .circle-wrap {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-color: #f7991f;
  border-radius: 50%;
}
.bnr_image_content .image-text-content-wrap .textual-content-wrap .subtitle-content-wrap .circle-para-content-wrap .circle-para-wrap .text-content-wrap {
  flex: 0 0 calc(100% - 36px);
}
.bnr_image_content .image-text-content-wrap .textual-content-wrap .subtitle-content-wrap .circle-para-content-wrap .circle-para-wrap .text-content-wrap .para-text {
  color: #22233b;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 1600px) {
  .bnr_image_content .image-text-content-wrap .image-content-wrap .circle-masking-1 {
    width: 180px;
    height: 180px;
    background-size: 180px;
    left: 0;
  }
  .bnr_image_content .image-text-content-wrap .image-content-wrap .circle-masking-2 {
    width: 100px;
    height: 100px;
    background-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .bnr_image_content .banner-image-masking {
    background-position: left bottom;
  }
  .bnr_image_content .image-text-content-wrap .image-content-wrap .circle-masking-1 {
    left: -24px;
    width: 135px;
    height: 135px;
    background-size: contain;
  }
  .bnr_image_content .image-text-content-wrap .image-content-wrap .circle-masking-2 {
    right: -24px;
    width: 80px;
    height: 80px;
    background-size: contain;
  }
}
@media screen and (max-width: 1198px) {
  .bnr_image_content .image-text-content-wrap .image-content-wrap .image-wrap {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .bnr_image_content .banner-image-masking {
    background-position: left -400px bottom -250px;
  }
  .bnr_image_content .image-text-content-wrap .image-content-wrap .image-wrap {
    width: 100%;
  }
}
.bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap {
  background-color: #f8d10d;
  overflow: hidden;
}
.bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap h1 {
  color: #22233b;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1.92px;
}
.bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .para-content-wrap p {
  color: #1d3461;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.8px;
}
.bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .banner-masking-1 {
  top: 0;
  right: 0;
  background-image: url("../../nasfund-images/secondary-banner-masking-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap {
  height: calc(100vh - 511px);
}
.bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap .image-wrap {
  width: 100%;
  height: 100%;
}
.bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1400px) {
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap {
    height: calc(100vh - 434px);
  }
}
@media screen and (max-width: 992px) {
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap {
    height: 50vh;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap .image-wrap img {
    object-position: unset;
  }
}
@media screen and (max-width: 769px) {
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .heading-content-wrap h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.28px;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .top-content-inner-wrap .heading-para-content-wrap .para-content-wrap p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.56px;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .banner-masking-1 {
    background-size: 1000px;
    background-position: left top;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap {
    height: 50vh;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap .image-wrap img {
    object-position: unset;
  }
}
@media screen and (max-width: 576px) {
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .banner-masking-1 {
    background-size: 1000px;
    background-position: left -510px top 100px;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap {
    height: 50vh;
  }
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .bottom-content-wrap .image-wrap img {
    object-position: unset;
  }
}
@media screen and (max-width: 380px) {
  .bnr_secondary .bnr_secondary-wrap .bnr_secondary-inner-wrap .top-content-wrap .banner-masking-1 {
    background-position: left -560px top 100px;
  }
}
.bnr_tertiary {
  margin-bottom: 86px;
}
.bnr_tertiary .mask {
  background-image: url(../../nasfund-images/masks/tertiary-banner.svg);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  top: 0;
  right: 0;
  background-position: bottom 86px right 50%;
}
.bnr_tertiary img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media (max-width: 1198px) {
  .bnr_tertiary .add_padding_left {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}
@media (max-width: 576px) {
  .bnr_tertiary .add_padding_left {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.paragraph--type--partner-card-section {
  padding-top: 110px;
  padding-bottom: 122px;
}
.paragraph--type--partner-card-section .blk_partner_tile {
  background: #F8D10D;
  padding: 25px 24px 44px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  max-width: calc((100% - 64px) / 3);
  width: 100%;
}
.paragraph--type--partner-card-section .blk_partner_tile .mask {
  top: 0;
  right: 0;
  background-image: url(../../nasfund-images/masks/partner-tile.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0 top 0;
  border-radius: 16px;
  z-index: -1;
}
.paragraph--type--partner-card-section .blk_partner_tile .img-wrp img {
  width: 80px;
  height: 75px;
  object-fit: cover;
}
.paragraph--type--partner-card-section .blk_partner_tile .tiles_discount h3 {
  color: #22233B;
}
.paragraph--type--partner-card-section .blk_partner_tile .tiles_discount span {
  color: #22233B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 216.667% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.paragraph--type--partner-card-section .blk_partner_tile .tiles_body p {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.64px;
}
.paragraph--type--partner-card-section .blk_partner_tile .cta_button {
  margin-top: auto;
}
.paragraph--type--partner-card-section .blk_partner_tile .cta_button a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
}

@media (max-width: 1023px) {
  .paragraph--type--partner-card-section {
    gap: 24px;
  }
  .paragraph--type--partner-card-section .blk_partner_tile {
    max-width: calc((100% - 24px) / 2);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .paragraph--type--partner-card-section {
    flex-direction: column;
    padding-top: 51px;
    padding-bottom: 0;
  }
  .paragraph--type--partner-card-section .blk_partner_tile {
    max-width: 100%;
    width: 100%;
    padding: 19px 15px 25px 15px;
  }
  .paragraph--type--partner-card-section .blk_partner_tile .img-wrp img {
    width: 70px;
    height: 56px;
  }
  .paragraph--type--partner-card-section .blk_partner_tile .tiles_discount span {
    font-size: 10px;
  }
  .paragraph--type--partner-card-section .blk_partner_tile .cta_button {
    max-width: 100%;
    width: 100%;
  }
  .paragraph--type--partner-card-section .blk_partner_tile .mask {
    top: 0px;
    right: 0;
    background-image: url(../../nasfund-images/masks/partner-tile-mobile.svg);
  }
  .paragraph--type--partner-card-section .blk_partner_tile .tiles_body p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
}
.partner-list-view {
  padding-bottom: 117px;
}
.partner-list-view form {
  position: relative;
}
.partner-list-view .form-actions {
  margin: 0;
  position: absolute;
  right: 0px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16.5px 26px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
  line-height: 120%;
  letter-spacing: -0.24px;
  color: #22233B;
  background-color: #F8D10D;
}
.partner-list-view .form-actions.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.partner-list-view .form-actions:after {
  content: url("../../images/icons/icon_arrow_sky.svg");
}
.partner-list-view .form-actions:hover {
  background-color: rgb(249.4337349398, 218.421686747, 62.5662650602);
}
.partner-list-view .form-actions.icon_none:after {
  content: none;
}
.partner-list-view .view-content .views-row {
  max-width: calc((100% - 64px) / 5);
  width: 100%;
}
.partner-list-view .view-content .views-row .partner {
  padding: 30px 25px 27px 27px;
  background: #FFF;
  border-radius: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.partner-list-view .view-content .views-row .partner .title {
  border-bottom: 0.5px solid rgba(34, 35, 59, 0.6);
  min-height: 92px;
}
.partner-list-view .view-content .views-row .partner .title h2 {
  color: #22233B;
  letter-spacing: -0.96px;
}
.partner-list-view .view-content .views-row .partner .title h2 a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partner-list-view .view-content .views-row .partner .discount h3 {
  color: #22233B;
  letter-spacing: -0.528px;
}
.partner-list-view .view-content .views-row .partner .discount span {
  color: #22233B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 216.667% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.partner-list-view .view-content .views-row .partner .partner_body {
  padding-top: 9px;
  color: rgba(29, 52, 97, 0.8);
}
.partner-list-view .view-content .views-row .partner .partner_body p {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.64px;
}
.partner-list-view .view-content .views-row .partner .cta_button {
  max-width: 100%;
  width: 100%;
  margin-top: auto;
}
.partner-list-view .view-content .views-row .partner .cta_button a {
  text-decoration: none;
  color: #22233B;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}

.partner_list_head {
  padding-top: 214px;
}

.blk_partner_list .blk_news_list .view-pagination {
  margin-top: 0;
}

.view-partner-list .view-filters .views-exposed-form {
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-textfield {
  margin: 0;
  max-width: 581px;
  width: 100%;
  margin-left: auto;
  position: relative;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-textfield input {
  border-radius: 32px;
  background: #FFF;
  max-width: 100%;
  width: 100%;
  color: rgba(19, 19, 71, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  letter-spacing: -0.56px;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-textfield input:focus,
.view-partner-list .view-filters .views-exposed-form .js-form-type-textfield input :focus-visible,
.view-partner-list .view-filters .views-exposed-form .js-form-type-textfield input :focus-within {
  box-shadow: none;
  outline: none;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-textfield::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../../images/icons/icon-search.svg");
  left: 32px;
  top: 13px;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-select {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-select label {
  color: rgba(29, 52, 97, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 216.667% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-select .custom-select-arrow {
  border-radius: 24px;
  background: #F7991F;
  height: 47px;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-select .custom-select-arrow select {
  background-color: transparent;
  color: #22233B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  padding-right: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.view-partner-list .view-filters .views-exposed-form .js-form-type-select .custom-select-arrow select:focus,
.view-partner-list .view-filters .views-exposed-form .js-form-type-select .custom-select-arrow select :focus-visible,
.view-partner-list .view-filters .views-exposed-form .js-form-type-select .custom-select-arrow select :focus-within {
  outline: none;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .partner-list-view .view-content .views-row {
    max-width: calc((100% - 64px) / 4);
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .partner-list-view .view-content .views-row {
    max-width: calc((100% - 48px) / 3);
    width: 100%;
  }
}
@media (max-width: 991px) {
  .view-partner-list .view-filters .views-exposed-form {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .view-partner-list .view-filters .views-exposed-form .js-form-type-textfield {
    margin: unset;
    max-width: 100%;
    width: 100%;
  }
  .view-partner-list .view-filters .views-exposed-form .js-form-type-textfield input {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .partner-list-view {
    padding-bottom: 68px;
  }
  .partner-list-view .view-content .views-row {
    max-width: calc((100% - 24px) / 2);
    width: 100%;
  }
  .partner-list-view .view-content .views-row .partner {
    padding: 18px 12px;
  }
  .partner-list-view .view-content .views-row .partner .title {
    min-height: 64px;
  }
  .partner-list-view .view-content .views-row .partner .cta_button {
    gap: 10px;
    padding: 12px 23px;
    border-radius: 24px;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.2px;
  }
  .partner-list-view .view-content .views-row .partner .discount span {
    font-size: 10px;
  }
  .partner-list-view .view-content .views-row .partner .partner_body p {
    font-size: 12px;
  }
  .view-partner-list .view-filters .views-exposed-form {
    padding-bottom: 51px;
  }
  .view-partner-list .view-filters .views-exposed-form .js-form-type-select label {
    font-size: 10px;
  }
  .partner_list_head {
    padding-top: 80px;
  }
}
.blk_calculator_list .loan_list_wrp .loan_list {
  max-width: calc((100% - 64px) / 3);
  width: 100%;
}
.blk_calculator_list .loan_list_wrp .loan_list .img_wrp img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blk_calculator_list .loan_list_wrp .loan_list .content .loan_title h2 {
  color: #22233B;
}
.blk_calculator_list .loan_list_wrp .loan_list .content .loan_body p {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}

@media (max-width: 1200px) {
  .blk_calculator_list .loan_list_wrp .loan_list {
    max-width: calc((100% - 32px) / 2);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blk_calculator_list .loan_list_wrp .loan_list {
    max-width: 100%;
    width: 100%;
  }
  .blk_calculator_list .loan_list_wrp .loan_list .content .loan_body p {
    font-size: 14px;
  }
}
.loan-sliders {
  padding: 131px 0 227px 0;
}
.loan-sliders .map-sec {
  position: relative;
  overflow: hidden;
}
.loan-sliders .map-sec .scroll-container {
  overflow-x: auto;
  padding: 24px 30px;
  border-radius: 24px;
  border: 1px solid rgba(29, 52, 97, 0.8);
  background: #FFF;
  min-height: 400px;
}
@media (max-width: 640px) {
  .loan-sliders .map-sec h5 {
    font-size: 18px;
  }
}
.loan-sliders .map-sec .cal_result {
  border-radius: 16px;
  margin-top: 24px;
  background-color: #F5F5F5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.loan-sliders .map-sec .cal_result .common-result {
  justify-content: space-between;
  display: flex;
}
.loan-sliders .map-sec .cal_result .common-result p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: normal;
  max-width: 50%;
  width: 100%;
  font-weight: 700;
}
.loan-sliders .map-sec .cal_result .common-result span {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  max-width: 50%;
  opacity: 0.8;
  color: rgba(29, 52, 97, 0.8);
}
@media (max-width: 640px) {
  .loan-sliders .map-sec .cal_result .common-result {
    flex-direction: column;
    gap: 8px;
  }
  .loan-sliders .map-sec .cal_result .common-result p, .loan-sliders .map-sec .cal_result .common-result span {
    max-width: 100%;
  }
}
.loan-sliders .map-sec .cal_result_summary {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  background: #F8D10D;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.loan-sliders .map-sec .cal_result_summary:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../../nasfund-images/banner-masking-img-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
}
.loan-sliders .map-sec .cal_result_summary .summary_header {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
  letter-spacing: -2.56px;
  text-transform: capitalize;
  z-index: 1;
}
@media (max-width: 1199px) {
  .loan-sliders .map-sec .cal_result_summary .summary_header {
    font-size: 36px;
  }
}
.loan-sliders .map-sec .cal_result_summary .summary_age {
  z-index: 1;
}
.loan-sliders .map-sec .cal_result_summary .summary_age span {
  font-weight: 700;
}
.loan-sliders .map-wrp .main_loan .select-loan-wrp .select-div .custom-select {
  padding: 12px 30px 12px 32px;
  border-radius: 32px;
  background: #fff;
}
.loan-sliders .map-wrp .main_loan .select-loan-wrp .select-div .custom-select select {
  max-width: 100%;
  width: 100%;
  color: rgba(19, 19, 71, 0.6);
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  cursor: pointer;
  letter-spacing: -0.56px;
}
.loan-sliders .map-wrp .main_loan .select-loan-wrp .select-div .custom-select select:focus,
.loan-sliders .map-wrp .main_loan .select-loan-wrp .select-div .custom-select select :focus-visible,
.loan-sliders .map-wrp .main_loan .select-loan-wrp .select-div .custom-select select :focus-within {
  outline: none;
  box-shadow: none;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels {
  max-width: 100%;
  width: 100%;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels .slider-labels {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels .slider-labels span {
  color: #22233B;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.48px;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input {
  max-width: 100%;
  width: 100%;
  background-color: #22233B;
  height: 4px;
  position: relative;
  cursor: pointer;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #22233B;
  border-radius: 8px;
  outline: none;
  position: relative;
  transition: 0.3s ease-in-out;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range]:hover {
  background: #E87926;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  background: transparent;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  background-color: #22233B;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -7px;
  border: none;
  transition: 0.3s ease-in-out;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range]::-webkit-slider-thumb:hover {
  background-color: #E87926;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range]::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='8' stroke='%23004962' stroke-width='4'/%3E%3C/svg%3E");
  background-color: #22233B;
  background-size: contain;
  cursor: pointer;
  border: none;
  margin-top: -17px;
  transition: 0.3s ease-in-out;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range]::-moz-range-thumb:hover {
  background-color: #E87926;
}
.loan-sliders .loan-sliders-wrp .custom-slider .labels input[type=range]::-ms-fill-lower {
  background: #4caf50;
}
.loan-sliders .loan-sliders-wrp .slider-input .input-tab input {
  padding: 12px 32px 12px 32px;
  border-radius: 32px;
  background: #FFF;
  color: rgba(19, 19, 71, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.56px;
  opacity: 0.6;
  max-width: 100%;
  width: 100%;
}
.loan-sliders .loan-sliders-wrp .slider-input .input-tab input:focus,
.loan-sliders .loan-sliders-wrp .slider-input .input-tab input :focus-visible,
.loan-sliders .loan-sliders-wrp .slider-input .input-tab input :focus-within {
  outline: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .loan-sliders {
    padding: 80px 0 60px 0;
  }
  .loan-sliders .map-sec {
    height: 100%;
  }
  .loan-sliders .map-sec .cal_result {
    margin-top: 20px;
  }
  .loan-sliders .map-sec .cal_result p {
    font-size: 14px;
    line-height: normal;
  }
  .loan-sliders .map-sec .cal_result p span {
    font-size: 14px;
    line-height: normal;
  }
  .scroll-container {
    padding: 33px 9px;
  }
}
.executive-com {
  padding-top: 255px;
  padding-bottom: 106px;
}
.executive-com .mask {
  background-image: url(../../nasfund-images/masks/news-template-mask.svg);
}
.executive-com .mask.top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.executive-com .com-wrapper .image {
  max-width: 581px;
  width: 100%;
}
.executive-com .com-wrapper .image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 672px;
  border-radius: 18px;
}
.executive-com .com-wrapper .text {
  max-width: 582px;
  width: 100%;
}
.executive-com .com-wrapper .special-characters {
  padding-bottom: 48px;
  border-bottom: 1px solid #FFA277;
}
.executive-com .com-wrapper .special-characters h1 {
  color: #22233B;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 48px */
  letter-spacing: -1.92px;
  padding-bottom: 16px;
}
.executive-com .com-wrapper .special-characters .words {
  gap: 2px;
  padding-top: 4px;
}
.executive-com .com-wrapper .special-characters .words span {
  color: #1D3461;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.8;
  letter-spacing: -0.8px;
  line-height: 120%;
  margin-right: 5px;
}
.executive-com .com-wrapper .special-characters .words p {
  opacity: 0.8;
  color: #1D3461;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 120%;
}
.executive-com .com-wrapper .sm-text p {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  letter-spacing: -0.64px;
}

@media (max-width: 1199px) {
  .executive-com .com-wrapper .text {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .executive-com .mask.top-right {
    background-size: 1800px;
    background-position: top -30px right -835px;
  }
  .executive-com .com-wrapper .text {
    max-width: 100%;
    width: 100%;
  }
  .executive-com .com-wrapper .image {
    max-width: 100%;
    width: 100%;
  }
  .executive-com .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
  .executive-com .text {
    display: contents;
  }
  .executive-com .special-characters {
    order: 1;
  }
  .executive-com .image {
    order: 2;
  }
  .executive-com .image img {
    width: auto !important;
  }
  .executive-com .sm-text {
    order: 3;
  }
}
@media (max-width: 768px) {
  .executive-com {
    padding-top: 140px;
    padding-bottom: 75px;
  }
  .executive-com .com-wrapper .special-characters {
    border-bottom: none;
  }
  .executive-com .com-wrapper .special-characters h1 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  .executive-com .com-wrapper .special-characters .words span {
    font-size: 14px;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.56px;
  }
  .executive-com .com-wrapper .special-characters .words p {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.56px;
  }
  .executive-com .com-wrapper .sm-text p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
  .executive-com .com-wrapper .image img {
    height: 380px;
    width: 100% !important;
  }
}
.grid-container {
  display: grid;
  gap: 16px;
}

@media (min-width: 991px) {
  .com-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 64px;
  }
}
.news-banner {
  padding-top: 174px;
}
.news-banner .mask {
  background-image: url(../../nasfund-images/masks/news-template-mask.svg);
}
.news-banner .mask.top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.news-banner .news-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  height: 471px;
}
.news-banner .news-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  top: 0;
  border-radius: 24px;
}
.news-banner .news-desc .desc-content-wrp {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(29, 52, 97, 0.6);
}
.news-banner .news-desc .desc-content-wrp .news-title h1 {
  color: #22233B;
  font-size: 36px;
  letter-spacing: -1.44px;
}
.news-banner .news-desc .desc-content-wrp .date-news {
  color: #1D3461;
  font-size: 20px;
  letter-spacing: -0.8px;
  opacity: 0.8;
}
.news-banner .news-detail-page {
  padding-top: 39px;
  padding-bottom: 111px;
}
.news-banner .news-detail-page .news-flex {
  gap: 100px;
}
.news-banner .news-detail-page .news-flex .section-news {
  max-width: 1188px;
  width: 100%;
}
.news-banner .news-detail-page .news-flex .section-news h1,
.news-banner .news-detail-page .news-flex .section-news h2,
.news-banner .news-detail-page .news-flex .section-news h3,
.news-banner .news-detail-page .news-flex .section-news h4,
.news-banner .news-detail-page .news-flex .section-news h5,
.news-banner .news-detail-page .news-flex .section-news h6 {
  color: #1D3461;
}
.news-banner .news-detail-page .news-flex .section-news p,
.news-banner .news-detail-page .news-flex .section-news span {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.news-banner .news-detail-page .news-flex .section-news a {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.news-banner .news-detail-page .news-flex .section-news img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: auto;
}
.news-banner .news-detail-page .news-flex .section-news ul li {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.news-banner .news-detail-page .news-flex .section-news ol li {
  color: rgba(29, 52, 97, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.news-banner .news-detail-page .news-flex .section-news figcaption {
  color: rgba(29, 52, 97, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 211.5%;
  letter-spacing: -0.28px;
  padding-top: 12px;
}
.news-banner .news-detail-page .news-flex .share-article {
  max-width: 200px;
  width: 100%;
}
.news-banner .news-detail-page .news-flex .share-article h6 {
  color: #1D3461;
  font-size: 14px;
  font-weight: 500;
  line-height: 211.5%;
  letter-spacing: -0.154px;
  padding-bottom: 16px;
}
.news-banner .news-detail-page .news-flex .share-article .media {
  gap: 22px;
}
.news-banner .news-detail-page .news-flex .share-article .media .icon {
  display: flex;
  align-items: center;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #F7991F;
}
.news-banner .news-detail-page .news-flex .share-article .media .icon:hover {
  background-color: #F8D10D;
}
.news-banner .news-detail-page .news-flex .share-article .media .icon-news-facebook {
  width: 24px;
  height: 24px;
  margin-left: -5px;
  mask-image: url(../../nasfund-images/masks/news-template-social.svg);
}
.news-banner .news-detail-page .news-flex .share-article .media .icon-news-twitter {
  width: 18px;
  height: 18px;
  mask-image: url(../../nasfund-images/masks/news-template-twitter.svg);
}
.news-banner .news-detail-page .news-flex .share-article .media .icon-news-share {
  width: 24px;
  height: 24px;
  mask-image: url(../../nasfund-images/masks/news-template-share.svg);
}
.news-banner .news-detail-page .news-flex .share-article .media #shr-btn {
  text-decoration: none;
  position: relative;
}
.news-banner .news-detail-page .news-flex .share-article .media #shr-btn #link_copied {
  opacity: 0;
  font-size: 14px;
  color: black;
  position: absolute;
  min-width: 100px;
  background: rgba(248, 209, 13, 0.3803921569);
  padding: 5px;
  text-align: center;
  border-radius: 12px;
  left: -50%;
}
.news-banner .news-detail-page .news-flex .share-article .second.icon.icon_circle_yellow::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.news-banner .news-detail-page .news-flex .share-article .icon.icon_circle_yellow::before {
  background-image: url(../../images/icons/icon_circle_yellow.svg);
}

@media (max-width: 1200px) {
  .news-banner .news-detail-page .news-flex {
    gap: 47px;
  }
}
@media (max-width: 1024px) {
  .news-banner .mask.top-right {
    background-size: 1800px;
    background-position: top -30px right -835px;
  }
}
@media (max-width: 768px) {
  .news-banner {
    padding-top: 104px;
  }
  .news-banner .news-image img {
    height: 275px;
  }
  .news-banner .news-detail-page .news-flex .section-news img {
    height: 250px;
    width: 100%;
  }
  .news-banner .news-desc .desc-content-wrp {
    padding-bottom: 40px;
  }
  .news-banner .news-desc .desc-content-wrp .news-title h1 {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .news-banner .news-desc .desc-content-wrp .date-news {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .news-banner .news-detail-page {
    padding-top: 30px;
    padding-bottom: 52px;
  }
  .news-banner .news-detail-page .news-flex .share-article {
    max-width: 100%;
    width: 100%;
  }
  .news-banner .news-detail-page .news-flex .section-news {
    max-width: 100%;
    width: 100%;
  }
  .news-banner .news-detail-page .news-flex .section-news p,
  .news-banner .news-detail-page .news-flex .section-news span {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .news-banner .news-detail-page .news-flex .section-news a {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .news-banner .news-detail-page .news-flex .section-news img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: auto;
  }
  .news-banner .news-detail-page .news-flex .section-news ul li {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .news-banner .news-detail-page .news-flex .section-news ol li {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .news-banner .news-detail-page .news-flex .section-news figcaption {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 150%;
  }
}
.superannuation-calculator-page {
  overflow: hidden;
}
.superannuation-calculator-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.superannuation-calculator-page .input_select_wrapper.cus_select {
  position: relative;
  padding-right: 0 !important;
  cursor: pointer;
}
.superannuation-calculator-page .input_select_wrapper.cus_select:after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../../images/icons/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  position: absolute;
  top: 43%;
  right: 12px;
  pointer-events: none;
  cursor: pointer;
}
.superannuation-calculator-page .input_select_wrapper.cus_select select {
  padding-right: 30px;
  width: 100%;
}
.superannuation-calculator-page.single-node {
  height: auto;
}
.superannuation-calculator-page .cta_button {
  font-size: 16px;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .cta_button {
    font-size: 14px;
  }
}
.superannuation-calculator-page p {
  color: #1A1A1A;
}
.superannuation-calculator-page .mask {
  background-image: url(../../images/masks/calculator-mask.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.superannuation-calculator-page .tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}
.superannuation-calculator-page .tooltip .info_icon {
  width: 16px;
  height: 16px;
  background-image: url("../../images/icons/icon_info_yellow.svg");
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 5px;
}
.superannuation-calculator-page .tooltip .tooltip_text {
  visibility: hidden;
  pointer-events: none;
  width: 280px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 6px 8px;
  border-radius: 8px;
  position: absolute;
  z-index: 10;
  bottom: 160%;
  left: -13px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  line-height: 120%;
  color: #F2F2F2;
  box-shadow: 1px 3px 11px rgba(34, 35, 59, 0.0588235294);
  letter-spacing: 0.1px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .tooltip .tooltip_text {
    width: 180px;
  }
}
.superannuation-calculator-page .tooltip .tooltip_text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.superannuation-calculator-page .tooltip:hover .tooltip_text, .superannuation-calculator-page .tooltip:focus-within .tooltip_text {
  visibility: visible;
  opacity: 1;
}
.superannuation-calculator-page .monile_nav {
  display: none;
  margin-bottom: 20px;
}
.superannuation-calculator-page .monile_nav div {
  font-weight: 700;
  color: #1A1A1A;
  font-weight: 700;
  color: #1A1A1A;
  border-bottom: 2px solid transparent;
  padding: 8px;
  cursor: pointer;
}
.superannuation-calculator-page .monile_nav div.active {
  border-bottom: 2px solid #F7991F;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .monile_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.superannuation-calculator-page .status_card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .status_card {
    min-height: auto;
  }
}
.superannuation-calculator-page .status_card .status_card_top {
  position: relative;
  padding: 24px 24px 35px 24px;
  background: #F8D007;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex: 1;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .status_card .status_card_top {
    padding: 24px;
  }
}
.superannuation-calculator-page .status_card .status_card_top:after {
  content: "";
  background-image: url(../../images/masks/ellipse-2.svg);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  border-top-right-radius: 24px;
}
.superannuation-calculator-page .status_card .status_card_top .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  color: #623904 !important;
  letter-spacing: 0.01px;
}
.superannuation-calculator-page .status_card .status_card_top p {
  font-size: 12px;
  font-weight: 500;
  color: #623904 !important;
  letter-spacing: 0.01px;
}
.superannuation-calculator-page .status_card .status_card_top h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 14px 0 18px 0;
  letter-spacing: 0.01px;
  color: #311D02;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .status_card .status_card_top h2 {
    font-size: 30px;
    margin: 10px 0 16px 0;
  }
}
@media (max-width: 991px) {
  .superannuation-calculator-page .status_card .status_card_top h2 {
    font-size: 24px;
  }
}
.superannuation-calculator-page .status_card .status_card_top#status_card_part_2 h2 {
  margin-bottom: 0;
}
.superannuation-calculator-page .status_card .status_card_top#status_card_part_2 h2 + span {
  color: #623904;
  font-size: 14px;
  font-weight: 700;
}
.superannuation-calculator-page .status_card .status_card_middle {
  background: #F9D939;
  padding: 32px 24px;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .status_card .status_card_middle {
    padding: 24px;
  }
}
.superannuation-calculator-page .status_card .status_card_middle p {
  color: #623904;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01px;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .status_card .status_card_middle p {
    font-size: 12px;
  }
}
.superannuation-calculator-page .status_card .status_card_middle .add_expenses {
  background: #623904;
  padding: 4px 38px 4px 16px;
  border-radius: 50px;
  font-size: 16px;
  color: #F9D939;
  font-weight: 500;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .status_card .status_card_middle .add_expenses {
    min-width: 165px;
    font-size: 14px;
  }
}
.superannuation-calculator-page .status_card .status_card_middle .add_expenses:after {
  content: "";
  background-image: url(../../images/icons/icon_edit.svg);
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 10px;
  right: 11px;
  background-size: contain;
  background-repeat: no-repeat;
}
.superannuation-calculator-page .status_card .status_card_middle .add_expenses:hover {
  opacity: 0.8;
}
.superannuation-calculator-page .status_card .status_card_middle .add_expenses .info_icon {
  margin-left: 0;
  margin-right: 5px;
}
.superannuation-calculator-page .status_card .status_card_middle .title {
  color: #623904 !important;
}
.superannuation-calculator-page .status_card .status_card_middle h2 {
  color: #311D02;
  font-size: 28px;
  font-weight: 700;
  margin-top: 16px;
}
.superannuation-calculator-page .status_card .status_card_middle h2 + span {
  color: #623904;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .status_card .status_card_middle h2 {
    font-size: 22px;
  }
}
.superannuation-calculator-page .status_card .status_card_bottom {
  padding: 24px;
  background: #FFFFFF;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.superannuation-calculator-page .status_card .status_card_bottom .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  letter-spacing: 0.01px;
}
.superannuation-calculator-page .status_card .status_card_bottom p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.01px;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .status_card .status_card_bottom p {
    font-size: 12px;
  }
}
.superannuation-calculator-page .status_card .status_card_bottom .status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.superannuation-calculator-page .status_card .status_card_bottom .status:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
}
.superannuation-calculator-page .status_card .status_card_bottom .status:after {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.01px;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .status_card .status_card_bottom .status:after {
    font-size: 12px;
  }
}
.superannuation-calculator-page .status_card .status_card_bottom .status-info {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 16px;
}
.superannuation-calculator-page .status_card .status_card_bottom .status-info:before {
  content: "";
  mask-image: url(../../images/icons/icon_info_outline.svg);
  width: 16px;
  height: 16px;
  mask-size: contain;
  min-width: 16px;
  mask-repeat: no-repeat;
  mask-position: center;
}
.superannuation-calculator-page .status_card .status_card_bottom .run-out {
  width: 150px;
  min-width: 150px;
}
.superannuation-calculator-page .status_card .status_card_bottom .run-out .title {
  text-align: right;
}
.superannuation-calculator-page .status_card .status_card_bottom .run-out #sup_card_age {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .status_card .status_card_bottom .run-out {
    width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 640px) {
  .superannuation-calculator-page .status_card .status_card_bottom .run-out {
    width: 100%;
  }
  .superannuation-calculator-page .status_card .status_card_bottom .run-out .title, .superannuation-calculator-page .status_card .status_card_bottom .run-out #sup_card_age {
    text-align: center;
  }
}
.superannuation-calculator-page .status_card.status-review .status_card_bottom .status:before {
  background-color: #8A2FCB;
  box-shadow: 0px 0px 8px #8A2FCB;
}
.superannuation-calculator-page .status_card.status-review .status_card_bottom .status:after {
  content: "Review";
  color: #8A2FCB;
}
.superannuation-calculator-page .status_card.status-review .status_card_bottom .status-info:before {
  background-color: #8A2FCB;
}
.superannuation-calculator-page .status_card.status-review .status_card_bottom .status-info .review {
  display: block;
}
.superannuation-calculator-page .status_card.status-review .status_card_bottom .status-info .ontrack, .superannuation-calculator-page .status_card.status-review .status_card_bottom .status-info .atrisk, .superannuation-calculator-page .status_card.status-review .status_card_bottom .status-info .caution {
  display: none;
}
.superannuation-calculator-page .status_card.status-ontrack .status_card_bottom {
  background-color: #F0F9F0;
}
.superannuation-calculator-page .status_card.status-ontrack .status_card_bottom .status:before {
  background-color: #417900;
  box-shadow: 0px 0px 8px #417900;
}
.superannuation-calculator-page .status_card.status-ontrack .status_card_bottom .status:after {
  content: "On Track";
  color: #417900;
}
.superannuation-calculator-page .status_card.status-ontrack .status_card_bottom .status-info:before {
  background-color: #417900;
}
.superannuation-calculator-page .status_card.status-ontrack .status_card_bottom .status-info .ontrack {
  display: block;
}
.superannuation-calculator-page .status_card.status-ontrack .status_card_bottom .status-info .review, .superannuation-calculator-page .status_card.status-ontrack .status_card_bottom .status-info .atrisk, .superannuation-calculator-page .status_card.status-ontrack .status_card_bottom .status-info .caution {
  display: none;
}
.superannuation-calculator-page .status_card.status-atrisk .status_card_bottom {
  background-color: #FAE5E5;
}
.superannuation-calculator-page .status_card.status-atrisk .status_card_bottom .status:before {
  background-color: #CB2F32;
  box-shadow: 0px 0px 8px #CB2F32;
}
.superannuation-calculator-page .status_card.status-atrisk .status_card_bottom .status:after {
  content: "At Risk";
  color: #CB2F32;
}
.superannuation-calculator-page .status_card.status-atrisk .status_card_bottom .status-info:before {
  background-color: #CB2F32;
}
.superannuation-calculator-page .status_card.status-atrisk .status_card_bottom .status-info .atrisk {
  display: block;
}
.superannuation-calculator-page .status_card.status-atrisk .status_card_bottom .status-info .review, .superannuation-calculator-page .status_card.status-atrisk .status_card_bottom .status-info .ontrack, .superannuation-calculator-page .status_card.status-atrisk .status_card_bottom .status-info .caution {
  display: none;
}
.superannuation-calculator-page .status_card.status-caution .status_card_bottom {
  background-color: #FEF4E6;
}
.superannuation-calculator-page .status_card.status-caution .status_card_bottom .status:before {
  background-color: #F68F09;
  box-shadow: 0px 0px 8px #C57207;
}
.superannuation-calculator-page .status_card.status-caution .status_card_bottom .status:after {
  content: "Caution";
  color: #C57207;
}
.superannuation-calculator-page .status_card.status-caution .status_card_bottom .status-info:before {
  background-color: #C57207;
}
.superannuation-calculator-page .status_card.status-caution .status_card_bottom .status-info .caution {
  display: block;
}
.superannuation-calculator-page .status_card.status-caution .status_card_bottom .status-info .review, .superannuation-calculator-page .status_card.status-caution .status_card_bottom .status-info .ontrack, .superannuation-calculator-page .status_card.status-caution .status_card_bottom .status-info .atrisk {
  display: none;
}
.superannuation-calculator-page .calculator-content {
  padding-top: 183px;
  z-index: 1;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content {
    padding-top: 120px;
  }
}
.superannuation-calculator-page .calculator-content .step_1 {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 68px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .step_1 {
    flex-direction: column;
    gap: 48px;
  }
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_right_card {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .step_1 .step_1_right_card {
    width: 100%;
  }
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_right_card .status_card {
  margin-bottom: 27px;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_left {
  width: 45%;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_right {
  width: 55%;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_left, .superannuation-calculator-page .calculator-content .step_1 .step_1_right {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_left h1, .superannuation-calculator-page .calculator-content .step_1 .step_1_right h1 {
  line-height: 120%;
  letter-spacing: -0.42px;
  font-size: 42px;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_left h6, .superannuation-calculator-page .calculator-content .step_1 .step_1_right h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #1A1A1A;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_left p, .superannuation-calculator-page .calculator-content .step_1 .step_1_right p {
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  line-height: normal;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .step_1 .step_1_left, .superannuation-calculator-page .calculator-content .step_1 .step_1_right {
    width: 100%;
  }
  .superannuation-calculator-page .calculator-content .step_1 .step_1_left h1, .superannuation-calculator-page .calculator-content .step_1 .step_1_right h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .step_1 .step_1_right {
    height: 250px;
  }
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card {
  padding: 32px 32px 40px 32px;
  border-radius: 24px;
  background-color: #FFF;
  box-shadow: 1px 3px 11px rgba(34, 35, 59, 0.0588235294);
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card h5 {
  font-size: 20px;
  margin-bottom: 32px;
  color: #4D4D4D;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div {
  font-size: 20px;
  color: #1A1A1A;
  font-weight: 500;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .step_1 .step_1_card div {
    font-size: 16px;
  }
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row .input_select_wrapper {
  display: inline-block;
  border-radius: 24px;
  border: 1px solid #B2B2B2;
  padding: 0px 30px 0px 20px;
  font-size: 16px;
  height: 38px;
  display: flex;
  align-items: center;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row .input_select_wrapper:hover {
  border: 1px solid var(--Colors-Orange-500, #F68F09);
  box-shadow: 0px 0px 4px 0px var(--Colors-Orange-500, #F68F09);
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row .input_select_wrapper.error {
  border: 1px solid var(--Colors-Orange-500, #F68F09);
  box-shadow: 0px 0px 4px 0px var(--Colors-Orange-500, #F68F09);
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row .input_select_wrapper input, .superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row .input_select_wrapper select {
  font-size: 16px;
  height: 36px;
  box-shadow: none;
  outline: none;
  max-width: 100px;
  background: transparent;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row .input_select_wrapper input {
  margin-left: 2px;
  transform: translateY(0px);
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card div .little_row .input_select_wrapper select {
  cursor: pointer;
}
.superannuation-calculator-page .calculator-content .step_1 .step_1_card .warning {
  margin-top: -16px;
}
.superannuation-calculator-page .calculator-content .yellow_card {
  width: 608px;
  padding-right: 34px;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .calculator-content .yellow_card {
    width: 50%;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .yellow_card {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #1A1A1A;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 h6 {
    font-size: 17px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  color: #1A1A1A;
  letter-spacing: 0.01px;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .calculator-content .step_2 .title {
    font-size: 12px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .white_card {
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #FFF;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .step_2 .white_card {
    padding: 24px 20px;
    border-radius: 14px;
  }
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 .white_card {
    gap: 28px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .white_card .tooltip .info_icon {
  background-image: url("../../images/icons/icon_info_grey.svg");
}
.superannuation-calculator-page .calculator-content .step_2 .none_bg_card h6 {
  margin-bottom: 34px;
}
.superannuation-calculator-page .calculator-content .step_2 .none_bg_card .tooltip .info_icon {
  background-image: url("../../images/icons/icon_info_grey.svg");
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div {
  gap: 10px;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 .variable_div {
    gap: 20px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range {
  position: relative;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range {
    gap: 8px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #CCCCCC;
  border: none;
  border-radius: 3px;
  outline: none;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: #CCCCCC;
  border-radius: 3px;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-moz-range-track {
  height: 6px;
  background-color: #F68F09;
  border-radius: 3px;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #F68F09;
  border: 3px solid white;
  border-radius: 50%;
  margin-top: -9px;
  cursor: pointer;
  box-shadow: 1px 3px 11px rgba(34, 35, 59, 0.1607843137);
}
@media (max-width: 767px) {
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-webkit-slider-thumb {
    height: 32px;
    width: 32px;
    margin-top: -13px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  background: #F68F09;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-moz-range-thumb {
    height: 32px;
    width: 32px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-moz-range-progress {
  background-color: #F68F09;
  height: 6px;
  border-radius: 3px;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #F68F09 0%, #F68F09 var(--value-percent), #CCCCCC var(--value-percent), #CCCCCC 100%);
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range .range-tooltip {
  position: absolute;
  top: -50px;
  background: white;
  color: #1A1A1A;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transform: translateX(-50%);
  display: none;
  pointer-events: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 8px;
  z-index: 1;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_div_range .range-tooltip:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  transform: translateX(-50%);
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper {
  display: flex;
  border-radius: 24px;
  border: 1px solid #B2B2B2;
  padding: 0px 30px 0px 20px;
  font-size: 16px;
  width: 111px;
  align-items: center;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper.unit {
  width: auto;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper.frequency {
  width: 128px;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper:hover {
  border: 1px solid var(--Colors-Orange-500, #F68F09);
  box-shadow: 0px 0px 4px 0px var(--Colors-Orange-500, #F68F09);
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper input, .superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper select {
  font-size: 16px;
  height: 36px;
  box-shadow: none;
  outline: none;
  max-width: 100px;
  background: transparent;
  text-align: center;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper input {
  width: 68px;
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper select {
  cursor: pointer;
  background: transparent;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .input_select_wrapper {
    border-radius: 14px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .variable_div .label {
  color: #B2B2B2;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_range_div {
    flex-wrap: wrap;
    row-gap: 14px;
  }
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_range_div label {
    text-align: left;
  }
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_range_div .variable_div_unit {
    order: 1;
    text-align: left;
  }
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_range_div .variable_div_frequency {
    order: 2;
    text-align: left;
  }
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_range_div .variable_div_range {
    order: 3;
    min-width: 120px;
  }
  .superannuation-calculator-page .calculator-content .step_2 .variable_div .variable_range_div .variable_div_input {
    order: 4;
  }
}
.superannuation-calculator-page .calculator-content .step_2 p.min_max {
  color: #999;
  font-size: 12px;
  margin-top: 8px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_1 {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  gap: 68px;
  margin-bottom: 32px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_1 {
  min-width: 440px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_1 .expenses_link {
  margin-top: -5px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_1 .expenses_link p, .superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_1 .expenses_link a {
  font-size: 14px;
  letter-spacing: 0.01px;
  margin-top: -5px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_1 .expenses_link a {
  color: #F68F09;
}
.superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_3 {
  flex: 1;
  height: 400px !important;
  min-height: 400px !important;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .calculator-content .step_2 .section_1 {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 .section_1 {
    margin-bottom: 20px;
  }
  .superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_1, .superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_2 {
    min-width: 100%;
  }
  .superannuation-calculator-page .calculator-content .step_2 .section_1 .section_1_3 {
    height: 300px !important;
    min-height: 300px !important;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .section_2 {
  margin-bottom: 68px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_1 p span {
  font-weight: 500;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_2 .variable_range_div .variable_div_unit, .superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_2 .variable_range_div .variable_div_frequency {
  display: none;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_2 {
    flex-direction: column;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .divider {
  height: 1px;
  width: 100%;
  background: #F68F09;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 {
  margin-top: -20px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .one_off {
  border-radius: 8px;
  background: #F2F2F2;
  padding: 12px 24px;
  position: relative;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .one_off .variable_div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .one_off .variable_div .variable_div_range {
  display: none;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .one_off .variable_div:first-child {
  flex: initial;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .one_off {
    padding: 18px 16px;
  }
  .superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .one_off .icon-remove {
    position: absolute;
    right: 16px;
    top: 25px;
  }
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .one_off .icon-remove {
    top: 16px;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .icon-remove {
  cursor: pointer;
  position: relative;
  width: 20px;
  display: flex;
  align-items: center;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .icon-remove:before {
  content: "";
  background-image: url("../../images/icons/icon_trash.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .section_3_3_div .icon-remove:hover {
  opacity: 0.8;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .label {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0.01px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .icon-add-new {
  color: #1A1A1A;
  font-weight: 400;
  line-height: 120%;
  font-size: 14px;
  padding-left: 28px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
}
.superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .icon-add-new:before {
  content: "";
  background-image: url("../../images/icons/icon_add_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .superannuation-calculator-page .calculator-content .step_2 .section_3 .section_3_3 .icon-add-new:hover {
    color: #F68F09;
  }
}
.superannuation-calculator-page .calculator-content .step_2 .section_4 {
  gap: 44px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_4 .variable_div {
  padding: 24px 0;
  border-bottom: 1px solid #E5E5E5;
}
.superannuation-calculator-page .calculator-content .step_2 .section_4 .variable_div p {
  color: #666;
}
.superannuation-calculator-page .calculator-content .step_2 .section_4 .variable_div .title {
  color: #1A1A1A;
  font-size: 16px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_4 .variable_div:last-child {
  border-bottom: 0;
}
.superannuation-calculator-page .calculator-content .step_2 .section_4 .variable_div .input_select_wrapper {
  padding-left: 10px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_4 .variable_div .input_select_wrapper select {
  padding-right: 10px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .action_email, .superannuation-calculator-page .calculator-content .step_2 .section_5 .action_print, .superannuation-calculator-page .calculator-content .step_2 .section_5 .action_book {
  cursor: pointer;
  border-radius: 24px;
  color: #22233B;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  height: 47px;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  min-width: 165px;
  gap: 10px;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .action_email, .superannuation-calculator-page .calculator-content .step_2 .section_5 .action_print {
  border: 1px solid #1A1A1A;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .action_email:hover, .superannuation-calculator-page .calculator-content .step_2 .section_5 .action_print:hover {
  border: 1px solid #F8D007;
  background-color: #F8D007;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .action_book {
  border: 1px solid #F8D007;
  background-color: #F8D007;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .action_book:hover {
  border: 1px solid #FEEC94;
  background-color: #FEEC94;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .icon-mail:before {
  width: 20px;
  height: 20px;
  mask-image: url(../../images/icons/icon_email.svg);
  background-color: #4D4D4D;
  mask-size: cover;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .icon-print:before {
  width: 20px;
  height: 20px;
  mask-image: url(../../images/icons/icon_download.svg);
  background-color: #4D4D4D;
  mask-size: cover;
}
.superannuation-calculator-page .calculator-content .step_2 .section_5 .icon-arrow:before {
  width: 20px;
  height: 20px;
  mask-image: url(../../images/icons/icon_calendar.svg);
  background-color: #4D4D4D;
  mask-size: cover;
}
.superannuation-calculator-page .calculator-content .step_3 h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #1A1A1A;
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_3 h6 {
    font-size: 17px;
  }
}
.superannuation-calculator-page .calculator-content .step_3 .white_card {
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #FFF;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .calculator-content .step_3 .white_card {
    padding: 24px 20px;
    border-radius: 14px;
  }
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_3 .white_card {
    gap: 28px;
  }
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  gap: 68px;
  margin-bottom: 32px;
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 {
  min-width: 440px;
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 div:first-child {
  margin-top: -16px;
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 div label {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #B2B2B2;
  display: block;
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 div p {
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 div p span {
  font-weight: 700;
}
.superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_2 {
  flex: 1;
}
@media (max-width: 1199px) {
  .superannuation-calculator-page .calculator-content .step_3 .section_1 {
    flex-direction: column;
    gap: 24px;
  }
  .superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_2 {
    order: 1;
  }
  .superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 {
    order: 2;
  }
}
@media (max-width: 640px) {
  .superannuation-calculator-page .calculator-content .step_3 .section_1 {
    margin-bottom: 20px;
  }
  .superannuation-calculator-page .calculator-content .step_3 .section_1 .section_1_1 {
    min-width: 100%;
  }
}
.superannuation-calculator-page .calculator-content .cta_button.go_next {
  margin-left: 0;
}
.superannuation-calculator-page .calculator-content .cta_button.go_next:after {
  transform: rotate(45deg);
}
.superannuation-calculator-page .calculator-content .cta_button.go_prev {
  padding: 16.5px 19px;
}
.superannuation-calculator-page .calculator-content .cta_button.go_prev:after {
  transform: rotate(-135deg);
}
.superannuation-calculator-page #balance_indicator {
  font-size: 16px !important;
}
.superannuation-calculator-page #superChart {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.superannuation-calculator-page #indicator .indicator_line {
  width: calc(100% - 35px);
  height: 3px;
  background: linear-gradient(90deg, rgba(248, 208, 7, 0) 0%, #F8D007 13%, #F8D007 80%, rgba(248, 208, 7, 0) 100%);
  position: absolute;
  left: 35px;
  pointer-events: none;
}
.superannuation-calculator-page #indicator .indicator_label {
  background: #333;
  border-radius: 8px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  position: absolute;
  left: 50px;
}
.superannuation-calculator-page #indicator .indicator_label .draggg {
  cursor: ns-resize;
}
@media (max-width: 640px) {
  .superannuation-calculator-page #indicator .indicator_label {
    padding: 11px;
    left: auto;
    right: 0;
  }
}
.superannuation-calculator-page #indicator .indicator_label p {
  font-size: 12px;
  font-weight: 700;
  color: #F8D007;
  letter-spacing: 0.01px;
}
@media (max-width: 640px) {
  .superannuation-calculator-page #indicator .indicator_label p {
    display: none;
  }
}
@media (max-width: 991px) {
  .superannuation-calculator-page #indicator .indicator_label .tooltip {
    display: none;
  }
}
.superannuation-calculator-page #indicator .indicator_label .reset_line {
  cursor: pointer;
}
.superannuation-calculator-page #indicator .indicator_label .reset_line:hover {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .superannuation-calculator-page #indicator .indicator_label .reset_line {
    display: none;
  }
}
.superannuation-calculator-page #indicator .indicator_label:hover + .indicator_tooltip {
  display: block;
}
.superannuation-calculator-page #indicator .indicator_label.disable {
  pointer-events: none !important;
}
.superannuation-calculator-page #indicator .indicator_label.disable svg {
  display: none;
}
.superannuation-calculator-page #indicator .info_icon {
  background-image: url("../../images/icons/icon_info_dark_grey.svg");
  margin-left: 0px;
}
.superannuation-calculator-page #indicator .indicator_tooltip {
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
  border-radius: 8px;
  position: absolute;
  left: 50px;
  color: #1A1A1A;
  display: none;
}
@media (max-width: 640px) {
  .superannuation-calculator-page #indicator .indicator_tooltip {
    left: auto;
    right: 0;
  }
}
.superannuation-calculator-page .chart_title {
  order: 1 !important;
  margin-bottom: -15px;
  display: none;
}
.superannuation-calculator-page .chart_title p {
  color: #808080;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.01px;
}
.superannuation-calculator-page .chart_title div {
  width: 35px;
  height: 3px;
  background: linear-gradient(90deg, rgba(248, 208, 7, 0) 0%, #F8D007 13%, #F8D007 80%, rgba(248, 208, 7, 0) 100%);
}
.superannuation-calculator-page .chart_title .info_icon {
  background-image: url("../../images/icons/icon_info_dark_grey.svg");
  margin-left: 0px;
}
@media (max-width: 991px) {
  .superannuation-calculator-page .chart_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
  .superannuation-calculator-page .chart_title .tooltip_text {
    right: -17px;
    left: auto;
  }
  .superannuation-calculator-page .chart_title .tooltip_text:after {
    right: 20px;
    left: auto;
  }
}
.superannuation-calculator-page #super-calculator-step-1 .status_card {
  max-width: 100%;
  justify-content: flex-end;
}
.superannuation-calculator-page #super-calculator-step-1 .status_card .status_card_top {
  flex: initial;
}

.superannuation_calculator_mail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.1607843137);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.superannuation_calculator_mail.active {
  display: flex;
}
.superannuation_calculator_mail .sc_card {
  max-height: 80vh;
  padding: 48px;
  background: white;
  border-radius: 24px;
  max-width: 500px;
}
.superannuation_calculator_mail .sc_card .sc_card_content, .superannuation_calculator_mail .sc_card .sc_card_succeed {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.superannuation_calculator_mail .sc_card h2 {
  line-height: 100%;
  letter-spacing: -0.42px;
  font-size: 36px;
}
.superannuation_calculator_mail .sc_card .wrapper_email {
  cursor: pointer;
  border-radius: 24px;
  color: #22233B;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  height: 47px;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  min-width: 150px;
  border: 1px solid #1A1A1A;
  width: 100%;
}
.superannuation_calculator_mail .sc_card .wrapper_email input {
  height: 40px;
  outline: none;
  flex: 1;
}
.superannuation_calculator_mail .sc_card .wrapper_email .icon-mail:before {
  width: 20px;
  height: 20px;
  mask-image: url(../../images/icons/icon_email.svg);
  background-color: #4D4D4D;
  mask-size: cover;
}

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

.v-hidden {
  visibility: hidden !important;
}

.warning p, .warning li {
  color: #fd0707 !important;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: normal;
}

#super_link_bridge a {
  color: #F68F09;
}

.expenses-calculator-page {
  padding-top: 50px !important;
}
@media (max-width: 991px) {
  .expenses-calculator-page {
    padding-top: 80px !important;
  }
}

@media (max-width: 640) {
  .page-node-type-superannuation-calculator .indicator_label {
    display: none !important;
  }
}

.force-hidden {
  display: none !important;
}

.letter-spacing {
  letter-spacing: 0.01px;
}

#print_calculator.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.expenses-calculator-page {
  background-color: #F2F2F2;
  position: relative;
  overflow-x: hidden;
}
.expenses-calculator-page .bg-grey {
  background-color: unset !important;
}
.expenses-calculator-page .layout-container {
  background-color: unset !important;
}
.expenses-calculator-page .mask {
  background-image: url(../../../images/masks/calculator-mask.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: -1;
}
.expenses-calculator-page .mask.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.expenses-calculator::after {
  content: "";
  display: none;
  position: absolute;
  z-index: -1;
}

.expenses-calculator {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding-bottom: 80px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .expenses-calculator {
    gap: 32px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .expenses-calculator {
    flex-direction: row;
    justify-content: space-between;
  }
}
.expenses-calculator h5,
.expenses-calculator h6 {
  color: #666;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.expenses-calculator h5 {
  font-size: 20px;
}
.expenses-calculator h6 {
  font-size: 16px;
}
.expenses-calculator .section-title {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.expenses-calculator-left {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 24px;
  background-color: white;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .expenses-calculator-left {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .expenses-calculator-left {
    flex: 1 1 50%;
    max-width: calc(50% - 16px);
  }
}
.expenses-calculator-right {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .expenses-calculator-right {
    flex: 1 1 50%;
    max-width: calc(50% - 16px);
  }
}
.expenses-calculator-right p {
  font-size: 16px;
  letter-spacing: 0.01px;
  line-height: 24px;
  color: #000000;
}
.expenses-calculator .inflation {
  margin-bottom: 24px;
  background-color: white;
  padding: 24px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .expenses-calculator .inflation {
    padding: 32px;
  }
}
.expenses-calculator .inflation .title {
  display: flex;
  align-items: center;
}
.expenses-calculator .inflation .tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
.expenses-calculator .inflation .tooltip .info_icon {
  width: 16px;
  height: 16px;
  background-image: url("/themes/fluffiness/images/icons/info-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  display: inline-block;
  cursor: pointer;
}
.expenses-calculator .inflation .tooltip .tooltip_text {
  visibility: hidden;
  width: 280px;
  background-color: #333333;
  color: #F2F2F2;
  text-align: left;
  border-radius: 8px;
  padding: 16px;
  position: absolute;
  z-index: 10;
  bottom: 160%;
  left: 108px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 640px) {
  .expenses-calculator .inflation .tooltip .tooltip_text {
    width: 220px;
  }
}
.expenses-calculator .inflation .tooltip .tooltip_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}
.expenses-calculator .inflation .tooltip:hover .tooltip_text, .expenses-calculator .inflation .tooltip:focus-within .tooltip_text {
  visibility: visible;
  opacity: 1;
}
.expenses-calculator .inflation .expense-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.expenses-calculator .inflation .expense-input-suffix {
  position: absolute;
  right: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  z-index: 10;
  pointer-events: none;
}
.expenses-calculator .inflation .text-input {
  width: 110px;
  height: 48px;
  padding: 12px;
  padding-right: 64px;
  border: 1px solid #999999;
  border-radius: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  background-color: white;
  text-align: center;
}
.expenses-calculator .inflation .text-input:focus {
  outline: none;
  border: 1px solid #F68F09;
  box-shadow: 0px 0px 4px 0px #F68F09;
}
.expenses-calculator .current-expenses,
.expenses-calculator .future-expenses {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.expenses-calculator .current-expenses-bg,
.expenses-calculator .future-expenses-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expenses-calculator .current-expenses-bg img,
.expenses-calculator .future-expenses-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expenses-calculator .current-expenses .card-content,
.expenses-calculator .future-expenses .card-content {
  position: relative;
  z-index: 10;
  padding: 24px;
}
@media (min-width: 768px) {
  .expenses-calculator .current-expenses .card-content,
  .expenses-calculator .future-expenses .card-content {
    padding: 32px;
  }
}
.expenses-calculator .current-expenses .card-amount-container,
.expenses-calculator .future-expenses .card-amount-container {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.expenses-calculator .current-expenses .card-breakdown-container,
.expenses-calculator .future-expenses .card-breakdown-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.expenses-calculator .current-expenses .card-title,
.expenses-calculator .future-expenses .card-title {
  color: #623904;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01px;
  margin-bottom: 8px;
}
.expenses-calculator .current-expenses .card-amount,
.expenses-calculator .future-expenses .card-amount {
  color: #311D02;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .expenses-calculator .current-expenses .card-amount,
  .expenses-calculator .future-expenses .card-amount {
    font-size: 56px;
  }
}
.expenses-calculator .current-expenses .card-amount span,
.expenses-calculator .future-expenses .card-amount span {
  display: inline-block;
  /* Prevent layout shifts during animation */
  text-align: left;
}
.expenses-calculator .current-expenses .card-frequency,
.expenses-calculator .future-expenses .card-frequency {
  color: #623904;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.expenses-calculator .current-expenses .card-breakdown,
.expenses-calculator .future-expenses .card-breakdown {
  color: #623904;
  font-size: 14px;
  font-weight: 500;
}
.expenses-calculator .current-expenses .card-breakdown span,
.expenses-calculator .future-expenses .card-breakdown span {
  display: inline-block;
  min-width: 60px;
  /* Prevent layout shifts during animation */
  text-align: left;
}

.expense-accordion {
  border: none;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.expense-accordion:last-child {
  border-bottom: none;
}
.expense-accordion-item {
  border-top: 1px solid #E5E5E5;
  transition: all 0.3s ease;
}
.expense-accordion-item details {
  margin: 0;
  width: 100%;
}
.expense-accordion-item details > summary {
  list-style: none;
}
.expense-accordion-item details > summary::-webkit-details-marker {
  display: none;
}
.expense-accordion-item .expense-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.expense-accordion-item[open] .expense-accordion-content {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 12px;
}
.expense-accordion .expense-accordion-item {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-top: 1px solid #E5E5E5;
  transition: all 0.3s ease;
}
.expense-accordion .expense-accordion-item:first-child {
  border-top: none;
}
.expense-accordion .expense-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0 0;
  cursor: pointer;
}
.expense-accordion .expense-accordion-header .expense-header-content {
  flex: 1;
}
.expense-accordion .expense-accordion-header .expense-header-content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35em;
  color: #666666;
  margin: 0;
}
.expense-accordion .expense-accordion-header .expense-header-content p {
  letter-spacing: 0.01px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  color: #999999;
  margin-top: 16px;
  margin-bottom: 0;
}
.expense-accordion .expense-accordion-header .toggle-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.expense-accordion .expense-accordion-header .expense-arrow-icon {
  width: 32px;
  height: 32px;
  background-image: url("/themes/fluffiness/images/icons/expense-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}
.expense-accordion .expense-accordion-content {
  padding: 0 0 24px 0;
}
.expense-accordion .expense-details {
  margin-top: 24px;
}
.expense-accordion .expense-details .expense-input-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .expense-accordion .expense-details .expense-input-row {
    align-items: flex-end;
    overflow-x: visible;
  }
}
.expense-accordion .expense-details .expense-input-row .expense-input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 120px;
}
.expense-accordion .expense-details .expense-input-row .expense-input-group label {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.35em;
  color: #999999;
  text-transform: none;
  align-self: center;
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper .expense-input-prefix {
  position: absolute;
  left: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper .expense-amount-input {
  width: 120px;
  height: 48px;
  padding: 12px 12px 12px 30px;
  border: 1px solid #999999;
  border-radius: 24px;
  font-size: 16px;
  line-height: 1.3em;
  color: #666666;
  background-color: #FFFFFF;
  transition: border-color 0.2s ease;
  text-align: center;
  margin-left: 2px;
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper .expense-amount-input:focus {
  outline: none;
  border: 1px solid #F68F09;
  box-shadow: 0px 0px 4px 0px #F68F09;
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper .expense-amount-input::placeholder {
  color: #CCCCCC;
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper .expense-frequency-select {
  min-width: 120px;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #999999;
  border-radius: 24px;
  font-size: 16px;
  line-height: 1.3em;
  color: #666666;
  background-color: #FFFFFF;
  appearance: none;
  transition: border-color 0.2s ease;
  padding-right: 32px;
  text-align: center;
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper .expense-frequency-select:focus {
  outline: none;
  border: 1px solid #F68F09;
  box-shadow: 0px 0px 4px 0px #F68F09;
}
.expense-accordion .expense-details .expense-input-row .expense-input-wrapper .dropdown-arrow-icon {
  width: 10px;
  height: 6px;
  background-image: url("/themes/fluffiness/images/icons/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
}

.inflation-sliders .variable_div {
  margin-bottom: 24px;
}
.inflation-sliders .variable_div:last-child {
  margin-bottom: 0;
}
.inflation-sliders .variable_div .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35em;
  color: #666666;
  margin-bottom: 8px;
  letter-spacing: 0.01px;
}
.inflation-sliders .variable_div .tooltip {
  position: relative;
  display: inline-block;
}
.inflation-sliders .variable_div .tooltip .info_icon {
  width: 16px;
  height: 16px;
  background-image: url("/themes/fluffiness/images/icons/info-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  display: inline-block;
  cursor: pointer;
}
.inflation-sliders .variable_div .tooltip .tooltip_text {
  visibility: hidden;
  width: 240px;
  background-color: #FFFFFF;
  color: #666666;
  text-align: left;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3em;
}
.inflation-sliders .variable_div .tooltip .tooltip_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
.inflation-sliders .variable_div .tooltip:hover .tooltip_text {
  visibility: visible;
  opacity: 1;
}
.inflation-sliders .variable_div .variable_range_div {
  width: 100%;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_range {
  position: relative;
  width: 100%;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_range .range-tooltip {
  position: absolute;
  top: -30px;
  background-color: #FFFFFF;
  letter-spacing: 0.01px;
  color: #666666;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  white-space: nowrap;
  pointer-events: none;
  text-align: center;
  min-width: 40px;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_range .range-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFFFFF;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_range .range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  outline: none;
  margin: 12px 0;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_range .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F68F09;
  border: 3px solid #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.inflation-sliders .variable_div .variable_range_div .variable_div_range .range-input::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F68F09;
  border: 3px solid #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.inflation-sliders .variable_div .variable_range_div .variable_div_range .min_max {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_input {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_input .text-input {
  width: 60px;
  height: 48px;
  padding: 12px;
  border: 1px solid #B2B2B2;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin: 0 4px;
  outline: none;
  transition: all 0.3s ease;
}
.inflation-sliders .variable_div .variable_range_div .variable_div_input .text-input:focus {
  border-color: #F68F09;
  box-shadow: 0 0 4px rgba(246, 143, 9, 0.5);
}

.current-expenses h5,
.future-expenses h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #000000;
}
.current-expenses p,
.future-expenses p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
